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 o

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 Jani Taskinen
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 option --enable-maintaine

[PHP-CVS] cvs: php-src /sapi/cgi cgi_main.c

2009-05-23 Thread Jani Taskinen
janiSat May 23 18:59:17 2009 UTC Modified files: /php-src/sapi/cgi cgi_main.c Log: ws + cs http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.379&r2=1.380&diff_format=u Index: php-src/sapi/cgi/cgi_main.c diff -u php-src/sapi/cgi/cgi_main.c:1.379

[PHP-CVS] cvs: php-src /main php_variables.c

2009-05-23 Thread Jani Taskinen
janiSat May 23 18:52:03 2009 UTC Modified files: /php-src/main php_variables.c Log: ws http://cvs.php.net/viewvc.cgi/php-src/main/php_variables.c?r1=1.157&r2=1.158&diff_format=u Index: php-src/main/php_variables.c diff -u php-src/main/php_variables.c:1

[PHP-CVS] cvs: php-src /main rfc1867.c

2009-05-23 Thread Jani Taskinen
janiSat May 23 18:46:10 2009 UTC Modified files: /php-src/main rfc1867.c Log: ws http://cvs.php.net/viewvc.cgi/php-src/main/rfc1867.c?r1=1.212&r2=1.213&diff_format=u Index: php-src/main/rfc1867.c diff -u php-src/main/rfc1867.c:1.212 php-src/main/rfc1867

[PHP-CVS] cvs: php-src /main php_variables.c

2009-05-23 Thread Pierre-Alain Joye
pajoye Sat May 23 18:46:05 2009 UTC Modified files: /php-src/main php_variables.c Log: - fix build, fix TS build http://cvs.php.net/viewvc.cgi/php-src/main/php_variables.c?r1=1.156&r2=1.157&diff_format=u Index: php-src/main/php_variables.c diff -u php-src

[PHP-CVS] cvs: php-src /main rfc1867.c

2009-05-23 Thread Jani Taskinen
janiSat May 23 18:42:54 2009 UTC Modified files: /php-src/main rfc1867.c Log: fix build http://cvs.php.net/viewvc.cgi/php-src/main/rfc1867.c?r1=1.211&r2=1.212&diff_format=u Index: php-src/main/rfc1867.c diff -u php-src/main/rfc1867.c:1.211 php-src/main

[PHP-CVS] cvs: php-src /main SAPI.c

2009-05-23 Thread Jani Taskinen
janiSat May 23 18:19:11 2009 UTC Modified files: /php-src/main SAPI.c Log: ws + cs http://cvs.php.net/viewvc.cgi/php-src/main/SAPI.c?r1=1.237&r2=1.238&diff_format=u Index: php-src/main/SAPI.c diff -u php-src/main/SAPI.c:1.237 php-src/main/SAPI.c:1.238 -

[PHP-CVS] cvs: php-src /main SAPI.c

2009-05-23 Thread Jani Taskinen
janiSat May 23 18:10:13 2009 UTC Modified files: /php-src/main SAPI.c Log: - Fix typo http://cvs.php.net/viewvc.cgi/php-src/main/SAPI.c?r1=1.236&r2=1.237&diff_format=u Index: php-src/main/SAPI.c diff -u php-src/main/SAPI.c:1.236 php-src/main/SAPI.c:1.2

Re: [PHP-CVS] cvs: php-src /ext/pdo_firebird config.m4

2009-05-23 Thread Jani Taskinen
And PHP_5_2 ..? Nuno Lopes kirjoitti: nlopess Sat May 23 13:52:53 2009 UTC Modified files: /php-src/ext/pdo_firebird config.m4 Log: MFB: fix compilation of pdo_firebird and intl extension with ld --as-needed http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_fir

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl spl_fixedarray.c

2009-05-23 Thread Felipe Pena
felipe Sat May 23 15:14:15 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splspl_fixedarray.c Log: - MFH: Added missing param checks http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_fixedarray.c?r1=1.1.2.10&r2=1.1.2.11&diff_format=u Index: php-src/

[PHP-CVS] cvs: php-src /ext/spl spl_fixedarray.c

2009-05-23 Thread Felipe Pena
felipe Sat May 23 15:14:00 2009 UTC Modified files: /php-src/ext/splspl_fixedarray.c Log: - Added missing param checks http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_fixedarray.c?r1=1.10&r2=1.11&diff_format=u Index: php-src/ext/spl/spl_fixedarray.c diff

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/xsl/tests phpfunc-nostring.xsl phpfunc-undef.xsl phpfunc.xsl xsl-phpinfo.phpt xsltprocessor_getParameter-invalidparam.phpt xsltprocessor_getParameter-wrongparam.ph

