1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Commit Graph

46612 Commits

Author SHA1 Message Date
Derick Rethans
2ca804ddb8 - Committing my session cookie patch; it's a bug fix and good to have in the
history.
2010-03-16 16:20:27 +00:00
Derick Rethans
2a069e0403 - Moved the Unicode experiment from trunk to its own branch for reference. 2010-03-16 15:45:24 +00:00
Andrey Hristov
a8460553be decouple the methods in MYSQLND_STMT from the data,
needed to move to a new structure MYSQLND_STMT. Makes
the code cleaner and less error-prone.
Also fix PDO/MySQL which directly touch mysqlnd internals
instead of using API calls.
2010-03-16 12:36:57 +00:00
Moriyoshi Koizumi
872f07aa5e - Fix win32 build. (notified by Rob. Thanks) 2010-03-15 14:19:51 +00:00
Felipe Pena
d7530e931f - Fix mem. leak 2010-03-13 20:26:51 +00:00
Raphael Geissert
907dae8b21 Fix CVE-2010-0397: null pointer dereference when processing invalid XML-RPC
requests (bug #51288)
2010-03-13 18:40:29 +00:00
Moriyoshi Koizumi
5ff69f3d9a - Oops. 2010-03-12 14:44:35 +00:00
Andrey Hristov
564a1d07f8 allow persistency of PS 2010-03-12 13:03:46 +00:00
Moriyoshi Koizumi
d9dda48f8a - Update the bundled libmbfl to the latest on upstream. 2010-03-12 04:55:37 +00:00
Michael Wallner
d73a7cdfe1 add backlock socket context option for stream_socket_server(),
which had a hardcoded backlog of 5 at two occurrances
2010-03-11 16:37:24 +00:00
Adam Harvey
82ff467d83 Fixed bug #51269 (zlib.output_compression Overwrites Vary Header). 2010-03-11 06:20:22 +00:00
Raphael Geissert
cf711f6ee8 Properly skip tests that require the bundled gd lib when the external is used 2010-03-11 05:49:50 +00:00
Felipe Pena
51de55b6e6 - Fixed bug #51257 (CURL_VERSION_LARGEFILE incorrectly used after libcurl version 7.10.1)
patch by: aron dot ujvari at microsec dot hu
2010-03-10 22:58:46 +00:00
Christopher Jones
12cbc66786 Mask name of older DB4 versions 2010-03-09 18:06:20 +00:00
Adam Harvey
df80a01b4f Fixed bug #51242 (Empty mysql.default_port does not default to 3306 anymore, but 0). 2010-03-09 05:08:31 +00:00
Felipe Pena
124a952328 - Fixed bug #51237 (milter SAPI crash on startup)
patch by: igmar at palsenberg dot com
2010-03-08 23:29:46 +00:00
Felipe Pena
b2230b0bf5 - Fix php-milter sample usage (-r option doesn't exists here) 2010-03-08 22:58:31 +00:00
Derick Rethans
9e81928a98 - Updated to version 2010.5 (2010e) 2010-03-08 20:08:51 +00:00
Kalle Sommer Nielsen
8332a9c163 Rename the HAVE_LIBICONV_IN_LIBICONV macro to ICONV_ALIASED_LIBICONV, making it less cryptic 2010-03-08 15:51:08 +00:00
William Martin
5df4c81001 Add some bcmath tests 2010-03-08 15:16:51 +00:00
Kalle Sommer Nielsen
0abf087552 Fix linking of iconv on Windows 2010-03-08 14:04:35 +00:00
Ilia Alshanetsky
dbdd20a72b Fixed bug #51213 (pdo_mssql is trimming value of the money column). 2010-03-08 12:39:44 +00:00
Derick Rethans
de18a02163 - Fixed bug #46111 (Some timezone identifiers can not be parsed). 2010-03-07 19:18:06 +00:00
Derick Rethans
d00074bf3c - Re-generate mapping files, but now with BC zones as well.
#- Fixes the test case for bug #17988 that used a few of those.
2010-03-07 19:13:19 +00:00
Derick Rethans
ad884547ea - Fixed bug #48902 (Timezone database fallback map is outdated). 2010-03-07 18:21:23 +00:00
Derick Rethans
3cface60c8 - Fixed bug #49059 (DateTime::diff() repeats previous sub() operation). 2010-03-07 17:25:16 +00:00
Derick Rethans
39a5cd563f - Update test cases after the fix for bug #49778. 2010-03-07 17:23:40 +00:00
Derick Rethans
e1afa750b9 - Fixed test case, there are Unicode keys here. 2010-03-07 17:20:08 +00:00
Derick Rethans
2c9de65193 - Fixed bug #40778 (DateInterval::format("%a") is always zero when an interval
is created from an ISO string).
2010-03-07 15:26:39 +00:00
Derick Rethans
ffeb100e5e - Fixed bug #50555 (DateTime::sub() allows 'relative' time modifications). 2010-03-07 13:54:46 +00:00
Derick Rethans
9910aab74e - Change this test case because non-6 digits are supported now, and clarify
that the "1" doesn't show because the precision isn't high enough. (Same
  happens if you change it to 9).
2010-03-07 13:47:06 +00:00
Derick Rethans
baff5e6866 - Fixed bug #50392 (date_create_from_format enforces 6 digits for 'u' format
character).
2010-03-07 13:08:47 +00:00
Derick Rethans
862f25123e - Commit updated .re file as well for the "first day of" issue. 2010-03-07 13:05:11 +00:00
Felipe Pena
b674aa702a - Fixed bug #50383 (Exceptions thrown in __call / __callStatic do not include file and line in trace) 2010-03-07 02:17:11 +00:00
Felipe Pena
57200ba020 - New test 2010-03-07 00:57:19 +00:00
Felipe Pena
dffc5b7728 - Fixed bug #50810 (property_exists does not work for private) 2010-03-07 00:49:34 +00:00
Felipe Pena
1c76de1b47 - Fixed tests 2010-03-06 23:58:35 +00:00
Raphael Geissert
f2ff225bee Detect overflows before they occur in the filter extension (bug #51023)
Thanks to Sean Finney for the patch
2010-03-06 18:54:55 +00:00
Derick Rethans
f8e412ae51 - Fixed bug #51096 ('last day' and 'first day' are handled incorrectly when
parsing date strings).
- For 5.2 I just added the test case minus new 5.3 additions.
2010-03-06 16:04:47 +00:00
Felipe Pena
49f31dbacf - Fixed bug #50358 (Compile failure compiling ext/phar/util.lo) 2010-03-06 14:45:49 +00:00
Christopher Jones
0c5e1f5525 Test misc argument error conditions 2010-03-06 00:23:16 +00:00
Moriyoshi Koizumi
f4c1f9b159 - Fixed bug #49267 (linking fails for iconv) 2010-03-05 09:12:13 +00:00
Christopher Jones
9de8fffb94 Fixed bug #51086 (DBA DB4 doesn't work with Berkeley DB 4.8) 2010-03-05 06:45:28 +00:00
Christopher Jones
9814361b2a Auto detect recent versions of Berkeley DB4 2010-03-05 05:23:01 +00:00
Christopher Jones
2bed43b96b Add XFAIL 2010-03-05 00:25:46 +00:00
Christopher Jones
5e2e0460dd DBA tests: cleanup and sycn. Add new Berkeley DB 4 tests 2010-03-05 00:23:26 +00:00
Christopher Jones
73614515cc Remove magic_quotes from php.ini to match code reality 2010-03-04 20:05:27 +00:00
Ilia Alshanetsky
8ad656aa3a Fixed bug #51190 (ftp_put() returns false when transfer was successful). 2010-03-04 12:52:58 +00:00
Christopher Jones
2bb2f49b27 Mask resource numbers 2010-03-03 19:12:04 +00:00
Rasmus Lerdorf
0d90525d07 Fix test 2010-03-03 18:19:35 +00:00