Re: [PHP-CVS] cvs: php-src / unicode-todo.txt /ext/filter filter.c /ext/mbstring mb_gpc.c /ext/pcre php_pcre.c /ext/standard basic_functions.c basic_functions.h php_string.h string.c /main SAPI.c

2009-05-26 Thread Antony Dovgal
This commit has added 14 segfaults in the tests (HEAD only, ZTS only). The backtrace is always similar to this: Core was generated by `/local/qa/head.zts/sapi/cgi/php-cgi -C -n -d output_handler= -d open_basedir= -'. Program terminated with signal 11, Segmentation fault. #0 0x7fc5ae41ddd3

Re: [PHP-CVS] cvs: php-src / unicode-todo.txt /ext/filter filter.c /ext/mbstring mb_gpc.c /ext/pcre php_pcre.c /ext/standard basic_functions.c basic_functions.h php_string.h string.c /main SAPI.c

2009-05-23 Thread Andrei Zmievski
Jani Taskinen wrote: Is this really correct (rfc1867.c): - register_http_post_files_variable(lbuf, s+1, http_post_files, 0 TSRMLS_CC); + register_raw_var(lbuf, s+1, strlen(s+1), files_vars TSRMLS_CC); That 'strlen(s+1)' looks kinda wrong..? And to not cause more compile failures, configure