Jérôme Loyet
f58cf75068
- Fixed bug #55526 (Heartbeat causes a lot of unnecessary events)
2011-10-09 15:12:26 +00:00
Jérôme Loyet
3982cda83b
- Fixed bug #55533 (The -d parameter doesn't work)
2011-10-09 14:36:11 +00:00
Jérôme Loyet
e7c6f9c62d
- Implemented FR #52569 (Add the "ondemand" process-manager to allow zero children)
2011-10-08 21:04:10 +00:00
Jérôme Loyet
95bd5f1872
- fix r317913
2011-10-08 20:43:12 +00:00
Jérôme Loyet
0c2752169c
- Fixed bug #55486 (status show BIG processes number)
2011-10-08 19:50:26 +00:00
Jérôme Loyet
4d554c45b9
- Fixed bug #55577 (status.html does not install)
2011-10-08 19:31:32 +00:00
Andrey Hristov
3701485d97
null the value before usage
2011-10-08 14:48:14 +00:00
Jérôme Loyet
dd243e5c75
ws
2011-10-08 14:11:37 +00:00
Jérôme Loyet
509629d8b5
- Backported from 5.4 branch (Dropped restriction of not setting the same value multiple times, the last one holds).
2011-10-08 14:07:47 +00:00
Jérôme Loyet
4e396d7333
- Backported from 5.4 branch:
...
* enhanced log messages
* code cosmetic
2011-10-08 14:04:09 +00:00
Jérôme Loyet
93c3c0abfa
- Backported from 5.4 branch (order fpm configuration items the same way in php-fpm.conf.in, fpm_conf.h and fpm_conf.c)
2011-10-08 14:00:07 +00:00
Jérôme Loyet
7fc36a5210
- Backported from 5.4 branch (don't write directly to stderr, use the internal logger instead (zlog))
2011-10-08 13:57:31 +00:00
Jérôme Loyet
4ef746ae25
remove unused variable
2011-10-08 13:53:49 +00:00
Jérôme Loyet
9018d9434e
- backparted from 5.4 branch (remove is_fastcgi because FPM is always fastcgi)
2011-10-08 13:52:27 +00:00
Jérôme Loyet
c6b633a32a
- Backported FR #55166 from 5.4 branch (Added process.max to control the number of process FPM can fork)
2011-10-08 13:47:52 +00:00
Jérôme Loyet
c4e961f06e
- Backported FR #55181 from 5.4 branch (Enhance security by limiting access to user defined extensions)
2011-10-08 13:42:31 +00:00
Jérôme Loyet
a0f2d34b19
- Backported FR #54098 from 5.4 branch (Lowered process manager default value)
2011-10-08 13:38:28 +00:00
Jérôme Loyet
eccb940419
- Backported FR #52052 from 5.4 branch (Added partial syslog support)
2011-10-08 13:35:03 +00:00
Jérôme Loyet
eb2878ceb7
fix ws
2011-10-08 13:33:38 +00:00
Jérôme Loyet
4a0cd3946f
- 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.
2011-10-08 13:29:14 +00:00
Pierre Joye
e1ad60d3d5
- fix bug #55870 , PDO ignores all SSL parameters when used with mysql native driver
2011-10-08 06:17:08 +00:00
Christian Stocker
c9b5d92821
Fix wrong comment
...
Add new xsl ini options to php.ini
2011-10-06 18:30:55 +00:00
Andrey Hristov
48077f321f
Add test case
2011-10-06 17:06:02 +00:00
Andrey Hristov
7a7b550003
Be consistent, add mysqli::stat property, as equivalent of mysqli_stat().
...
Fix for Bug #55859 mysqli->stat property access gives error
2011-10-06 11:25:05 +00:00
Christian Stocker
192511f75d
Added test for Bug 54446
...
Init a variable to a default value to avoid issues
2011-10-05 18:11:29 +00:00
Christian Stocker
b2287a42a0
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
2011-10-05 09:56:01 +00:00
Ilia Alshanetsky
347a04711b
Fixed bug #55750 (memory copy issue in sysvshm extension).
2011-10-03 18:17:12 +00:00
Xinchen Hui
554dd6cd02
A better fix for #55817 (thanks to bjori)
2011-09-30 15:08:32 +00:00
Hannes Magnusson
f40e5204d4
Fixed bug #55807 (Wrong value for splFileObject::SKIP_EMPTY)
2011-09-30 14:17:23 +00:00
Xinchen Hui
f9745282f3
Fix wrong codes #55817
2011-09-30 13:34:07 +00:00
Gustavo André dos Santos Lopes
d3fdacb99f
- Fixed #55798 : serialize followed by unserialize with numeric object prop.
...
gives integer prop.
2011-09-28 14:47:42 +00:00
Gustavo André dos Santos Lopes
cb33a3a2c0
- Oops missed return. Also improved the readability of a test.
2011-09-27 11:43:07 +00:00
Gustavo André dos Santos Lopes
74cc4c8cc6
- 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.
2011-09-27 10:57:25 +00:00
Alan Knowles
d25f2d4e06
document fix for #55475 in NEWS
2011-09-27 09:35:50 +00:00
Antony Dovgal
c0edddbebd
fix bug #55768 (PDO_OCI can't resume Oracle session after it's been killed)
2011-09-27 09:12:13 +00:00
Alan Knowles
0db9b9b141
remove paths from is_a and is_subclass tests
2011-09-27 07:59:47 +00:00
Ferenc Kovacs
3945c4f9a6
split the ext/calendar/tests/bug53574.phpt into two test, as we expect different result on 32 and 64 bit
2011-09-27 00:53:41 +00:00
Alan Knowles
60093a0ca5
fix is_a errror test so they test correctly against new behaviour of is_a and is_subclass_of
2011-09-27 00:42:56 +00:00
Alan Knowles
779ca152bf
move autoloaded is_a test to where all the other is_a tests are
2011-09-27 00:19:43 +00:00
Ferenc Kovacs
b2f1ae9673
fix #49599 , the eol-style is important here, as this is a regression test for #36459
2011-09-26 23:28:24 +00:00
Gustavo André dos Santos Lopes
43f215a463
- Fixed bug in SdnToGregorian (see comments on #53574 , though that bug is about
...
another function). NEWS & tests tomorrow.
2011-09-26 22:38:21 +00:00
Christopher Jones
5ad03cd41a
MFH to fix PHP_5_3 diffs shown on http://qa.php.net/reports/?version=5.3.9-dev
2011-09-26 20:31:11 +00:00
Christopher Jones
fe6bd56020
Use TZ similar to easter_date.phpt else gcov et al give a diff for unixtojd(1000000000)
2011-09-26 19:13:06 +00:00
Derick Rethans
56c96790bb
- Updated to version 2011.11 (2011k)
2011-09-26 17:23:00 +00:00
Pierre Joye
0f78629c28
- update news
2011-09-26 08:56:56 +00:00
Pierre Joye
aeee365d72
- be sure to check if the var ha not been removed between the two calls
2011-09-26 08:49:28 +00:00
Pierre Joye
3e0e2820b8
- Fix bug #55622 , better fix for this issue, old fix can break if sizeof(size_t) > sizeof(int) like on sparc
2011-09-26 08:36:33 +00:00
Johannes Schlüter
a7410ea03d
- Fix folding
2011-09-25 13:06:09 +00:00
Johannes Schlüter
127d7bc79e
- Fix bug #55776 (PDORow to session bug)
2011-09-25 12:39:05 +00:00
Rui Hirokawa
3d888412da
MFH: fixed #40685 : removed '&' in mb_decode_numericentity().
2011-09-24 02:20:38 +00:00