History log of /PHP-7.1/Zend/zend_compile.c (Results 1901 – 1925 of 1956)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# cccd2445 10-Jul-1999 Zeev Suraski

Get rid of AiCount completely


Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP
# 2a6da781 09-Jul-1999 Zeev Suraski

Step 4:
Move to a 7-bit counter (not fully implemented yet)


Revision tags: BEFORE_REMOVING_GC_STEP2
# 5f62c347 09-Jul-1999 Zeev Suraski

Step 2:
Rename is_ref to EA


# 81d901b1 09-Jul-1999 Zeev Suraski

Step 1 in nuking the garbage collector:
- Change the hash destructor to return int
- Don't kill the bucket on hash_destroy if the destructor returns 0


Revision tags: BEFORE_REMOVING_GC_STEP1
# d894cf44 08-Jul-1999 Zeev Suraski

Support definition of classes that are derived from classes that are defined in runtime


# c471c77c 22-Jun-1999 Zeev Suraski

Fix Thies's bug report


# 3eac45ea 22-Jun-1999 Zeev Suraski

* Fix concatenation of arrays (it was PHP 3.0 style, copying zval's instead
of zval *, and it wasn't using reference counting)
* Fix a memory leak in static array()'s with textual indices


# d47d8351 11-Jun-1999 Zeev Suraski

E_ERROR -> E_COMPILE_ERROR in the compiler


# 54d21042 11-Jun-1999 Zeev Suraski

Two fixes:
* The error generated by a failed class inheritence wasn't properly
displaying the file in which he error occured.
* Inheritence didn't work if the parent class had uppercas

Two fixes:
* The error generated by a failed class inheritence wasn't properly
displaying the file in which he error occured.
* Inheritence didn't work if the parent class had uppercase letters in it.

show more ...


# 7ed49234 09-Jun-1999 Andi Gutmans

- Fix the static array() initializing


# 04b2c1d4 08-Jun-1999 Andi Gutmans

* Fix a by-name call/method call bug
* Clean and optimize the whole function call process


1...<<717273747576777879