Revision tags: php-5.3.7RC5, php-5.4.0alpha3 |
|
#
ad4d6d1c |
| 01-Aug-2011 |
Dmitry Stogov |
Added support for Class::{expr}() syntax (Pierrick) |
#
74f68932 |
| 01-Aug-2011 |
Dmitry Stogov |
Added support for Class::{expr}() syntax (Pierrick) |
#
0158804a |
| 31-Jul-2011 |
Stefan Marr |
Added __TRAIT__ magic constant [TRAITS] [DOC] # __TRAIT__ behaves like __CLASS__ more or less but is constraint to traits. # Since traits are not types, there are not many valid use cases, an
Added __TRAIT__ magic constant [TRAITS] [DOC] # __TRAIT__ behaves like __CLASS__ more or less but is constraint to traits. # Since traits are not types, there are not many valid use cases, and trying # to use __TRAIT__ to make traits more like classes is discouraged.
show more ...
|
#
dbc6849b |
| 31-Jul-2011 |
Stefan Marr |
Added __TRAIT__ magic constant [TRAITS] [DOC] # __TRAIT__ behaves like __CLASS__ more or less but is constraint to traits. # Since traits are not types, there are not many valid use cases, an
Added __TRAIT__ magic constant [TRAITS] [DOC] # __TRAIT__ behaves like __CLASS__ more or less but is constraint to traits. # Since traits are not types, there are not many valid use cases, and trying # to use __TRAIT__ to make traits more like classes is discouraged.
show more ...
|
Revision tags: php-5.3.7RC4 |
|
#
80496c9d |
| 23-Jul-2011 |
Pierre Joye |
- add short array syntax as defined in https://wiki.php.net/rfc/shortsyntaxforarrays, 2nd solution using => only |
#
cbe0ed86 |
| 23-Jul-2011 |
Pierre Joye |
- add short array syntax as defined in https://wiki.php.net/rfc/shortsyntaxforarrays, 2nd solution using => only |
Revision tags: php-5.3.7RC3, php-5.4.0alpha2 |
|
#
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 |
#
0124c286 |
| 02-Jul-2011 |
Felipe Pena |
- Fixed bug #55086 (Namespace alias does not work inside trait's use block) patch by: Pierrick |
#
d8e8e68f |
| 02-Jul-2011 |
Felipe Pena |
- Fixed bug #55086 (Namespace alias does not work inside trait's use block) patch by: Pierrick |
Revision tags: php-5.3.7RC2 |
|
#
bcf7e60d |
| 24-Jun-2011 |
Felipe Pena |
- Fixed build on Windows |
#
e9ce400f |
| 24-Jun-2011 |
Felipe Pena |
- Fixed build on Windows |
#
72f7be3d |
| 23-Jun-2011 |
Felipe Pena |
- Improved parse error messages |
#
0372e6ad |
| 23-Jun-2011 |
Felipe Pena |
- Improved parse error messages |
Revision tags: php-5.4.0alpha1, php-5.3.7RC1 |
|
#
80d432ca |
| 12-Jun-2011 |
Felipe Pena |
- Avoid zend_do_ticks() call for each statement in parsing |
#
e613aae6 |
| 12-Jun-2011 |
Felipe Pena |
- Avoid zend_do_ticks() call for each statement in parsing |
#
86ed2eeb |
| 12-Jun-2011 |
Felipe Pena |
- Avoid zend_do_ticks() call for each statement in parsing |
#
e1861890 |
| 03-Jun-2011 |
Stanislav Malyshev |
scalar types cleanup |
#
d7c9c5af |
| 03-Jun-2011 |
Stanislav Malyshev |
scalar types cleanup |
#
516c2f59 |
| 15-May-2011 |
Stanislav Malyshev |
removing scalar types in trunk |
Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1, php-5.2.17, php-5.3.5 |
|
#
927bf09c |
| 01-Jan-2011 |
Felipe Pena |
- Year++ |
#
0203cc3d |
| 01-Jan-2011 |
Felipe Pena |
- Year++ |
Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1 |
|
#
2188f26c |
| 25-Aug-2010 |
Dmitry Stogov |
Fixed bug #52614 (Memory leak when writing on uninitialized variable returned from method call) |
Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1 |
|
#
eb0ba906 |
| 12-Jun-2010 |
Felipe Pena |
- Allow write context on array dereferencing from method return - New tests |
#
99c31b31 |
| 08-Jun-2010 |
Felipe Pena |
- Added array dereferencing support [DOC] # http://wiki.php.net/rfc/functionarraydereferencing |