History log of /PHP-7.4/ext/phar/phar.c (Results 51 – 75 of 237)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 9e29f841 02-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# e5246580 01-Jan-2017 Stanislav Malyshev

Fix bug #73773 - Seg fault when loading hostile phar


# b28b8b2f 30-Dec-2016 Stanislav Malyshev

Fix bug #73768 - Memory corruption when loading hostile phar


# ca46d0ac 30-Dec-2016 Stanislav Malyshev

Fix int overflows in phar (bug #73764)


# 5004ae2b 13-Dec-2016 Sara Golemon

Silence warning from unhandled enum

(cherry picked from commit 57bbe2c140752f491b1fa24336b817bd48f65a93)


# 2f9e928a 11-Dec-2016 Anatol Belski

fix leaking streams and memory mapped files

(cherry picked from commit f1ff23095b1a4fe6d6a65331dda7832ae02eb1a1)


# 587f1b24 13-Dec-2016 Sara Golemon

Silence warning from unhandled enum

(cherry picked from commit 57bbe2c140752f491b1fa24336b817bd48f65a93)


# 9cdf64c2 11-Dec-2016 Anatol Belski

fix leaking streams and memory mapped files

(cherry picked from commit f1ff23095b1a4fe6d6a65331dda7832ae02eb1a1)


# 57bbe2c1 13-Dec-2016 Sara Golemon

Silence warning from unhandled enum


# f1ff2309 11-Dec-2016 Anatol Belski

fix leaking streams and memory mapped files


# b204b3ab 26-Nov-2016 Anatol Belski

further normalizations, uint vs uint32_t

fix merge mistake

yet one more replacement run


# adc95c51 23-Jun-2016 Dmitry Stogov

Fixed compilation warnings


# 323b2733 21-Jun-2016 Dmitry Stogov

Fixed compilation warnings


# 72281f29 21-Mar-2016 Stanislav Malyshev

Fix bug #71860: Require valid paths for phar filenames


# 1e9b1752 21-Mar-2016 Stanislav Malyshev

Fix bug #71860: Require valid paths for phar filenames


# 1ac15293 03-Mar-2016 Nikita Popov

Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE

Also re bug #71575.


# 0445abd5 18-Feb-2016 Anatol Belski

Fixed bug #71625 Crash in php7.dll with bad phar filename


# e93c2805 29-Jan-2016 Rouven Weßling

Replace usage of php_uint16 with uint16_t


# a61029b1 28-Jan-2016 Rouven Weßling

Replace usage of php_int32 and php_uint32 with int32_t and uint32_t


# 93dc91b3 30-Jan-2016 Nikita Popov

Remove version checks

PHP_VERSION_ID
PHP_API_VERSION
ZEND_MODULE_API_NO
PHP_MAJOR_VERSION, PHP_MINOR_VERSION
ZEND_ENGINE_2

I've left litespeed alone, as it seems to

Remove version checks

PHP_VERSION_ID
PHP_API_VERSION
ZEND_MODULE_API_NO
PHP_MAJOR_VERSION, PHP_MINOR_VERSION
ZEND_ENGINE_2

I've left litespeed alone, as it seems to genuinely maintain support
for many PHP versions.

show more ...


# 2eb47286 30-Jan-2016 Nikita Popov

Remove HAVE_SPL checks

SPL is always built.

Also clean up spl_ce_RuntimeException handling in PDO.


# 49493a2d 01-Jan-2016 Lior Kaplan

Happy new year (Update copyright to 2016)


Revision tags: 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, php-5.6.12RC1, php-7.0.0beta2, php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43
# 12ff9557 05-Jul-2015 Stanislav Malyshev

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


# 6dedeb40 05-Jul-2015 Stanislav Malyshev

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


Revision tags: php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2
# b27bcd90 19-Jun-2015 Dominic

Cleaned white spaces in PHP_INI definition of phar

Removes unnecessary white spaces.


12345678910