Revision tags: php-5.5.0RC3, php-5.3.26, php-5.4.16 |
|
#
13e5c97f |
| 29-May-2013 |
Dmitry Stogov |
Fixed incorrect argument number
|
Revision tags: php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1, php-5.5.0RC1, php-5.3.25, php-5.4.15 |
|
#
9155d17f |
| 04-May-2013 |
Xinchen Hui |
Fix #64749 (warning: cast from pointer to integer of different size)
|
Revision tags: php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1 |
|
#
6ed16753 |
| 20-Apr-2013 |
Xinchen Hui |
Fixed bug #64677 (execution operator `` stealing surrounding arguments)
|
Revision tags: php-5.4.14, php-5.3.24, php-5.5.0beta3, php-5.3.24RC1, php-5.4.14RC1 |
|
#
85e5e607 |
| 27-Mar-2013 |
Dmitry Stogov |
Fixed bug #64529 (Ran out of opcode space)
|
Revision tags: php-5.5.0beta2, php-5.5.0beta1 |
|
#
e62bb032 |
| 19-Mar-2013 |
Dmitry Stogov |
Fixed bug #64417 (ArrayAccess::&offsetGet() in a trait causes fatal error)
|
Revision tags: php-5.3.23, php-5.4.13 |
|
#
01049ca7 |
| 08-Mar-2013 |
Xinchen Hui |
Fixed bug #61025 (__invoke() visibility not honored)
|
Revision tags: php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1 |
|
#
9a44a980 |
| 21-Feb-2013 |
Xinchen Hui |
Fixed bug #64235 (Insteadof not work for class method in 5.4.11) As we discussed with stefan, we think previous of allowing use with classes is a bug, should be forbided, anyway, the err
Fixed bug #64235 (Insteadof not work for class method in 5.4.11) As we discussed with stefan, we think previous of allowing use with classes is a bug, should be forbided, anyway, the error message should be improved.
show more ...
|
Revision tags: php-5.3.22, php-5.5.0alpha5, php-5.4.12 |
|
#
42437dd8 |
| 18-Feb-2013 |
Dmitry Stogov |
Fixed bug #64070 (Inheritance with Traits failed with error)
|
Revision tags: php-5.3.22RC2, php-5.4.12RC2, php-5.3.22RC1, php-5.4.12RC1 |
|
#
184db665 |
| 28-Jan-2013 |
Stanislav Malyshev |
fix bug #60833 - self, parent, static behave inconsistently case-sensitive
|
Revision tags: php-5.5.0alpha4 |
|
#
e23fca89 |
| 19-Jan-2013 |
Felipe Pena |
- Fixed ZTS build
|
#
8991ed01 |
| 19-Jan-2013 |
Lars Strojny |
Class Name Resolution As Scalar Via "class" Keyword
|
Revision tags: php-5.3.21, php-5.4.11 |
|
#
be07f815 |
| 14-Jan-2013 |
Xinchen Hui |
Use zend_unmangle_property_name_ex to save strlen
|
#
62059c16 |
| 14-Jan-2013 |
Xinchen Hui |
Fixed bug #63980 (object members get trimmed by zero bytes)
|
Revision tags: php-5.5.0alpha3 |
|
#
d4650c5d |
| 09-Jan-2013 |
Dmitry Stogov |
Fixed compilator bug that might cause jump depended on unitialized value
|
#
c3e6de22 |
| 04-Jan-2013 |
Xinchen Hui |
Fixed bug #63899 (Use after scope error in zend_compile)
|
Revision tags: php-5.3.21RC1, php-5.4.11RC1 |
|
#
a666285b |
| 01-Jan-2013 |
Xinchen Hui |
Happy New Year
|
#
0a7395e0 |
| 01-Jan-2013 |
Xinchen Hui |
Happy New Year
|
#
831fbcf3 |
| 01-Jan-2013 |
Xinchen Hui |
Happy New Year
|
#
7e262963 |
| 25-Dec-2012 |
Dmitry Stogov |
spelling
|
#
f0b459b7 |
| 25-Dec-2012 |
Dmitry Stogov |
Fixed ZTS build
|
#
bc0425c0 |
| 25-Dec-2012 |
Dmitry Stogov |
Removed deprecated fields
|
#
3f8c729e |
| 25-Dec-2012 |
Dmitry Stogov |
Traits refactoring
|
Revision tags: php-5.3.20, php-5.4.10 |
|
#
d53f1bf8 |
| 18-Dec-2012 |
Nikita Popov |
Fix leak when generator ignores sent value When the return value of yield wasn't used it was leaked. This is fixed by using a TMP_VAR return value instead of VAR. TMP_VARs are a
Fix leak when generator ignores sent value When the return value of yield wasn't used it was leaked. This is fixed by using a TMP_VAR return value instead of VAR. TMP_VARs are automatically freed when they aren't used.
show more ...
|
Revision tags: php-5.5.0alpha2 |
|
#
6b0b4bf8 |
| 12-Dec-2012 |
Dmitry Stogov |
An exception thrown in try or catch block is disacarded by return statement in finally block.
|
#
3d86e6d8 |
| 10-Dec-2012 |
Xinchen Hui |
Fixed bug #63726 (Memleak with static properties and internal/user classes) No test scripts provided (will try to find one)
|