1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 04:32:19 +02:00
Commit Graph

28808 Commits

Author SHA1 Message Date
Dmitry Stogov
08fdbaecf8 Fixed usage of uninicialized variable 2005-05-31 14:35:25 +00:00
Magnus M��tt�
9285368cc1 MFH: Fix test 2005-05-31 13:46:59 +00:00
foobar
ed160b9a19 MFH: - Fixed bug #33200 (preg_replace(): magic_quotes_sybase=On makes 'e' modifier misbehave) 2005-05-31 12:55:33 +00:00
Ilia Alshanetsky
2063ff5a15 MFH: Fixed bug #33164 (Soap extension incorrectly detects HTTP/1.1). 2005-05-30 23:46:28 +00:00
foobar
b1c2b7a493 - Fixed bug #33185 (--enable-session=shared does not build) 2005-05-30 15:13:57 +00:00
Sebastian Bergmann
4939dff84e MFH: Sync with config.m4. 2005-05-28 06:38:48 +00:00
Andrei Zmievski
1d019347cd Upgrade PCRE library to 5.0. 2005-05-27 18:07:33 +00:00
Dmitry Stogov
8ce349b8e0 Fixed bug #22836 (returning reference to uninitialized variable) 2005-05-27 16:05:52 +00:00
foobar
f3797e0015 Move BFN to correct version.. 2005-05-27 07:21:11 +00:00
Ilia Alshanetsky
c60e945965 Fixed bug #33080 (missing MFH of a fix for bug #31465) 2005-05-27 02:03:27 +00:00
Andrei Zmievski
19859a1b35 MFH 2005-05-26 21:49:32 +00:00
Dmitry Stogov
82be7f8f85 Fixed bug #33116 (crash when assigning class name to global variable in __autoload) 2005-05-26 14:40:12 +00:00
Marcus Boerger
db4678d6af - Add new tests 2005-05-26 12:24:57 +00:00
Marcus Boerger
a86cdc6952 - BFN 2005-05-26 11:59:36 +00:00
Marcus Boerger
d7d5069d8b - MFH making SQLiteDatabase derivable 2005-05-26 11:56:03 +00:00
Ilia Alshanetsky
5a27a76b1b MFH: Added scheme validation for parse_url(). 2005-05-26 03:56:34 +00:00
Dmitry Stogov
00448a5211 Fixed bug #29971 (variables_order behaviour) 2005-05-25 17:41:18 +00:00
Stanislav Malyshev
2640b806d6 fix is_object on non-php objects 2005-05-25 10:58:26 +00:00
Ilia Alshanetsky
1930be2528 MFH: Return error on an invalid input to mime_content_type() function. 2005-05-25 03:06:07 +00:00
Andrei Zmievski
6b1cc632d1 MFH 2005-05-24 22:11:39 +00:00
Antony Dovgal
2843a96a82 MFH: make it compile on Win32 2005-05-24 10:14:05 +00:00
Ilia Alshanetsky
f4a9417486 MFH: Fixed bug #32810 (temporary files not using plain file wrapper). 2005-05-23 21:49:53 +00:00
Antony Dovgal
254adf10bd revert by Wez's request 2005-05-23 15:37:10 +00:00
Antony Dovgal
770b04e09e BFN 2005-05-23 11:52:23 +00:00
Antony Dovgal
f0893ba362 MFH: fix bug #32810 (fread after tmpfile() reads only 8192 bytes) 2005-05-23 11:52:12 +00:00
Antony Dovgal
b3a89ba1ba MFH: fix test 2005-05-23 11:38:54 +00:00
foobar
9f24154bed MFH: Upgrade bundled shtool to 2.0.1 2005-05-23 09:46:17 +00:00
foobar
d81b8bcb7b MFH: - Fixed bug #33017 ("make distclean" gives an error with VPATH build). 2005-05-23 09:41:51 +00:00
foobar
2399cb1321 Missed the bus now.. 2005-05-23 06:49:48 +00:00
Dmitry Stogov
16a1587e08 Handling responses with Content-Lenght: 0 2005-05-23 06:25:02 +00:00
Ilia Alshanetsky
3b4f3489f9 MFH: adjust highlight test. 2005-05-22 16:41:33 +00:00
Ilia Alshanetsky
4a3be1d920 MFH: Fixed bug #29338 (unencoded spaces get ignored after certain tags). 2005-05-22 16:40:49 +00:00
Antony Dovgal
ac378c3b78 MFH: fix compile warning 2005-05-22 12:57:45 +00:00
Stanislav Malyshev
c51ccc9243 fix leak 2005-05-22 11:11:42 +00:00
Rasmus Lerdorf
3526bcf9cf MFH Fixed bug 33072 - safemode/open_basedir check for runtime save_path
change
2005-05-21 18:54:57 +00:00
Rasmus Lerdorf
531f14ca6e Ah, never mind. Didn't notice a conflict on my last checkout. Jani's MFH
was fine.
2005-05-21 18:26:27 +00:00
Rasmus Lerdorf
d98646435e Roll back Jani's blind MFH here. zend_call_destructors() is PHP 5.1 only. 2005-05-21 18:11:17 +00:00
Georg Richter
ebec35f646 MFH:
- fix for bug #33090 (mysqli_prepare doesn't return an error)
- mysql_set_charset now works for MySQL >= 5.0.6
2005-05-21 08:54:57 +00:00
Grant Croker
119e74d6c2 - Fixed bug #30593 (--with-ingres option generates broken Makefile). 2005-05-20 16:13:27 +00:00
Rob Richards
5e63dccbb9 MFH: correct fix for bug #33059
- fix issue in other methods
2005-05-20 15:02:48 +00:00
Antony Dovgal
bfdac383dc MFH:
fix bug #33076 (str_ireplace() incorrectly counts result string length and may cause segfault)
add test
2005-05-20 14:24:16 +00:00
Derick Rethans
f4feaeeff9 - Update NEWS 2005-05-20 11:15:03 +00:00
Derick Rethans
2e0caa5f5f - MFH: Fixed bug #33013: "next month" was handled wrong. 2005-05-20 11:14:01 +00:00
Antony Dovgal
00b89e2d34 MFH: fix bug #32944 (Disabling session.use_cookies doesn't prevent reading session cookies) 2005-05-20 10:28:16 +00:00
foobar
bdbc54c1ab reorder 2005-05-20 06:37:30 +00:00
Rasmus Lerdorf
8fa2dc1c64 . 2005-05-19 16:17:17 +00:00
Rasmus Lerdorf
feac7f8dbb MFH Fix for bug #33057 - Don't send extraneous entity-headers on a 304 as per
RFC 2616 section 10.3.5
2005-05-19 16:06:38 +00:00
George Schlossnagle
496a8fbfbd support building on new-fangled 64bit linux distros that stick
libraries in /usr/lib64
2005-05-19 14:23:07 +00:00
Ilia Alshanetsky
bb671b8928 MFH: Fixed bug #33059 (crash when moving xml attribute set in dtd). 2005-05-19 13:47:47 +00:00
Dmitry Stogov
4a3aae2b74 Backported fix for bug #30451 2005-05-19 10:37:09 +00:00