History log of /php-src/Zend/zend_portability.h (Results 126 – 150 of 150)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 71af54e5 19-Aug-2015 Dmitry Stogov

Mark error and exception functions as "cold" (Matt's idea)

Revision tags: php-7.0.0RC1
# 162bf9e8 11-Aug-2015 Dmitry Stogov

Reimplemented ability to get debug info (C source file and line number) in phpdbg without hacks and ABI breaks.

Revision tags: php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44
# 5c98b997 28-Jul-2015 Anatol Belski

improve ZEND_TLS declaration even more and move it to the better place

# e6cbca77 28-Jul-2015 Anatol Belski

use better name

# 0c08ba8b 28-Jul-2015 Anatol Belski

add ZEND_THREAD specifier

# 13525328 24-Jul-2015 Bob Weinand

Cleanup shutdown, enable proper memory leak displaying
phpdbg should not memory leak...

Revision tags: php-5.6.12RC1, php-7.0.0beta2
# 3de0ae54 19-Jul-2015 Anatol Belski

fix two clang errors on Windows

# c568ffe5 16-Jul-2015 Nikita Popov

Ignore getcwd return in zend_compile

To do this move the php_ignore_value macro to ZEND_IGNORE_VALUE.

Revision tags: php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43
# 2a2f42c2 25-Jun-2015 Dmitry Stogov

Optimize out usless conditions used by specializer

# f5fd58f7 25-Jun-2015 Dmitry Stogov

Better check for __builtin_constant_p() availability

Revision tags: php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2
# 70e86b87 22-Jun-2015 Bob Weinand

Also try __has_builtin() where builtins are used

Revision tags: php-5.5.26, php-7.0.0alpha1, php-5.6.10, php-5.4.42, POST_PHP7_NSAPI_REMOVAL, PRE_PHP7_NSAPI_REMOVAL, php-5.6.10RC1, php-5.5.26RC1
# 86de98ca 23-May-2015 Xinchen Hui

Use weak function for fcgi_log

Revision tags: php-5.5.25, php-5.6.9, php-5.4.41, php-5.6.9RC1, php-5.5.25RC1, php-5.6.8, php-5.5.24, php-5.4.40, php-5.6.8RC1, php-5.5.24RC1
# 313d01f3 29-Mar-2015 Kalle Sommer Nielsen

Drop old VC support in Zend Engine, this also kills the remaining MessageBox fix for Windows 9x that Anatol changed a while back

# e1ab2cfe 24-Mar-2015 Dmitry Stogov

Introduce ZEND_ASSUME() macro to help optimizing code.
Reuse ZEND_ASSERT() conditions for optimization.

# 017f89e8 20-Mar-2015 Levi Morrison

Move check for __builtin_expect to configure

This allows __builtin_expect to be used more accurately

Revision tags: php-5.6.7, php-5.5.23, php-5.4.39, php-5.6.7RC1, php-5.5.23RC1, POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS, php-5.6.6, php-5.5.22, php-5.4.38, POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS
# 57496c38 06-Feb-2015 Dmitry Stogov

This should fix compilation on OSX (bug #68987 Failed to compile zend.c with gcc-4.9.2)

Revision tags: php-5.6.6RC1, php-5.5.22RC1, php-5.5.21, php-5.6.5, php-5.4.37
# fc33f52d 15-Jan-2015 Xinchen Hui

bump year

Revision tags: php-5.5.21RC1, php-5.6.5RC1
# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal

Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4, php-5.6.4RC1, php-5.5.20RC1
# b7eee5bf 14-Nov-2014 Anatol Belski

added comment

Revision tags: php-5.6.3, php-5.5.19, php-5.4.35
# 88ba5a62 10-Nov-2014 Anatol Belski

do portable socket checks

also introduced a portable macro for that

# b9f1daa9 06-Nov-2014 Anatol Belski

basic clang compatibility on windows

# 3b6cd5fe 04-Nov-2014 Anatol Belski

improved the ZEND_FASTCALL convention for vc12+

Revision tags: php-5.6.3RC1, php-5.5.19RC1, php-5.5.18, php-5.4.34, php-5.5.18RC1, php-5.6.1, php-5.6.2
# c45f4f54 18-Sep-2014 Anatol Belski

generalized the case with secure memory zeroing

# 025bc7e8 18-Sep-2014 Dmitry Stogov

Clang attributes support

# 61d37e05 18-Sep-2014 Dmitry Stogov

Moved some definitions from zend.h into more suitable header files

123456