#
469fc0a3 |
| 08-Oct-2011 |
Stefan Marr |
Use ZEND_ constants instead of plain strings for names of magic methods. # No functional changes.
|
#
4ffc1661 |
| 07-Oct-2011 |
Xinchen Hui |
Remove unecessary codes
|
#
50bf7a11 |
| 07-Oct-2011 |
Xinchen Hui |
Remove unecessary codes
|
#
2e925f6f |
| 03-Oct-2011 |
Xinchen Hui |
Fixed bug #55825, and add test script
|
#
37e1ed68 |
| 03-Oct-2011 |
Xinchen Hui |
Fixed bug #55825, and add test script
|
#
c58f2543 |
| 23-Sep-2011 |
Xinchen Hui |
Improve the warning message of incompatible arguments. (#55719) And fix tests related.
|
#
8cefbca5 |
| 23-Sep-2011 |
Xinchen Hui |
Improve the warning message of incompatible arguments. (#55719) And fix tests related.
|
Revision tags: php-5.4.0beta1 |
|
#
1777d6fa |
| 13-Sep-2011 |
Derick Rethans |
- Fixed compiler warnings (patch by Kalle Sommer Nielsen)
|
#
a70889f8 |
| 13-Sep-2011 |
Derick Rethans |
- Fixed compiler warnings (patch by Kalle Sommer Nielsen)
|
#
4a25a774 |
| 13-Sep-2011 |
Dmitry Stogov |
Fixed ZE specific compile warnings (Bug #55629)
|
#
e43ff135 |
| 13-Sep-2011 |
Dmitry Stogov |
Fixed ZE specific compile warnings (Bug #55629)
|
#
58a96d55 |
| 06-Sep-2011 |
Pierre Joye |
- WS
|
Revision tags: yaf-2.1.0 |
|
#
1f4dfded |
| 29-Aug-2011 |
Stefan Marr |
Fixed bug #55524 Traits should not be able to extend a class # also used the Z_STRVAL where it seemed appropriate
|
#
117e0729 |
| 29-Aug-2011 |
Stefan Marr |
Fixed bug #55524 Traits should not be able to extend a class # also used the Z_STRVAL where it seemed appropriate
|
Revision tags: php-5.3.8 |
|
#
c27da034 |
| 23-Aug-2011 |
Pierrick Charron |
Reapply the commit of revision 315259 on 5.3.9
|
#
18aac27b |
| 22-Aug-2011 |
Pierrick Charron |
Revert commit 315259 as requested # Will apply the patch on this branch after 5.3.8
|
#
ef48624c |
| 22-Aug-2011 |
Pierrick Charron |
- Fixed bug #55156 (ReflectionClass::getDocComment() returns comment even though the class has none) # Patch was not committed on the PHP5.3 branch
|
Revision tags: php-5.3.7 |
|
#
b55d116e |
| 16-Aug-2011 |
Hannes Magnusson |
Improve errormessage on wrong use statements
|
#
133596b6 |
| 16-Aug-2011 |
Hannes Magnusson |
Improve errormessage on wrong use statements
|
#
306c4202 |
| 16-Aug-2011 |
Hannes Magnusson |
Callable typehint following the rules of is_callable($arg, false);
|
#
550980cf |
| 16-Aug-2011 |
Hannes Magnusson |
Callable typehint following the rules of is_callable($arg, false);
|
#
466d5414 |
| 15-Aug-2011 |
Stefan Marr |
Bug #55424 Fatal error when calling a method from a trait that is defined in parent class and required by using an abstract method in the trait. # The method got unconditionally deleted from
Bug #55424 Fatal error when calling a method from a trait that is defined in parent class and required by using an abstract method in the trait. # The method got unconditionally deleted from the class, since it was assumed that we override it, but we did not in case of abstract methods coming from a trait. Thus, dont delete when we try to merge in an abstract method.
show more ...
|
#
4a51ea4b |
| 15-Aug-2011 |
Stefan Marr |
Bug #55424 Fatal error when calling a method from a trait that is defined in parent class and required by using an abstract method in the trait. # The method got unconditionally deleted from
Bug #55424 Fatal error when calling a method from a trait that is defined in parent class and required by using an abstract method in the trait. # The method got unconditionally deleted from the class, since it was assumed that we override it, but we did not in case of abstract methods coming from a trait. Thus, dont delete when we try to merge in an abstract method.
show more ...
|
#
f4d3d6c4 |
| 15-Aug-2011 |
Stefan Marr |
Fixed Bug #55355: Inheritance chain was not regarded when checking whether the abstract method of a trait is satisfied.
|
#
0500cffb |
| 15-Aug-2011 |
Stefan Marr |
Fixed Bug #55355: Inheritance chain was not regarded when checking whether the abstract method of a trait is satisfied.
|