#
3aceb07e |
| 23-Jul-2010 |
Adam Harvey |
MFH: fix bug #52380 (Typo in lcfirst comment docs). |
#
ebc6982e |
| 23-Jul-2010 |
Adam Harvey |
Correct bug ID in the NEWS file for posterity. |
#
200b139c |
| 22-Jul-2010 |
Johannes Schlüter |
- Back to -dev |
Revision tags: php-5.2.14, php-5.3.3 |
|
#
72ff4aac |
| 21-Jul-2010 |
Johannes Schlüter |
- merge NEWS for 5.2.14 and 5.3.3 |
#
426e14a6 |
| 20-Jul-2010 |
Pierre Joye |
- add CVE # |
#
5ce0bb46 |
| 19-Jul-2010 |
Adam Harvey |
MFH: fix for bug #52317 (Segmentation fault when using mail() on a rhel 4.x (only 64 bit)). |
#
ca4de03e |
| 16-Jul-2010 |
Dmitry Stogov |
ZEND_FETCH_*_R operations simplified and can't be used with EXT_TYPE_UNUSED flag any more. Thit is very rare and useless case. ZEND_FREE might be required after them instead. |
#
8aad91d1 |
| 16-Jul-2010 |
Dmitry Stogov |
Simplified string offset reading |
#
a30113b6 |
| 15-Jul-2010 |
Andrey Hristov |
Fix for Bug #51583 Bus error due to wrong alignment in mysqlnd |
#
50554563 |
| 14-Jul-2010 |
Johannes Schlüter |
Back to -dev |
Revision tags: php-5.3.3RC3 |
|
#
6d85947b |
| 14-Jul-2010 |
Johannes Schlüter |
PHP 5.3.3RC3 |
Revision tags: php-5.2.14RC3 |
|
#
e71ee333 |
| 13-Jul-2010 |
Kalle Sommer Nielsen |
Fixed bug #51943 (Several files are out of ANSI spec) # Based on patch by CoreyStup at gmail dot com |
#
00fabe55 |
| 13-Jul-2010 |
Kalle Sommer Nielsen |
MFT: Fixed bug #52037 (Concurrent builds fail in install-programs) -- Patch by Seanius at debian dot org # Sorry for the non sparse commit, due to a broken co |
#
c02f6724 |
| 09-Jul-2010 |
Scott MacVicar |
Doing this as a seperate commit unless we need to back it out. Fix a bug when var_export() causes a fatal error that could inadvertently display data due to flushing of the output buffer.
Doing this as a seperate commit unless we need to back it out. Fix a bug when var_export() causes a fatal error that could inadvertently display data due to flushing of the output buffer. Examples include, memory limit, execution time and recursion.
show more ...
|
#
bc1f1d25 |
| 09-Jul-2010 |
Dmitry Stogov |
zend_ptr_stack allocation is delayed before the actual usage |
#
561f133a |
| 08-Jul-2010 |
Sebastian Bergmann |
Fugbix typo. |
#
f0c8366a |
| 08-Jul-2010 |
Dmitry Stogov |
- use interned strings for auto globals - $GLOBALS became a JIT autoglobal, so it's initialized only if used (this may affect opcode caches) |
#
f20dd1f9 |
| 08-Jul-2010 |
Andrey Hristov |
adding arginfo to mysqli fixed the bug |
#
a3bf7aa4 |
| 07-Jul-2010 |
Etienne Kneuss |
Fixed #51697 (Unsafe operations in free_storage of SPL iterators, causes crashes during shutdown) |
#
e1ce0a64 |
| 06-Jul-2010 |
Scott MacVicar |
Fix bug #52262 - Invalid UTF-8 documents don't set an error code when they fail to decode. |
#
8054458f |
| 06-Jul-2010 |
Dmitry Stogov |
zend_stack initialization is delayed before the actual usage |
#
1a1178a6 |
| 06-Jul-2010 |
Dmitry Stogov |
eliminated unnecessary iterations during request startup/shutdown |
#
0891e86e |
| 03-Jul-2010 |
Felipe Pena |
- Fixed bug #52240 (hash_copy() does not copy the HMAC key, causes wrong results and PHP crashes) |
#
e46fee1d |
| 02-Jul-2010 |
Johannes Schlüter |
Fix bug #52238: Crash when an Exception occured in iterator_to_array |
#
ef228243 |
| 02-Jul-2010 |
Ilia Alshanetsky |
Upgraded bundled PCRE to version 8.10 |