Andrey Hristov
103d60fad0
last stat fix
2011-10-10 15:45:56 +00:00
Andrey Hristov
063162be3a
fix test after stat change
2011-10-10 14:39:22 +00:00
Andrey Hristov
e1e147aa4e
fix another test after stat change
2011-10-10 14:33:07 +00:00
Andrey Hristov
4151194c5a
fix test
2011-10-10 14:19:01 +00:00
Andrey Hristov
3468180085
fix test
2011-10-10 13:25:45 +00:00
Andrey Hristov
93d6c4767b
fix test
2011-10-10 12:50:09 +00:00
Derick Rethans
87ecd87b6f
- Updated to version 2011.12 (2011l)
2011-10-10 08:05:55 +00:00
Christian Stocker
65ee77c4b0
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
2011-10-10 07:59:19 +00:00
Jérôme Loyet
280a177a97
- ensure request_terminate_timeout >= request_slowlog_timeout
2011-10-09 15:21:06 +00:00
Jérôme Loyet
c15987bdd4
- Fixed bug #55526 (Heartbeat causes a lot of unnecessary events)
2011-10-09 15:12:26 +00:00
Jérôme Loyet
d24cd92a22
- Fixed bug #55533 (The -d parameter doesn't work)
2011-10-09 14:36:11 +00:00
Stefan Marr
7e4b9800f4
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.
2011-10-09 11:13:27 +00:00
Jérôme Loyet
ec369966df
- fix r317922 (missing PHP_ADD_BUILD_DIR(sapi/fpm/fpm/events) in config.m4)
2011-10-09 09:22:36 +00:00
Stefan Marr
9d30c4896f
Use ZEND_ constants instead of plain strings for names of magic methods.
...
# No functional changes.
2011-10-08 23:47:16 +00:00
Jérôme Loyet
4e2664a602
- Implemented FR #52569 (Add the "ondemand" process-manager to allow zero children)
2011-10-08 21:04:10 +00:00
Jérôme Loyet
d64c8e78ca
- fix r317913
2011-10-08 20:43:12 +00:00
Jérôme Loyet
d546fae741
- Fixed bug #55486 (status show BIG processes number)
2011-10-08 19:50:26 +00:00
Jérôme Loyet
7b57d87400
- Fixed bug #55577 (status.html does not install)
2011-10-08 19:31:32 +00:00
Andrey Hristov
069e495b5f
null the value before usage
2011-10-08 14:48:14 +00:00
Xinchen Hui
c8ff0fe254
Fix #55819 crash on mb_ereg_replace_callback
...
Need hirokawa to review this.
2011-10-07 04:24:04 +00:00
Xinchen Hui
50bf7a1182
Remove unecessary codes
2011-10-07 04:14:31 +00:00
Andrey Hristov
00e9a1f942
Add test case
2011-10-06 17:06:02 +00:00
Andrey Hristov
26dd8c52c4
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
Andrey Hristov
5f6020bc4d
try not to crash when closing persistent sockets, because EG(persistent_list)
...
is cleaned before the extensions' MSHUTDOWNs are called.
2011-10-06 00:45:58 +00:00
Andrey Hristov
303f8acd24
Fix bad cast which leads to crashes!
2011-10-05 18:51:15 +00:00
Pierre Joye
abf58318d2
- 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
75bdf86d61
Fixed bug #55750 (memory copy issue in sysvshm extension).
2011-10-03 18:17:12 +00:00
Xinchen Hui
37e1ed68e5
Fixed bug #55825 , and add test script
2011-10-03 17:01:17 +00:00
Peter Cowburn
004cc53ab9
typofix (procgress to progress)
2011-10-03 08:45:06 +00:00
Peter Cowburn
8f545a7429
Fix php.ini comment ( #55834 )
2011-10-03 08:40:26 +00:00
Felipe Pena
021b650a6a
- Improve void arg check
...
- Removed unused variable
- Added check for empty tag in enchant_broker_request_dict() (to avoid assert warning)
2011-10-01 13:01:12 +00:00
Xinchen Hui
3e14579486
A better fix for #55817 (thanks to bjori)
2011-09-30 15:08:32 +00:00
Hannes Magnusson
b4f6baf9aa
Fixed bug #55807 (Wrong value for splFileObject::SKIP_EMPTY)
2011-09-30 14:17:23 +00:00
Hannes Magnusson
317f933cd6
Use the default stream context for FilesystemIterator, GlobIterator and (Recursive)DirectoryIterator
2011-09-30 14:12:26 +00:00
Xinchen Hui
9eeac29cc3
Fix wrong codes #55817
2011-09-30 13:34:07 +00:00
Gustavo André dos Santos Lopes
4eb080226b
- 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
5067e98390
- Oops missed return. Also improved the readability of a test.
2011-09-27 11:43:07 +00:00
Gustavo André dos Santos Lopes
9a723eb69c
- 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
Antony Dovgal
fad5288119
fix bug #55768 (PDO_OCI can't resume Oracle session after it's been killed)
2011-09-27 09:12:13 +00:00
Ferenc Kovacs
b6e4771e61
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
Ferenc Kovacs
d1d6911949
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
e932aef17b
- 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
7c06ac560a
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
53634f7648
- Updated to version 2011.11 (2011k)
2011-09-26 17:23:00 +00:00
Pierre Joye
16f6347264
- 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
2b8fe11dd8
- 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:38:03 +00:00
Stanislav Malyshev
bf9c99227e
update proto
2011-09-26 03:57:22 +00:00
Johannes Schlüter
31ff0d156e
- Fix folding
2011-09-25 13:06:09 +00:00
Johannes Schlüter
eb86165205
- Fix bug #55776 (PDORow to session bug)
2011-09-25 12:39:05 +00:00
Rui Hirokawa
6f7514a669
added test script for mb_ereg_replace_callback().
2011-09-25 08:55:27 +00:00