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

2007-12-11 Thread changelog
changelog Wed Dec 12 01:31:25 2007 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2895r2=1.2896diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2895

[PHP-CVS] cvs: CVSROOT / avail

2007-12-11 Thread Marcus Boerger
helly Tue Dec 11 08:27:20 2007 UTC Modified files: /CVSROOTavail Log: Upgrade David Coallier http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1332r2=1.1333diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1332 CVSROOT/avail:1.1333 ---

[PHP-CVS] cvs: php-src /ext/standard array.c /ext/standard/tests/array array_slice.phpt bug43541.phpt

2007-12-11 Thread Jani Taskinen
janiTue Dec 11 08:30:46 2007 UTC Added files: /php-src/ext/standard/tests/array bug43541.phpt Modified files: /php-src/ext/standard array.c /php-src/ext/standard/tests/array array_slice.phpt Log: - Fixed bug #43541

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/oci8 oci8_statement.c /ext/oci8/tests bug42496_1.phpt bug42496_2.phpt lob_041.phpt

2007-12-11 Thread Antony Dovgal
On 11.12.2007 09:46, Christopher Jones wrote: sixd Tue Dec 11 06:46:16 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/oci8/tests lob_041.phpt bug42496_2.phpt bug42496_1.phpt Modified files:

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/file bug43522.phpt /main/streams streams.c

2007-12-11 Thread Antony Dovgal
On 10.12.2007 17:16, Ilia Alshanetsky wrote: iliaa Mon Dec 10 14:16:57 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/file bug43522.phpt Modified files: /php-src/main/streams streams.c Log: Fixed bug

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

2007-12-11 Thread Jani Taskinen
janiTue Dec 11 09:47:21 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/array bug43541.phpt Modified files: /php-src/ext/standard array.c /php-src/ext/standard/tests/array array_slice.phpt Log: MFH: -

[PHP-CVS] cvs: php-src /ext/standard/tests/array array_walk_object.phpt

2007-12-11 Thread Raghubansh Kumar
kraghubaTue Dec 11 10:42:56 2007 UTC Removed files: /php-src/ext/standard/tests/array array_walk_object.phpt Log: delete because there are two smaller testcases for this -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit:

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

2007-12-11 Thread Jani Taskinen
janiTue Dec 11 11:28:43 2007 UTC Modified files: /php-src/ext/standard html.c Log: - Fix error display (Stas: PG(display_errors) is handled by the php_error_docref() function :)

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

2007-12-11 Thread Jani Taskinen
janiTue Dec 11 11:29:09 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard html.c Log: MFH: fix error displaying http://cvs.php.net/viewvc.cgi/php-src/ext/standard/html.c?r1=1.111.2.2.2.14.2.2r2=1.111.2.2.2.14.2.3diff_format=u Index:

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

2007-12-11 Thread Jani Taskinen
janiTue Dec 11 11:29:37 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard html.c Log: MFH: fix error displaying http://cvs.php.net/viewvc.cgi/php-src/ext/standard/html.c?r1=1.111.2.2.2.15r2=1.111.2.2.2.16diff_format=u Index:

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

2007-12-11 Thread Jani Taskinen
janiTue Dec 11 12:25:52 2007 UTC Modified files: /php-src/ext/standard html.c Log: - Revert previous patch, it was correct to do this, error is logged if logging is enabled

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

2007-12-11 Thread Jani Taskinen
janiTue Dec 11 12:26:16 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard html.c Log: MFH:- Revert previous patch, it was correct to do this, error is logged if logging is enabled

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

2007-12-11 Thread Jani Taskinen
janiTue Dec 11 12:26:43 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard html.c Log: MFH:- Revert previous patch, it was correct to do this, error is logged if logging is enabled

[PHP-CVS] cvs: CVSROOT / avail

2007-12-11 Thread Marcus Boerger
helly Tue Dec 11 15:48:10 2007 UTC Modified files: /CVSROOTavail Log: - Thought he had it as pecl checkout, but he uses spl mapped from php-src/ext http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1333r2=1.1334diff_format=u Index: CVSROOT/avail diff -u

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard array.c /ext/standard/tests/array array_slice.phpt bug43541.phpt

