[PHP] Terrible performance Apache 2.2.6, PHP 5.2, apache module mode

2007-12-24 Thread Siamak Sarmady

Hello,

I have a very terrible performance after changing to last versions of 
Apache and PHP on windows XP (and mysql 4.1).


I did a search on the internet and it seems many people have this 
problem. Changing to Apache 2.0 and PHP 5.1 seems to solves the 
performance problem.


Anyone has heard of a workaround?

Thank you

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



[PHP] Re: include config.php does not work anymore after PHP 5.2

2007-12-02 Thread Siamak Sarmady

Hello

This is the same thing I always use.

?
 $host=localhost;
 $user=root;
 $password=123;
 $db=stud;

 $activation=1; 

 $MAXATTACHSIZE = 100;
 $ATTACHDIRPATH=e:/www/stud/lattach/;
?

By the way, I installed php 4.4.7 and everything is fine with this 
version though register_globals is again Off.


Regards,
Mac

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