History log of /PHP-7.2/ext/phar/phar_object.c (Results 76 – 100 of 245)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


Revision tags: php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE
# 4d997f63 25-Aug-2014 Anatol Belski

master renames phase 3


# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1


Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16
# 888ef26c 20-Aug-2014 Anatol Belski

yet trivial fixes


Revision tags: php-5.4.32
# 8704e392 19-Aug-2014 Anatol Belski

ported ext/phar


# 63d3f0b8 19-Aug-2014 Anatol Belski

basic macro replacements, all at once


# d790eceb 16-Aug-2014 Xinchen Hui

Fixed version id


# 617b1759 15-Aug-2014 Xinchen Hui

Better version checking


Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE
# 243383a8 14-Aug-2014 Dmitry Stogov

Fixed windows build


Revision tags: php-5.6.0RC4, php-5.3.29
# 01c8aee7 13-Aug-2014 Dmitry Stogov

cleanup


Revision tags: php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1
# e65e013e 08-Jul-2014 Christian Weiske

Fix bug #67587: Redirection loop on nginx with FPM

Redirection will work correctly as long as PATH_INFO is available,
e.g. via the following nginx configuration:

set $path_i

Fix bug #67587: Redirection loop on nginx with FPM

Redirection will work correctly as long as PATH_INFO is available,
e.g. via the following nginx configuration:

set $path_info $fastcgi_path_info;
fastcgi_param PATH_INFO $path_info;

show more ...


# 0bf50a83 08-Jul-2014 Christian Weiske

Fix bug #67587: Redirection loop on nginx with FPM

Redirection will work correctly as long as PATH_INFO is available,
e.g. via the following nginx configuration:

set $path_i

Fix bug #67587: Redirection loop on nginx with FPM

Redirection will work correctly as long as PATH_INFO is available,
e.g. via the following nginx configuration:

set $path_info $fastcgi_path_info;
fastcgi_param PATH_INFO $path_info;

show more ...


12345678910