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

2007-12-24 Thread wmac
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. for example this

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

2007-12-02 Thread wmac
Thank you People. Someone mentioned the problem. It is the starting PHP tag. I never never thought my config.php might have problem. I have used this config.php for almost 6 years and never had problem (the first time I have forgotten to add it 6 years ago because I had migrated from ASP. I

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

2007-12-01 Thread wmac
Hello, I have been working with PHP 5.0 and my register_globals has always been Off since PHP 4.1 Today I upgraded to PHP 5.2 and now neither of my include config.php work. Neither of the variables defined in include files are even included. Anyone knows what has been changed and what can I