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

2004-05-06 Thread Jay Smith
jay Thu May 6 12:11:50 2004 EDT Modified files: /php-src/ext/standard string.c Log: Fixed a segfault. (It's possible for large offsets to make strrpos() read past the end of the haystack string...) http://cvs.php.net/diff.php/php-src/ext/standard

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

2004-03-15 Thread Jay Smith
jay Mon Mar 15 16:27:02 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/standard browscap.c Log: MFH: Fixed bug #27291 (get_browser matches browscap.ini patterns incorrectly). http://cvs.php.net/diff.php/php-src/NEWS?

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

2004-03-15 Thread Jay Smith
jay Mon Mar 15 16:26:40 2004 EDT Modified files: /php-srcNEWS /php-src/ext/standard browscap.c Log: Fixed bug #27291 (get_browser matches browscap.ini patterns incorrectly). http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1637&r2=1.1638&ty=u

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

2003-11-12 Thread Jay Smith
jay Wed Nov 12 17:01:03 2003 EDT Modified files: /php-src/ext/standard fsock.c Log: Plugged a small memleak when errstr isn't efree()'d. Index: php-src/ext/standard/fsock.c diff -u php-src/ext/standard/fsock.c:1.116 php-src/ext/standard/fsock.c:1.11

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

2003-09-11 Thread Jay Smith
jay Thu Sep 11 13:40:18 2003 EDT Modified files: /php-src/ext/standard array.c Log: Fixed bug #25494 (array_merge allowing "false" as argument (silent when non-array is passed)) # 4.3 throws E_NOTICEs, 5 errors out on non-array args as per Ilia's #

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

2003-09-11 Thread Jay Smith
jay Thu Sep 11 13:28:29 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/standard array.c Log: Fixed bug #25494 (array_merge allowing "false" as argument (silent when non-array is passed)) # Now throws E_NOTICE for non-arra

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

2003-07-09 Thread Jay Smith
jay Wed Jul 9 14:51:19 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard browscap.c Log: MFH: - fixed bug #24548 (get_browser() does not return platform) Index: php-src/ext/standard/browscap.c diff -u php-src/ext/standard/browscap.c:1.

[PHP-CVS] cvs: php4 /tests/lang namespace_001.phpt

2003-06-06 Thread Jay Smith
jay Fri Jun 6 15:00:48 2003 EDT Removed files: /php4/tests/langnamespace_001.phpt Log: Namespaces are gone, and so is this test. -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php4 /ext/standard browscap.c

2003-05-31 Thread Jay Smith
jay Fri May 30 15:06:34 2003 EDT Modified files: /php4/ext/standard browscap.c Log: Relying on longer matches seems to work better than matching the whole string with ^...$. Index: php4/ext/standard/browscap.c diff -u php4/ext/standard/browscap.c:1.75

[PHP-CVS] cvs: php4(PHP_4_3) /ext/pgsql pgsql.c php_pgsql.h

2003-04-01 Thread Jay Smith
jay Tue Apr 1 19:00:10 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/pgsql pgsql.c php_pgsql.h Log: @- Fixed bug #23009 (pg_select with timestamp). (Marcus, Jay) MFH Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.244.2.14 php4

[PHP-CVS] cvs: php4 /ext/pgsql pgsql.c php_pgsql.h

2003-04-01 Thread Jay Smith
jay Tue Apr 1 18:56:16 2003 EDT Modified files: /php4/ext/pgsql pgsql.c php_pgsql.h Log: Fix 'timestamp without timezone', too. Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.268 php4/ext/pgsql/pgsql.c:1.269 --- php4/ext/pgsql/pgsql.c

[PHP-CVS] cvs: php4(PHP_4_3) /ext/pgsql pgsql.c

2003-04-01 Thread Jay Smith
jay Tue Apr 1 18:28:19 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/pgsql pgsql.c Log: MFH Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.244.2.13 php4/ext/pgsql/pgsql.c:1.244.2.14 --- php4/ext/pgsql/pgsql.c:1.244.2.13 Mon Ma

[PHP-CVS] cvs: php4 /ext/pgsql pgsql.c

2003-04-01 Thread Jay Smith
jay Tue Apr 1 18:26:11 2003 EDT Modified files: /php4/ext/pgsql pgsql.c Log: Fixed bug #23009 (pg_select with timestamp) Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.266 php4/ext/pgsql/pgsql.c:1.267 --- php4/ext/pgsql/pgsql.c:1.266

[PHP-CVS] cvs: php4 /ext/standard browscap.c

2003-03-18 Thread Jay Smith
jay Tue Mar 18 16:49:02 2003 EDT Modified files: /php4/ext/standard browscap.c Log: get_browser() needs to use zend_is_auto_global() on _SERVER. Index: php4/ext/standard/browscap.c diff -u php4/ext/standard/browscap.c:1.69 php4/ext/standard/browscap.c:1.