History log of /PHP-8.1/ext/phar/phar_object.c (Results 201 – 225 of 703)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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.

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

# b7751630 28-Jan-2015 Xinchen Hui

Merge branch 'PHP-5.6'

Conflicts:
ext/phar/phar_object.c


# 5208113a 28-Jan-2015 Xinchen Hui

Merge branch 'PHP-5.5' into PHP-5.6


# 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
# a85eb75c 16-Dec-2014 Anatol Belski

Merge remote-tracking branch 'origin/master' into native-tls

* origin/master:
fix perm again...
cleanup uneeded cast
fix bad pointer cast in ext/phar, fix segfault and fail

Merge remote-tracking branch 'origin/master' into native-tls

* origin/master:
fix perm again...
cleanup uneeded cast
fix bad pointer cast in ext/phar, fix segfault and failed tests (bigendian)

Conflicts:
ext/phar/func_interceptors.c
ext/phar/phar_object.c
sapi/apache2handler/sapi_apache2.c

show more ...


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

# 50a93357 16-Dec-2014 Anatol Belski

Merge remote-tracking branch 'origin/master' into native-tls

* origin/master:
fix perms
fix perms
PowerPC64 support in safe_address function


# 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

12345678910>>...29