Commit Graph

25976 Commits

Author SHA1 Message Date
Christopher Jones
46ab2b8fac New test 2009-11-19 17:44:46 +00:00
Christopher Jones
f7fe3e04f9 Refactor test 2009-11-19 16:49:58 +00:00
Derick Rethans
08f1d9a217 - Fixed the setting of cookies in HEAD. 2009-11-18 22:56:32 +00:00
Jani Taskinen
f766f37da7 - Fixed bug #50185 (ldap_get_entries() return false instead of an empty array when there is no error).
# This is also revert of bad patch to bug #48469 and fixes it properly.
2009-11-18 17:44:58 +00:00
Ilia Alshanetsky
02fb2fc5b1 Fixed bug #50212 (crash by ldap_get_option() with LDAP_OPT_NETWORK_TIMEOUT). 2009-11-18 13:37:45 +00:00
Derick Rethans
c101789e27 - Fixed the setting of cookies. 2009-11-18 13:24:41 +00:00
Derick Rethans
aed5e7ee73 - Updated to version 2009.19 (2009s) 2009-11-16 15:57:13 +00:00
Felipe Pena
d3849fc38c - Fixed bug #49936 (crash with ftp stream in php_stream_context_get_option())
(patch by Pierrick)
2009-11-15 20:30:57 +00:00
Felipe Pena
21b7fb5f6d - Improve test 2009-11-15 17:05:48 +00:00
Felipe Pena
b5869e195f - Fixed bug #50158 (FILTER_VALIDATE_EMAIL fails with valid addresses containing = or ?).
(Patch by Pierrick)
2009-11-15 16:53:40 +00:00
Felipe Pena
7c3bd45b82 - Fixed bug #49521 (PDO fetchObject sets values before calling constructor)
(patch by Pierrick)
2009-11-15 16:20:37 +00:00
Christopher Jones
a70f288efa New test 2009-11-14 23:28:53 +00:00
Greg Beaver
641a9977b7 fix PHP Bug #49938: Phar::isBuffering() returns inverted value 2009-11-13 00:58:11 +00:00
David Coallier
4603dddae6 - Added an extra skipif for zlib 2009-11-12 17:45:08 +00:00
Rasmus Lerdorf
a687ddcb4b Fix for bug #49098 2009-11-12 08:20:57 +00:00
Greg Beaver
6b0c91e868 fix PHP Bug #49910: no support for ././@LongLink for long filenames in phar tar support 2009-11-11 21:02:59 +00:00
Felipe Pena
e6770f10a0 - Fixed bug #50152 (ReflectionClass::hasProperty hehaves like isset() not property_exists)
[5_2 is OK]
2009-11-11 18:52:12 +00:00
Christopher Jones
922b65ac46 Add test for long fixed bug 2009-11-10 22:48:37 +00:00
Rasmus Lerdorf
c06ac0ac8e Fix bug #50129 2009-11-09 17:21:15 +00:00
Jani Taskinen
a5531c13fc - Fix bad section names (extra - in the end..) 2009-11-09 17:08:48 +00:00
Derick Rethans
22baf4fd38 - Updated to version 2009.18 (2009r) 2009-11-09 15:39:15 +00:00
Ilia Alshanetsky
1e021186eb Upgraded bundled sqlite to version 3.6.20 2009-11-09 01:54:23 +00:00
Rasmus Lerdorf
4730dbcdf7 Fix bug #50115 2009-11-08 15:18:10 +00:00
Felipe Pena
a39eecad0c - Added SKIPIF 2009-11-08 15:02:54 +00:00
Felipe Pena
059e2c1901 - Fixed bug #50090 (Typo in IteratorIterator constructor) 2009-11-07 21:27:15 +00:00
Scott MacVicar
25c7aed23e Fix a typo 2009-11-06 09:02:52 +00:00
andy wharmby
3863c25ed8 Fix tests 2009-11-05 22:44:02 +00:00
Ulf Wendel
74db20bb3b Fixing test: of course, libmysql won't care about open_basedir, but mysqlnd should 2009-11-05 12:14:08 +00:00
Ulf Wendel
afcc167df6 Fixing test: it didn't do a select_db and gave a false-positive with libmysql 2009-11-05 11:51:21 +00:00
Matteo Beccati
72997aa430 - Properly fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction).
# Removed usage of the memory address when generating prepared statemend names
# as uniqueness can't be enforced. Used a statment counter instead.
2009-11-04 19:32:27 +00:00
Matteo Beccati
2f4f36f1ee - Reverting previous fix for bug #49985
# Unmerged changes from revision 289924
2009-11-04 19:16:39 +00:00
Ulf Wendel
c6e297ad4b mysqli won't accept empty string for socket, skip test of mysqli.default_socket if test run does not use socket 2009-11-04 16:56:32 +00:00
Ulf Wendel
6553871f9e Skipping if MySQL old password algorithm is in use as it seems to be the case on gcov.php.net 2009-11-04 16:09:07 +00:00
Ilia Alshanetsky
d6cafc6dbf Fixed bug #50073 (parse_url() incorrect when ? in fragment). 2009-11-04 13:44:10 +00:00
Ulf Wendel
e5e58ed47e Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar. 2009-11-04 12:33:49 +00:00
Guenter Knauf
e31e228a59 added timezone define for NetWare. 2009-11-03 21:26:39 +00:00
Guenter Knauf
1dd4f70563 removed now obsolete NetWare hack since I fixed this
with Novell some longer time ago in their SDK header.
2009-11-03 21:21:34 +00:00
Ulf Wendel
7b22d7222b Fix for bug #49965 . Let mysqli_options() try to cast option values to the appropriate type. 2009-11-03 14:56:04 +00:00
Scott MacVicar
2fad7df98c Update PCRE to 8.00 2009-11-03 12:15:03 +00:00
Pierre Joye
dc0e20919b - WS 2009-11-02 23:02:16 +00:00
Pierre Joye
03ccb71ddc - Fixed #50052, Different Hashes on Windows and Linux on wrong Salt size 2009-11-02 20:46:52 +00:00
Felipe Pena
3cb630fbe8 - Fixed bug #49244 (Floating point NaN cause garbage characters). (patch by Sjoerd) 2009-11-02 17:37:32 +00:00
Derick Rethans
52730989e7 - Updated to version 2009.17 (2009q) 2009-11-02 16:12:20 +00:00
Ilia Alshanetsky
74e5a3310b Fixed compiler warnings 2009-11-02 13:33:24 +00:00
Felipe Pena
1d789babdb - Fixed bug #50006 (Segfault caused by uksort()) [5_2 only] 2009-11-01 17:30:55 +00:00
Felipe Pena
c768256cae - Fixed bug #49719 (ReflectionClass::hasProperty returns true for a private property in base class) 2009-11-01 15:12:34 +00:00
Takeshi Abe
06c411b9ef Fixed a possible memory leak in case that FT_Glyph_To_Bitmap() fails 2009-11-01 05:04:35 +00:00
Ilia Alshanetsky
921d8ca9c4 Fixed bug #50023 (pdo_mysql doesn't use PHP_MYSQL_UNIX_SOCK_ADDR)
# Original patch by six at aegis-corp dot org
2009-10-29 13:33:51 +00:00
Stanislav Malyshev
0e74d2cf66 fix version 2009-10-27 23:21:00 +00:00
Felipe Pena
0388c2b642 - Fixed bug #50018 (Typo in spl_limit_it_seek()) 2009-10-27 21:57:26 +00:00