#
9ef6a73d |
| 03-Jun-2010 |
Christopher Jones |
Add Berkeley DB 5 support. (An outstanding issue with BDB 4.8 related to 51086 that also affects BDB 5 is not yet resolved) |
#
e524236a |
| 03-Jun-2010 |
Christopher Jones |
Add Berkeley DB 5 support. (An outstanding issue with BDB 4.8 related to 51086 that also affects BDB 5 is not yet resolved) |
#
c453a8fc |
| 02-Jun-2010 |
Pierre Joye |
- fix leak on error in mcrypt_create_iv on windows |
#
29a1d560 |
| 31-May-2010 |
Michael Wallner |
new output api NEWS |
#
46c0f213 |
| 30-May-2010 |
Pierre Joye |
- Added recent Windows versions to php_uname and fix undefined windows version |
#
54caf223 |
| 28-May-2010 |
Dmitry Stogov |
Fixed bug #50976 (Soap headers Authorization not allowed) |
#
42d25dc2 |
| 28-May-2010 |
Dmitry Stogov |
Fixed bug #50762 (in WSDL mode Soap Header handler function only being called if defined in WSDL). (mephius at gmail dot com) |
#
a622dd6b |
| 27-May-2010 |
Johannes Schlüter |
From user's perspective this was added |
#
4d005a8e |
| 26-May-2010 |
Antony Dovgal |
merge FPM SAPI from trunk (as agreed with Johannes) |
#
89e93723 |
| 26-May-2010 |
Michael Wallner |
Added support for object references in recursive serialize() calls. FR #36424 |
#
00191c3c |
| 26-May-2010 |
Felipe Pena |
- Fixed bug #51899 (Parse error in parse_ini_file() function when empy value followed by no newline) |
#
c4be9c38 |
| 26-May-2010 |
Felipe Pena |
- Fixed bug #51905 (ReflectionParameter fails if default value is an array with an access to self::) |
#
f3009cb5 |
| 25-May-2010 |
Felipe Pena |
- Fixed bug #51911 (ReflectionParameter::getDefaultValue() memory leaks with constant array) |
#
c5237d82 |
| 24-May-2010 |
Dmitry Stogov |
Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties |
#
6eb42184 |
| 21-May-2010 |
Sara Golemon |
Add JSON_BIGINT_AS_STRING for json_decode() to parse large numbers as strings rather than casting to double and loosing precision. |
#
61db5cf9 |
| 20-May-2010 |
Johannes Schlüter |
- Improved CLI Interactive readline shell (Johannes) . Added cli.pager ini setting to set a pager for output. . Added cli.prompt ini settingto configure the shell prompt. . Added sh
- Improved CLI Interactive readline shell (Johannes) . Added cli.pager ini setting to set a pager for output. . Added cli.prompt ini settingto configure the shell prompt. . Added shortcut #inisetting=value to change ini settings at run-time. . Don't terminate shell on fatal errors. A pager can be a an shell command which will receive the command output on its STDIN channel php > #cli.pager=less php > phpinfo(); (output will appear in the pager) php > #cli.pager=grep -i readline php > phpcredits(); Readline => Thies C. Arntzen php > #cli.pager= (output appears again direct on the terminal) A prompt can contain a few escape sequences like php > #cli.prompt=\e[032m\v \e[031m\b \e[34m\> \e[0m 5.3.99-dev php > //Colorful prompt with version number A prompt can also contaian PHP code in backticks php > #cli.prompt=`echo gethostname();` \b \> guybrush php >
show more ...
|
#
ea3a6539 |
| 20-May-2010 |
Ilia Alshanetsky |
Added support for JSON_NUMERIC_CHECK option in json_encode() that converts numeric strings to integers. |
#
cf174c13 |
| 20-May-2010 |
Ilia Alshanetsky |
Added support for JSON_NUMERIC_CHECK option in json_encode() that converts numeric strings to integers. |
#
1bc92476 |
| 20-May-2010 |
Derick Rethans |
- Added scalar typehinting. |
#
2655e63e |
| 19-May-2010 |
Sara Golemon |
MFH: Add IV to openssl_(en|de)crypt() Add openssl_cipher_iv_length() |
#
60c236be |
| 19-May-2010 |
Michael Wallner |
* fixed bug #47842 sscanf() does not support 64-bit values |
#
74b3f46d |
| 18-May-2010 |
Andrey Hristov |
NEWS entry |
#
8a402bf3 |
| 18-May-2010 |
Michael Wallner |
fix typo |
#
f4994234 |
| 18-May-2010 |
Michael Wallner |
add missing news about backlog socket context option for stream_socket_server() |
#
a1de9f38 |
| 18-May-2010 |
Michael Wallner |
* fixed bug #49819: STDOUT losing data with posix_isatty() |