#
6781f175 |
| 02-Nov-2011 |
Johannes Schlüter |
- Fix bug #60155 (pdo_mysql.default_socket ignored). |
#
9b86852d |
| 02-Nov-2011 |
Peter Cowburn |
add 3rd parameter to arg info for splfileobject fgetcsv/setcsvcontrol (bug #60201) |
#
e95bb57d |
| 02-Nov-2011 |
Dmitry Stogov |
Fixed bug #60139 (Anonymous functions create cycles not detected by the GC) |
#
0cafc663 |
| 01-Nov-2011 |
Xinchen Hui |
typo |
#
09f8573a |
| 01-Nov-2011 |
Rasmus Lerdorf |
Fix bug 60183 |
#
ceac9dc4 |
| 01-Nov-2011 |
Xinchen Hui |
Fixed bug #60189 (php logo can not be displayed) |
#
ac789e0b |
| 01-Nov-2011 |
Xinchen Hui |
Fixed Bug #60180 ($_SERVER["PHP_SELF"] incorrect) |
#
5921e73a |
| 31-Oct-2011 |
Xinchen Hui |
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_z
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
show more ...
|
#
32f7337b |
| 29-Oct-2011 |
Gustavo André dos Santos Lopes |
- 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 |
#
091f279e |
| 29-Oct-2011 |
Xinchen Hui |
Fixed bug #60146 (Last 2 lines of page not being output) |
#
5c21ad74 |
| 26-Oct-2011 |
Pierre Joye |
- ws |
#
89a4d346 |
| 25-Oct-2011 |
Christopher Jones |
oci8 - Increase Oracle error message length for 11.2.0.3+ |
#
8eb4386c |
| 25-Oct-2011 |
Christopher Jones |
oci8 - Increase Oracle error message length for 11.2.0.3+ |
#
03b39896 |
| 24-Oct-2011 |
Pierre Joye |
- fixed bug #60120, proc_open's streams may hang with stdin/out/err when the data exceeds or is equal to 2048 bytes |
#
97076fa6 |
| 24-Oct-2011 |
Pierre Joye |
- fixed bug #60120, proc_open's streams may hang with stdin/out/err when the data exceeds or is equal to 2048 bytes |
#
26728676 |
| 23-Oct-2011 |
Stanislav Malyshev |
typofixes |
#
a6bc3f6c |
| 23-Oct-2011 |
Xinchen Hui |
fix memory leak |
#
8d467563 |
| 23-Oct-2011 |
Xinchen Hui |
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 corr
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/"
show more ...
|
#
d81ea16e |
| 21-Oct-2011 |
Stanislav Malyshev |
Changed silent conversion of array to string to produce a notice. (Patrick) |
#
db2d36de |
| 20-Oct-2011 |
Gustavo André dos Santos Lopes |
Updating news with commit r308410. |
Revision tags: php-5.4.0beta2 |
|
#
93f654e6 |
| 20-Oct-2011 |
Stanislav Malyshev |
back to dev |
#
91a04638 |
| 20-Oct-2011 |
Stanislav Malyshev |
5.4.0beta2 |
#
dc31f1e9 |
| 19-Oct-2011 |
Xinchen Hui |
Fixed bug #60094 (C++ comment fails in c89) |
#
380a1ea1 |
| 19-Oct-2011 |
Xinchen Hui |
Fixed bug #60094 (C++ comment fails in c89) |
#
07b7ba8b |
| 18-Oct-2011 |
Arnaud Le Blanc |
Improved ternary operator performance when returning arrays |