[PHP-DEV] PHP 4 Bug Summary Report

2006-01-02 Thread internals
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (616 total including feature requests) ===[Arrays related]=== 31114 Assigned foreach modify array (works with PHP 5.1)

[PHP-DEV] PHP 5 Bug Summary Report

2006-01-02 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (355 total including feature requests) ===[Apache related]=== 32561 Assigned Erroneous Allow HTTP response header 33292 Verified apache_get_modules() crashes

[PHP-DEV] compiling own extension for php-5.1.1

2006-01-02 Thread Marco Glatz
hello, i am trying to port a self-written extension from php-5.0.2 to php-5.1.1, if i try to load the extension i get an error: ext/php_webcontrol.dll doesn't appear to be a valid Zend extension then i tried to compile the minimal example from ext/skeleton, but same error :( this is my