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

2006-05-30 Thread changelog
changelog Wed May 31 05:31:52 2006 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2361r2=1.2362diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2361

[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2006-05-30 Thread changelog
changelog Wed May 31 05:31:57 2006 UTC Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/ZendEngine2/ChangeLog?r1=1.925r2=1.926diff_format=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.925

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

2006-05-30 Thread Antony Dovgal
tony2001Tue May 30 09:46:01 2006 UTC Modified files: /php-src/ext/pdopdo_stmt.c Log: need to call zend_is_callable() if callable is known to be invalid http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.158r2=1.159diff_format=u Index:

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

2006-05-30 Thread Antony Dovgal
tony2001Tue May 30 09:46:59 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdopdo_stmt.c Log: no need to call zend_is_callable() if callable is known to be invalid free fname on failure and plug possible leak

[PHP-CVS] cvs: CVSROOT / avail

2006-05-30 Thread Pierre-Alain Joye
pajoye Tue May 30 11:40:42 2006 UTC Modified files: /CVSROOTavail Log: - pear karma for Jan Kneschke http://cvs.php.net/viewcvs.cgi/CVSROOT/avail?r1=1.1134r2=1.1135diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1134 CVSROOT/avail:1.1135 ---

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

2006-05-30 Thread Derick Rethans
derick Tue May 30 13:08:00 2006 UTC Added files: /php-src/ext/date/tests bug37616.phpt date_constants.phpt Modified files: /php-src/ext/date php_date.c Log: - Fixed bug #37616: DATE_RFC822 does not product RFC 822 dates. (Patch by

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

2006-05-30 Thread Derick Rethans
derick Tue May 30 13:12:21 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/date/tests bug37616.phpt date_constants.phpt Modified files: /php-srcNEWS /php-src/ext/date php_date.c Log: - MFH: Fixed bug #37616: DATE_RFC822

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

2006-05-30 Thread Derick Rethans
derick Tue May 30 13:14:51 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date/tests bug37616.phpt date_constants.phpt Log: - Now as text and not HTML.

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

2006-05-30 Thread Derick Rethans
derick Tue May 30 13:15:10 2006 UTC Modified files: /php-src/ext/date/tests bug37616.phpt date_constants.phpt Log: - Now as text and not HTML. http://cvs.php.net/viewcvs.cgi/php-src/ext/date/tests/bug37616.phpt?r1=1.1r2=1.2diff_format=u Index:

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

2006-05-30 Thread Antony Dovgal
tony2001Tue May 30 13:16:38 2006 UTC Modified files: /php-src/ext/oci8 config.m4 Log: don't require libociei, this allows us to build ext/oci8 against basiclite OIC package

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

2006-05-30 Thread Antony Dovgal
tony2001Tue May 30 13:16:48 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/oci8 config.m4 Log: MFH: don't require libociei, this allows us to build ext/oci8 against basiclite OIC package

[PHP-CVS] cvs: CVSROOT / avail

2006-05-30 Thread Derick Rethans
derick Tue May 30 13:26:29 2006 UTC Modified files: /CVSROOTavail Log: - Give Magnus access to ext/date http://cvs.php.net/viewcvs.cgi/CVSROOT/avail?r1=1.1135r2=1.1136diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1135 CVSROOT/avail:1.1136

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

2006-05-30 Thread Antony Dovgal
tony2001Tue May 30 13:50:28 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/oci8 config.m4 Log: merge the last change in 4.4 and allow ext/oci8 to be built against basic lite package (as Derick requested)

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

2006-05-30 Thread Hannes Magnusson
bjori Tue May 30 14:45:16 2006 UTC Modified files: /php-src/ext/date php_date.c /php-src/ext/date/tests date_constants.phpt Log: Fixed DATE_COOKIE DATE_RSS Fixed tests Add comments # My first php-src/ commit! :)

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

2006-05-30 Thread Hannes Magnusson
bjori Tue May 30 14:46:46 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date php_date.c /php-src/ext/date/tests date_constants.phpt Log: MFH: Fixed DATE_COOKIE, DATE_RSS tests

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

2006-05-30 Thread Ilia Alshanetsky
iliaa Tue May 30 14:51:21 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard var.c php_var.h basic_functions.c /php-srcNEWS Log: Added memory_get_peak_usage() function for retrieving peak memory usage of a PHP script.

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c php_var.h var.c

2006-05-30 Thread Ilia Alshanetsky
iliaa Tue May 30 14:51:54 2006 UTC Modified files: /php-src/ext/standard var.c php_var.h basic_functions.c Log: MFB: Added memory_get_peak_usage() function for retrieving peak memory usage of a PHP script.

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

2006-05-30 Thread Seiji Masugata
masugataTue May 30 15:38:23 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mbstring mbstring.c Log: added option parameter mb_list_encodings( ).

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

2006-05-30 Thread Seiji Masugata
masugataTue May 30 15:40:39 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mbstring mbstring.c mbstring.h Log: added mb_list_encodings_alias_names( ), mb_list_mime_names( ).

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

2006-05-30 Thread Hannes Magnusson
bjori Tue May 30 15:13:36 2006 UTC Modified files: /php-src/ext/date php_date.c /php-src/ext/date/tests date_constants.phpt Log: Lets play nice and use 4digit years with DATE_RSS

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

2006-05-30 Thread Hannes Magnusson
bjori Tue May 30 15:14:22 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date php_date.c /php-src/ext/date/tests date_constants.phpt Log: MFH: Play nice, use 4digit years in DATE_RSS

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

2006-05-30 Thread Seiji Masugata
masugataTue May 30 15:43:09 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mbstring mbstring.c mbstring.h Log: added mb_stripos( ), mb_strripos( ).

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

2006-05-30 Thread Seiji Masugata
masugataTue May 30 15:45:35 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mbstring mbstring.c mbstring.h Log: added mb_strstr( ), mb_strrchr( ).

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

2006-05-30 Thread Seiji Masugata
masugataTue May 30 15:47:53 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mbstring mbstring.c mbstring.h Log: added mb_stristr( ), mb_strrichr( ).

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

2006-05-30 Thread Michael Wallner
mikeTue May 30 17:40:52 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/pcntl pcntl.c Log: - fix bug #37635 (parameter of pcntl signal handler is trashed)

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

2006-05-30 Thread Michael Wallner
mikeTue May 30 17:44:23 2006 UTC Modified files: /php-src/ext/pcntl pcntl.c Log: MFB: fix bug 37635 (argument to pcntl signal handler is trashed) http://cvs.php.net/viewcvs.cgi/php-src/ext/pcntl/pcntl.c?r1=1.53r2=1.54diff_format=u Index:

[PHP-CVS] Re: patched

2006-05-30 Thread wez
Please read the attached file! -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src /ext/spl/tests iterator_041b.phpt /ext/standard/tests/file mkdir-004.phpt mkdir-005.phpt

2006-05-30 Thread Sara Golemon
pollita Tue May 30 19:05:21 2006 UTC Modified files: /php-src/ext/spl/tests iterator_041b.phpt /php-src/ext/standard/tests/filemkdir-004.phpt mkdir-005.phpt Log: Minor fixes (bjori)

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/spl/tests iterator_041b.phpt /ext/standard/tests/file mkdir-004.phpt mkdir-005.phpt

2006-05-30 Thread Sara Golemon
pollita Tue May 30 19:06:22 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/spl/tests iterator_041b.phpt /php-src/ext/standard/tests/filemkdir-004.phpt mkdir-005.phpt Log: MFH: Minor fixes (bjori)

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

2006-05-30 Thread Antony Dovgal
tony2001Tue May 30 21:38:01 2006 UTC Modified files: /php-src/ext/oci8 oci8_collection.c Log: fix compilation on some b0rked systems that must have collections support but they don't

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

2006-05-30 Thread Antony Dovgal
tony2001Tue May 30 21:38:12 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/oci8 oci8_collection.c Log: MFH http://cvs.php.net/viewcvs.cgi/php-src/ext/oci8/oci8_collection.c?r1=1.5.2.3r2=1.5.2.3.2.1diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/oci8/tests bind_long.phpt test.txt

2006-05-30 Thread Antony Dovgal
tony2001Tue May 30 21:54:17 2006 UTC Added files: /php-src/ext/oci8/tests test.txt Modified files: /php-src/ext/oci8/tests bind_long.phpt Log: fix test

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/oci8/tests bind_long.phpt test.txt

2006-05-30 Thread Antony Dovgal
tony2001Tue May 30 21:54:42 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/oci8/tests test.txt Modified files: /php-src/ext/oci8/tests bind_long.phpt Log: fix test

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/oci8/tests coll_016.phpt coll_016_func.phpt error1.phpt lob_001.phpt lob_015.phpt

2006-05-30 Thread Antony Dovgal
tony2001Tue May 30 22:27:32 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/oci8/tests coll_016_func.phpt coll_016.phpt error1.phpt lob_001.phpt lob_015.phpt Log: fix tests

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/oci8/tests field_funcs.phpt field_funcs_old.phpt

2006-05-30 Thread Antony Dovgal
tony2001Tue May 30 22:34:16 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/oci8/tests field_funcs_old.phpt field_funcs.phpt Log: more test fixes, this time support Oracle 10

[PHP-CVS] cvs: php-src /ext/oci8/tests coll_016.phpt coll_016_func.phpt error1.phpt field_funcs.phpt field_funcs_old.phpt lob_001.phpt lob_015.phpt

2006-05-30 Thread Antony Dovgal
tony2001Tue May 30 22:37:08 2006 UTC Modified files: /php-src/ext/oci8/tests coll_016_func.phpt coll_016.phpt error1.phpt field_funcs_old.phpt field_funcs.phpt lob_001.phpt lob_015.phpt

[PHP-CVS] cvs: php-src /tests/classes inheritance_003.phpt inheritance_004.phpt

2006-05-30 Thread Marcus Boerger
helly Tue May 30 23:11:14 2006 UTC Added files: /php-src/tests/classes inheritance_003.phpt inheritance_004.phpt Log: - Add new tests http://cvs.php.net/viewcvs.cgi/php-src/tests/classes/inheritance_003.phpt?view=markuprev=1.1 Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /tests/classes inheritance_003.phpt inheritance_004.phpt

2006-05-30 Thread Marcus Boerger
helly Tue May 30 23:11:34 2006 UTC Added files: (Branch: PHP_5_2) /php-src/tests/classes inheritance_003.phpt inheritance_004.phpt Log: - Add new tests http://cvs.php.net/viewcvs.cgi/php-src/tests/classes/inheritance_003.phpt?view=markuprev=1.1 Index:

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

2006-05-30 Thread Andi Gutmans
andiWed May 31 03:43:17 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: - Fix typo http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.547.2.66r2=1.2027.2.547.2.67diff_format=u Index: php-src/NEWS diff -u