]>
granicus.if.org Git - php/log
Xinchen Hui [Mon, 31 Oct 2011 06:04:43 +0000 (06:04 +0000)]
Test for #60174 (Notice when array in method prototype error)
Xinchen Hui [Mon, 31 Oct 2011 03:47:11 +0000 (03:47 +0000)]
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
Rui Hirokawa [Sun, 30 Oct 2011 08:40:51 +0000 (08:40 +0000)]
MFH: fixed alias of encoding.
Xinchen Hui [Sun, 30 Oct 2011 06:28:24 +0000 (06:28 +0000)]
tests for 60169
Gustavo André dos Santos Lopes [Sat, 29 Oct 2011 23:17:18 +0000 (23:17 +0000)]
- 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
Xinchen Hui [Sat, 29 Oct 2011 02:14:04 +0000 (02:14 +0000)]
Fixed bug #60146 (Last 2 lines of page not being output)
Rasmus Lerdorf [Fri, 28 Oct 2011 16:37:41 +0000 (16:37 +0000)]
typo
Rasmus Lerdorf [Fri, 28 Oct 2011 16:21:04 +0000 (16:21 +0000)]
Spaces not TABS here
Pierre Joye [Wed, 26 Oct 2011 12:33:57 +0000 (12:33 +0000)]
- ws
Andrey Hristov [Wed, 26 Oct 2011 09:00:32 +0000 (09:00 +0000)]
Bump internal version id after recent changes
Andrey Hristov [Tue, 25 Oct 2011 23:01:49 +0000 (23:01 +0000)]
Move from directly referencing an aggregated structure to using a
pointer to a structure. The structure is still aggregated but we add
a level of indirection for possible plugins to overwrite the storage
Christopher Jones [Tue, 25 Oct 2011 22:01:42 +0000 (22:01 +0000)]
oci8 - Increase Oracle error message length for 11.2.0.3+
Andrey Hristov [Tue, 25 Oct 2011 19:04:36 +0000 (19:04 +0000)]
Add hooks for __call like functionality and also allow to
handle calls that spread over two internal functions. Let's call it
a local TX.
Xinchen Hui [Tue, 25 Oct 2011 11:04:57 +0000 (11:04 +0000)]
force LF, fix test faild on windows
Xinchen Hui [Tue, 25 Oct 2011 10:56:11 +0000 (10:56 +0000)]
Fix test faild on windows due to DEFAULT_SLASH
Xinchen Hui [Tue, 25 Oct 2011 10:54:39 +0000 (10:54 +0000)]
Fix test, now can run on windows
Derick Rethans [Mon, 24 Oct 2011 15:19:08 +0000 (15:19 +0000)]
- Updated to version 2011.13 (2011m)
Pierre Joye [Mon, 24 Oct 2011 12:39:55 +0000 (12:39 +0000)]
- fixed bug #60120, proc_open's streams may hang with stdin/out/err when the data exceeds or is equal to 2048 bytes
Andrey Hristov [Mon, 24 Oct 2011 12:34:44 +0000 (12:34 +0000)]
move plugin specific stuff to one file. create object factory
for similar objects
Pierre Joye [Mon, 24 Oct 2011 10:53:17 +0000 (10:53 +0000)]
- win9x is not supported anymore since 5.3
Xinchen Hui [Mon, 24 Oct 2011 03:47:42 +0000 (03:47 +0000)]
A better fix, sorry for previous thoughtlessness commit.
Xinchen Hui [Mon, 24 Oct 2011 03:28:59 +0000 (03:28 +0000)]
Fixed PATH_INFO of /index.php/foo/bar
Ferenc Kovacs [Sun, 23 Oct 2011 20:38:53 +0000 (20:38 +0000)]
using %s-dev instead of the exact version number
Xinchen Hui [Sun, 23 Oct 2011 13:57:25 +0000 (13:57 +0000)]
add tests for PATH_INFO
update php_cli_server.inc to support no router server
Rui Hirokawa [Sun, 23 Oct 2011 11:54:34 +0000 (11:54 +0000)]
MFH: removed invalid two byte sequenct for utf-8.
Ferenc Kovacs [Sun, 23 Oct 2011 10:09:29 +0000 (10:09 +0000)]
adding SKIP_SLOW_TESTS checks for the slow tests, and additionaly sync the domains used in the ext/standard/tests/network/getmxrr.phpt with the other branches
Stanislav Malyshev [Sun, 23 Oct 2011 06:38:42 +0000 (06:38 +0000)]
update UPGRADING
Stanislav Malyshev [Sun, 23 Oct 2011 05:24:25 +0000 (05:24 +0000)]
typofixes
Xinchen Hui [Sun, 23 Oct 2011 03:02:24 +0000 (03:02 +0000)]
fix memory leak
Xinchen Hui [Sun, 23 Oct 2011 02:54:06 +0000 (02:54 +0000)]
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/"
Ferenc Kovacs [Sun, 23 Oct 2011 00:07:01 +0000 (00:07 +0000)]
check the available memory on linux and skip if it is not enough
Ferenc Kovacs [Sat, 22 Oct 2011 23:47:52 +0000 (23:47 +0000)]
shave off 900M memory from this test
Ferenc Kovacs [Sat, 22 Oct 2011 21:44:05 +0000 (21:44 +0000)]
stream_socket_server("unix://..." has a length limit, so it is better to use the tmp dir instead of the current test dir for the socket file. see https://bugs.php.net/bug.php?id=60106
Andrey Hristov [Fri, 21 Oct 2011 15:36:36 +0000 (15:36 +0000)]
fix the build
Andrey Hristov [Fri, 21 Oct 2011 15:28:58 +0000 (15:28 +0000)]
shift code around to two new files - mysqlnd_driver.c
and mysqlnd_ext_plugin.c (mysqlnd extension plugin)
Stanislav Malyshev [Fri, 21 Oct 2011 06:08:47 +0000 (06:08 +0000)]
Changed silent conversion of array to string to produce a notice. (Patrick)
Moriyoshi Koizumi [Fri, 21 Oct 2011 05:24:30 +0000 (05:24 +0000)]
Add SERVER_PROTOCOL variable to $_SERVER. Patch by kuzuha. Thanks.
Ferenc Kovacs [Thu, 20 Oct 2011 18:09:44 +0000 (18:09 +0000)]
there is a length limit on the shebang line, ignore the tests for >= 127
Gustavo André dos Santos Lopes [Thu, 20 Oct 2011 08:53:01 +0000 (08:53 +0000)]
Updating news with commit r308410.
Stanislav Malyshev [Thu, 20 Oct 2011 06:24:56 +0000 (06:24 +0000)]
Update UPGRADING
# more to come soon
Stanislav Malyshev [Thu, 20 Oct 2011 06:06:35 +0000 (06:06 +0000)]
back to dev
Stanislav Malyshev [Thu, 20 Oct 2011 06:05:30 +0000 (06:05 +0000)]
5.4.0beta2
Xinchen Hui [Wed, 19 Oct 2011 15:08:50 +0000 (15:08 +0000)]
Fixed bug #60094 (C++ comment fails in c89)
Andrey Hristov [Wed, 19 Oct 2011 15:04:12 +0000 (15:04 +0000)]
api_ext to reverse_api
Michael Wallner [Wed, 19 Oct 2011 10:09:24 +0000 (10:09 +0000)]
Fix Bug #55801 Behavior of unserialize has changed:
(un)serialize in __wakeup/__sleep now use clean var_hashes
Daniel Convissor [Tue, 18 Oct 2011 21:45:07 +0000 (21:45 +0000)]
Tests for the DST RFC.
Arnaud Le Blanc [Tue, 18 Oct 2011 19:42:42 +0000 (19:42 +0000)]
Improved ternary operator performance when returning arrays
Rui Hirokawa [Tue, 18 Oct 2011 14:28:21 +0000 (14:28 +0000)]
fixed maximum byte length of utf8mb4.
Rui Hirokawa [Tue, 18 Oct 2011 14:04:13 +0000 (14:04 +0000)]
MFH: fixed byte length of utf-8.
Ilia Alshanetsky [Mon, 17 Oct 2011 23:51:25 +0000 (23:51 +0000)]
Fixed bug #55543 (json_encode() with JSON_NUMERIC_CHECK fails on objects with numeric string properties)
Xinchen Hui [Sun, 16 Oct 2011 03:00:51 +0000 (03:00 +0000)]
Fixed bug #60038 (SIGALRM cause segfault in php_error_cb)
Stanislav Malyshev [Sun, 16 Oct 2011 02:43:50 +0000 (02:43 +0000)]
revert change, doesn't work
Stanislav Malyshev [Sun, 16 Oct 2011 00:34:01 +0000 (00:34 +0000)]
Bug #55754 - Only variables should be passed by reference for ZEND_SEND_PREFER_REF params
Stanislav Malyshev [Sat, 15 Oct 2011 23:57:33 +0000 (23:57 +0000)]
fix potential integer overflow
Stanislav Malyshev [Sat, 15 Oct 2011 23:52:40 +0000 (23:52 +0000)]
fix openbasedir in test
Rui Hirokawa [Sat, 15 Oct 2011 07:12:02 +0000 (07:12 +0000)]
added a missing emoji U+27BF.
Ilia Alshanetsky [Fri, 14 Oct 2011 12:43:27 +0000 (12:43 +0000)]
Fixed bug #60019 (Function time_nanosleep() is undefined on OS X).
Felipe Pena [Thu, 13 Oct 2011 22:56:05 +0000 (22:56 +0000)]
- Fixed bug #60048 (sa_len a #define on IRIX)
patch by: china at thewrittenword dot com
Andrey Hristov [Wed, 12 Oct 2011 16:18:02 +0000 (16:18 +0000)]
export this existing function
Felipe Pena [Wed, 12 Oct 2011 01:24:51 +0000 (01:24 +0000)]
- Fixed bug #60033 (Incorrectly merged PDO dblib patches break uniqueidentifier column type)
Felipe Pena [Wed, 12 Oct 2011 01:03:15 +0000 (01:03 +0000)]
- Fixed bug #60042 (spl_autoload_call may manipulate a dangling pointer)
patch by: tom at punkave dot com
Andrey Hristov [Mon, 10 Oct 2011 20:49:28 +0000 (20:49 +0000)]
MYSQLND_NET refactored not to use any direct reference to MYSQLND (the connection)
QC will need an ifdef-layer to compile with this
Andrey Hristov [Mon, 10 Oct 2011 15:45:56 +0000 (15:45 +0000)]
last stat fix
Andrey Hristov [Mon, 10 Oct 2011 14:39:22 +0000 (14:39 +0000)]
fix test after stat change
Andrey Hristov [Mon, 10 Oct 2011 14:33:07 +0000 (14:33 +0000)]
fix another test after stat change
Andrey Hristov [Mon, 10 Oct 2011 14:19:01 +0000 (14:19 +0000)]
fix test
Andrey Hristov [Mon, 10 Oct 2011 13:25:45 +0000 (13:25 +0000)]
fix test
Andrey Hristov [Mon, 10 Oct 2011 12:50:09 +0000 (12:50 +0000)]
fix test
Derick Rethans [Mon, 10 Oct 2011 08:05:55 +0000 (08:05 +0000)]
- Updated to version 2011.12 (2011l)
Christian Stocker [Mon, 10 Oct 2011 07:59:19 +0000 (07:59 +0000)]
Added the xsl.security_prefs option to 5_4 and trunk and
mark it as deprecated for BC-reasons
Added tests for ini option and combination of both
Jérôme Loyet [Sun, 9 Oct 2011 15:21:06 +0000 (15:21 +0000)]
- ensure request_terminate_timeout >= request_slowlog_timeout
Jérôme Loyet [Sun, 9 Oct 2011 15:12:26 +0000 (15:12 +0000)]
- Fixed bug #55526 (Heartbeat causes a lot of unnecessary events)
Jérôme Loyet [Sun, 9 Oct 2011 14:36:11 +0000 (14:36 +0000)]
- Fixed bug #55533 (The -d parameter doesn't work)
Stefan Marr [Sun, 9 Oct 2011 11:13:27 +0000 (11:13 +0000)]
Fixed Bug #55554 (Legacy constructors not handled properly) [TRAITS] [DOC]
# The handling of legacy constructors defined by traits was corrected.
# They are now properly registered and used on instantiation.
# The situation for conflicting legacy and __construct constructors is
# mostly identical. If they are defined in the class, they override conflicts
# and do not collide. However, in case different styles are mixed, between
# class and trait definition, we assume a programmer's mistake and report
# a collision.
#
# BTW: +1 for all the fixed tests! `make test` is fun again.
Jérôme Loyet [Sun, 9 Oct 2011 09:22:36 +0000 (09:22 +0000)]
- fix r317922 (missing PHP_ADD_BUILD_DIR(sapi/fpm/fpm/events) in config.m4)
Stefan Marr [Sat, 8 Oct 2011 23:47:16 +0000 (23:47 +0000)]
Use ZEND_ constants instead of plain strings for names of magic methods.
# No functional changes.
Jérôme Loyet [Sat, 8 Oct 2011 21:04:10 +0000 (21:04 +0000)]
- Implemented FR #52569 (Add the "ondemand" process-manager to allow zero children)
Jérôme Loyet [Sat, 8 Oct 2011 20:43:12 +0000 (20:43 +0000)]
- fix r317913
Jérôme Loyet [Sat, 8 Oct 2011 19:50:26 +0000 (19:50 +0000)]
- Fixed bug #55486 (status show BIG processes number)
Jérôme Loyet [Sat, 8 Oct 2011 19:31:32 +0000 (19:31 +0000)]
- Fixed bug #55577 (status.html does not install)
Andrey Hristov [Sat, 8 Oct 2011 14:48:14 +0000 (14:48 +0000)]
null the value before usage
Xinchen Hui [Fri, 7 Oct 2011 04:14:31 +0000 (04:14 +0000)]
Remove unecessary codes
Andrey Hristov [Thu, 6 Oct 2011 17:06:02 +0000 (17:06 +0000)]
Add test case
Andrey Hristov [Thu, 6 Oct 2011 11:25:05 +0000 (11:25 +0000)]
Be consistent, add mysqli::stat property, as equivalent of mysqli_stat().
Fix for Bug #55859 mysqli->stat property access gives error
Andrey Hristov [Thu, 6 Oct 2011 00:45:58 +0000 (00:45 +0000)]
try not to crash when closing persistent sockets, because EG(persistent_list)
is cleaned before the extensions' MSHUTDOWNs are called.
Andrey Hristov [Wed, 5 Oct 2011 18:51:15 +0000 (18:51 +0000)]
Fix bad cast which leads to crashes!
Pierre Joye [Wed, 5 Oct 2011 05:20:51 +0000 (05:20 +0000)]
- 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.
Ilia Alshanetsky [Mon, 3 Oct 2011 18:17:12 +0000 (18:17 +0000)]
Fixed bug #55750 (memory copy issue in sysvshm extension).
Xinchen Hui [Mon, 3 Oct 2011 17:01:17 +0000 (17:01 +0000)]
Fixed bug #55825, and add test script
Peter Cowburn [Mon, 3 Oct 2011 08:45:06 +0000 (08:45 +0000)]
typofix (procgress to progress)
Peter Cowburn [Mon, 3 Oct 2011 08:40:26 +0000 (08:40 +0000)]
Fix php.ini comment (#55834)
Felipe Pena [Sat, 1 Oct 2011 13:01:12 +0000 (13:01 +0000)]
- Improve void arg check
- Removed unused variable
- Added check for empty tag in enchant_broker_request_dict() (to avoid assert warning)
Xinchen Hui [Fri, 30 Sep 2011 15:08:32 +0000 (15:08 +0000)]
A better fix for #55817 (thanks to bjori)
Hannes Magnusson [Fri, 30 Sep 2011 14:17:23 +0000 (14:17 +0000)]
Fixed bug #55807 (Wrong value for splFileObject::SKIP_EMPTY)
Hannes Magnusson [Fri, 30 Sep 2011 14:12:26 +0000 (14:12 +0000)]
Use the default stream context for FilesystemIterator, GlobIterator and (Recursive)DirectoryIterator
Xinchen Hui [Fri, 30 Sep 2011 13:34:07 +0000 (13:34 +0000)]
Fix wrong codes #55817
Gustavo André dos Santos Lopes [Wed, 28 Sep 2011 14:47:42 +0000 (14:47 +0000)]
- Fixed #55798: serialize followed by unserialize with numeric object prop.
gives integer prop.
Gustavo André dos Santos Lopes [Tue, 27 Sep 2011 11:43:07 +0000 (11:43 +0000)]
- Oops missed return. Also improved the readability of a test.
Gustavo André dos Santos Lopes [Tue, 27 Sep 2011 10:57:25 +0000 (10:57 +0000)]
- Added tests and NEWS for r306475; see bug #55797.
- Removed now redundant previous overflow check, which relied on
undefined behavior (wraparound) and was ignored in optimized builds.
Antony Dovgal [Tue, 27 Sep 2011 09:12:13 +0000 (09:12 +0000)]
fix bug #55768 (PDO_OCI can't resume Oracle session after it's been killed)