2009-05-23 Thread Felipe Pena
felipe Sat May 23 14:52:54 2009 UTC Added files: (Branch: PHP_5_2) /php-src/ext/xsl/tests phpfunc-nostring.xsl phpfunc-undef.xsl phpfunc.xsl xsl-phpinfo.phpt xsltprocessor_getParameter-invalidpara

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/xsl/tests phpfunc-nostring.xsl phpfunc-undef.xsl phpfunc.xsl

2009-05-23 Thread Felipe Pena
felipe Sat May 23 14:49:55 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/xsl/tests phpfunc-nostring.xsl phpfunc-undef.xsl phpfunc.xsl Log: - New xsl files http://cvs.php.net/viewvc.cgi/php-src/ext/xsl/tests/phpfun

[PHP-CVS] cvs: php-src /ext/xsl/tests phpfunc-nostring.xsl phpfunc-undef.xsl phpfunc.xsl

2009-05-23 Thread Felipe Pena
felipe Sat May 23 14:49:29 2009 UTC Added files: /php-src/ext/xsl/tests phpfunc-nostring.xsl phpfunc-undef.xsl phpfunc.xsl Log: - New xsl files http://cvs.php.net/viewvc.cgi/php-src/ext/xsl/tests/phpfunc-nostring.xsl

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/xsl/tests xsl-phpinfo.phpt xsltprocessor_getParameter-invalidparam.phpt xsltprocessor_getParameter-wrongparam.phpt xsltprocessor_getParameter.phpt xsltprocessor_re

2009-05-23 Thread Felipe Pena
felipe Sat May 23 14:45:07 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/xsl/tests xsl-phpinfo.phpt xsltprocessor_getParameter-invalidparam.phpt xsltprocessor_getParameter-wrongparam.phpt

[PHP-CVS] cvs: php-src /ext/xsl/tests xsl-phpinfo.phpt xsltprocessor_getParameter-invalidparam.phpt xsltprocessor_getParameter-wrongparam.phpt xsltprocessor_getParameter.phpt xsltprocessor_registerPHP

2009-05-23 Thread Felipe Pena
felipe Sat May 23 14:44:37 2009 UTC Added files: /php-src/ext/xsl/tests xsl-phpinfo.phpt xsltprocessor_getParameter-invalidparam.phpt xsltprocessor_getParameter-wrongparam.phpt

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/xsl xsltprocessor.c

2009-05-23 Thread Felipe Pena
felipe Sat May 23 14:31:15 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/xslxsltprocessor.c Log: - Fix error message http://cvs.php.net/viewvc.cgi/php-src/ext/xsl/xsltprocessor.c?r1=1.39.2.2.2.17&r2=1.39.2.2.2.18&diff_format=u Index: php-src/ext/xs

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/xsl xsltprocessor.c

2009-05-23 Thread Felipe Pena
felipe Sat May 23 14:26:47 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/xslxsltprocessor.c Log: - Fix error message http://cvs.php.net/viewvc.cgi/php-src/ext/xsl/xsltprocessor.c?r1=1.39.2.2.2.9.2.17&r2=1.39.2.2.2.9.2.18&diff_format=u Index: php-sr

[PHP-CVS] cvs: php-src /ext/pdo_firebird config.m4

2009-05-23 Thread Nuno Lopes
nlopess Sat May 23 13:52:53 2009 UTC Modified files: /php-src/ext/pdo_firebird config.m4 Log: MFB: fix compilation of pdo_firebird and intl extension with ld --as-needed http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_firebird/config.m4?r1=1.11&r2=1.12&diff_form

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pdo_firebird config.m4

2009-05-23 Thread Nuno Lopes
nlopess Sat May 23 13:52:01 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_firebird config.m4 Log: fix compilation of pdo_firebird and intl extension with ld --as-needed http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_firebird/config.m4?r1=1.8.4.2.2.

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli mysqli_api.c

2009-05-23 Thread Kalle Sommer Nielsen
Hi Pierre 2009/5/23 Pierre Joye : > On Sat, May 23, 2009 at 4:58 AM, Kalle Sommer Nielsen wrote: >> kalle           Sat May 23 02:58:16 2009 UTC >> >>  Modified files:              (Branch: PHP_5_3) >>    /php-src/ext/mysqli mysqli_api.c >>  Log: >>  Fixed compiler warning again, uint8_t is only

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli mysqli_api.c

2009-05-23 Thread Pierre Joye
On Sat, May 23, 2009 at 4:58 AM, Kalle Sommer Nielsen wrote: > kalle           Sat May 23 02:58:16 2009 UTC > >  Modified files:              (Branch: PHP_5_3) >    /php-src/ext/mysqli mysqli_api.c >  Log: >  Fixed compiler warning again, uint8_t is only available with mysqlnd. This > is not affe