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

2006-07-28 Thread changelog
changelog Sat Jul 29 01:31:19 2006 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2405r2=1.2406diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2405

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

2006-07-28 Thread Dmitry Stogov
The patch breaks HEAD. I cannot compile PHP. Dmitry. -Original Message- From: Ilia Alshanetsky [mailto:[EMAIL PROTECTED] Sent: Thursday, July 27, 2006 10:15 PM To: php-cvs@lists.php.net Subject: [PHP-CVS] cvs: php-src /ext/filter filter.c iliaa Thu Jul 27 18:15:10

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

2006-07-28 Thread Pierre
On 7/28/06, Dmitry Stogov [EMAIL PROTECTED] wrote: The patch breaks HEAD. I cannot compile PHP. It should be ifdef'ed. HEAD does not have magic quotes support. I will commit the change asap. --Pierre -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit:

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

2006-07-28 Thread Derick Rethans
On Thu, 27 Jul 2006, Ilia Alshanetsky wrote: Well, that's great, but it should not prevent magic quotes from being applied. Until magic quotes is removed it should work, as the code was implemented before it did not, breaking all kinds of code. RAW is raw, not magic quotes. This means that if

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

2006-07-28 Thread Pierre
On 7/28/06, Derick Rethans [EMAIL PROTECTED] wrote: On Thu, 27 Jul 2006, Ilia Alshanetsky wrote: Well, that's great, but it should not prevent magic quotes from being applied. Until magic quotes is removed it should work, as the code was implemented before it did not, breaking all kinds of

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

2006-07-28 Thread Antony Dovgal
tony2001Fri Jul 28 12:21:34 2006 UTC Modified files: /php-src/ext/standard string.c Log: patch for #37846 (wordwrap() wraps incorrectly) by Dmitry Kononov ddk at krasn dot ru

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

2006-07-28 Thread Antony Dovgal
tony2001Fri Jul 28 12:23:18 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/standard string.c Log: MFH: patch for #37846 (wordwrap() wraps incorrectly) by Dmitry Kononov ddk at krasn dot ru

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

2006-07-28 Thread Ilia Alshanetsky
The raw data is left untouched. On 28-Jul-06, at 4:39 AM, Derick Rethans wrote: On Thu, 27 Jul 2006, Ilia Alshanetsky wrote: Well, that's great, but it should not prevent magic quotes from being applied. Until magic quotes is removed it should work, as the code was implemented before it

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

2006-07-28 Thread Ilia Alshanetsky
iliaa Fri Jul 28 13:59:06 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: Cleanup phpinfo() output http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1r2=1.1.2.1diff_format=u Index: php-src/ext/zip/php_zip.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard info.c info.h

2006-07-28 Thread Ilia Alshanetsky
iliaa Fri Jul 28 14:23:35 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/standard info.c info.h Log: ext/standard/info.c ext/standard/info.h

[PHP-CVS] cvs: php-src / run-tests.php

2006-07-28 Thread Antony Dovgal
tony2001Fri Jul 28 12:58:42 2006 UTC Modified files: /php-srcrun-tests.php Log: enabling --leak-check was bad idea, since there are way too much false positives caused by the absence of Zend MM

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2006-07-28 Thread Antony Dovgal
tony2001Fri Jul 28 12:58:59 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: MFH: disable --leak-check http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.8r2=1.226.2.37.2.9diff_format=u Index:

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

2006-07-28 Thread Ilia Alshanetsky
iliaa Fri Jul 28 14:27:03 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/hash hash.c Log: cleanup of the phpinfo() output. http://cvs.php.net/viewvc.cgi/php-src/ext/hash/hash.c?r1=1.18.2.5.2.2r2=1.18.2.5.2.3diff_format=u Index:

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

2006-07-28 Thread Ilia Alshanetsky
iliaa Fri Jul 28 14:27:17 2006 UTC Modified files: /php-src/ext/hash hash.c Log: MFB: cleanup of the phpinfo() output. http://cvs.php.net/viewvc.cgi/php-src/ext/hash/hash.c?r1=1.27r2=1.28diff_format=u Index: php-src/ext/hash/hash.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/filter logical_filters.c package.xml /ext/filter/tests bug8315.phpt

2006-07-28 Thread Pierre-Alain Joye
pajoye Sat Jul 29 01:26:55 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/filter/tests bug8315.phpt Modified files: /php-src/ext/filter logical_filters.c package.xml Log: - #8315, NULL character stops the validation

[PHP-CVS] cvs: php-src /ext/filter logical_filters.c package.xml /ext/filter/tests bug8315.phpt

2006-07-28 Thread Pierre-Alain Joye
pajoye Sat Jul 29 01:27:47 2006 UTC Modified files: /php-src/ext/filter logical_filters.c package.xml /php-src/ext/filter/tests bug8315.phpt Log: - MFH: #8315, NULL character stops the validation

[PHP-CVS] cvs: php-src /ext/standard/tests/file bug24313.phpt

2006-07-28 Thread Antony Dovgal
tony2001Fri Jul 28 13:47:41 2006 UTC Modified files: /php-src/ext/standard/tests/filebug24313.phpt Log: fix test I really hope there are no systems where /dev is a symlink

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/file bug24313.phpt

2006-07-28 Thread Antony Dovgal
tony2001Fri Jul 28 13:47:56 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/filebug24313.phpt Log: fix test

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

2006-07-28 Thread Ilia Alshanetsky
iliaa Fri Jul 28 14:00:07 2006 UTC Modified files: /php-src/ext/zipphp_zip.c Log: MFB: Cleanup phpinfo() output http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1r2=1.2diff_format=u Index: php-src/ext/zip/php_zip.c diff -u

[PHP-CVS] cvs: php-src /ext/date/tests date_constants.phpt

2006-07-28 Thread Hannes Magnusson
bjori Fri Jul 28 16:32:54 2006 UTC Modified files: /php-src/ext/date/tests date_constants.phpt Log: MFB: Update test http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/date_constants.phpt?r1=1.5r2=1.6diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/date php_date.c /ext/date/tests date_constants.phpt

2006-07-28 Thread Hannes Magnusson
bjori Fri Jul 28 16:32:31 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date php_date.c /php-src/ext/date/tests date_constants.phpt Log: Fix DateTime::RSS Update tests