Revision tags: php-5.3.9RC4, php-5.4.0RC4, php-5.3.9RC3, php-5.4.0RC3 |
|
#
a89f1d3c |
| 30-Nov-2011 |
Felipe Pena |
- Fixed bug #60350 (No string escape code for ESC (ascii 27), normally \e) patch by: php at mickweiss dot com
|
#
39708659 |
| 30-Nov-2011 |
Felipe Pena |
- Fixed bug #60350 (No string escape code for ESC (ascii 27), normally \e) patch by: php at mickweiss dot com
|
Revision tags: php-5.3.9RC2, php-5.4.0RC2, php-5.4.0RC1, php-5.3.9RC1, php-5.4.0beta2, php-5.4.0beta1 |
|
#
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)
|
Revision tags: yaf-2.1.0, php-5.3.8 |
|
#
cb8d6198 |
| 17-Aug-2011 |
Etienne Kneuss |
Fix bug #55445 (Incomplete implementation of <?= being independant of short_open_tag)
|
#
f6c2b477 |
| 17-Aug-2011 |
Etienne Kneuss |
Fix bug #55445 (Incomplete implementation of <?= being independant of short_open_tag)
|
Revision tags: php-5.3.7 |
|
#
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);
|
Revision tags: php-5.3.7RC5 |
|
#
3ed828a8 |
| 07-Aug-2011 |
Derick Rethans |
- Fixed bug #55378: binary number literal returns float number though its value is enough small
|
#
20936960 |
| 07-Aug-2011 |
Derick Rethans |
- Fixed bug #55378: binary number literal returns float number though its value is enough small
|
Revision tags: 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]
|
#
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 |
|
#
4d0f1bfe |
| 27-Jul-2011 |
Pierre Joye |
- add binary suport, FR #50638, as defined in RFC https://wiki.php.net/rfc/binnotation4ints, patch by Jonah Harris
|
#
6e4435d6 |
| 27-Jul-2011 |
Pierre Joye |
- add binary suport, FR #50638, as defined in RFC https://wiki.php.net/rfc/binnotation4ints, patch by Jonah Harris
|
Revision tags: php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2 |
|
#
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 |
|
#
e1861890 |
| 03-Jun-2011 |
Stanislav Malyshev |
scalar types cleanup
|
#
d7c9c5af |
| 03-Jun-2011 |
Stanislav Malyshev |
scalar types cleanup
|
#
a9a7f536 |
| 19-May-2011 |
Rasmus Lerdorf |
Decouple <?= from the short_tags setting and make it always enabled
|
#
c24ef71e |
| 19-May-2011 |
Rasmus Lerdorf |
Decouple <?= from the short_tags setting and make it always enabled
|
#
a546b320 |
| 16-May-2011 |
Rasmus Lerdorf |
oops, can't use that macro here
|
#
c5152b88 |
| 16-May-2011 |
Rasmus Lerdorf |
oops, can't use that macro here
|
#
a5eeecb1 |
| 16-May-2011 |
Rasmus Lerdorf |
Suppress a dozen unused return value warnings in places where the return value is really not useful to us.
|