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 ...
|
#
333406bd |
| 01-Feb-2003 |
foobar |
- Added some missing CVS $Id$ tags, headers and footers.
|
Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix |
|
#
2c5d4b8c |
| 31-Dec-2002 |
Sebastian Bergmann |
Bump year.
|
Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1, php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1 |
|
#
d3617c51 |
| 09-Oct-2002 |
Ilia Alshanetsky |
MFZE1 zend_str_tolower issue.
|
Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003 |
|
#
ee7b8f90 |
| 26-Sep-2002 |
Ilia Alshanetsky |
MFZE1
|
#
f2aa45d2 |
| 18-Sep-2002 |
Zeev Suraski |
Remove dead code
|
Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1, dev, php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2 |
|
#
b53569c9 |
| 22-Jun-2002 |
Andi Gutmans |
- Nuke persist_alloc().
|
#
70de1bd5 |
| 19-Jun-2002 |
Andi Gutmans |
- Fix problem where you couldn't define constants with different cases but - the same name.
|