1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 18:22:42 +01:00
Commit Graph

4010 Commits

Author SHA1 Message Date
Rob Richards
4103f0bfbd BFN 2009-03-13 13:45:07 +00:00
Ilia Alshanetsky
32027f5944 MFB: Fixed bug #47639 (pg_copy_from() WARNING: nonstandard use of \\ in a string
literal)
2009-03-12 22:54:15 +00:00
Ilia Alshanetsky
b4c07450d2 MFB: Fixed bug #47598 (FILTER_VALIDATE_EMAIL is locale aware) 2009-03-08 18:22:26 +00:00
Kalle Sommer Nielsen
4d8283a3ad MFH: Fixed bug #47546 (Default value for limit parameter in explode is 0, not -1) 2009-03-03 11:50:32 +00:00
Ilia Alshanetsky
536ed996a0 MFB: Fixed bug #47435 (FILTER_FLAG_NO_PRIV_RANGE does not work with ipv6
addresses in the filter extension)
2009-03-01 17:36:09 +00:00
Ilia Alshanetsky
ae31c3c66a MFB: Fixed 2 memory corruptions in zip extension idenfied by
oo_properties.phpt test
2009-03-01 17:35:25 +00:00
Ilia Alshanetsky
2d1f1b1b68 Back to dev 2009-02-25 15:34:33 +00:00
Ilia Alshanetsky
e95f0a0058 5.2.9 2009-02-25 14:56:50 +00:00
Kalle Sommer Nielsen
6788dcf3bc Fixed #37209 (mssql_execute with non fatal errors) 2009-02-23 21:21:23 +00:00
Ilia Alshanetsky
b764a1a782 Back to dev 2009-02-19 18:33:37 +00:00
Ilia Alshanetsky
98d0c1fade .2.9RC3 2009-02-19 18:31:25 +00:00
Dmitry Stogov
80e1950121 Fixed bug #47049 (SoapClient::__soapCall causes a segmentation fault) 2009-02-18 13:25:32 +00:00
Ilia Alshanetsky
e808403250 FN 2009-02-17 17:09:24 +00:00
Matt Wilmas
56fcbaa848 Entry for bug #47422 2009-02-17 14:28:15 +00:00
Johannes Schlüter
7d8db13f39 MFH: Fix #45940 MySQLI OO does not populate connect_error property on failed connect 2009-02-17 10:40:18 +00:00
Moriyoshi Koizumi
f456fffe04 - MFH: Fix bug #47399 mb_check_encoding() return true for some illegal SJIS
characrters.
2009-02-16 01:58:16 +00:00
Ilia Alshanetsky
c243cd8610 reverted fix 2009-02-15 14:31:55 +00:00
Moriyoshi Koizumi
ef65c8ca60 - BFN 2009-02-15 07:12:15 +00:00
Moriyoshi Koizumi
1557e35034 - MFH: Fix Bug #45923 (mb_st[r]ripos() offset not handled correctly) 2009-02-14 07:35:01 +00:00
Andrei Zmievski
c2d0db2a3a Revert bogus fix for #47370. 2009-02-13 22:26:46 +00:00
Ilia Alshanetsky
2dc6d844ef Back to dev 2009-02-12 20:32:17 +00:00
Ilia Alshanetsky
46a6126e34 5.2.9RC2 2009-02-12 20:29:36 +00:00
Moriyoshi Koizumi
afeef64609 * Update for bug #47370. 2009-02-12 18:32:14 +00:00
Antony Dovgal
120b469bb4 MFH: fix bug #47353 (crash when creating a lot of objects in object destructor) 2009-02-11 09:58:58 +00:00
Greg Beaver
300f28b58e MFB fix Bug #46026 (this is a refinement of the previous fix) 2009-02-09 03:44:59 +00:00
Antony Dovgal
0136b5cec6 fix typo 2009-02-06 10:42:54 +00:00
Felipe Pena
ac2a97209b - MFH: Fixed bug #47322 (sscanf %d does't work) 2009-02-06 10:22:34 +00:00
Moriyoshi Koizumi
c940701612 - MFH: Fix bug #45239 (encoding detector hangs with mbstring.strict_detection
enabled).
2009-02-06 08:49:05 +00:00
Ilia Alshanetsky
f492ccfec6 Back to dev 2009-02-05 20:56:12 +00:00
Ilia Alshanetsky
c77343ea9e 5.2.9RC1 2009-02-05 20:53:45 +00:00
Pierre Joye
34f117411e - zip fix entry 2009-02-05 19:53:43 +00:00
Ilia Alshanetsky
6131780061 MFB: Fixed bug #47282 (FILTER_VALIDATE_EMAIL is marking valid email
addresses as invalid)
2009-02-02 23:51:58 +00:00
Moriyoshi Koizumi
90d7d1004c - MFH: Fix bug #46843 (CP936 euro symbol is not converted properly) 2009-02-02 04:54:11 +00:00
Rob Richards
3ba6c9f870 BFN 2009-01-26 19:12:10 +00:00
Ilia Alshanetsky
3959313932 MFB: Fixed bug #47217 (content-type is not set properly for file uploads) 2009-01-26 15:25:25 +00:00
Dmitry Stogov
a012002652 Fixed bug #46419 (Elements of associative arrays with NULL value are lost) 2009-01-26 11:09:14 +00:00
Ilia Alshanetsky
3a78a01817 MFB: Fixed bug #47174 (base64_decode() interprets pad char in mid string as
terminator)
2009-01-21 15:45:29 +00:00
Dmitry Stogov
85489ac01a Fixed bug #47165 (Possible memory corruption when passing return value by reference) 2009-01-21 10:15:49 +00:00
Felipe Pena
91ec3a8141 - MFH: Fixed bug #47152 (gzseek/fseek using SEEK_END produces strange results) 2009-01-20 15:43:06 +00:00
Ilia Alshanetsky
a0d1b54bf1 Fixed bug #47131 (SOAP Extension ignores "user_agent" ini setting). 2009-01-19 21:57:46 +00:00
Felipe Pena
9c1837e8da - MFH: Fixed bug #47048 (Segfault with new pg_meta_data) 2009-01-18 23:51:15 +00:00
Felipe Pena
a92f5edb70 - BFN #46282 2009-01-17 17:24:59 +00:00
Jani Taskinen
c542cf02a1 MFH:- Fixed bug #47104 (Linking shared extensions fails with icc) 2009-01-15 14:38:19 +00:00
Dmitry Stogov
84d76e82bb Fixed bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object) 2009-01-15 08:48:41 +00:00
Jani Taskinen
e649bf4aa6 Fix order 2009-01-14 10:51:35 +00:00
Andrei Zmievski
ddccfe7a12 *** empty log message *** 2009-01-13 19:25:20 +00:00
Scott MacVicar
7f512a75b7 MFH This entry doesn't exist upstream any more, it also caused all error messages to be one off. 2009-01-12 13:42:15 +00:00
Rob Richards
b09626373f BFN 2009-01-11 12:03:43 +00:00
Felipe Pena
a0f2b8ff27 - Removed entry (not solved yet) 2009-01-10 17:39:28 +00:00
David Soria Parra
aa3fc14911 MFH: Fixed bug #47042 (PHP cgi sapi is removing SCRIPT_FILENAME for non apache). 2009-01-09 22:14:20 +00:00