Re: [PHP-WIN] Help With CGI Timeout

2003-07-21 Thread Kit DeKat
ou want to make it look pretty. At 01:10 PM 7/21/2003, you wrote: I have a script that uploads a data file and inserts several thousand records into a database table. The script seems to time out when it Best regards, Kit DeKat mailto:[EMAIL PROTECTED] Web/Systems Programmer

Re: [PHP-WIN] php.ini values ignored?

2003-06-23 Thread Kit DeKat
ed; ie: no apache2 errors. copied the php.ini (w/ garbarge) into the %SYSTEMROOT% directory and restarted, had no errors BUT did see all my modification to the php.ini finally appear. had it everywhere but where it mattered, and now my sessions work!! Thanks "Cristian MARIN - Developer"

Re: [PHP-WIN] php.ini values ignored?

2003-06-21 Thread Kit DeKat
At 03:55 PM 6/21/2003, you wrote: Did you restart Apache? Ignatius Please give me *some* credit... restarted everytime i changed the httpd.conf and php.ini files, which would happen to be over 20 times recently, as i tried different configurations to see what happens. Best regards, Kit DeKat

[PHP-WIN] php.ini values ignored?

2003-06-21 Thread Kit DeKat
ion/x-httpd-php-source .phps [D:/var/php/php.ini] [copied to %SYSTEMROOT%/system32/php.ini] include_path = ".;d:\var\php;d:\var\www\php" extension_dir = "D:\var\php\extensions" ... session.save_path = D:\var\www\tmp session.cookie_path = / --