History log of /PHP-5.4/Zend/zend_compile.c (Results 976 – 1000 of 1042)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: PRE_DELAYED_ARRAY_FETCH_PATCH
# 82c8a9e7 20-Sep-1999 Andi Gutmans

- Indirect references had all of the fetches by mistakenly backpatched.
Actually all of the fetches are supposed to be read, except for the last
one.


# ca1b3ffb 10-Sep-1999 Zeev Suraski

Shut up a warning


# 22f066e7 09-Sep-1999 Andi Gutmans

- Add foreach() freeing code.
- Fix switch() freeing code to only free current function's switch expressions.
- I have a feeling break expr; in a switch where expr > 1 leaks because it

- Add foreach() freeing code.
- Fix switch() freeing code to only free current function's switch expressions.
- I have a feeling break expr; in a switch where expr > 1 leaks because it
won't free all of the expressions. Fix is probably not trivial.

show more ...


# a3f77686 02-Sep-1999 Zeev Suraski

Use \0NameFilenameLineno as key instead of numeric index for runtime defined functions


# 1bfb1f79 26-Aug-1999 Andi Gutmans

- Fix when redefining classes at run-time.


# 96d4220a 14-Aug-1999 Zeev Suraski

Fix several class issues


# ef5b7e21 14-Aug-1999 Zeev Suraski

Generate better warnings for class/function redefinitions


# 28f9dc6e 10-Aug-1999 Andi Gutmans

- Got rid of the C++ comments.


Revision tags: php-4.0b2
# bbe27ffa 03-Aug-1999 Andi Gutmans

- Initialize extended value's and put the fetch_type in it's own variable
name.


# 07e08855 02-Aug-1999 Andi Gutmans

Make set_compiled_filename() return a pointer to the allocated file name


# 739132e5 29-Jul-1999 Andi Gutmans

- Fixed a leak when doing inheritance. The parent class name wasn't being freed.
- Fixed a stack leak. Functions that had late argument binding were set up as
INIT_FCALL_BY_NAME but were us

- Fixed a leak when doing inheritance. The parent class name wasn't being freed.
- Fixed a stack leak. Functions that had late argument binding were set up as
INIT_FCALL_BY_NAME but were using DO_FCALL and not the corresponding
DO_FCALL_BY_NAME.

show more ...


# 741ca167 28-Jul-1999 Andi Gutmans

- Fixed various inheritance problems & Andrey's leak


# 879bfc7a 27-Jul-1999 Zeev Suraski

Inherit parent's constructor


# c4bc4871 27-Jul-1999 Zeev Suraski

Fix runtime inheritence (child functions/members should have higher precedence)


# 07514677 26-Jul-1999 Zeev Suraski

*** empty log message ***


# 41308d4b 26-Jul-1999 Zeev Suraski

Fix a bug in inheritence from classes defined in include files, that are
inherited from require()'d files


# 8f51f72d 26-Jul-1999 Andi Gutmans

- Fix the new operator incompatibility.
- I commented PHP_FUNCTION(strtotime) in datetime.c because it stopped
win32 from compiling. This needs to be fixed!!!
- Check out libzend to com

- Fix the new operator incompatibility.
- I commented PHP_FUNCTION(strtotime) in datetime.c because it stopped
win32 from compiling. This needs to be fixed!!!
- Check out libzend to compile the tree now.

show more ...


Revision tags: BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE
# 0cdb7d6a 24-Jul-1999 Zeev Suraski

Fix that memory leak... nested function issue remains


# 9c754da0 24-Jul-1999 Zeev Suraski

Fix RETURN & SWITCH memory leak issue


# 1b6fae10 24-Jul-1999 Zeev Suraski

Thoroughly fix the SWITCH problem. No RETURN handling yet.


# 028cf1a3 23-Jul-1999 Zeev Suraski

Fix bug #1812


Revision tags: php-4.0b1
# bf8c6dbd 20-Jul-1999 Andi Gutmans

- Get rid of C++ comments


# 8d1de13a 19-Jul-1999 Zeev Suraski

0.91 update


# d66fad5f 16-Jul-1999 Zeev Suraski

Ignore T_PHP_TRACK_VARS in the parser (handled in the scanner)


# b5b11177 16-Jul-1999 Zeev Suraski

License update


1...<<31323334353637383940>>...42