History log of /PHP-7.4/ext/standard/var.c (Results 126 – 150 of 457)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a3b0cafc 17-Aug-2014 Anatol Belski

more fixes to var_dump and co.


# 5bb25776 16-Aug-2014 Anatol Belski

further fixes on core


# b7e7a895 16-Aug-2014 Anatol Belski

several fixes -

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


# cb25136f 16-Aug-2014 Anatol Belski

fix macros in the 5 basic extensions


# c38ab260 11-Jun-2014 Ferenc Kovacs

Revert "Add optional second arg to unserialize()"

This reverts commit cfd104582220d578ab1b78a5991065d038e1f931.


# c1965f58 05-Jun-2014 Dmitry Stogov

Use reference counting instead of zval duplication


# b3b616cf 29-May-2014 Dmitry Stogov

Introduced immutable arrays. They don't need to be copyed and may be used directly from SHM.


# 6c4b30eb 27-May-2014 Dmitry Stogov

Use new zend_hash API


# 922285ec 26-May-2014 Xinchen Hui

Don't use cast (compiler friendly)


# b0ecac6b 18-May-2014 Xinchen Hui

Fixed uninitialized used


# 6e84e4a2 15-May-2014 Pierre Joye

unused local var


# 17d027ed 30-Apr-2014 Dmitry Stogov

Split IS_BOOL into IS_FALSE and IS_TRUE


# 72c287bd 21-Apr-2014 Dmitry Stogov

Combine HashTable.flags and HashTable.nApplyCount into single 32-bit word


# 7652a977 18-Apr-2014 Dmitry Stogov

Use ZEND_FETCH_FOREACH_* macros to iterate over HashTables instead of zend_hash_move_forward() and family.


# f9b26bc3 15-Apr-2014 Dmitry Stogov

Cleanup (2-nd round)


# aa2ed70d 11-Apr-2014 Dmitry Stogov

Fixed srialize()


# c54768bd 10-Apr-2014 Dmitry Stogov

fixed serialize()


# ea85451b 27-Mar-2014 Dmitry Stogov

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


# 887189ca 26-Mar-2014 Dmitry Stogov

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


# 62c448ab 17-Mar-2014 Dmitry Stogov

Fixed serialize/unserialize problems


# 661df93e 09-Mar-2014 Xinchen Hui

IS_REFERENCE is unfrequent


# 2eb980f6 06-Mar-2014 Dmitry Stogov

IS_REFERENCE with refcount==1 should be handled as ordinal value


# 040dea8b 05-Mar-2014 Dmitry Stogov

Arguments taken by internal functions using zend_parse_parameters() with "+" and "*" specifications must not be deallocated anymore.


# 37343cc1 05-Mar-2014 Xinchen Hui

Fixed var_export reference handling


# c1467528 26-Feb-2014 Xinchen Hui

Fixed reference handling in zif_unserialize


12345678910>>...19