First  |  Prev |  Next  |  Last
Pages: 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
$_ENV or getenv to get bash environmental variables.. change php.ini?? env vars
On 7/23/08, mindspin311 <connoc.mindspin(a)gmail.com> wrote: I want to be able to do a getenv('SYMFONY_HOME'); or any env var that I've setup in my /etc/bashrc for everyone. But apache obviously doesn't have a shell, so it doesn't know about these. only the stuff in $_ENV. What I want to know is how can... 23 Jul 2008 18:28
[PHP] $_ENV or getenv to get bash environmental variables.. changephp.ini?? env vars
I want to be able to do a getenv('SYMFONY_HOME'); or any env var that I've setup in my /etc/bashrc for everyone. But apache obviously doesn't have a shell, so it doesn't know about these. only the stuff in $_ENV. What I want to know is how can I read env vars like ANT_HOME, JAVA_HOME, etc.. in php? I just need... 23 Jul 2008 15:22
big files download with php - configuration problem
Hi all, I have a set of php scripts that handle the browsing and download of file from the server. it has worked fine for a long time on a server linux, now I have got to migrate those scripts also on a windows server, and something very strange is happening: the download process hangs when downloadi... 23 Jul 2008 18:28
Multi-array - What am I missing?
Can anyone point me in the right direction? I know I am missing something simple, but I can't place my hands on it. $myCalTime = act_getCalendarDays($config, $myMonth, $myYear); foreach($myCalTime as $calTime => $calArrayTime){ $calArray[] = $calArrayTime['day']."=>array('NULL','linked-day ".strtolower($c... 24 Jul 2008 13:57
a question...
On Wed, Jul 23, 2008 at 12:10 PM, <payne(a)magi.magidesign.com> wrote: Yes, sorry. I have a database that records ip of attacks on a customer server, what I like to do get a count so that I can see what subnet is doing the major of the attacks. select ip from ipslimit 10; +-----------------+-----------... 23 Jul 2008 13:18
Apache blocking certain requests instead of php
I'm getting a lot of bogus requsts in the form of "index.php?id=http://64.15.67.17/~babysona/logo.jpg?", sometimes more than a hundred a day per domain. The php script catches it, logs the request, sends an email report and replies with "access denied", but it takes processing which I'd rather not have php busy wit... 24 Jul 2008 06:44
Questions about finding ranges
Hey there, I have a range of records that represent different faults and different symptoms that I want to pull out of the database, and to find the records that are the closest within each range. I am currently doing it with a barrage of if statements, but I am sure that this could be done faster and far m... 24 Jul 2008 06:44
Getting info from SVN commit with php
Hi, I would be very grateful if someone could point out some ways how to do the following: I have an SVN server but I need to add some extra to commit message which PHP will get and use(for example use the parameters from commit message to change data on mysql database... (if commit messages first line h... 23 Jul 2008 12:17
Reference or copy?
On Wed, 2008-07-23 at 10:07 +0200, Yeti wrote: Hello everyone, Many of you may be familiar with references in PHP. Now i read somewhere in the PHP manual that creating references can take longer than copies. PHP5+ also seems to reference a bit different thant PHP4 did. Here is some working example... 23 Jul 2008 17:26
[PHP] Reference or copy?
Hello everyone, Many of you may be familiar with references in PHP. Now i read somewhere in the PHP manual that creating references can take longer than copies. PHP5+ also seems to reference a bit different thant PHP4 did. Here is some working example code: <?php class useless { var $huge_array; function... 23 Jul 2008 05:06
First  |  Prev |  Next  |  Last
Pages: 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76