History log of /PHP-7.1/Zend/zend.c (Results 176 – 200 of 637)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# bb27b4ac 25-Feb-2014 Dmitry Stogov

Fixed refcounting


# 6b8253af 25-Feb-2014 Dmitry Stogov

Fixed user error handler invocation (temporary disabled symbol table passing)


# 820184dd 25-Feb-2014 Dmitry Stogov

Fixed converting IS_REFERENCE to string


# e687939f 24-Feb-2014 Xinchen Hui

Fixed wrong array to string convertion


# bdeaf2ef 21-Feb-2014 Dmitry Stogov

Wrong string destruction


Revision tags: php-5.4.26RC1, php-5.5.10RC1
# 2b9b9afa 17-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


# 17bf59f8 14-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


# 4e66abad 12-Feb-2014 Dmitry Stogov

Use better data structures (incomplete) - refactored return_value handling


Revision tags: php-5.6.0alpha2
# f4cfaf36 10-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


Revision tags: php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24
# c081ce62 03-Jan-2014 Xinchen Hui

Bump year


# 47c90277 03-Jan-2014 Xinchen Hui

Bump year


# c0d060f5 03-Jan-2014 Xinchen Hui

Bump year


Revision tags: php-5.4.24RC1, php-5.5.8RC1
# f156e684 23-Dec-2013 Anatol Belski

removed outdated IsDebuggerPresent declaration

This piece of code seems to retain compatibility with some windows
versions before 2000. Today it's not relevant anymore and only
produ

removed outdated IsDebuggerPresent declaration

This piece of code seems to retain compatibility with some windows
versions before 2000. Today it's not relevant anymore and only
produces a warning C4273 because of the conflicting prototype. In
VC9 the declaration is present in winbase.h:4142, but available
is it already in winxp. Here's the doc link
http://msdn.microsoft.com/en-us/library/windows/desktop/ms680345(v=vs.85).aspx

show more ...


# aed4b086 18-Dec-2013 Kalle Sommer Nielsen

Eliminate the TSRMLS_FETCH() calls in the ticks functions and hook


Revision tags: php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1
# 1a1e83a5 17-Nov-2013 krakjoe

export more Zend API


# f046189e 17-Nov-2013 krakjoe

export more Zend API


Revision tags: php-5.4.22, php-5.5.6
# 699f07ba 02-Nov-2013 Anatol Belski

limit virtual_cwd_activate() duplicated call to ZTS only


# 9df78bf9 01-Nov-2013 Anatol Belski

reverted the previous commit, both calls are needed in TS mode


# 6aedfac7 31-Oct-2013 Anatol Belski

virtual_cwd_activate() should be called only in one place


Revision tags: php-5.4.22RC1, php-5.5.6RC1
# cf6ab0e9 17-Oct-2013 Anatol Belski

applied and fixed the original patch

initial work on the patch import done


Revision tags: php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1
# f0c92656 29-Sep-2013 Nikita Popov

Fix bug #65322: compile time errors won't trigger auto loading

Also fixes duplicate bugs #54054 and #42098.

Furthermore this fixes incorrect error messages thrown from code
runn

Fix bug #65322: compile time errors won't trigger auto loading

Also fixes duplicate bugs #54054 and #42098.

Furthermore this fixes incorrect error messages thrown from code
running inside an error handler when a compilation is in progress.
The error file and line are now correctly associated with the
file/line of the executor, rather than the compiler.

show more ...


Revision tags: php-5.5.4, php-5.4.20, php-5.5.4RC1, php-5.4.20RC1, php-5.5.3, php-5.4.19
# 14f57320 19-Aug-2013 Stanislav Malyshev

Fix bug #65470 Segmentation fault in zend_error() with --enable-dtrace


Revision tags: php-5.5.2, php-5.4.18
# f4dc2240 14-Aug-2013 Xinchen Hui

Fixed #65431 (Discarded qualifiers from pointer target warnings when using --enable-dtrace) by Sixd


Revision tags: php-5.5.2RC1, php-5.4.18RC2, php-5.5.1, php-5.4.18RC1, php-5.3.27, php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1, php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1, php-5.5.0RC1, php-5.3.25, php-5.4.15, php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1, php-5.4.14, php-5.3.24, php-5.5.0beta3, php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2, php-5.5.0beta1, php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1, php-5.3.22, php-5.5.0alpha5, php-5.4.12, php-5.3.22RC2, php-5.4.12RC2, php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4, php-5.3.21, php-5.4.11
# 62059c16 14-Jan-2013 Xinchen Hui

Fixed bug #63980 (object members get trimmed by zero bytes)


Revision tags: php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1
# 36e19c9c 02-Jan-2013 Stanislav Malyshev

Bug #43177: If an eval() has a parse error, the overall exit status and return code should not be affected.

Without this fix, a webpage using eval() may return code 500. That might display

Bug #43177: If an eval() has a parse error, the overall exit status and return code should not be affected.

Without this fix, a webpage using eval() may return code 500. That might display
fine and the 500 go unnoticed, but using AJAX or wget, the 500 will cause problems.

show more ...


12345678910>>...26