Revision tags: php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1 |
|
#
0a44789b |
| 08-Jun-2005 |
Dmitry Stogov |
Fixed bug #30961 (Wrong linenumber in ReflectionClass getStartLine())
|
#
d33500ee |
| 04-Jun-2005 |
Zeev Suraski |
Thought I committed it ages ago... Anyway, without further delays, the final __halt_compiler() patch
|
#
1a723413 |
| 26-May-2005 |
Dmitry Stogov |
Added array type hinting. (This patch requires full re-make)
|
Revision tags: 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 |
|
#
a29f5391 |
| 11-Feb-2005 |
Marcus Boerger |
- Cleanup foreach handling
|
Revision tags: RELEASE_0_2_1, RELEASE_0_2 |
|
#
fc96c7f7 |
| 07-Feb-2005 |
Dmitry Stogov |
foreash($a as $key => $val) optimization Removed temorary array creation on each iteration.
|
#
2d13dd0e |
| 07-Feb-2005 |
Marcus Boerger |
- Remove part of the cleanup which causes a problem with unnormal code like tests/lang/040.phpt # However there is a memleak introduced somewhen after august 04 for such # code now, 5.0
- Remove part of the cleanup which causes a problem with unnormal code like tests/lang/040.phpt # However there is a memleak introduced somewhen after august 04 for such # code now, 5.0 and 4.3 are fine though.
show more ...
|
#
662cd826 |
| 05-Feb-2005 |
Marcus Boerger |
- Cleanup foreach statement
|
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 |
|
#
db507dd1 |
| 04-Oct-2004 |
Andi Gutmans |
- Commit the variable fetch optimization. - Extensions which delete global variables need to use new special function - delete_global_variable() (I'm about to rename it) to remove them. -
- Commit the variable fetch optimization. - Extensions which delete global variables need to use new special function - delete_global_variable() (I'm about to rename it) to remove them. - Will post to internals@ or via commit messages if there's anything else.
show more ...
|
Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1 |
|
#
6ccbb6b5 |
| 16-Sep-2004 |
Sebastian Bergmann |
ZTS fix.
|
#
d8efe626 |
| 16-Sep-2004 |
Andi Gutmans |
- Fix bug #27669 (Dmitry). Fixes: <? class A { function hello() { echo "Hello World\n";
- Fix bug #27669 (Dmitry). Fixes: <? class A { function hello() { echo "Hello World\n"; } } $y[0] = 'hello'; A::$y[0](); ?>
show more ...
|
Revision tags: 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 |
|
#
dc7cb199 |
| 02-Aug-2004 |
Marcus Boerger |
- Remove all for now # - the optimization part can be done in apc or compareable products # - NULL can be reintroduced later when needed
|
#
d96e7a17 |
| 29-Jul-2004 |
Sara Golemon |
Revert goto opcode
|
#
5865b368 |
| 29-Jul-2004 |
Sara Golemon |
Add goto operator by popular request.
|
Revision tags: RELEASE_0_1 |
|
#
86d46f7c |
| 16-Jul-2004 |
Marcus Boerger |
- Speed up by making null/false/true reserved word which allows to drop an opcode (FETCH_CONSTANT) for every usage.
|
Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2 |
|
#
173782b7 |
| 20-Apr-2004 |
Andi Gutmans |
- Fix bug #27283 - Exceptions where the last catch() statement was sometimes - skipped.
|
Revision tags: php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1 |
|
#
12933301 |
| 28-Mar-2004 |
Stanislav Malyshev |
check writability on =& too
|
Revision tags: php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1 |
|
#
50ee116f |
| 09-Mar-2004 |
Marcus Boerger |
Clearify the different method/class flags (as discussed with Andi).
|
Revision tags: RELEASE_0_2_0 |
|
#
059c533b |
| 26-Feb-2004 |
Marcus Boerger |
Fix __METHOD__ (noticed by Davey Sahfik)
|
#
4f05437e |
| 23-Feb-2004 |
Andi Gutmans |
- Improve precendence: <?php $obj->foo = "Blah"; if (!$obj instanceof StdClass) { print "No"; } else { print "Yes"; }
|
#
4a14e5c3 |
| 23-Feb-2004 |
Andi Gutmans |
- Decrease precedence of instanceof so that the following is true: php -r 'var_export((object)1 instanceof stdClass);'; Patch by Jan Lehnardt
|
Revision tags: php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1 |
|
#
c6cbafa2 |
| 11-Feb-2004 |
Marcus Boerger |
Fix: <interface> [extends <interface> [, <ineterface>]* ]
|
#
c5d84227 |
| 04-Feb-2004 |
Zeev Suraski |
Reinstate early-binding for classes. Note that this is available for downwards compatibility only - and it doesn't work if you use new features (namely, interfaces). Generally, people s
Reinstate early-binding for classes. Note that this is available for downwards compatibility only - and it doesn't work if you use new features (namely, interfaces). Generally, people should declare their classes before using them, but we just didn't want hell to break loose (c)
show more ...
|
Revision tags: php-4.3.5RC2 |
|
#
9e60cb55 |
| 03-Feb-2004 |
Zeev Suraski |
Rewrote exception support. Fixes a few limitations and bugs in the old implementation, and allows exceptions to 'fire' much earlier than before. Instructions on how to use the new mecha
Rewrote exception support. Fixes a few limitations and bugs in the old implementation, and allows exceptions to 'fire' much earlier than before. Instructions on how to use the new mechanism will follow on internals@ shortly... Note - this (most probably) breaks the current implementation of set_exception_handler()
show more ...
|
#
8e30d96a |
| 02-Feb-2004 |
Zeev Suraski |
Redesign the clone() feature to fix some fundamental flaws in the previous implementation. Using clone directly is now done using $replica = clone $src; Clone methods must n
Redesign the clone() feature to fix some fundamental flaws in the previous implementation. Using clone directly is now done using $replica = clone $src; Clone methods must now be declared as follows: function __clone($that) { } Clone methods in derived classes can call the __clone method of their parent classes using parent::__clone($that)
show more ...
|
Revision tags: RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1 |
|
#
ac5d5c7f |
| 11-Jan-2004 |
Andi Gutmans |
- Re-allow conditional class declerations. Needless to say that I also - think it's not great coding.. Use polymorphism instead :)
|