2007-12-11 Thread Steph Fox
Hi Jani, Thanks! I split the existing array_slice.phpt into five (see bug report) because the output's unusable, but they'll need updating now because they were aimed at the 'no change' version. I'll do it later in the week. - Steph - Original Message - From: Jani Taskinen [EMAIL

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/ldap/tests ldap_explode_dn.phpt

2007-12-11 Thread Douglas Goldstein
cardoe Tue Dec 11 17:19:48 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/ldap/tests ldap_explode_dn.phpt Log: Adding initial tests for LDAP module. Adding tests for ldap_explode_dn() function

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/ldap ldap_explode_dn.phpt

2007-12-11 Thread Douglas Goldstein
cardoe Tue Dec 11 17:20:58 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/ldap ldap_explode_dn.phpt Log: Adding initial tests for LDAP module. Adding tests for ldap_explode_dn() function

[PHP-CVS] cvs: php-src /ext/ldap ldap_explode_dn.phpt

2007-12-11 Thread Douglas Goldstein
cardoe Tue Dec 11 17:21:51 2007 UTC Modified files: /php-src/ext/ldap ldap_explode_dn.phpt Log: Adding initial tests for LDAP module. Adding tests for ldap_explode_dn() function

[PHP-CVS] cvs: php-src /ext/ldap ldap_explode_dn.phpt /ext/ldap/tests ldap_explode_dn.phpt

2007-12-11 Thread Douglas Goldstein
cardoe Tue Dec 11 17:30:58 2007 UTC Removed files: /php-src/ext/ldap ldap_explode_dn.phpt Modified files: /php-src/ext/ldap/tests ldap_explode_dn.phpt Log: put ldap_explode_dn.phpt in proper directory

[PHP-CVS] cvs: php-src /ext/ldap/tests ldap_explode_dn.phpt skipif.inc

2007-12-11 Thread Douglas Goldstein
cardoe Tue Dec 11 17:33:10 2007 UTC Added files: /php-src/ext/ldap/tests skipif.inc Modified files: /php-src/ext/ldap/tests ldap_explode_dn.phpt Log: add skipif case if the ldap extension is not loaded

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/ldap ldap_explode_dn.phpt /ext/ldap/tests ldap_explode_dn.phpt

2007-12-11 Thread Douglas Goldstein
cardoe Tue Dec 11 17:33:51 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/ldap/tests ldap_explode_dn.phpt Removed files: /php-src/ext/ldap ldap_explode_dn.phpt Log: put ldap_explode_dn.phpt in proper directory

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/ldap/tests ldap_explode_dn.phpt skipif.inc

2007-12-11 Thread Douglas Goldstein
cardoe Tue Dec 11 17:35:11 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/ldap/tests skipif.inc Modified files: /php-src/ext/ldap/tests ldap_explode_dn.phpt Log: add skipif case if the ldap extension is not loaded

Re: [PHP-CVS] cvs: php-src /ext/ldap ldap_explode_dn.phpt

2007-12-11 Thread Antony Dovgal
On 11.12.2007 20:21, Douglas Goldstein wrote: cardoeTue Dec 11 17:21:51 2007 UTC Modified files: /php-src/ext/ldap ldap_explode_dn.phpt Log: Adding initial tests for LDAP module. Adding tests for ldap_explode_dn() function Don't forget to add

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/ldap/tests ldap_explode_dn.phpt skipif.inc

2007-12-11 Thread Douglas Goldstein
cardoe Tue Dec 11 17:36:03 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/ldap/tests skipif.inc Modified files: /php-src/ext/ldap/tests ldap_explode_dn.phpt Log: add skipif case if the ldap extension is not loaded

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

2007-12-11 Thread Ilia Alshanetsky
iliaa Tue Dec 11 18:30:01 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/array array_splice_errors.phpt Log: WS

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl/tests bug41528.phpt

2007-12-11 Thread David Coallier
davidc Wed Dec 12 00:34:06 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/spl/tests bug41528.phpt Log: - Unit test for bug #41528 - Checking that when you serialize a class that extends to ArrayObject Is keeping it's properties.

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

2007-12-11 Thread David Coallier
davidc Wed Dec 12 03:29:32 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splspl_array.c Log: - Nitpicking, using same code (without unicode handling) than in HEAD just removed useless } else {