History log of /PHP-7.1/Zend/zend_globals.h (Results 226 – 250 of 271)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.0.0, php-4.0RC2
# 67f69743 19-Apr-2000 Zeev Suraski

Initial support for trapping errors (not complete and disabled; will be enabled only
post-PHP 4.0.0)


# e663d856 10-Apr-2000 Zeev Suraski

Fix object overloading support


Revision tags: PHP-4.0-RC1
# 5951b166 10-Mar-2000 Andi Gutmans

- Quick way of supporting include_once().
Good enough for RC1.


# 5e55e47f 06-Mar-2000 Zeev Suraski

It's official now...


Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1
# 0ac9536d 19-Feb-2000 Zeev Suraski

(c) patch


Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000
# b6197bcf 04-Feb-2000 Zeev Suraski

Maintain a state of whether we're compiling and/or executing


# 131e3a06 01-Feb-2000 Andi Gutmans

- Get rid of remains of garbage.
- This should fix Thies' UMR


# fafbf6d8 24-Jan-2000 Zeev Suraski

- Implement declare() with declarables framework
- Implement ticks - Germany&Norway - 5 points!


Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH, PRE_ISSET_TYPE
# 5864b57e 30-Dec-1999 Zeev Suraski

This should enable people to use ALLOC_ZVAL() in code outside the php4.dll


# b7a5b3c3 27-Dec-1999 Zeev Suraski

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


# ebd4445b 27-Dec-1999 Zeev Suraski

Add cache statistics support


# 3c50b7ee 26-Dec-1999 Zeev Suraski

- Enable the new zval cache on debug too. No real reason not to, and it keeps
the code cleaner.
- ZTS compile fixes


# aec33aa7 26-Dec-1999 Zeev Suraski

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


# c517633b 26-Dec-1999 Zeev Suraski

namespace protection


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
# 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 ...


# 86a0efcf 22-Nov-1999 Zeev Suraski

Fix #2744


Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2
# b510a6d1 05-Oct-1999 Sascha Schumann

More portability stuff


# 1c0f1364 03-Oct-1999 Andi Gutmans

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


Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split, PRE_DELAYED_ARRAY_FETCH_PATCH
# 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 ...


# 99947a25 05-Sep-1999 Andi Gutmans

- Shift around header files.


# d82728c4 22-Aug-1999 Sascha Schumann

This changes makes it work on egcs 1.1.2/Alpha


# b5f5e9a6 15-Aug-1999 Andi Gutmans

- Optimize the execute stack a bit.


1234567891011