1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 17:08:14 +02:00
Commit Graph

4795 Commits

Author SHA1 Message Date
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
Stanislav Malyshev 91a04638e6 5.4.0beta2 2011-10-20 06:05:30 +00:00
Xinchen Hui 380a1ea142 Fixed bug #60094 (C++ comment fails in c89) 2011-10-19 15:08:50 +00:00
Arnaud Le Blanc 07b7ba8b40 Improved ternary operator performance when returning arrays 2011-10-18 19:42:42 +00:00
Xinchen Hui 1f78177e2b Fixed bug #60038 (SIGALRM cause segfault in php_error_cb) 2011-10-16 03:00:51 +00:00
Felipe Pena d080277d97 - Fixed bug #60033 (Incorrectly merged PDO dblib patches break uniqueidentifier column type) 2011-10-12 01:24:51 +00:00
Pierre Joye 2f3adeb083 - Revert r313616 (When we have a blocking SSL socket, respect the timeout
option, scottmac)

# This caused bug #55283 and #55848, we should investigate a proper solution without
# breaking anything.
2011-10-05 05:20:51 +00:00
Ilia Alshanetsky 567e2f1cf3 Fixed bug #55750 (memory copy issue in sysvshm extension). 2011-10-03 18:17:12 +00:00
Xinchen Hui 2e925f6f19 Fixed bug #55825, and add test script 2011-10-03 17:01:17 +00:00
Hannes Magnusson 5fba3ba7c3 Fixed bug #55807 (Wrong value for splFileObject::SKIP_EMPTY) 2011-09-30 14:17:23 +00:00
Hannes Magnusson 3dabada846 Use the default stream context for FilesystemIterator, GlobIterator and (Recursive)DirectoryIterator 2011-09-30 14:12:26 +00:00
Pierre Joye 9f5f4d5401 - update news 2011-09-26 08:56:56 +00:00
Adam Harvey f11500df0c Fix bug #55769 (Make Fails with "Missing Separator" error) via s/ /^I/. 2011-09-24 19:16:33 +00:00
Xinchen Hui c58f254354 Improve the warning message of incompatible arguments. (#55719)
And fix tests related.
2011-09-23 15:08:11 +00:00
Xinchen Hui 61c001b2e8 Update NEWS 2011-09-23 03:02:01 +00:00
Xinchen Hui d603d05398 Fixed bug #55755 (SegFault when outputting header WWW-Authenticate) 2011-09-21 16:00:09 +00:00
Xinchen Hui 82be5fcc4f Fixed bug #55747 (request headers missed in $_SERVER) 2011-09-21 03:09:42 +00:00
Xinchen Hui 0df4c5caea update NEWS 2011-09-20 07:14:36 +00:00
Michael Wallner 85a62e9086 Fixed bug #55544 ob_gzhandler always conflicts with zlib.output_compression 2011-09-19 14:37:00 +00:00
Xinchen Hui 3ac5593cda Fix wrong update 2011-09-17 14:24:15 +00:00
Xinchen Hui 56f265075d Update NEWS 2011-09-17 03:23:38 +00:00
Felipe Pena 258c8de7fb - Fixed bug #55707 (undefined reference to `__sync_fetch_and_add_4' on Linux parisc) 2011-09-17 00:05:31 +00:00
Stanislav Malyshev 56a161b619 next version header 2011-09-15 22:33:39 +00:00
Stanislav Malyshev 748003b349 update NEWS 2011-09-15 06:23:37 +00:00
Arpad Ray 47cfae87eb Implement object-oriented session handlers (https://wiki.php.net/rfc/session-oo) 2011-09-13 22:28:15 +00:00
Xinchen Hui d4b0a38a12 Fix typo (as tyearl's ask) 2011-09-13 15:12:16 +00:00
Xinchen Hui a576f448cb Revert update, since this bug is not in a official release of 5.4 2011-09-13 14:58:37 +00:00
Derick Rethans 58daa3fd3a - Removed support for putenv("TZ=..") for setting the timezone.
- Removed the timezone guessing algorithm in case the timezone isn't set with
  date.timezone or date_default_timezone_set(). Instead of a guessed timezone,
  "UTC" is now used instead.
2011-09-13 14:48:13 +00:00
Xinchen Hui 409941c2d1 update news 2011-09-13 13:11:42 +00:00
Pierre Joye ea09677718 - news for the crt warning 2011-09-13 10:39:59 +00:00
Christopher Jones c8be5036be Fix same typo as UPGRADING 2011-09-13 01:07:48 +00:00
Xinchen Hui a1ae0408de update news 2011-09-12 13:27:23 +00:00