History log of /PHP-7.4/ext/phar/phar_object.c (Results 101 – 125 of 281)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f174859a 09-Mar-2015 Reeze Xia

Fixed phar file action failure after engine exception rfc been merged


# 47f2e42f 09-Mar-2015 Xinchen Hui

Remove PHAR_GLOBALS (make it respect ZEND_ENABLE_STATIC_TSRMLS_CACHE)


# 2fa8d67a 03-Mar-2015 Dmitry Stogov

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


# b2cf3f06 28-Jan-2015 Xinchen Hui

Fixed bug #68901 (use after free)


Revision tags: php-5.5.21, php-5.6.5, php-5.4.37
# ad32e033 18-Jan-2015 Xinchen Hui

Fixed bug #68814 (Unchecked return value)


# 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


Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4
# 53c8b180 16-Dec-2014 Remi Collet

fix perm again...


# 5c0e1185 16-Dec-2014 Remi Collet

fix bad pointer cast in ext/phar, fix segfault and failed tests (bigendian)


# 62691b2d 16-Dec-2014 Remi Collet

fix perms


# bdeb220f 13-Dec-2014 Anatol Belski

first shot remove TSRMLS_* things


Revision tags: php-5.6.4RC1, php-5.5.20RC1
# 094d409b 22-Nov-2014 Guilherme Blanco

Removed ZEND_ACC_FINAL_CLASS which is unnecessary. This also fixed some currently defined classes as final which were just not being considered as such before.


Revision tags: php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1, php-5.5.18, php-5.4.34, php-5.5.18RC1, php-5.6.1, php-5.6.2
# 3bc8a958 19-Sep-2014 Dmitry Stogov

Fixed useless or duplicated IS_INTERNED() checks


# 6beb91c2 18-Sep-2014 Anatol Belski

avoid repeated strlen usage


Revision tags: php-5.4.33, php-5.5.17
# 041302a8 14-Sep-2014 Anatol Belski

reduce struct size by 8 byte on 64 bit


Revision tags: php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1
# f4e04b9f 28-Aug-2014 Anatol Belski

fix phar copy-on-write


# 9f1b68ed 28-Aug-2014 Anatol Belski

fix incompatible pointer


# de4282fa 28-Aug-2014 Xinchen Hui

Revert "Fixed incompatible pointer type"

This reverts commit 007406c775b527a334a0964a624810afeb599ed5.


# 007406c7 28-Aug-2014 Xinchen Hui

Fixed incompatible pointer type


# 1e3e9e0b 27-Aug-2014 Anatol Belski

's' and size_t - fix some invalid pointers and the remaining ext/mcrypt parts


# 6db8d4f8 27-Aug-2014 Anatol Belski

's' works with size_t round 3


# 32344808 27-Aug-2014 Anatol Belski

first show to make 's' work with size_t


12345678910>>...12