#
ad4d6d1c |
| 01-Aug-2011 |
Dmitry Stogov |
Added support for Class::{expr}() syntax (Pierrick) |
#
b0e5d352 |
| 01-Aug-2011 |
Dmitry Stogov |
Fixed bug #50816 (Using class constants in array definition fails). |
#
5b0373b0 |
| 28-Jul-2011 |
Ilia Alshanetsky |
back to dev |
Revision tags: php-5.3.7RC4 |
|
#
d69796f2 |
| 28-Jul-2011 |
Ilia Alshanetsky |
5.3.7RC4 |
#
0e3ec21e |
| 27-Jul-2011 |
Pierre Joye |
- Fix #55295, check if malloc failed |
#
9159e3d2 |
| 27-Jul-2011 |
Peter Cowburn |
added (recursive)callbackfilteriterator to spl_classes() (bug #55287) |
#
1ffcbc5b |
| 27-Jul-2011 |
Pierre Joye |
- correct 1st name |
#
6e4435d6 |
| 27-Jul-2011 |
Pierre Joye |
- add binary suport, FR #50638, as defined in RFC https://wiki.php.net/rfc/binnotation4ints, patch by Jonah Harris |
#
b95187fa |
| 26-Jul-2011 |
Pierre Joye |
- news for bug #55124 |
#
4d926b1f |
| 23-Jul-2011 |
Stanislav Malyshev |
Change E_ALL to include E_STRICT |
#
51d36803 |
| 23-Jul-2011 |
Pierre Joye |
- add short array syntax, missing files and info |
#
1fc4bc1d |
| 23-Jul-2011 |
Stefan Marr |
Added missing class_uses(..) function to SPL to mirror class_implements(..). # Was pointed out as missing in bug #55266. |
#
35f58b97 |
| 23-Jul-2011 |
Stefan Marr |
Added missing class_uses(..) function to SPL to mirror class_implements(..). # Was pointed out as missing in bug #55266. |
#
04c2df66 |
| 23-Jul-2011 |
Scott MacVicar |
When we have a blocking SSL socket, respect the timeout option. reading from SSL sockets could block indefinitely due to the lack of timeout |
#
9805e167 |
| 22-Jul-2011 |
Pierre Joye |
- 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 |
#
83b69f40 |
| 21-Jul-2011 |
Pierre Joye |
- Fixed bug #55258 (Windows Version Detecting Error) (already fixed in trunk/5.4) |
#
8a2736fd |
| 19-Jul-2011 |
Jérôme Loyet |
- Dropped restriction of not setting the same value multiple times, the last one holds (giovanni at giacobbi dot net) |
#
94645642 |
| 19-Jul-2011 |
Scott MacVicar |
openssl_encrypt() / openssl_decrypt() were flawed and truncated the key to the default size for the case of a variable key length cipher. The result is a key of 448 bits being passed to the
openssl_encrypt() / openssl_decrypt() were flawed and truncated the key to the default size for the case of a variable key length cipher. The result is a key of 448 bits being passed to the blowfish algorithm would be truncated to 128 bit. Also fixed an error in the zend_parse_parameters() having an invalid character being used.
show more ...
|
#
8280b0a7 |
| 18-Jul-2011 |
Pierre Joye |
- update blowfish to 1.2 (Solar Designer) |
#
8d1012b2 |
| 18-Jul-2011 |
Pierre Joye |
- MFH: Fixed bug #54204 (Can't set a value with a PATH section in php.ini). |
#
a80c2ee1 |
| 17-Jul-2011 |
Boris Lytochkin |
fix FR #54502: allow user to change OID value output mode when SNMP_VALUE_OBJECT is used. |
#
cf7724d5 |
| 17-Jul-2011 |
Boris Lytochkin |
fix FR #54502: allow user to change OID value output mode when SNMP_VALUE_OBJECT is used. |
#
7cdef345 |
| 17-Jul-2011 |
Jérôme Loyet |
- Implemented FR #55166 (Added process.max to control the number of process FPM can fork) |
#
9c2b6c7b |
| 17-Jul-2011 |
Stanislav Malyshev |
Register warning change |
#
329449f7 |
| 14-Jul-2011 |
Ilia Alshanetsky |
Back to dev |