RE: [PHP-CVS] cvs: php-src(PHP_5_2) / Makefile.global

2007-06-07 Thread Dmitry Stogov
Hi Jani, After this patch all my tests failed, because PHP tries to load extensions twice. First from php.ini and then from command line (-d extension=...). I like your idea, as it's going to allow testing of ALL compileed extensions before installation, but it doesn't work yet. Thanks. Dmitry.

RE: [PHP-CVS] cvs: php-src(PHP_5_2) / Makefile.global

2007-06-07 Thread Jani Taskinen
I was afraid that would happen. :) But can't those warnings be suppressed either by excluding E_CORE_WARNING in error_reporting directive or by setting display_startup_errors to off..? Another issue that might be a problem is that you have some extension in your php.ini which you're not