I upgraded my development system from PHP 4.1.2 to PHP 4.3.0 last week and
the performance of my scripts took a dive.  Specifically, the average time
to parse my scripts (time from executing first line of code to executing
first line after includes) went from about 100ms to about 200ms, and, very
oddly, my times to connect to an Oracle database also went up by about the
same margin.

Switching back to 4.1.2 clears the problem back up.

What changed between 4.1.2 and 4.3.0 that could cause this?  File IO stuff
perhaps?  Any ideas to solve it?

Thanks,
Rhett Livingston

I'm running WinXP Pro, IIS, PHP as a CGI, and Oracle 9.2.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to