Commit Graph

4743 Commits

Author SHA1 Message Date
Hannes Magnusson
6dcf880e7d Remove entries already in 5.3 2011-09-07 14:44:31 +00:00
Johannes Schlüter
70561e9a6d - Use myslqnd by default when MySQL extensions are activated but no path given 2011-09-07 13:33:56 +00:00
Hannes Magnusson
45e299129a wrap lines, use real names, and FR not Req 2011-09-07 12:30:31 +00:00
Stanislav Malyshev
38ff70ef25 Commit Gustavo's closure rebinding patch as desided by vote 2011-09-07 06:46:27 +00:00
Xinchen Hui
27d960c585 update news 2011-09-07 05:19:12 +00:00
Hannes Magnusson
b1dd2f4e68 Fixed bug#54450 (callback function when built against libedit) 2011-09-06 15:07:24 +00:00
Stanislav Malyshev
93b1c17364 report fix 2011-09-06 05:04:37 +00:00
Christian Stocker
cd3d326853 added a NEWS entry about the change in XSL 2011-09-01 13:43:38 +00:00
Arpad Ray
979fd935c4 fix news entries 2011-08-30 14:01:35 +00:00
Arpad Ray
8590f2587a add friendly log messages (req #55109) 2011-08-29 21:59:27 +00:00
Arpad Ray
c8de01fef8 Expose session status via new function, session_status (Req #52982) 2011-08-29 21:29:26 +00:00
Arpad Ray
0e3b5b137c Fixed bug #55366: keys lost when using substr_replace an array 2011-08-29 20:38:52 +00:00
Arpad Ray
b52256c5be add support for SORT_NATURAL and SORT_FLAG_CASE in array sort functions 2011-08-29 20:23:34 +00:00
Gwynne Raskind
aba5ceab21 Correct NEWS entry attribution. Apologies to all for the confusion. 2011-08-29 16:17:46 +00:00
Gwynne Raskind
bf78161b94 Added NEWS note for #53946 2011-08-29 15:09:08 +00:00
Sebastian Bergmann
b04a052f70 Close #55490. 2011-08-26 07:40:31 +00:00
Xinchen Hui
11957ebdfb update NEWS 2011-08-23 02:48:28 +00:00
Xinchen Hui
ef0e483bb3 Fixed #55463 (cli-server missing _SERVER[REMOTE_ADDR]) 2011-08-22 11:55:41 +00:00
Xinchen Hui
db218ee768 update NEWS. 2011-08-21 12:24:19 +00:00
Boris Lytochkin
82fa8f7a30 IPv6 Support for SNMP. (FR #42918) 2011-08-20 20:56:02 +00:00
Rui Hirokawa
e42dba31c3 update NEWS. 2011-08-20 07:29:59 +00:00
Pierre Joye
5f429c57e9 - Fixed bug #52461 (Incomplete doctype and missing xmlns) 2011-08-19 09:59:47 +00:00
Xinchen Hui
dad2c33838 News for bug #55450 2011-08-19 08:52:29 +00:00
Christopher Jones
8e0c2e1cb9 Use php.ini parameter instead of GC() entry 2011-08-17 23:55:25 +00:00
Hannes Magnusson
8fb47cbd48 Fix news entry to look&feel like all others 2011-08-16 13:30:31 +00:00
Hannes Magnusson
550980cfe5 Callable typehint following the rules of is_callable($arg, false); 2011-08-16 10:44:47 +00:00
Rui Hirokawa
1fdc718e9b MFH: NEWS update for mbstring. 2011-08-14 14:11:49 +00:00
Uwe Schindler
acec8201a1 Bug #55403: Don't set $_SERVER['HTTPS'] on unsecure connection 2011-08-11 20:25:24 +00:00
Derick Rethans
f4198394f4 - Getting rid of the BOM. 2011-08-10 16:34:39 +00:00
Rui Hirokawa
219a3b90ce MFH: update the news. 2011-08-09 15:11:51 +00:00
Derick Rethans
3ed828a892 - Fixed bug #55378: binary number literal returns float number though its value
is enough small
2011-08-07 17:36:31 +00:00
Stanislav Malyshev
3e7ce20a5b back to dev 2011-08-03 17:14:26 +00:00
Stanislav Malyshev
5956ba851a update NEWS 2011-08-03 16:50:27 +00:00
Dmitry Stogov
ad4d6d1ce3 Added support for Class::{expr}() syntax (Pierrick) 2011-08-01 12:08:44 +00:00
Peter Cowburn
9159e3d246 added (recursive)callbackfilteriterator to spl_classes() (bug #55287) 2011-07-27 08:48:08 +00:00
Pierre Joye
1ffcbc5b73 - correct 1st name 2011-07-27 00:16:53 +00:00
Pierre Joye
6e4435d628 - add binary suport, FR #50638, as defined in RFC https://wiki.php.net/rfc/binnotation4ints, patch by Jonah Harris 2011-07-27 00:14:02 +00:00
Pierre Joye
b95187fa29 - news for bug #55124 2011-07-26 23:58:18 +00:00
Stanislav Malyshev
4d926b1fa3 Change E_ALL to include E_STRICT 2011-07-23 22:07:22 +00:00
Pierre Joye
51d3680306 - add short array syntax, missing files and info 2011-07-23 20:27:08 +00:00
Stefan Marr
1fc4bc1d56 Added missing class_uses(..) function to SPL to mirror class_implements(..).
# Was pointed out as missing in bug #55266.
2011-07-23 19:08:43 +00:00
Pierre Joye
9805e1674a - remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ 2011-07-22 11:25:30 +00:00
Jérôme Loyet
8a2736fd77 - Dropped restriction of not setting the same value multiple times, the last one holds (giovanni at giacobbi dot net) 2011-07-19 22:38:04 +00:00
Boris Lytochkin
cf7724d5a3 fix FR #54502: allow user to change OID value output mode when SNMP_VALUE_OBJECT is used. 2011-07-17 17:18:31 +00:00
Jérôme Loyet
7cdef345d5 - Implemented FR #55166 (Added process.max to control the number of process FPM can fork) 2011-07-17 11:41:57 +00:00
Stanislav Malyshev
11a096c3cc Back to -dev 2011-07-14 05:39:29 +00:00
Stanislav Malyshev
6f0c93da8e 5.4.0 alpha2 2011-07-14 05:37:40 +00:00
Stanislav Malyshev
61940e4a6a integrate 5.3 NEWS 2011-07-13 20:12:14 +00:00
Jérôme Loyet
2f0a379c03 - Implemented FR #55181 (Enhance security by limiting access to user defined extensions) 2011-07-12 23:00:42 +00:00
Christian Stocker
a10a6135db Added credentials to XSL NEWS entry 2011-07-12 06:56:11 +00:00