Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0 |
|
#
916815b7 |
| 03-Aug-2005 |
foobar |
Bump up the year |
Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1, RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2 |
|
#
2c65e09a |
| 20-Jan-2005 |
foobar |
- Revert the weird change of ZEND_STRS() macro and use the correct ZEND_STRL() macro. # ZEND_STRS was changed to be same as ZEND_STRL..someone on crack? :) |
Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0 |
|
#
1ea22c90 |
| 13-Jul-2004 |
Marcus Boerger |
Bugfix #29116 Zend constant warning uses memory after free (jdolecek at NetBSD dot org) |
Revision tags: php-4.3.8 |
|
#
2ba0608e |
| 01-Jul-2004 |
Ilia Alshanetsky |
Do not use alloca() where it can be easily abused by the users. # This probably should go into reflection code as well. |
Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1 |
|
#
81efd461 |
| 26-May-2004 |
Andrei Zmievski |
Avoid unnecessary and silly copying of constant name when registering. |
Revision tags: php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1 |
|
#
f30b51f5 |
| 09-Mar-2004 |
Andi Gutmans |
- Fix crash: <?php class ResourceFormat { const IMG = 1; } class Image { const RESOURCE_FORMAT = ResourceFormat::IMG; } print_r
- Fix crash: <?php class ResourceFormat { const IMG = 1; } class Image { const RESOURCE_FORMAT = ResourceFormat::IMG; } print_r(constant('Image::RESOURCE_FORMAT')); ?>
show more ...
|
Revision tags: RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1 |
|
#
ccfc46b0 |
| 08-Jan-2004 |
foobar |
- Happy new year and PHP 5 for rest of the files too.. # Should the LICENSE and Zend/LICENSE dates be updated too? |
Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1 |
|
#
7f9d1a1f |
| 12-Dec-2003 |
Ilia Alshanetsky |
Do not copy extra byte. |
#
d0d7badf |
| 09-Dec-2003 |
Andi Gutmans |
- Fix overallocation (thanks to Ilia) |
#
bc4d0082 |
| 24-Nov-2003 |
Andi Gutmans |
- Fix newly introduced bug which stopped class constants from working. - Thanks to Jan Lehnardt for reporting it. |
#
d344648b |
| 24-Nov-2003 |
Andi Gutmans |
- Fix __autoload() to preserve class case. - Heads up, this patch might break stuff so please let me know if you - bump into any problems. |
#
c0df4502 |
| 18-Nov-2003 |
Andi Gutmans |
- Add E_STRICT, to be used to warn purists (like Jani :) |
Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7, php-4.3.3, php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2 |
|
#
5724c7a6 |
| 27-Jul-2003 |
Stanislav Malyshev |
fix leaks with class constants (bug #24699) |
#
288dacca |
| 30-Jun-2003 |
Andi Gutmans |
- ZE coding style requires if ( instead of if( |
Revision tags: php-5.0.0b1, php-4.3.3RC1 |
|
#
f57ac82b |
| 16-Jun-2003 |
Stanislav Malyshev |
support for self:: and parent:: constants |
#
2c7ebe55 |
| 15-Jun-2003 |
Sebastian Bergmann |
Fix ZTS build. |
#
4a8c31d6 |
| 15-Jun-2003 |
Stanislav Malyshev |
set ending \0 for string |
#
8cd97923 |
| 15-Jun-2003 |
Stanislav Malyshev |
Fix bug #23384 - static class::constant constants should now work in static & array expressions. |
#
f68c7ff2 |
| 10-Jun-2003 |
James Cox |
updating license information in the headers. |
#
f7f5a5ea |
| 02-Jun-2003 |
Stanislav Malyshev |
MEGA-patch: namespaces are R.I.P. |
#
53dae40d |
| 01-Jun-2003 |
Marcus Boerger |
Do it correct always |
#
5457e342 |
| 31-May-2003 |
Marcus Boerger |
Fix constants (noticed by David Brown <dave@codewhore.org>) |
#
05a21770 |
| 31-May-2003 |
Marcus Boerger |
c->name_len already contains the '\0' |
Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4 |
|
#
66b91259 |
| 21-May-2003 |
Marcus Boerger |
Make use optimized string lowering |
Revision tags: BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init, php-4.3.2RC1, php-4.3.1 |
|
#
a4c3b2ce |
| 16-Feb-2003 |
Stanislav Malyshev |
Namespace patch. Big changes: 1. Nested classes are gone. 2. New syntax for namespaces: namespace foo { class X { ... } function bar { ... } var x = 1;
Namespace patch. Big changes: 1. Nested classes are gone. 2. New syntax for namespaces: namespace foo { class X { ... } function bar { ... } var x = 1; const ZZ = 2; } 3. Namespaced symbol access: $x = new foo::X; - etc. For now, namespaces are case insensitive, just like classes. Also, there can be no global class and namespace with the same name (to avoid ambiguities in :: resolution).
show more ...
|