History log of /PHP-5.5/Zend/zend_globals.h (Results 176 – 200 of 206)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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.


Revision tags: php-4.0b2
# 741ca167 28-Jul-1999 Andi Gutmans

- Fixed various inheritance problems & Andrey's leak


Revision tags: BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1
# 8d1de13a 19-Jul-1999 Zeev Suraski

0.91 update


# b5b11177 16-Jul-1999 Zeev Suraski

License update


# 909590ba 10-Jul-1999 Zeev Suraski

Put the garbage in the garbage bin


# cccd2445 10-Jul-1999 Zeev Suraski

Get rid of AiCount completely


Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1
# 9ece7960 02-Jul-1999 Zeev Suraski

define zend_bool


# 87ba08d1 22-May-1999 Zeev Suraski

Avoid leaking fd's in case of failures


Revision tags: BEFORE_PHP4_APACHE_MODULE_CHANGE
# 473d1d7c 11-May-1999 Zeev Suraski

* Fix a bug that occured in case of parse errors. We need to restore the lexical state
even if the compilation failed.


# 7c4a0838 26-Apr-1999 Zeev Suraski

Various thread safety fixes and DLL updates


# df6134bc 26-Apr-1999 Andi Gutmans

-More commits


# e06a1ed2 24-Apr-1999 Zeev Suraski

Thread safety fixes


# 1aa2c5c0 23-Apr-1999 Zeev Suraski

Ok, call me crazy, because I probably am.
Thread safe version now uses a C++ scanner object. Works fully.


# 551fe778 22-Apr-1999 Zeev Suraski

Make token names uniform, they all begin with T_ now.


# 942f4092 21-Apr-1999 Zeev Suraski

* Change the thread safe project to create a C++ scanner.
* Add in a slightly modified skeleton file (only a couple of #if's for #include's
that we dont have in Windows)

It does NOT

* Change the thread safe project to create a C++ scanner.
* Add in a slightly modified skeleton file (only a couple of #if's for #include's
that we dont have in Windows)

It does NOT compile or work yet :)

show more ...


# 52fcaa44 21-Apr-1999 Zeev Suraski

Thread-safe project


123456789