History log of /PHP-8.3/Zend/zend.h (Results 251 – 275 of 730)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 979058d4 03-Sep-2014 Nikita Popov

Disable format string checking by default

Instead of removing format attributes altogether, disable the checks
by default. This allows you to do a build with format string checks
and

Disable format string checking by default

Instead of removing format attributes altogether, disable the checks
by default. This allows you to do a build with format string checks
and filter out the false positives (basically anything mentioning
%p).

show more ...


Revision tags: php-5.5.17RC1, php-5.4.33RC1
# 88d7ca44 01-Sep-2014 Dmitry Stogov

Refactored INI subsystem to use zend_string* instead of char*


# ee552b62 27-Aug-2014 Dmitry Stogov

Reorder fields for better nenory consumtion and data locality on 64-bit systems


# b1f53ca4 27-Aug-2014 Dmitry Stogov

Use efree_size() instead of efree() where posible


# 8ec40397 27-Aug-2014 Dmitry Stogov

Cleanup IS_VAR handling


Revision tags: php-5.6.0
# 86b2d7b5 27-Aug-2014 Ferenc Kovacs

remove the -dev suffix from the Zend version


# 661f90d4 26-Aug-2014 Dmitry Stogov

Replaced Zend Memory Manager


# b63ab832 26-Aug-2014 Anatol Belski

several signature and data type fixes


Revision tags: POST_AST_MERGE, PRE_AST_MERGE
# 28b7a033 25-Aug-2014 Anatol Belski

master renamings phase 5


# 6f9f0bf2 25-Aug-2014 Anatol Belski

master renames phase 2


# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1


Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32
# 90d6f60b 17-Aug-2014 Anatol Belski

mostly fixes to spl, but also some other


# 864172d9 16-Aug-2014 Anatol Belski

further fixes to ext/standard and zend


# 5bb25776 16-Aug-2014 Anatol Belski

further fixes on core


# 8ee2a4a9 16-Aug-2014 Anatol Belski

first shot on merging the core fro the int64 branch


# d9f3eac1 15-Aug-2014 Dmitry Stogov

Bump version to 7.0.0-dev


Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29
# dc70139d 11-Aug-2014 krakjoe

update zend_make_printable_zval to take TSRM context


Revision tags: php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3
# a51e00a8 26-Jul-2014 Nikita Popov

Add functions for create str/long ast directly


Revision tags: php-5.5.15, php-5.4.31
# 6cc487df 18-Jul-2014 Xinchen Hui

Revert "stash" (pushed by accident)

This reverts commit a18bf5fc9303e2739ee7026bdb3bbf272bf4baa8.


# a18bf5fc 16-Jul-2014 Xinchen Hui

stash


# 27f38798 11-Jul-2014 Dmitry Stogov

Fast parameter parsing API

This API is experemental. It may be changed or removed.
It should be used only for really often used functions.
(Keep the original parsing code and wrap us

Fast parameter parsing API

This API is experemental. It may be changed or removed.
It should be used only for really often used functions.
(Keep the original parsing code and wrap usage with #ifndef FAST_ZPP)

show more ...


# c85c795e 09-Jul-2014 Dmitry Stogov

Imporoved EXPECTED/UNEXPECTED macros to support not boolean expressions.
Fixed invalid EXPECTED() usage.


# 9d6e45a0 09-Jul-2014 Dmitry Stogov

Changed zend_make_printable_zval() to return "use_copy" instead of additional reference argument.
Improved branch prediction.


Revision tags: php-5.4.31RC1, php-5.5.15RC1
# 5aa91be5 07-Jul-2014 Dmitry Stogov

Simplify call-frame handling


# 412ad4b2 02-Jul-2014 Dmitry Stogov

Uinified call frame handling for user and internal functions.
Now EG(current_execute_data) always point to the call frame of the currently executed function.


1...<<11121314151617181920>>...30