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

2004-12-04 Thread changelog
changelog Sat Dec 4 20:32:43 2004 EDT Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1823r2=1.1824ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1823 php-src/ChangeLog:1.1824 ---

[PHP-CVS] cvs: php-src /ext/mysqli mysqli.c mysqli_prop.c /ext/mysqli/tests 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt 009.phpt 010.phpt 011.phpt 012.phpt 013.phpt 014.phpt 015.phpt 016.phpt 017.phpt 018.phpt 019.phpt 020.phpt 021.phpt 022.phpt 023.phpt 024.phpt 025.phpt 026.phpt 027.phpt 028.phpt 029.phpt 030.phpt 031.phpt 032.phpt 033.phpt 034.phpt 035.phpt 036.phpt 037.phpt 038.phpt 039.phpt 040.phpt 041.phpt 042.phpt 043.phpt 044.phpt 045.phpt 046.phpt 047.phpt 048.phpt 049.phpt 050.phpt 051.phpt 052.phpt 053.phpt 054.phpt 055.phpt 056.phpt 057.phpt 058.phpt 059.phpt 060.phpt 061.phpt bug28817.phpt bug29311.phpt bug30967.phpt

2004-12-04 Thread Georg Richter
georg Sat Dec 4 03:16:05 2004 EDT Added files: /php-src/ext/mysqli/tests bug28817.phpt Modified files: /php-src/ext/mysqli mysqli.c mysqli_prop.c /php-src/ext/mysqli/tests 001.phpt 002.phpt 003.phpt 004.phpt

[PHP-CVS] cvs: php-src /ext/mysqli/tests 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt 009.phpt 010.phpt 011.phpt 012.phpt 013.phpt 014.phpt 015.phpt 016.phpt 017.phpt 018.phpt 019.phpt 020.phpt 021.phpt 022.phpt 023.phpt 024.phpt 025.phpt 026.phpt 027.phpt 028.phpt 029.phpt 030.phpt 031.phpt 032.phpt 033.phpt 034.phpt 035.phpt 036.phpt 037.phpt 038.phpt 039.phpt 040.phpt 041.phpt 042.phpt 043.phpt 044.phpt 045.phpt 046.phpt 047.phpt 048.phpt 049.phpt 050.phpt 051.phpt 052.phpt 053.phpt 054.phpt 055.phpt 056.phpt 057.phpt 058.phpt 059.phpt 060.phpt 061.phpt bug28817.phpt bug29311.phpt bug30967.phpt skipif.inc

2004-12-04 Thread Georg Richter
georg Sat Dec 4 03:50:35 2004 EDT Added files: /php-src/ext/mysqli/tests skipif.inc Modified files: /php-src/ext/mysqli/tests 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/mysqli mysqli.c mysqli_prop.c /ext/mysqli/tests 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt 009.phpt 010.phpt 011.phpt 012.phpt 013.phpt 014.phpt 015.phpt 016.phpt 017.phpt 018.phpt 019.phpt 020.phpt 021.phpt 022.phpt 023.phpt 024.phpt 025.phpt 026.phpt 027.phpt 028.phpt 029.phpt 030.phpt 031.phpt 032.phpt 033.phpt 034.phpt 035.phpt 036.phpt 037.phpt 038.phpt 039.phpt 040.phpt 041.phpt 042.phpt 043.phpt 044.phpt 045.phpt 046.phpt 047.phpt 048.phpt 049.phpt 050.phpt 051.phpt 052.phpt 053.phpt 054.phpt 055.phpt 056.phpt 057.phpt 058.phpt 059.phpt 060.phpt 061.phpt bug29311.phpt bug30967.phpt

2004-12-04 Thread Georg Richter
georg Sat Dec 4 04:01:34 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/mysqli mysqli.c mysqli_prop.c /php-src/ext/mysqli/tests 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS

2004-12-04 Thread Georg Richter
georg Sat Dec 4 04:03:37 2004 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS Log: fixed bug #30890 http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.139r2=1.1760.2.140ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1760.2.139

Re: [PHP-CVS] cvs: php-src /ext/mysqli mysqli.c /ext/mysqli/tests bug30967.phpt

2004-12-04 Thread Georg Richter
Am Fr, den 03.12.2004 schrieb [EMAIL PROTECTED] um 9:31: Hi Georg, Would such a fix (in combination with the fix for #28430) also fix the problem described in #28817 (http://bugs.php.net/bug.php?id=28817)? Bug #28817 is fixed in CVS now (mysqli part). I sent a patch to Rob for ext/dom.

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

2004-12-04 Thread Marcus Boerger
Hello Stefan, reading the patch twice and checking the code again. Why not simply replace the index type 'iv' with 'uiv' ? R: iv ; - R: uiv ; r: iv ; - r: uiv ; marcus Wednesday, December 1, 2004, 11:42:00 PM, you wrote: sesser Wed Dec 1 17:42:00 2004 EDT Modified files:

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

2004-12-04 Thread Rob Richards
rrichards Sat Dec 4 06:39:34 2004 EDT Modified files: /php-src/ext/domphp_dom.c Log: Fixed bug #28817 (Var problem when extending domDocument). (Georg) http://cvs.php.net/diff.php/php-src/ext/dom/php_dom.c?r1=1.64r2=1.65ty=u Index:

[PHP-CVS] cvs: php-src /ext/dom/tests bug28817.phpt

2004-12-04 Thread Rob Richards
rrichards Sat Dec 4 06:40:10 2004 EDT Added files: /php-src/ext/dom/tests bug28817.phpt Log: add test http://cvs.php.net/co.php/php-src/ext/dom/tests/bug28817.phpt?r=1.1p=1 Index: php-src/ext/dom/tests/bug28817.phpt +++

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/dom php_dom.c /ext/dom/tests bug28817.phpt

2004-12-04 Thread Rob Richards
rrichards Sat Dec 4 06:41:12 2004 EDT Added files: (Branch: PHP_5_0) /php-src/ext/dom/tests bug28817.phpt Modified files: /php-src/ext/domphp_dom.c Log: MFH: Fixed bug #28817 (Var problem when extending domDocument). (Georg)

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS

2004-12-04 Thread Rob Richards
rrichards Sat Dec 4 06:41:46 2004 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS Log: BFN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.140r2=1.1760.2.141ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1760.2.140 php-src/NEWS:1.1760.2.141

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

2004-12-04 Thread Stefan Esser
Marcus Boerger wrote: Hello Stefan, reading the patch twice and checking the code again. Why not simply replace the index type 'iv' with 'uiv' ? R: iv ; - R: uiv ; r: iv ; - r: uiv ; Because that would not fix anything. Both functions do not check for integer overflows when generating the

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

2004-12-04 Thread Marcus Boerger
Hello Stefan, Saturday, December 4, 2004, 12:49:19 PM, you wrote: Marcus Boerger wrote: Hello Stefan, reading the patch twice and checking the code again. Why not simply replace the index type 'iv' with 'uiv' ? R: iv ; - R: uiv ; r: iv ; - r: uiv ; Because that would not fix

[PHP-CVS] cvs: php-src /sapi/apache php_apache.c

2004-12-04 Thread Rasmus Lerdorf
rasmus Sat Dec 4 08:47:13 2004 EDT Modified files: /php-src/sapi/apachephp_apache.c Log: Fix proto http://cvs.php.net/diff.php/php-src/sapi/apache/php_apache.c?r1=1.87r2=1.88ty=u Index: php-src/sapi/apache/php_apache.c diff -u