History log of /PHP-7.4/ext/phar/phar_object.c (Results 76 – 100 of 281)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.6.18RC1, php-7.0.3RC1
# 13ad4d3e 14-Jan-2016 Stanislav Malyshev

Fix bug #71354 - remove UMR when size is 0


Revision tags: php-5.6.17, php-5.5.31, php-7.0.2
# 49493a2d 01-Jan-2016 Lior Kaplan

Happy new year (Update copyright to 2016)


# 618b9611 25-Dec-2015 Tom Van Looy

Remove leftovers of TSRMLS in code


Revision tags: php-7.0.2RC1, php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8, php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5, php-5.5.30, php-5.6.14, php-7.0.0RC4, php-5.6.14RC1, php-7.0.0RC3, php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45, php-5.6.13RC1, php-7.0.0RC1, php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44
# eb7ba730 04-Aug-2015 Stanislav Malyshev

virtual_file_ex uses emalloc in 5.6+


# dda81f05 04-Aug-2015 Stanislav Malyshev

Fix bug #70019 - limit extracted files to given directory


Revision tags: php-5.6.12RC1, php-7.0.0beta2, php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43
# 3bee16a7 07-Jul-2015 Stanislav Malyshev

Better fix for bug #69958


# 00f177a5 05-Jul-2015 Stanislav Malyshev

Fix bug #69958 - Segfault in Phar::convertToData on invalid file


# 885edfef 07-Jul-2015 Stanislav Malyshev

Better fix for bug #69958


# bf58162d 05-Jul-2015 Stanislav Malyshev

Fix bug #69958 - Segfault in Phar::convertToData on invalid file


# eda31f57 07-Jul-2015 Stanislav Malyshev

Better fix for bug #69958


# 61b0b803 07-Jul-2015 Stanislav Malyshev

Better fix for bug #69958


# 452d30cf 05-Jul-2015 Stanislav Malyshev

Fix bug #69958 - Segfault in Phar::convertToData on invalid file


# ed1b6487 03-Jul-2015 Aaron Piotrowski

Switch position of ce in exception ce variable names


# a812a74c 03-Jul-2015 Aaron Piotrowski

Change zend_exception_get_default() to zend_exception_ce


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


Revision tags: php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2
# 1c754f0b 12-Jun-2015 Dmitry Stogov

Get rid of more ZVAL_ZVAL() macros


# 8e10e8f9 12-Jun-2015 Dmitry Stogov

Avoid zval duplication in ZVAL_ZVAL() macro (it was necessary only in few places).
Switch from ZVAL_ZVAL() to simpler macros where possible (it makes sense to review remaining places)


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, php-5.6.8RC1, php-5.5.24RC1, 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, 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
# 920a0afb 28-Jan-2015 Xinchen Hui

Fixed bug #68901 (use after free)


# 122d7596 02-Apr-2015 Nikita Popov

Always throw TypeException on throwing zpp failures

Introduces a ZEND_PARSE_PARAMS_THROW flag for zpp, which forces to
report FAILURE errors using a TypeException instead of a Warning,

Always throw TypeException on throwing zpp failures

Introduces a ZEND_PARSE_PARAMS_THROW flag for zpp, which forces to
report FAILURE errors using a TypeException instead of a Warning,
like it would happen in strict mode.

Adds a zend_parse_parameters_throw() convenience function, which
invokes zpp with this flag.

Converts all cases I could identify, where we currently have
throwing zpp usage in constructors and replaces them with this API.
Error handling is still replaced to EH_THROW in some cases to handle
other, domain-specific errors in constructors.

show more ...


# 1018f462 30-Mar-2015 Dmitry Stogov

Patch improvement:

Removed the corresponding core code.
Fixed ext/com_dotnet and ext/date.
Refactored ext/intl changes.
Improved ext/fileinfo and ext/pdo changes.
Fixed tests.


# 64807250 30-Mar-2015 Michael Wallner

Fixed bug #64931

phar_add_file is too restrive on filename

Check for any of '/', '\\', '\0' after ".phar".


# 0922eca0 15-Mar-2015 Danack

Made Phar throw exception on bad constructor.


# c532376e 11-Mar-2015 Nikita Popov

Fix some memory leaks in WebPhar


# d25acb5f 10-Mar-2015 Xinchen Hui

Revert "Fixed phar file action failure after engine exception rfc been merged"

This reverts commit f174859acdb9d99176440a30b6608388a383de3f.


12345678910>>...12