History log of /php-src/ext/spl/php_spl.c (Results 101 – 125 of 318)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-7.0.0alpha2, 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, 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
# 663074b6 23-Mar-2015 Anatol Belski

cleanup mod version macros and mod defs, round x

# d146d150 19-Mar-2015 Dmitry Stogov

Optimize zend_string_realloc() add more specialized versions zend_string_extend() and zend_string_truncate()

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
# 2fa8d67a 03-Mar-2015 Dmitry Stogov

Use zend_string* instead of char* for opened_patch handling. Avoid reallocations and improve string reuse.

# f824f91a 28-Feb-2015 Reeze Xia

Fixed bug #69141 Missing arguments in reflection info for some builtin functions

This include:

- setcookie (missing "httponly")
- setrawcookie (missing "httponly")
- spl_aut

Fixed bug #69141 Missing arguments in reflection info for some builtin functions

This include:

- setcookie (missing "httponly")
- setrawcookie (missing "httponly")
- spl_autoload_register (missing 2 optional params)
- mktime (missing "is_dst")
- gmmktime (missing "is_dst")

show more ...

Revision tags: php-5.6.6, php-5.5.22, php-5.4.38, POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, 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

# 73c1be26 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

# ee7decb7 29-Dec-2014 Stanislav Malyshev

Revert "Add type info for spl_autoload_register"

This reverts commit ad728725cb8e899a8415aa81db48825fac25e0d5.

Revert the change for now, probably needs better handling with account

Revert "Add type info for spl_autoload_register"

This reverts commit ad728725cb8e899a8415aa81db48825fac25e0d5.

Revert the change for now, probably needs better handling with account to BC
or joined with exceptions-in-engine RFC.

show more ...

# ad728725 28-Dec-2014 Levi Morrison

Add type info for spl_autoload_register

# 9a7ee202 28-Dec-2014 Levi Morrison

Fix bug #68641

Include more reflection information for spl_autoload_register

Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4
# bdeb220f 13-Dec-2014 Anatol Belski

first shot remove TSRMLS_* things

Revision tags: php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35
# 10d843b0 28-Oct-2014 Anatol Belski

fix datatype mismatch warnings

Revision tags: php-5.6.3RC1, php-5.5.19RC1
# 4fd435ab 23-Oct-2014 Dmitry Stogov

Embed FETCH_CLASS <string> into the following NEW

Revision tags: php-5.5.18, php-5.4.34
# bd9a2346 03-Oct-2014 Dmitry Stogov

Replaced EG(This) and EX(object) with EX(This).
Internal functions now recieves zend_execute_data as the first argument.

Revision tags: php-5.5.18RC1, php-5.6.1, php-5.6.2
# d0cb7153 19-Sep-2014 Johannes Schlüter

s/PHP 5/PHP 7/

Revision tags: php-5.4.33, php-5.5.17, php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1, php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE
# 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
# 7ef536e4 21-Aug-2014 Anatol Belski

Merge remote-tracking branch 'php/master'

Conflicts:
Zend/zend_exceptions.c


Revision tags: php-5.5.16
# e9439f62 21-Aug-2014 Dmitry Stogov

Avoid reallocation and copying

Revision tags: php-5.4.32
# 77eb6e72 17-Aug-2014 Anatol Belski

Merge branch 'master' of git.php.net:php-src

# By Veres Lajos (2) and Lior Kaplan (1)
# Via Lior Kaplan
* 'master' of git.php.net:php-src:
Correct typo in comments: 'initialize

Merge branch 'master' of git.php.net:php-src

# By Veres Lajos (2) and Lior Kaplan (1)
# Via Lior Kaplan
* 'master' of git.php.net:php-src:
Correct typo in comments: 'initialized'
typofixes
typofixes

show more ...


# 741605da 17-Aug-2014 Lior Kaplan

Merge branch 'PHP-5.6'

* PHP-5.6:
Correct typo in comments: 'initialized'

Conflicts:
ext/dom/php_dom.c
ext/spl/php_spl.c


# fac08a96 17-Aug-2014 Lior Kaplan

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
Correct typo in comments: 'initialized'


# 1504f7d6 17-Aug-2014 Lior Kaplan

Correct typo in comments: 'initialized'

# 543d5eb4 17-Aug-2014 Lior Kaplan

Merge branch 'PHP-5.6'

* PHP-5.6:
typofixes

Conflicts:
ext/spl/php_spl.c


# be2128c8 17-Aug-2014 Lior Kaplan

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
typofixes


12345678910>>...13