History log of /PHP-7.4/ext/phar/phar.c (Results 76 – 100 of 237)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 3e88d610 05-Jul-2015 Stanislav Malyshev

Fix bug #69923 - Buffer overflow and stack smashing error in phar_fix_filepath


# b874f1a7 02-Jul-2015 Dmitry Stogov

Cleanup (avoid reallocation)


# 4a2e40bb 30-Jun-2015 Dmitry Stogov

Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).


# 9c07ae63 19-Jun-2015 Dominic

Cleaned white spaces in PHP_INI definition of phar

Removes unnecessary white spaces.


Revision tags: 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
# be504995 15-Apr-2015 Xinchen Hui

Fixed warnings


# cee97220 14-Apr-2015 Dmitry Stogov

Fixed recently introduced memory leak


# dfffa0ba 14-Apr-2015 Dmitry Stogov

Fixed recently introduced memory leak


# 12d3bdee 11-Apr-2015 Stanislav Malyshev

Additional fix for bug #69324

Not so happy about duplication but needed due to bug #69429


# 9faaee66 05-Apr-2015 Stanislav Malyshev

Fixed bug #69324 (Buffer Over-read in unserialize when parsing Phar)


Revision tags: php-5.6.8RC1, php-5.5.24RC1, php-5.6.7, php-5.5.23, php-5.4.39
# 47f2e42f 09-Mar-2015 Xinchen Hui

Remove PHAR_GLOBALS (make it respect ZEND_ENABLE_STATIC_TSRMLS_CACHE)


Revision tags: 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.


Revision tags: php-5.6.6, php-5.5.22, php-5.4.38
# af3ca745 16-Feb-2015 Anatol Belski

made ZEND_TSRMLS_CACHE_* macros look like function calls

which also comply with the current semantics for such macros


Revision tags: 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


# 0579e827 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


# 6b20895c 29-Dec-2014 Dmitry Stogov

Use HashTable.u.flags instead of HashTable.arHash to check if HashTable is properly initialized


# 2d212b42 23-Dec-2014 Nikita Popov

Drop duplicate arg from hash_get_current_key_ex


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, php-5.6.3RC1, php-5.5.19RC1
# 37d5a2b1 20-Oct-2014 Anatol Belski

initialize lineno before calling compile file file in phar


# 7f1107de 16-Oct-2014 Anatol Belski

converted ext/ereg, ext/phar and ext/pgsql for static tsrmls usage


Revision tags: php-5.5.18
# c00424e4 15-Oct-2014 Anatol Belski

bring back all the TSRMLS_FETCH() stuff

for better comparability with the mainstream


Revision tags: php-5.4.34
# d58b7062 05-Oct-2014 Anatol Belski

properly export tsrm_strtok_r()

for this particular case fixing phar shared build, but for the
general usage anyway


Revision tags: php-5.5.18RC1, php-5.6.1
# fa2b009d 26-Sep-2014 Anatol Belski

cleanup TSRMLS_FETCH in ext/phar


Revision tags: php-5.6.2
# d8de53d4 19-Sep-2014 Anatol Belski

avoid unnecessary strlen calls in loop


12345678910