[PHP-DEV] [PATCH] Bug #45384, ini parse error with no trailing newline

2008-08-16 Thread Arnaud Le Blanc
Hi, Here is a patch for #45384 (the ini parser returns a parse error when it hits EOF while parsing a non enclosed string): http://arnaud.lb.s3.amazonaws.com/parse_ini_file_45384.patch Regards, Arnaud -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.ph

[PHP-DEV] [PATCH] ZTS as fast as non-ZTS

2008-08-16 Thread Arnaud Le Blanc
Hi, Currently the way globals work forces to pass a thread-local-storage pointer across function calls, which involves some overhead. Also, not all functions get the pointer as argument and need to use TSRMLS_FETCH(), which is slow. For instance emalloc() involves a TSRMLS_FETCH(). An other ove

Re: [PHP-DEV] [PATCH] Allow mixed $initial in array_reduce

2008-08-16 Thread Christian Schneider
Am 10.04.2008 um 14:02 schrieb Marcus Boerger: looks good to me. Sidenote: If you cvs add the new test and then do cvs di -N, then you get the new files and the stuff you changed in one diff. If you do not have access then a) you need to do the cvs add step manually by editing the CVS/Entrie

Re: [PHP-DEV] [PATCH] Alias stream_context_get_default() as stream_context_set_default()

2008-08-16 Thread Hannes Magnusson
On Thu, Aug 7, 2008 at 03:42, Davey Shafik <[EMAIL PROTECTED]> wrote: > > oops, patch is still at: > http://pixelated-dreams.com/~davey/stream_context_set_default.patch Committed. Care to write the docs for it too? :) -Hannes -- PHP Internals - PHP Runtime Development Mailing List To unsubscri