Felipe Pena
bc810a443d
- Fixed bug #43200 (Interface implementation / inheritence not possible in abstract classes)
2011-11-19 13:36:03 +00:00
Mateusz Kocielski
b141fb1afb
- Fixed bug #60337 bcscale related crashed on 64bits platforms
2011-11-19 12:46:43 +00:00
Stanislav Malyshev
558fe2441a
fix NEWS
2011-11-19 04:52:06 +00:00
Stanislav Malyshev
5ebfe19ac6
Fix bug #60150 (Integer overflow during the parsing of invalid exif header)
2011-11-19 04:41:03 +00:00
Pierrick Charron
99fd5a1b71
ws in NEWS
2011-11-18 13:39:27 +00:00
Pierrick Charron
34bb8d8119
Added new SoapClient option "keep_alive". FR #60329
2011-11-18 13:24:35 +00:00
Xinchen Hui
5008390304
Fixed bug #60306 (Characters lost while converting from cp936 to utf8)
2011-11-18 08:50:29 +00:00
Stanislav Malyshev
77d0643b68
fixes for bug #55748
2011-11-18 07:11:19 +00:00
Pierrick Charron
8e2dcfd8b6
Fixed bug #60321 (ob_get_status(true) no longer returns an array when buffer is empty).
2011-11-18 00:16:58 +00:00
Felipe Pena
3c7a573a2c
- Fixed bug #60099 (__halt_compiler() works in braced namespaces)
2011-11-16 17:41:40 +00:00
Rasmus Lerdorf
55acfdf7bd
Had the wrong bug number there
2011-11-16 16:43:12 +00:00
Felipe Pena
8b9d42417f
- Fixed bug #60267 (Compile failure with freetds 0.91)
2011-11-16 12:13:22 +00:00
Jérôme Loyet
f8ef8946cc
- Added .phar to default authorized extensions
2011-11-16 00:21:38 +00:00
Jérôme Loyet
117f3be895
typo
2011-11-16 00:19:43 +00:00
Jérôme Loyet
d1312936cd
- remove experimental flag on fpm
2011-11-15 22:40:10 +00:00
Jérôme Loyet
8bdf576a1f
- FR #60199 (enhance FPM error log when the primary script can't be open)
2011-11-15 22:29:59 +00:00
Christopher Jones
7da9939ca6
Minor NEWS grammar fixes
2011-11-15 22:03:40 +00:00
Felipe Pena
8e6a9d469a
- Fixed bug #55874 (GCC does not provide __sync_fetch_and_add on some archs)
...
patch by: klightspeed at netspace dot net dot au
2011-11-15 20:33:26 +00:00
Felipe Pena
fb37f3b20d
- Fixed bug #52624 (tempnam() by-pass open_basedir with inexistent directory)
2011-11-15 16:59:59 +00:00
Felipe Pena
236120d80e
- Fixed bug #54682 (Tidy::diagnose() NULL pointer dereference)
2011-11-15 15:16:20 +00:00
Xinchen Hui
f8386e349f
Fixed bug #60159 (Router returns false, but POST is not passed to requested
...
resource) and bug #55759 (mem leak when use built-in server)
2011-11-15 03:15:19 +00:00
Mateusz Kocielski
0f4ebd949e
#- Added information about NPD bug fix in the OpenSSL extension.
2011-11-14 19:20:34 +00:00
Xinchen Hui
89feaefce1
Fixed bug #60282 (Segfault when using ob_gzhandler() with open buffers)
2011-11-13 04:11:57 +00:00
Rui Hirokawa
40a951ccad
revert changes to fix bug #60116 .
2011-11-11 14:52:56 +00:00
Christopher Jones
4827f5c5d7
OCI8: Fixed bug #59985 (show normal warning text for OCI_NO_DATA). Sync NEWS.
2011-11-10 22:47:00 +00:00
Rui Hirokawa
27697a6a40
moved the new changes for RC2.
2011-11-10 21:45:36 +00:00
Rui Hirokawa
cc74264764
MFH: fixed bug #60227 (header() cannot detect the multi-line header with CR(0x0D).)
2011-11-10 14:24:31 +00:00
Rui Hirokawa
db5d9c0b66
MFH: fixed bug #60116 (escapeshellcmd() cannot escape the characters which cause shell command injection).
2011-11-10 14:19:06 +00:00
Stanislav Malyshev
7f6c7422a8
back to dev
2011-11-10 06:27:37 +00:00
Stanislav Malyshev
07f2c01bd2
5.4.0 RC1
2011-11-10 06:26:25 +00:00
Stanislav Malyshev
3598185a74
fix bug #55475 - implement is_a BC solution
2011-11-09 05:27:45 +00:00
Felipe Pena
ff48763f4b
- Added class member access on instantiation (e.g. (new foo)->bar()) support
2011-11-06 13:25:45 +00:00
Xinchen Hui
d4b90b4788
Fixed bug #60206 (possible integer overflow in content_length)
2011-11-03 07:26:09 +00:00
Xinchen Hui
cae2f1381f
Fix bug #60169 Conjunction of ternary and list crashes PHP
2011-11-03 03:59:41 +00:00
Peter Cowburn
9b86852d6e
add 3rd parameter to arg info for splfileobject fgetcsv/setcsvcontrol (bug #60201 )
2011-11-02 13:24:46 +00:00
Xinchen Hui
0cafc66331
typo
2011-11-01 15:25:30 +00:00
Xinchen Hui
ceac9dc490
Fixed bug #60189 (php logo can not be displayed)
2011-11-01 13:06:41 +00:00
Xinchen Hui
ac789e0bb6
Fixed Bug #60180 ($_SERVER["PHP_SELF"] incorrect)
2011-11-01 12:24:02 +00:00
Xinchen Hui
5921e73a37
Fixed bug #60174 (Notice when array in method prototype error)
...
this should also exists in ext/reflection. since the new warning of "array to string convert" is introduced in zend_make_printable_zval which is used in ext/reflection too
2011-10-31 03:47:11 +00:00
Gustavo André dos Santos Lopes
32f7337bd4
- Reverted changes that required constructor overrides to invoke the parent
...
constructor in several SPL classes and applied 5.3 fixes instead.
Related bugs: #54384 , #55175 and #55300
2011-10-29 23:17:18 +00:00
Xinchen Hui
091f279eb0
Fixed bug #60146 (Last 2 lines of page not being output)
2011-10-29 02:14:04 +00:00
Pierre Joye
5c21ad7480
- ws
2011-10-26 12:33:57 +00:00
Christopher Jones
8eb4386c87
oci8 - Increase Oracle error message length for 11.2.0.3+
2011-10-25 22:01:42 +00:00
Pierre Joye
97076fa68e
- fixed bug #60120 , proc_open's streams may hang with stdin/out/err when the data exceeds or is equal to 2048 bytes
2011-10-24 12:39:55 +00:00
Stanislav Malyshev
26728676e2
typofixes
2011-10-23 05:24:25 +00:00
Xinchen Hui
a6bc3f6c59
fix memory leak
2011-10-23 03:02:24 +00:00
Xinchen Hui
8d467563e2
Fixed bug #60112 If URI does not contain a file, index.php is not served
...
This is a windows Issue.
and after this fix, previously 404 request like "localhost/foo/bar"
now could server correctly with request_uri "index.php" and PATH_INFO "/foo/bar/"
2011-10-23 02:54:06 +00:00
Stanislav Malyshev
d81ea16ef1
Changed silent conversion of array to string to produce a notice. (Patrick)
2011-10-21 06:08:47 +00:00
Gustavo André dos Santos Lopes
db2d36de3e
Updating news with commit r308410.
2011-10-20 08:53:01 +00:00
Stanislav Malyshev
93f654e64f
back to dev
2011-10-20 06:06:35 +00:00