#
b14b440c |
| 15-Aug-2011 |
Stefan Marr |
Fixed Bug #55372 Incorrect handling of literals led to memory corruption. # Dmitry you might want to review this patch, since I split up zend_add_literal # and added a version for post-pass_t
Fixed Bug #55372 Incorrect handling of literals led to memory corruption. # Dmitry you might want to review this patch, since I split up zend_add_literal # and added a version for post-pass_two() usage.
show more ...
|
#
f2ed1242 |
| 15-Aug-2011 |
Stefan Marr |
Fixed Bug #55372 Incorrect handling of literals led to memory corruption. # Dmitry you might want to review this patch, since I split up zend_add_literal # and added a version for post-pass_t
Fixed Bug #55372 Incorrect handling of literals led to memory corruption. # Dmitry you might want to review this patch, since I split up zend_add_literal # and added a version for post-pass_two() usage.
show more ...
|
#
adfdd013 |
| 15-Aug-2011 |
Stefan Marr |
Addendum for patch to bug #55214: Class name was freed before method literal referring to it. # Thanks to Felipe for catching this. # The fix duplicates the name into the literal to avoid the
Addendum for patch to bug #55214: Class name was freed before method literal referring to it. # Thanks to Felipe for catching this. # The fix duplicates the name into the literal to avoid the dependency
show more ...
|
#
c312e602 |
| 15-Aug-2011 |
Stefan Marr |
Addendum for patch to bug #55214: Class name was freed before method literal referring to it. # Thanks to Felipe for catching this. # The fix duplicates the name into the literal to avoid the
Addendum for patch to bug #55214: Class name was freed before method literal referring to it. # Thanks to Felipe for catching this. # The fix duplicates the name into the literal to avoid the dependency
show more ...
|
Revision tags: php-5.3.7RC5, php-5.4.0alpha3 |
|
#
65cbcb3b |
| 31-Jul-2011 |
Stefan Marr |
Fixed Bug #55214 use of __CLASS__ within trait returns trait name not class name [TRAITS] [DOC]
|
#
88f497f2 |
| 31-Jul-2011 |
Stefan Marr |
Fixed Bug #55214 use of __CLASS__ within trait returns trait name not class name [TRAITS] [DOC]
|
#
f5219781 |
| 31-Jul-2011 |
Felipe Pena |
- Fixed bug #55326 (Trait method copying misindentifies serialization callbacks) patch by: Gustavo Lopes (cataphract@php)
|
#
b07c3c3e |
| 31-Jul-2011 |
Felipe Pena |
- Fixed bug #55326 (Trait method copying misindentifies serialization callbacks) patch by: Gustavo Lopes (cataphract@php)
|
Revision tags: php-5.3.7RC4 |
|
#
9a483afa |
| 23-Jul-2011 |
Stefan Marr |
Fixed incorrect initialization when copied op_array.vars was NULL (TRAITS)
|
#
c9fdd777 |
| 23-Jul-2011 |
Stefan Marr |
Fixed incorrect initialization when copied op_array.vars was NULL (TRAITS)
|
#
9f660856 |
| 23-Jul-2011 |
Stefan Marr |
Fixed bug in the handling of conflicting property initializers for traits. # Bug was uncovered by discussion in http://news.php.net/php.internals/54129 # Forgot to check the actual value of t
Fixed bug in the handling of conflicting property initializers for traits. # Bug was uncovered by discussion in http://news.php.net/php.internals/54129 # Forgot to check the actual value of the initializer comparison, only checked # whether comparison was successful which is not enough.
show more ...
|
#
f295302a |
| 23-Jul-2011 |
Stefan Marr |
Fixed bug in the handling of conflicting property initializers for traits. # Bug was uncovered by discussion in http://news.php.net/php.internals/54129 # Forgot to check the actual value of t
Fixed bug in the handling of conflicting property initializers for traits. # Bug was uncovered by discussion in http://news.php.net/php.internals/54129 # Forgot to check the actual value of the initializer comparison, only checked # whether comparison was successful which is not enough.
show more ...
|
Revision tags: php-5.3.7RC3, php-5.4.0alpha2 |
|
#
f214fd4f |
| 11-Jul-2011 |
Dmitry Stogov |
Fixed bug #55150 (php -a segfaults)
|
#
fb6440b4 |
| 11-Jul-2011 |
Dmitry Stogov |
Fixed bug #55150 (php -a segfaults)
|
#
c5901b64 |
| 10-Jul-2011 |
Felipe Pena |
- Added zend_is_auto_global_quick function
|
#
62e4cfc2 |
| 10-Jul-2011 |
Felipe Pena |
- Added zend_is_auto_global_quick function
|
#
17a7fd06 |
| 10-Jul-2011 |
Felipe Pena |
- Minor optimization taking the computed hash of interned strings
|
#
9aa25d09 |
| 10-Jul-2011 |
Felipe Pena |
- Minor optimization taking the computed hash of interned strings
|
#
0fe6fd9e |
| 09-Jul-2011 |
Felipe Pena |
- Changed zend_resolve_class_name() prototype # No needed to pass fetch_type as pointer here
|
#
70cacfd3 |
| 09-Jul-2011 |
Felipe Pena |
- Changed zend_resolve_class_name() prototype # No needed to pass fetch_type as pointer here
|
#
644b5fde |
| 09-Jul-2011 |
Felipe Pena |
- WS
|
#
5cb1602a |
| 09-Jul-2011 |
Felipe Pena |
- Minor optimization and clean up
|
#
32a4d680 |
| 09-Jul-2011 |
Felipe Pena |
- Minor optimization and clean up
|
#
31c043e7 |
| 08-Jul-2011 |
Felipe Pena |
- CS and WS
|
#
32f47f5c |
| 08-Jul-2011 |
Felipe Pena |
- CS and WS
|