]>
granicus.if.org Git - php/log
Johannes Schlüter [Thu, 3 Nov 2011 15:26:34 +0000 (15:26 +0000)]
Back to -dev
Johannes Schlüter [Thu, 3 Nov 2011 15:08:19 +0000 (15:08 +0000)]
- PHP 5.3.9RC1
Johannes Schlüter [Thu, 3 Nov 2011 14:51:10 +0000 (14:51 +0000)]
- Minor NEWS cleanup
# 80 columns, indention, entries are sentences ending with a period.
Xinchen Hui [Thu, 3 Nov 2011 07:26:09 +0000 (07:26 +0000)]
Fixed bug #60206 (possible integer overflow in content_length)
Ferenc Kovacs [Wed, 2 Nov 2011 21:27:03 +0000 (21:27 +0000)]
adding memory check for FreeBSD also, TODO: refactor the free memory check into a function in an include file
Johannes Schlüter [Wed, 2 Nov 2011 15:45:53 +0000 (15:45 +0000)]
- Fix bug #60155 (pdo_mysql.default_socket ignored).
Derick Rethans [Wed, 2 Nov 2011 10:58:51 +0000 (10:58 +0000)]
- Updated to version 2011.14 (2011n)
Dmitry Stogov [Wed, 2 Nov 2011 08:07:12 +0000 (08:07 +0000)]
Prevent possible integer overflow
Florian Anderiasch [Wed, 2 Nov 2011 07:36:52 +0000 (07:36 +0000)]
Fix #60192 SegFault when Collator not constructed properly
Dmitry Stogov [Wed, 2 Nov 2011 06:31:33 +0000 (06:31 +0000)]
Fixed bug #60139 (Anonymous functions create cycles not detected by the GC)
Christopher Jones [Tue, 1 Nov 2011 21:30:57 +0000 (21:30 +0000)]
Update for new Oracle patchset variation
Ferenc Kovacs [Tue, 1 Nov 2011 21:27:57 +0000 (21:27 +0000)]
allocating more than 2GB memory is slow.
Rasmus Lerdorf [Tue, 1 Nov 2011 15:15:51 +0000 (15:15 +0000)]
Fix bug 60183
Florian Anderiasch [Tue, 1 Nov 2011 11:51:53 +0000 (11:51 +0000)]
Fixed #60160 and added a test for it
Ferenc Kovacs [Tue, 1 Nov 2011 10:25:47 +0000 (10:25 +0000)]
ignore this test on FreeBSD per #60186
Ferenc Kovacs [Tue, 1 Nov 2011 10:20:39 +0000 (10:20 +0000)]
duh
Ferenc Kovacs [Tue, 1 Nov 2011 10:10:24 +0000 (10:10 +0000)]
marking ext/spl/tests/bug60082.phpt as slow test
Christopher Jones [Mon, 31 Oct 2011 20:48:25 +0000 (20:48 +0000)]
OCI8: improve initialization error message (See bug 60154)
Christopher Jones [Tue, 25 Oct 2011 22:01:42 +0000 (22:01 +0000)]
oci8 - Increase Oracle error message length for 11.2.0.3+
Xinchen Hui [Tue, 25 Oct 2011 11:04:57 +0000 (11:04 +0000)]
force LF, fix test faild 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
Pierre Joye [Mon, 24 Oct 2011 10:53:17 +0000 (10:53 +0000)]
- win9x is not supported anymore since 5.3
Ferenc Kovacs [Sun, 23 Oct 2011 20:14:26 +0000 (20:14 +0000)]
duh, I didn't wanted to commit that modification
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
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 22:57:55 +0000 (22:57 +0000)]
fix test, it was fixed for trunk and 5.4 in r314005
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
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
Xinchen Hui [Wed, 19 Oct 2011 15:08:50 +0000 (15:08 +0000)]
Fixed bug #60094 (C++ comment fails in c89)
Xinchen Hui [Wed, 19 Oct 2011 02:28:53 +0000 (02:28 +0000)]
Test for #60082
Daniel Convissor [Tue, 18 Oct 2011 21:45:07 +0000 (21:45 +0000)]
Tests for the DST RFC.
Andrey Hristov [Tue, 18 Oct 2011 14:10:44 +0000 (14:10 +0000)]
move change_user closer to connect
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)
Andrey Hristov [Fri, 14 Oct 2011 14:12:16 +0000 (14:12 +0000)]
this should be decided by configure
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
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
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)
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
Jérôme Loyet [Sat, 8 Oct 2011 14:11:37 +0000 (14:11 +0000)]
ws
Jérôme Loyet [Sat, 8 Oct 2011 14:07:47 +0000 (14:07 +0000)]
- Backported from 5.4 branch (Dropped restriction of not setting the same value multiple times, the last one holds).
Jérôme Loyet [Sat, 8 Oct 2011 14:04:09 +0000 (14:04 +0000)]
- Backported from 5.4 branch:
* enhanced log messages
* code cosmetic
Jérôme Loyet [Sat, 8 Oct 2011 14:00:07 +0000 (14:00 +0000)]
- Backported from 5.4 branch (order fpm configuration items the same way in php-fpm.conf.in, fpm_conf.h and fpm_conf.c)
Jérôme Loyet [Sat, 8 Oct 2011 13:57:31 +0000 (13:57 +0000)]
- Backported from 5.4 branch (don't write directly to stderr, use the internal logger instead (zlog))
Jérôme Loyet [Sat, 8 Oct 2011 13:53:49 +0000 (13:53 +0000)]
remove unused variable
Jérôme Loyet [Sat, 8 Oct 2011 13:52:27 +0000 (13:52 +0000)]
- backparted from 5.4 branch (remove is_fastcgi because FPM is always fastcgi)
Jérôme Loyet [Sat, 8 Oct 2011 13:47:52 +0000 (13:47 +0000)]
- Backported FR #55166 from 5.4 branch (Added process.max to control the number of process FPM can fork)
Jérôme Loyet [Sat, 8 Oct 2011 13:42:31 +0000 (13:42 +0000)]
- Backported FR #55181 from 5.4 branch (Enhance security by limiting access to user defined extensions)
Jérôme Loyet [Sat, 8 Oct 2011 13:38:28 +0000 (13:38 +0000)]
- Backported FR #54098 from 5.4 branch (Lowered process manager default value)
Jérôme Loyet [Sat, 8 Oct 2011 13:35:03 +0000 (13:35 +0000)]
- Backported FR #52052 from 5.4 branch (Added partial syslog support)
Jérôme Loyet [Sat, 8 Oct 2011 13:33:38 +0000 (13:33 +0000)]
fix ws
Jérôme Loyet [Sat, 8 Oct 2011 13:29:14 +0000 (13:29 +0000)]
- commit r312812 again (dropped in r312913):
Implemented FR #54577 (Enhanced status page with full status and details
about each processes. Also provide a web page (status.html) for
real-time FPM status.
Pierre Joye [Sat, 8 Oct 2011 06:17:08 +0000 (06:17 +0000)]
- fix bug #55870, PDO ignores all SSL parameters when used with mysql native driver
Christian Stocker [Thu, 6 Oct 2011 18:30:55 +0000 (18:30 +0000)]
Fix wrong comment
Add new xsl ini options to php.ini
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
Christian Stocker [Wed, 5 Oct 2011 18:11:29 +0000 (18:11 +0000)]
Added test for Bug 54446
Init a variable to a default value to avoid issues
Christian Stocker [Wed, 5 Oct 2011 09:56:01 +0000 (09:56 +0000)]
Added xsl.security_prefs ini option to define forbidden operations within XSLT
stylesheets, default is not to enable write operations. This option won't be
in 5.4, since there's a new method. Bug #54446
Ilia Alshanetsky [Mon, 3 Oct 2011 18:17:12 +0000 (18:17 +0000)]
Fixed bug #55750 (memory copy issue in sysvshm extension).
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)
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.
Alan Knowles [Tue, 27 Sep 2011 09:35:50 +0000 (09:35 +0000)]
document fix for #55475 in NEWS
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)
Alan Knowles [Tue, 27 Sep 2011 07:59:47 +0000 (07:59 +0000)]
remove paths from is_a and is_subclass tests
Ferenc Kovacs [Tue, 27 Sep 2011 00:53:41 +0000 (00:53 +0000)]
split the ext/calendar/tests/bug53574.phpt into two test, as we expect different result on 32 and 64 bit
Alan Knowles [Tue, 27 Sep 2011 00:42:56 +0000 (00:42 +0000)]
fix is_a errror test so they test correctly against new behaviour of is_a and is_subclass_of
Alan Knowles [Tue, 27 Sep 2011 00:19:43 +0000 (00:19 +0000)]
move autoloaded is_a test to where all the other is_a tests are
Ferenc Kovacs [Mon, 26 Sep 2011 23:28:24 +0000 (23:28 +0000)]
fix #49599, the eol-style is important here, as this is a regression test for #36459
Gustavo André dos Santos Lopes [Mon, 26 Sep 2011 22:38:21 +0000 (22:38 +0000)]
- Fixed bug in SdnToGregorian (see comments on #53574, though that bug is about
another function). NEWS & tests tomorrow.
Christopher Jones [Mon, 26 Sep 2011 20:31:11 +0000 (20:31 +0000)]
MFH to fix PHP_5_3 diffs shown on http://qa.php.net/reports/?version=5.3.9-dev
Christopher Jones [Mon, 26 Sep 2011 19:13:06 +0000 (19:13 +0000)]
Use TZ similar to easter_date.phpt else gcov et al give a diff for unixtojd(
1000000000 )
Derick Rethans [Mon, 26 Sep 2011 17:23:00 +0000 (17:23 +0000)]
- Updated to version 2011.11 (2011k)
Pierre Joye [Mon, 26 Sep 2011 08:56:56 +0000 (08:56 +0000)]
- update news
Pierre Joye [Mon, 26 Sep 2011 08:49:28 +0000 (08:49 +0000)]
- be sure to check if the var ha not been removed between the two calls
Pierre Joye [Mon, 26 Sep 2011 08:36:33 +0000 (08:36 +0000)]
- Fix bug #55622, better fix for this issue, old fix can break if sizeof(size_t) > sizeof(int) like on sparc
Johannes Schlüter [Sun, 25 Sep 2011 13:06:09 +0000 (13:06 +0000)]
- Fix folding
Johannes Schlüter [Sun, 25 Sep 2011 12:39:05 +0000 (12:39 +0000)]
- Fix bug #55776 (PDORow to session bug)
Rui Hirokawa [Sat, 24 Sep 2011 02:20:38 +0000 (02:20 +0000)]
MFH: fixed #40685: removed '&' in mb_decode_numericentity().
Alan Knowles [Sat, 24 Sep 2011 01:34:46 +0000 (01:34 +0000)]
clean up is_a test title
Alan Knowles [Sat, 24 Sep 2011 01:29:48 +0000 (01:29 +0000)]
clean up is_a test, so that it covers more use cases - negative and positive testing
Alan Knowles [Sat, 24 Sep 2011 01:18:29 +0000 (01:18 +0000)]
add is_a and is_subclass_of test with autoloader feature
Its a bit of an overkill, but should ensure breaks are easier to spot in future.
Rasmus Lerdorf [Fri, 23 Sep 2011 09:52:09 +0000 (09:52 +0000)]
Re-committing Alan's is_a revert/fix for bug #55475
Dmitry had done so earlier, but reverted pending discussion.
It is completely clear that this should never have been changed in the
5.3 branch in the first place giving the number of things that broke
because of it.
Ferenc Kovacs [Thu, 22 Sep 2011 22:29:28 +0000 (22:29 +0000)]
the TZ environment variable also needed to be set here, didn't dug up why date.timezone isn't sufficient
Ferenc Kovacs [Thu, 22 Sep 2011 22:07:02 +0000 (22:07 +0000)]
skip the interbase tests if cannot connect to the server
Ferenc Kovacs [Thu, 22 Sep 2011 21:50:45 +0000 (21:50 +0000)]
the julian date for timestamp
1000000000 is
2452161 .
5740741 , which is rounded to
2452162