[PHP-DEV] Are exceptions allowed in php core?

2011-02-24 Thread Ferenc Kovacs
Hi. it was mentioned multiple times on the list, that exceptions from php core is prohibited. do we have some documentation about this? the more detailed email on this topic was from Lukas: http://www.mail-archive.com/internals@lists.php.net/msg43237.html Generally we have decided to leave

Re: [PHP-DEV] Re: Zend mm

2011-02-24 Thread Julien Pauli
You should take care not to mistake the GC and the MM, they are two different things and surprisingly, they dont interact with each other. Zend GC is a layer above Zend MM, and Zend GC can be totally disabled, Zend MM cant at all. Zend MM is a BIG layer over malloc()/free() which goals are mainly

[PHP-DEV] problem with header() and php trunk

2011-02-24 Thread Carsten Wiedmann
Hi list, this code is not working with the current trunk: | ?php | header('Content-Language: '); | ? The result is an internale server error: | [Thu Feb 24 17:21:25 2011] [error] [client ::1] malformed header from | script. Bad header=Content-Language: php-cgi.exe Without only a space after :

Re: [PHP-DEV] problem with header() and php trunk

2011-02-24 Thread Carsten Wiedmann
On 24/02/11 10:41 PM, Ben Schmidt wrote: On 25/02/11 3:28 AM, Carsten Wiedmann wrote: this code is not working with the current trunk: | ?php | | header('Content-Language: '); | ? The result is an internale server error: | [Thu Feb 24 17:21:25 2011] [error] [client ::1] malformed