[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2008-01-25 Thread changelog
changelog Sat Jan 26 01:31:35 2008 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2938r2=1.2939diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2938

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

2008-01-25 Thread Antony Dovgal
Ilia, the tests are still broken. On 25.01.2008 04:31, Ilia Alshanetsky wrote: iliaa Fri Jan 25 01:31:11 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard string.c Log: Adjust new chr() param handling to address chr() calls

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

2008-01-25 Thread Hannes Magnusson
On Jan 25, 2008 2:31 AM, Ilia Alshanetsky [EMAIL PROTECTED] wrote: iliaa Fri Jan 25 01:31:11 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard string.c Log: Adjust new chr() param handling to address chr() calls

[PHP-CVS] cvs: php-src /ext/pdo pdo_sqlstate.c

2008-01-25 Thread Nuno Lopes
nlopess Fri Jan 25 19:58:51 2008 UTC Modified files: /php-src/ext/pdopdo_sqlstate.c Log: MFB: move data to const segment http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_sqlstate.c?r1=1.11r2=1.12diff_format=u Index: php-src/ext/pdo/pdo_sqlstate.c diff -u

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl php_spl.c php_spl.h /ext/tidy php_tidy.h tidy.c

2008-01-25 Thread Antony Dovgal
On 25.01.2008 23:29, Nuno Lopes wrote: -zend_module_entry spl_module_entry = { +const zend_module_entry spl_module_entry = { -zend_module_entry tidy_module_entry = { +const zend_module_entry tidy_module_entry = { This makes PHP to crash right after the start. Please revert. -- Wbr, Antony

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/ereg/regex cclass.h regerror.c

2008-01-25 Thread Nuno Lopes
nlopess Fri Jan 25 20:11:53 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/ereg/regex cclass.h regerror.c Log: const'ify more 372 bytes http://cvs.php.net/viewvc.cgi/php-src/ext/ereg/regex/cclass.h?r1=1.4.8.2r2=1.4.8.3diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl php_spl.c php_spl.h /ext/tidy php_tidy.h tidy.c

2008-01-25 Thread Nuno Lopes
nlopess Fri Jan 25 20:29:48 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splphp_spl.c php_spl.h /php-src/ext/tidy php_tidy.h tidy.c Log: more const kewywording remove spl_functions_none var (wast used anywhere

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

2008-01-25 Thread Nuno Lopes
nlopess Fri Jan 25 19:57:58 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdopdo_sqlstate.c Log: move about 3K of data to the const area. also reduce memory usage (~ -266 bytes :P)

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/ereg/regex cname.h

2008-01-25 Thread Nuno Lopes
nlopess Fri Jan 25 20:04:10 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/ereg/regex cname.h Log: const'ify more 768 bytes http://cvs.php.net/viewvc.cgi/php-src/ext/ereg/regex/cname.h?r1=1.3.36.2r2=1.3.36.3diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pcre php_pcre.c php_pcre.h

2008-01-25 Thread Nuno Lopes
nlopess Fri Jan 25 19:38:26 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pcre php_pcre.c php_pcre.h Log: spread some static keywords http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.168.2.9.2.21.2.9r2=1.168.2.9.2.21.2.10diff_format=u

[PHP-CVS] cvs: php-src /ext/standard html.c

2008-01-25 Thread Scott MacVicar
scottmacFri Jan 25 18:11:19 2008 UTC Modified files: /php-src/ext/standard html.c Log: MFB: Fix html_entity_decode when converting numeric html entities, the numeric values for the extended character set don't correspond to that of windows-1251 and

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/standard html.c

2008-01-25 Thread Scott MacVicar
scottmacFri Jan 25 18:10:46 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/standard html.c Log: Fix html_entity_decode when converting numeric html entities, the numeric values for the extended characters don't

[PHP-CVS] cvs: php-src /ext/standard array.c

2008-01-25 Thread Rob Richards
rrichards Fri Jan 25 15:52:00 2008 UTC Modified files: /php-src/ext/standard array.c Log: fix zts build http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.437r2=1.438diff_format=u Index: php-src/ext/standard/array.c diff -u

[PHP-CVS] cvs: php-src /ext/standard array.c

2008-01-25 Thread Antony Dovgal
tony2001Fri Jan 25 13:42:24 2008 UTC Modified files: /php-src/ext/standard array.c Log: endless loop (and stack overflow) protection in compact() http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.436r2=1.437diff_format=u Index:

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

2008-01-25 Thread Nuno Lopes
nlopess Fri Jan 25 20:21:18 2008 UTC Modified files: /php-src/ext/filter filter.c Log: MFB: const keywording http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.89r2=1.90diff_format=u Index: php-src/ext/filter/filter.c diff -u

[PHP-CVS] cvs: php-src /ext/spl php_spl.c php_spl.h /ext/tidy php_tidy.h tidy.c

2008-01-25 Thread Nuno Lopes
nlopess Fri Jan 25 20:30:36 2008 UTC Modified files: /php-src/ext/splphp_spl.c php_spl.h /php-src/ext/tidy php_tidy.h tidy.c Log: MFB: const keywording http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.120r2=1.121diff_format=u Index:

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

2008-01-25 Thread Nuno Lopes
nlopess Fri Jan 25 20:20:07 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/filter filter.c Log: const more 216 bytes (on a 32-bits host) http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.52.2.39.2.2r2=1.52.2.39.2.3diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/ereg/regex cname.h

2008-01-25 Thread Nuno Lopes
nlopess Fri Jan 25 20:04:44 2008 UTC Modified files: /php-src/ext/ereg/regex cname.h Log: MFB: const'ify http://cvs.php.net/viewvc.cgi/php-src/ext/ereg/regex/cname.h?r1=1.3r2=1.4diff_format=u Index: php-src/ext/ereg/regex/cname.h diff -u

[PHP-CVS] cvs: php-src /ext/pcre php_pcre.c php_pcre.h

2008-01-25 Thread Nuno Lopes
nlopess Fri Jan 25 19:39:45 2008 UTC Modified files: /php-src/ext/pcre php_pcre.c php_pcre.h Log: spread some static keywords http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.228r2=1.229diff_format=u Index: php-src/ext/pcre/php_pcre.c diff -u

[PHP-CVS] cvs: CVSROOT / avail

2008-01-25 Thread Marcus Boerger
helly Fri Jan 25 13:26:56 2008 UTC Modified files: /CVSROOTavail Log: - WS http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1348r2=1.1349diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1348 CVSROOT/avail:1.1349 --- CVSROOT/avail:1.1348

[PHP-CVS] cvs: CVSROOT / avail

2008-01-25 Thread Marcus Boerger
helly Fri Jan 25 13:28:52 2008 UTC Modified files: /CVSROOTavail Log: - Give steph access to phar http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1349r2=1.1350diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1349 CVSROOT/avail:1.1350 ---

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

2008-01-25 Thread Antony Dovgal
tony2001Fri Jan 25 13:42:36 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard array.c Log: MFH: endless loop (and stack overflow) protection in compact()

[PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd_result.c

2008-01-25 Thread Rob Richards
rrichards Fri Jan 25 15:54:31 2008 UTC Modified files: /php-src/ext/mysqlndmysqlnd_result.c Log: fix win32 compile http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd_result.c?r1=1.10r2=1.11diff_format=u Index:

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

2008-01-25 Thread Rob Richards
rrichards Fri Jan 25 15:54:58 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqlndmysqlnd_result.c Log: MFH: fix win32 compile http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd_result.c?r1=1.4.2.6r2=1.4.2.7diff_format=u Index:

Re: [PHP-CVS] cvs: php-src /ext/standard array.c

2008-01-25 Thread Antony Dovgal
On 25.01.2008 18:52, Rob Richards wrote: rrichards Fri Jan 25 15:52:00 2008 UTC Modified files: /php-src/ext/standard array.c Log: fix zts build Thanks! -- Wbr, Antony Dovgal -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/dom dom_fe.h php_dom.c php_dom.h xpath.c /ext/dom/tests domxpath.phpt

2008-01-25 Thread Rob Richards
rrichards Fri Jan 25 16:13:04 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/dom/tests domxpath.phpt Modified files: /php-src/ext/domdom_fe.h php_dom.c php_dom.h xpath.c Log: backport functionality to call user

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

2008-01-25 Thread Rob Richards
rrichards Fri Jan 25 15:52:48 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard array.c Log: MFH: fix zts build http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.37.2.16r2=1.308.2.21.2.37.2.17diff_format=u

[PHP-CVS] cvs: php-src /ext/ereg/regex cclass.h regerror.c

2008-01-25 Thread Nuno Lopes
nlopess Fri Jan 25 20:20:54 2008 UTC Modified files: /php-src/ext/ereg/regex cclass.h regerror.c Log: MFB: const keywording http://cvs.php.net/viewvc.cgi/php-src/ext/ereg/regex/cclass.h?r1=1.4r2=1.5diff_format=u Index: php-src/ext/ereg/regex/cclass.h diff