History log of /PHP-5.5/Zend/zend_execute.h (Results 126 – 150 of 150)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b72a2738 02-Jul-2000 Andi Gutmans

- Forgot ZEND_API


Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# 84eb48f0 16-Jun-2000 Zeev Suraski

Ok, this time here's some real Win32 system programming :)
Redesigned the timeout system using a single timeout thread and a single window,
and used a much quicker check.


# ef0bd3d1 16-Jun-2000 Zeev Suraski

- Move timeout code to Zend
- Implement timeouts in Win32


# 35f43ad2 14-Jun-2000 Sascha Schumann

Rename C0x-inline to C9x-inline, and frame preprocessor directives in
zend_gcc_inline.c with #ifndef C9X_INLINE_SEMANTICS..#endif.


# df74f1df 13-Jun-2000 Sascha Schumann

Add optional support for C0x inline semantics.

These are enabled by specifying `--enable-c0x-inline' on the command
line. We might add an autoconf check for this particular feature
l

Add optional support for C0x inline semantics.

These are enabled by specifying `--enable-c0x-inline' on the command
line. We might add an autoconf check for this particular feature
later.

show more ...


Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH
# 13b67621 31-May-2000 Zeev Suraski

Fix a bug in static initializers/default values/class member variables that contained
array values


Revision tags: php-4.0.0, php-4.0RC2
# dc704e26 06-May-2000 Andi Gutmans

- Make zend_eval_string() return SUCCESS/FAILURE


# e663d856 10-Apr-2000 Zeev Suraski

Fix object overloading support


# 232b9045 10-Apr-2000 Zeev Suraski

Clean up last/size definitions


# a9159c2e 06-Apr-2000 Andi Gutmans

Initial preparation for OO overloading patch


Revision tags: PHP-4.0-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


Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH, PRE_ISSET_TYPE, 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 ...


Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH
# 93536507 01-Dec-1999 Stig S. Bakken

Fix warnings surfacing in maintainer-mode.


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, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2
# 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, php-4.0b2, BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE
# 028cf1a3 23-Jul-1999 Zeev Suraski

Fix bug #1812


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

0.91 update


# b5b11177 16-Jul-1999 Zeev Suraski

License update


Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1
# 1250c43a 22-May-1999 Zeev Suraski

* Add struct name to all typedef's so that they can be debugged with MSVC
* Fix an AiCount bug - list(...) = $var was using $var multiple times, and thus
causing AiCount to be decreased multi

* Add struct name to all typedef's so that they can be debugged with MSVC
* Fix an AiCount bug - list(...) = $var was using $var multiple times, and thus
causing AiCount to be decreased multiple times even though it was increased only
once for $var. Mark all FETCH_DIM's so that they won't decrease AiCount, and only
decrease AiCount on the last FETCH_DIM.
* Fix a stupid bug - forgot to pass CLS_C to some compiler function. For some reason
MSVC doesn't report these :I

show more ...


Revision tags: BEFORE_PHP4_APACHE_MODULE_CHANGE
# 7a87fcbb 21-Apr-1999 Zeev Suraski

Thread safety patch. We're still not quite there but it compiles again, and
more logic has been implemented.


# 39a7f4c3 12-Apr-1999 Zeev Suraski

This patch is a go. Not fully optimized yet, but working properly.
Prepatch tagged as BEFORE_STACK_PATCH.


Revision tags: BEFORE_STACK_PATCH, CLOSED_BETA
# 573b4602 07-Apr-1999 Andi Gutmans

Zend Library


123456