History log of /PHP-7.2/ext/standard/array.c (Results 201 – 225 of 792)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.5.18, php-5.4.34
# ee5b30fa 09-Oct-2014 Nikita Popov

Remove support for classes without class entries

get_class_entry must be non-NULL and return non-NULL.


Revision tags: php-5.5.18RC1, php-5.6.1, php-5.6.2
# e33f3d3b 20-Sep-2014 Nikita Popov

Move smart_str implementation into Zend/

So we can use it there as well...

For now I've retained the zend_smart_str_public.h header, though
it would probably be better to just m

Move smart_str implementation into Zend/

So we can use it there as well...

For now I've retained the zend_smart_str_public.h header, though
it would probably be better to just move that one struct into
zend_types.h.

show more ...


# d0cb7153 19-Sep-2014 Johannes Schlüter

s/PHP 5/PHP 7/


# bccc6531 19-Sep-2014 Dmitry Stogov

Avoid double IS_INTERNED() check


# 3bc8a958 19-Sep-2014 Dmitry Stogov

Fixed useless or duplicated IS_INTERNED() checks


Revision tags: php-5.4.33
# 8c4ab0d0 16-Sep-2014 Anatol Belski

fix signed/unsigned mismatch


Revision tags: php-5.5.17, php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1
# c8ff3421 28-Aug-2014 Dmitry Stogov

Duplicate array only if neccessary


Revision tags: php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE
# af59e92b 25-Aug-2014 Anatol Belski

master renames phase 7


# b9514bb8 25-Aug-2014 Anatol Belski

master renames phase 6


# 4d997f63 25-Aug-2014 Anatol Belski

master renames phase 3


# 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
# 9d760498 21-Aug-2014 Anatol Belski

fixed array_pad()


Revision tags: php-5.5.16, php-5.4.32
# cf09bc78 20-Aug-2014 Dmitry Stogov

Fixed bug #67874 (Crash in array_map())


# 0f5bad93 18-Aug-2014 Dmitry Stogov

Fixed bug #67856 (Leak when using array_reduce with by-ref function)


# b8324e6d 18-Aug-2014 Anatol Belski

further fixes to ext/standard


# c586133d 18-Aug-2014 Anatol Belski

rename zval_get_long and fixes to some string functions


# f2182ab8 17-Aug-2014 Anatol Belski

some more pure naming replacements


# 7534bf12 16-Aug-2014 Anatol Belski

fix set_time_limit, substr and some more


# 1169de3e 16-Aug-2014 Anatol Belski

fix some cases with fast zpp


# 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


Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1
# d5ddd2db 30-Jul-2014 Bob Weinand

Disable restrictions regarding arrays in constants at run-time.
For the discussion around it, see the thread on the mailing list:
http://www.mail-archive.com/internals@lists.php.net/msg68245.

Disable restrictions regarding arrays in constants at run-time.
For the discussion around it, see the thread on the mailing list:
http://www.mail-archive.com/internals@lists.php.net/msg68245.html

show more ...


# 354ee12b 30-Jul-2014 Bob Weinand

Revert "Fix bug #67064 in a BC safe way"

This reverts commit 1a4a9eede59b853f11e8e8b965e5f715f53da8f7.

Conflicts:
ext/standard/array.c
ext/standard/tests/arr

Revert "Fix bug #67064 in a BC safe way"

This reverts commit 1a4a9eede59b853f11e8e8b965e5f715f53da8f7.

Conflicts:
ext/standard/array.c
ext/standard/tests/array/bug67064.phpt

show more ...


# da3add26 30-Jul-2014 Tjerk Meesters

Fixed bug #67693 - incorrect push to the empty array


12345678910>>...32