#
be8daf1f |
| 12-Mar-2008 |
Dmitry Stogov |
Optimized ZEND_FETCH_CLASS + ZEND_ADD_INTERFACE into single ZEND_ADD_INTERFACE opcode
|
Revision tags: php-5.2.6RC2 |
|
#
ab232458 |
| 05-Mar-2008 |
Dmitry Stogov |
Optimized require_once() and include_once() by eliminationg open() syscall on second usage.
|
#
430e54d4 |
| 04-Mar-2008 |
Dmitry Stogov |
Fixed shared memory corruption of opcode caches
|
#
8365e71c |
| 04-Mar-2008 |
Dmitry Stogov |
Fixed wrong result of cascading assignment to string offset Fixed memory corruption on cascading assignment of IS_TMP_VAR into string offset Fixed opcode caches shared memory corruption on ca
Fixed wrong result of cascading assignment to string offset Fixed memory corruption on cascading assignment of IS_TMP_VAR into string offset Fixed opcode caches shared memory corruption on cascading assignment of IS_CONST into string offset
show more ...
|
Revision tags: php-5.2.6RC1 |
|
#
d3e50265 |
| 23-Feb-2008 |
Marcus Boerger |
- MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus) [DOC] Finally added deprecation messages
|
#
8c32f99c |
| 20-Feb-2008 |
Dmitry Stogov |
Fixed bug #44184 (Double free of loop-variable on exception)
|
Revision tags: RELEASE_1_3_1 |
|
#
86c9b5e4 |
| 11-Feb-2008 |
Hannes Magnusson |
Fix segfaults when calling "ctors statically"
|
#
da5b979f |
| 02-Feb-2008 |
Marcus Boerger |
- MFH Add comment that explains why we need E_ERROR in those cases
|
#
95a3cccf |
| 02-Feb-2008 |
Marcus Boerger |
- Fix flag handling in message generation
|
#
d90ebc65 |
| 24-Jan-2008 |
Dmitry Stogov |
Fixed comilation warnings
|
#
0b682510 |
| 24-Jan-2008 |
Dmitry Stogov |
Changed EG(argument_stack) implementation.
|
#
07000cc2 |
| 24-Jan-2008 |
Dmitry Stogov |
Fixed error message
|
#
0095544c |
| 23-Jan-2008 |
Dmitry Stogov |
Additional executor specialization
|
#
71592cec |
| 22-Jan-2008 |
Dmitry Stogov |
Added garbage collector
|
#
48379d53 |
| 21-Jan-2008 |
Dmitry Stogov |
Eliminate unnecessary checks for INC/DEC IS_CV
|
#
6be997dc |
| 11-Jan-2008 |
Dmitry Stogov |
Fixed unspecialized executor
|
Revision tags: php-4.4.8 |
|
#
d1dded87 |
| 31-Dec-2007 |
Sebastian Bergmann |
MFH: Bump copyright year, 2 of 2.
|
Revision tags: php-4.4.8RC1 |
|
#
f817a1ce |
| 14-Dec-2007 |
Dmitry Stogov |
executor optimization
|
#
6484b3c4 |
| 07-Dec-2007 |
Dmitry Stogov |
Fixed bug #43344 (Wrong error message for undefined namespace constant)
|
Revision tags: RELEASE_1_2_3 |
|
#
ea0a1c09 |
| 22-Nov-2007 |
Dmitry Stogov |
Speed-up of ZEND_DO_FCALL and ZEND_INIT_FCALL_BY_NAME by lowercasing and calculating hash values at compile time.
|
#
e0ae3d22 |
| 21-Nov-2007 |
Dmitry Stogov |
Safe exit from executor()
|
#
45f6b4ce |
| 21-Nov-2007 |
Johannes Schlüter |
- MFH Improved version of ternary shortcut (Marcus)
|
#
a29a9d5a |
| 20-Nov-2007 |
Dmitry Stogov |
Optimization of zend_do_fcall_common_helper()
|
#
c3ab6bd0 |
| 20-Nov-2007 |
Dmitry Stogov |
Fixed bug #43136 (possible crash on script execution timeout. The EG(function_state_ptr) is completely removed, EG(current_execute_data)->function_state must be used instead)
|
Revision tags: php-5.2.5 |
|
#
52f25f61 |
| 06-Nov-2007 |
Dmitry Stogov |
Fixed bug #43175 (__destruct() throwing an exception with __call() causes segfault)
|