#
d245c52e |
| 02-Jul-2003 |
Zeev Suraski |
Fix for bug #22367. Heads up - this will break syntactical compatiblity, return($foo) will not work with functions that return references - return $foo should be used instead. It never w
Fix for bug #22367. Heads up - this will break syntactical compatiblity, return($foo) will not work with functions that return references - return $foo should be used instead. It never worked well before, and caused all sorts of odd bugs. It *might* be possible to support this specifically, albeit unlikely
show more ...
|
#
40dd3f4f |
| 01-Jul-2003 |
Marcus Boerger |
__clone might not be defined
|
#
a04cba50 |
| 01-Jul-2003 |
Marcus Boerger |
Fix __clone visibility
|
#
288dacca |
| 30-Jun-2003 |
Andi Gutmans |
- ZE coding style requires if ( instead of if(
|
#
53acb181 |
| 30-Jun-2003 |
Zeev Suraski |
Semantically it's a refcount increase, not a lock...
|
#
6f9d0da2 |
| 30-Jun-2003 |
Zeev Suraski |
Fix 'global' implementation (fixes, at least, bug #24396
|
Revision tags: php-5.0.0b1 |
|
#
bc4c7c6a |
| 23-Jun-2003 |
Zeev Suraski |
Fix crash :)
|
#
c3fb1eac |
| 23-Jun-2003 |
Stanislav Malyshev |
FIx leak
|
#
cbec89a3 |
| 22-Jun-2003 |
Zeev Suraski |
Fix complex expressions for class names in NEW
|
Revision tags: php-4.3.3RC1 |
|
#
b48a8658 |
| 16-Jun-2003 |
Stanislav Malyshev |
no need to init zval - assignment will init
|
#
f205abb3 |
| 16-Jun-2003 |
Stanislav Malyshev |
Fix bug #22592 - cascading assignments to string offsets
|
#
f68c7ff2 |
| 10-Jun-2003 |
James Cox |
updating license information in the headers.
|
#
c68924dc |
| 09-Jun-2003 |
Stanislav Malyshev |
remove NS leftover
|
#
910dff4c |
| 09-Jun-2003 |
Zeev Suraski |
Fix indirect reference calls to bogus function names
|
#
faefdb7b |
| 08-Jun-2003 |
Zeev Suraski |
Fix handling of object property assignments in switch expressions (bug #23925)
|
#
f7f5a5ea |
| 02-Jun-2003 |
Stanislav Malyshev |
MEGA-patch: namespaces are R.I.P.
|
#
5bb29cfa |
| 31-May-2003 |
Sterling Hughes |
revert the function call caching patch until a new solution is decided upon.
|
Revision tags: BEFORE_FD_REAPPLY |
|
#
95a3fd7b |
| 30-May-2003 |
Stanislav Malyshev |
fix crash on exceptions when return value of the inside function is used
|
#
88b2f89e |
| 28-May-2003 |
Sterling Hughes |
Cache function call lookups with loops (store in a temporary variable on the result opline). Assuming lazy concensus on message that GeorgeS sent to the list last week
|
Revision tags: php-4.3.2, php-4.3.2RC4 |
|
#
ae910652 |
| 23-May-2003 |
Sterling Hughes |
move HANDLE_NUMERIC() from the hash table implementation upstream to the places that actually need to use it.
|
#
475594c8 |
| 22-May-2003 |
Marcus Boerger |
No need to copy here unless implicit_clone is active (noticed by rob)
|
#
7af8eadd |
| 21-May-2003 |
Marcus Boerger |
Make zend_str_tolower_copy() a copy function (like stccpy). Supply a dup version (like estrdup). Fix tolower() handling. # Havin copy and dup allows to use the faster version even with
Make zend_str_tolower_copy() a copy function (like stccpy). Supply a dup version (like estrdup). Fix tolower() handling. # Havin copy and dup allows to use the faster version even with # memory not allocated by emalloc.
show more ...
|
#
b5ca4de5 |
| 21-May-2003 |
Sterling Hughes |
Bottom drawer optimization to avoid this comparison, but this OP is executed quite often (all of the fetch_* ops)
|
Revision tags: BEFORE_FD_REVERT |
|
#
851bd22f |
| 20-May-2003 |
Marcus Boerger |
No need to copy the zval unless __clone() is called
|
#
54764e98 |
| 20-May-2003 |
Sterling Hughes |
use the new zend_str_tolower_copy() function
|