History log of /PHP-5.5/Zend/zend_compile.c (Results 1076 – 1100 of 1181)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f2d703e9 31-Dec-1999 Zeev Suraski

- Nuke undefined_variable_string
- Introduce IS_UNSET


# 400ee6ca 31-Dec-1999 Andi Gutmans

- Fix bug #3073. continue in do..while() loops should work now


Revision tags: PRE_ISSET_TYPE
# b7a5b3c3 27-Dec-1999 Zeev Suraski

- Generalize the fast cache mechanism
- Add the HashTable struct to the fast cache mechanism


# aec33aa7 26-Dec-1999 Zeev Suraski

Introduce a zval-specific cache - 5-15% speed improvement


# 235386b2 26-Dec-1999 Zeev Suraski

Change ALLOC_ZVAL() semantics


# e28aff2f 24-Dec-1999 Zeev Suraski

Optimize


# 62b2087a 24-Dec-1999 Andi Gutmans

- Create two new macro's. ALLOC_ZVAL() and FREE_ZVAL(z) and make Zend use
them.


# 946df290 24-Dec-1999 Zeev Suraski

- Use function_add_ref() here too


# b996436b 23-Dec-1999 Zeev Suraski

Fix a class inheritence leak, when using static varibles in a parent class member function


# 3b86ea7d 23-Dec-1999 Zeev Suraski

This one slipped away


# 67b4b3a6 23-Dec-1999 Zeev Suraski

- require() of a dynamic expression now has the standard require() semantics
- Fixed a memory leak in require() of a dynamic expression


# ff737b60 22-Dec-1999 Andi Gutmans

- Remove unused variable.


# f0888cca 21-Dec-1999 Zeev Suraski

Fix the highlighting problem. STR_REALLOC() should be used instead of plain erealloc()
whenever you're dealing with strings that might be coming back from the engine - there seem
to be a few

Fix the highlighting problem. STR_REALLOC() should be used instead of plain erealloc()
whenever you're dealing with strings that might be coming back from the engine - there seem
to be a few other places like this in PHP.

show more ...


# 80bab9d9 21-Dec-1999 Andrei Zmievski

We're using ZVAL's now.


# a2cc070f 20-Dec-1999 Zeev Suraski

- Fix @expr


# be1bb283 20-Dec-1999 Zeev Suraski

- Fix the crash Thies was experiencing (returning a function call could cause a crash)
- Fix the leak Thies was experiencing (@fcall() leaked)


Revision tags: PRE_LIBZEND_TO_ZEND
# 223c674c 19-Dec-1999 Zeev Suraski

- Made things work again (Thies, everybody - please check the latest CVS and see if you're
still getting any problems)
- Changed the interface of call_user_function_ex() to support returnin

- Made things work again (Thies, everybody - please check the latest CVS and see if you're
still getting any problems)
- Changed the interface of call_user_function_ex() to support returning of references

show more ...


# 213d0e2f 19-Dec-1999 Andi Gutmans

- More fixes related to the return references patch
- eval_string() and call_user_function_ex() still don't work.
- The libzend tree is untested and might not be stabl yet.


# 7fe808ea 17-Dec-1999 Andi Gutmans

- By mistake commited this to the branch. It fixes a bug we introduced with
the return reference patch.


# c9c6446a 15-Dec-1999 Andrei Zmievski

- s/inheritence/inheritance/g
- Added is_subclass_of() function


# ced9cee1 15-Dec-1999 Zeev Suraski

- Implement return by reference:
- In function declaration instead of the return statement
- In the assignment phase
- Implement ability to turn off support for call-time pass by refe

- Implement return by reference:
- In function declaration instead of the return statement
- In the assignment phase
- Implement ability to turn off support for call-time pass by reference

show more ...


Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH
# ef596bba 06-Dec-1999 Zeev Suraski

Move the #include of zend-parser.h out of zend_compile.h


# 70df2d74 05-Dec-1999 Sascha Schumann

Fix some warnings


# efc84af9 04-Dec-1999 Zeev Suraski

- Implement get_used_files() and get_imported_files()


# 9baad804 04-Dec-1999 Zeev Suraski

- Break the zend->PHP dependency introduced by the .php extension for use(),
by providing an API
- Enable Stig's patch for use() extensions (it wasn't refered to by the parser)
- Fix a

- Break the zend->PHP dependency introduced by the .php extension for use(),
by providing an API
- Enable Stig's patch for use() extensions (it wasn't refered to by the parser)
- Fix a memory leak in that code

show more ...


1...<<4142434445464748