History log of /PHP-8.0/Zend/zend_execute_API.c (Results 876 – 900 of 936)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f2d703e9 31-Dec-1999 Zeev Suraski

- Nuke undefined_variable_string
- Introduce IS_UNSET


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


# 235386b2 26-Dec-1999 Zeev Suraski

Change ALLOC_ZVAL() semantics


# 62b2087a 24-Dec-1999 Andi Gutmans

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


# 80bab9d9 21-Dec-1999 Andrei Zmievski

We're using ZVAL's now.


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.


# 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
# 70df2d74 05-Dec-1999 Sascha Schumann

Fix some warnings


# 5463dd5b 30-Nov-1999 Andi Gutmans

- Add use support (behaves like require, but will not use the same file twice)
- Add import support (behaves like include, but requires parentheses; will not
use the same file twice; Curre

- Add use support (behaves like require, but will not use the same file twice)
- Add import support (behaves like include, but requires parentheses; will not
use the same file twice; Currently, it is not yet properly implemented, and
only behaves like include)

show more ...


Revision tags: ZO_B1, ZEND_OPTIMIZER_B1
# 6358c663 21-Nov-1999 Zeev Suraski

- Optimize class instanciation
- Fix constant instanciation for array elements inside objects


Revision tags: php-4.0b3
# 3cd140cd 16-Nov-1999 Andi Gutmans

- Weird that this compiled for me.


Revision tags: PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2
# 1c0f1364 03-Oct-1999 Andi Gutmans

- Hooray. This might actually work. (I hope)


# 86357a9c 01-Oct-1999 Andi Gutmans

- Move is_ref back to being an unsigned char and not a bit field.


# 4dd47ffb 01-Oct-1999 Andi Gutmans

- Remove locking support completely


# 59d5462a 28-Sep-1999 Andi Gutmans

- Stop using the locking mechanism and start using refcount.
Now we know when we need to free but we still need to support it


# b56fd460 28-Sep-1999 Andi Gutmans

- First part of the patch which makes reads use ptr and not ptr_ptr.


Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split
# 4fff0386 26-Sep-1999 Andi Gutmans

- Changed Ts{}.var to Ts{}.var.ptr_ptr.


Revision tags: PRE_DELAYED_ARRAY_FETCH_PATCH
# 20ee1066 17-Sep-1999 Thies C. Arntzen

no // in the sources please


# 023cb647 27-Aug-1999 Zeev Suraski

Fix a crash bug in case of aborted execution


# aa8b27ba 27-Aug-1999 Zeev Suraski

Better debug macros


# 02822cbc 26-Aug-1999 Andi Gutmans

- Damn. It wasn't a correct fix. This should do it.
When the zval ** are equal we don't want to assign_ref, in any other case
I can think of we do want to assign_ref.


# 2c88f295 26-Aug-1999 Andi Gutmans

- Fix leak when global is used in the global scope.


# 50bfff55 17-Aug-1999 Zeev Suraski

Fix #2012


Revision tags: php-4.0b2
# 720d32f5 07-Aug-1999 Zeev Suraski

Fix a few leaks


1...<<3132333435363738