History log of /PHP-5.5/Zend/zend.h (Results 51 – 75 of 404)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4
# a94558c8 08-Dec-2009 Felipe Pena

- Added MAKE_COPY_ZVAL(ppzv, pzv) macro


Revision tags: php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3
# d1988534 06-Sep-2009 Pierre Joye

- revert last commit, breaks the build and needs test case(s)


# e3c94d50 06-Sep-2009 Moriyoshi Koizumi

- Fix leaks.


Revision tags: php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1
# c54f6df9 06-Aug-2009 Scott MacVicar

Fix bug #48575 - Use dlopen() just like all the other *nixes instead of OSX specific code.


Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10
# a7cc9e72 17-Jun-2009 Rasmus Lerdorf

Need the gcc version check here too


Revision tags: php-5.2.10RC2, php-5.3.0RC3
# 04f5d7c9 05-Jun-2009 Rasmus Lerdorf

There is no always_inline attribute in gcc2


# 95ef46c0 01-Jun-2009 Nuno Lopes

fix compiler warnings by moving all std includes after include of zend_config.h.
this also fixes the build with stricter compilers than gcc (like clang)


# 2403a580 01-Jun-2009 Arnaud Le Blanc

MFH: better fix for #48409 , #48428 , #48228


Revision tags: php-5.2.10RC1, php-5.3.0RC2, php-5.3.0RC1
# 6bb0ac97 18-Mar-2009 Matt Wilmas

MFH: Fixed bug #45877 (Array key '2147483647' left as string)


Revision tags: RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3
# d3d02fbc 18-Feb-2009 Dmitry Stogov

Fixed zend_print_zval_r_ex() to use the write callback function


Revision tags: php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# 2faea53d 31-Dec-2008 Marcus Boerger

- Sync with HEAD, no ability to not start builtin functions


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


12345678910>>...17