History log of /PHP-7.2/Zend/zend_API.h (Results 126 – 150 of 462)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f3dc4421 18-Aug-2014 Dmitry Stogov

Fixed parameter parsing


# f2182ab8 17-Aug-2014 Anatol Belski

some more pure naming replacements


# b7e7a895 16-Aug-2014 Anatol Belski

several fixes -

- param parsing Z_PARAM_STR vs Z_PARAM_STRING
- some functions for new params
- etc


# 8ee2a4a9 16-Aug-2014 Anatol Belski

first shot on merging the core fro the int64 branch


Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE
# c749fe20 14-Aug-2014 Xinchen Hui

cleanup


Revision tags: php-5.6.0RC4, php-5.3.29
# 0ae305e6 11-Aug-2014 Dmitry Stogov

Fixed compilation warnings about unused labels


Revision tags: php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31
# 42c4bcae 14-Jul-2014 Dmitry Stogov

Fixed ZTS build


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


# 1dd07d6b 09-Jul-2014 Dmitry Stogov

Partial fix that allows internal constructors to set $this to null.
The address of $this passed to drectly called internal constructor in execute_data->return_value.
Internal constructors sho

Partial fix that allows internal constructors to set $this to null.
The address of $this passed to drectly called internal constructor in execute_data->return_value.
Internal constructors should use ZEND_CTOR_MAKE_NULL() macro (insted of previous ZEND_NULL(EG(This))) to do the work.

This patch doesn't fix the problem for indirectly called constructors. e.g. parant::__construct().

show more ...


Revision tags: php-5.4.31RC1, php-5.5.15RC1
# 6bf24f4d 04-Jul-2014 Dmitry Stogov

Removed EG(active_symbol_table) and use corresponding value from EG(current_execute_data)


Revision tags: php-5.6.0RC2, php-5.4.30, php-5.5.14
# 284141ca 24-Jun-2014 Xinchen Hui

Fixed _zend_get_parameters_array

it should not decrease the refcount (spotted by
register_shutdown_function in ext/mysqli/tests/bug49442.phpt)


Revision tags: php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4
# 6e733870 03-Jun-2014 Dmitry Stogov

Avoid useless merge


Revision tags: php-5.4.29, php-5.5.13
# c446e575 14-May-2014 Dmitry Stogov

ext/soap support for phpng (incomplete - just compilable)


Revision tags: php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1
# 2402d6cb 11-May-2014 Xinchen Hui

Refactor MySQLi (incompleted, only compilable now)


# d8651fbe 03-May-2014 Xinchen Hui

Make they are in the same style of Z_ISREF


Revision tags: php-5.6.0beta2
# 17d027ed 30-Apr-2014 Dmitry Stogov

Split IS_BOOL into IS_FALSE and IS_TRUE


Revision tags: php-5.5.12, php-5.4.28
# ea2e1bb1 18-Apr-2014 Dmitry Stogov

Optimized zend_leave_helper()


Revision tags: php-5.4.28RC1, php-5.5.12RC1
# 050d7e38 15-Apr-2014 Dmitry Stogov

Cleanup (1-st round)


Revision tags: php-5.6.0beta1
# 20f2e598 09-Apr-2014 Nikita Popov

Fix ZTS build

This only makes it compile, it doesn't actually work, presumably
because interned strings are assumed in some places.


# 58f0f250 03-Apr-2014 Dmitry Stogov

Various VM optimizations


# 76cc99fe 03-Apr-2014 Dmitry Stogov

Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), candidate for GC, etc)


Revision tags: php-5.4.27
# 6b2ed577 01-Apr-2014 Dmitry Stogov

Avoid unnecessry reallocations


Revision tags: php-5.5.11
# ea85451b 27-Mar-2014 Dmitry Stogov

Refactored data structures to keep zend_object* instead of a whole zval in some places


# c9bca503 26-Mar-2014 Xinchen Hui

Refactor session (incompleted)


# 887189ca 26-Mar-2014 Dmitry Stogov

Refactored IS_INDIRECT usage for CV and object properties to support HashTable resizing


12345678910>>...19