History log of /PHP-7.4/Zend/zend.h (Results 251 – 275 of 593)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.


Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE
# 1b4134c0 11-Nov-2008 Stanislav Malyshev

Namespace resolution streamlining patch
[DOC] new resolution rules should be documented soon


Revision tags: BEFORE_NS_RULES_CHANGE, php-5.2.7RC3, php-5.2.7RC2, php-5.2.7RC1
# 85ab4235 15-Aug-2008 Felipe Pena

- MFH: Removed some TSRMLS_FETCH()s


# cf7384aa 12-Aug-2008 Felipe Pena

- MFH: Constness (Added const qualifier to several function parameters)


# 106864bc 11-Aug-2008 Marcus Boerger

- MFH Fix memleak with new error handling stack'ing


# 3f7a4b7e 08-Aug-2008 Marcus Boerger

- MFH error handling, now with save, replace, restore


Revision tags: php-4.4.9, php-5.3.0alpha1, php-4.4.9RC1
# d5ef2f46 14-Jul-2008 Dmitry Stogov

Added support for lambda functions and closures


# 148463cc 27-Jun-2008 Stanislav Malyshev

enable on MSVC too


# 019fd806 27-Jun-2008 Stanislav Malyshev

allow deprecating engine functions


Revision tags: BEFORE_NEW_PARAMETER_PARSE
# 76a9a42e 11-Jun-2008 Dmitry Stogov

- Removed direct executor recursion.
- Use fastcall calling convention in executor on x86.


Revision tags: RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1
# 10afe5d9 18-Mar-2008 Rasmus Lerdorf

Make the sigsetjmp change more robust. On systems that don't have
sigsetjmp use setjmp. Windows is of course weird in that it seems to
have sigsetjmp but not sigjmp_buf (??) so force it to

Make the sigsetjmp change more robust. On systems that don't have
sigsetjmp use setjmp. Windows is of course weird in that it seems to
have sigsetjmp but not sigjmp_buf (??) so force it to use setjmp in
config.w32.h.in

show more ...


# c9e0781d 18-Mar-2008 Rasmus Lerdorf

Use sigsetjmp and siglongjmp instead of setjmp/longjmp in order to be
consistent in how we deal with the signal mask. POSIX doesn't specify
what to do with the signal mask in setjmp/longjmp

Use sigsetjmp and siglongjmp instead of setjmp/longjmp in order to be
consistent in how we deal with the signal mask. POSIX doesn't specify
what to do with the signal mask in setjmp/longjmp which has resulted in
the signal mask getting saved on *BSD and not getting saved on Linux.
Making the behaviour explicit via sigsetjmp/siglongjmp gives us
consistency and saves expensive sigprocmask() syscalls on *BSD.

show more ...


# fd0d44f0 08-Mar-2008 Felipe Pena

User error handlers no longer catch supressed errors (patch by Etienne Kneuss)


Revision tags: php-5.2.6RC2
# ab232458 05-Mar-2008 Dmitry Stogov

Optimized require_once() and include_once() by eliminationg open() syscall on second usage.


Revision tags: php-5.2.6RC1, RELEASE_1_3_1
# 71592cec 22-Jan-2008 Dmitry Stogov

Added garbage collector


Revision tags: php-4.4.8
# d1dded87 31-Dec-2007 Sebastian Bergmann

MFH: Bump copyright year, 2 of 2.


Revision tags: php-4.4.8RC1
# 70bf5468 23-Nov-2007 Dmitry Stogov

Fixed compilation on Windows


# 4ab8d46d 23-Nov-2007 Dmitry Stogov

Fixed definitions


Revision tags: RELEASE_1_2_3
# 648fbe9d 22-Nov-2007 Dmitry Stogov

Fixed bug #43128 (Very long class name causes segfault)


# caa15f02 21-Nov-2007 Dmitry Stogov

Macro definitions are moved to zend.h


# 10f6cd5c 20-Nov-2007 Dmitry Stogov

Fixed compilation on some systems (Wez)


Revision tags: php-5.2.5
# b4892511 02-Nov-2007 Jani Taskinen

- MFH from HEAD:
. Folding tags
. Parameter parsing
. SPL debug info
. array function improvements (not all yet)
. Improvements to function calling with call_user_* func

- MFH from HEAD:
. Folding tags
. Parameter parsing
. SPL debug info
. array function improvements (not all yet)
. Improvements to function calling with call_user_* functions
. Improvements to debugging info in var_dump/print_r
# I propably forgot already something but this all was pretty close tied
# to each other so it wasn't possible to do it in parts.

show more ...


# f10766f1 02-Nov-2007 Dmitry Stogov

Reimplemented support for namespaces in indexes id constant arrays (removed zval.idx_type)


Revision tags: php-5.2.5RC2, php-5.2.5RC1
# 4b4d634c 07-Oct-2007 Yiduo (David) Wang

MFH: Added macros for managing zval refcounts and is_ref statuses


Revision tags: BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2
# 220641af 02-Oct-2007 Dmitry Stogov

Fixed bug #42819 (namespaces in indexes of constant arrays)


1...<<11121314151617181920>>...24