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
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
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
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