History log of /php-src/ext/phar/phar_object.c (Results 151 – 175 of 729)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-7.1.8RC1, php-7.2.0beta1, php-7.0.22RC1, php-5.6.31, php-7.0.21, php-7.1.7, php-7.2.0alpha3, php-7.1.7RC1, php-7.0.21RC1, php-7.2.0alpha2, php-7.1.6, php-7.2.0alpha1, php-7.0.20
# 2a64f548 29-May-2017 Joe Watkins

Merge branch 'PHP-7.1'

* PHP-7.1:
Fix Bug #74386Phar::__construct(): wrong number of parameters by reflection


Revision tags: php-7.1.6RC1, php-7.0.20RC1, php-7.1.5, php-7.0.19
# d6922ef8 06-May-2017 Fabien Villepinte

Fix Bug #74386Phar::__construct(): wrong number of parameters by reflection

# 2dee44c7 10-May-2017 Fabien Villepinte

Fix Bug #74386 Phar::__construct(): wrong number of parameters by reflection

# 27e7aea4 25-May-2017 Dmitry Stogov

"Countable" interface is moved from SPL to Core

# 627f8701 02-May-2017 Anatol Belski

Merge branch 'PHP-7.1'

* PHP-7.1:
Fixed bug #51918 Phar::webPhar() does not handle requests sent through PUT and DELETE method


# 64adba3b 02-May-2017 Anatol Belski

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Fixed bug #51918 Phar::webPhar() does not handle requests sent through PUT and DELETE method


Revision tags: php-7.0.19RC1, php-7.1.5RC1
# c0c08719 21-Apr-2017 Christian Weiske

Fixed bug #51918 Phar::webPhar() does not handle requests sent through PUT and DELETE method

phar: Support DELETE, HEAD and PUT HTTP methods in Phar::webPhar

Up to now only GET and

Fixed bug #51918 Phar::webPhar() does not handle requests sent through PUT and DELETE method

phar: Support DELETE, HEAD and PUT HTTP methods in Phar::webPhar

Up to now only GET and POST requests could be handled with Phar::webPhar(),
which is insufficient for today's REST APIs.
This patch expands the list of supported HTTP methods.

show more ...

Revision tags: php-7.1.4, php-7.0.18
# a9fdf3d6 07-Apr-2017 Mitch Hagstrand

Fix for Bug 74196: PharData->decompress() does not correctly support dot names

1. Fixed phar_rename_archive to no longer remove everything after a "." in the filename
2. Removed unused "

Fix for Bug 74196: PharData->decompress() does not correctly support dot names

1. Fixed phar_rename_archive to no longer remove everything after a "." in the filename
2. Removed unused "zend_bool compress" parameter
3. Added Test
4. Fixed tests that had a work around for this problem

show more ...

# b0f9dba2 10-Apr-2017 Joe Watkins

Merge branch 'PHP-7.1'

* PHP-7.1:
Fix of Bug #74383: Wrong reflection on Phar::running


# 9fe4d2d9c 10-Apr-2017 Joe Watkins

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Fix of Bug #74383: Wrong reflection on Phar::running


# d9a05807 09-Apr-2017 Mitch Hagstrand

Fix of Bug #74383: Wrong reflection on Phar::running

# 775afd5e 09-Apr-2017 Mitch Hagstrand

Fix of Bug #74383: Wrong reflection on Phar::running

Revision tags: php-7.1.4RC1, php-7.0.18RC1, php-7.1.3, php-7.0.17, php-7.1.3RC1, php-7.0.17RC1, php-7.1.2, php-7.0.16, php-7.0.16RC1, php-7.1.2RC1, php-5.6.30, php-7.0.15, php-5.6.30RC1, php-7.1.1RC1, php-7.0.15RC1
# dac6c639 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017

# 478f119a 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017

# 9e29f841 02-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017

# 758af77e 22-Dec-2016 Anatol Belski

Path handling related refactorings

Primarily related to the path handling datatypes, to avoid unnecessary
casts, where possible. Also some rework to avoid code dup. Probably
more pla

Path handling related refactorings

Primarily related to the path handling datatypes, to avoid unnecessary
casts, where possible. Also some rework to avoid code dup. Probably
more places are to go, even not path related, primarily to have less
casts and unsigned integers where possible. That way, we've not only
less warnings and casts, but are also safer with regard to the
integer overflows. OFC it's not a panacea, but still significantly
reduces the vulnerability potential.

show more ...

Revision tags: php-7.1.1, php-5.6.29, php-7.0.14, php-7.1.0
# b204b3ab 26-Nov-2016 Anatol Belski

further normalizations, uint vs uint32_t

fix merge mistake

yet one more replacement run

# b1ff0c52 25-Nov-2016 Stanislav Malyshev

Fix more size_t/int implicit conversions

Now the conversions are explicit and do checks. Not sure it's
the best way but at least we can see them now in the open.

# fe994fd9 25-Nov-2016 Stanislav Malyshev

Fix int/size_t confusion in isValidPharFilename (bug #73580)

# f9a80a0a 25-Nov-2016 Stanislav Malyshev

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Fix more size_t/int implicit conversions


# 8be94d46 25-Nov-2016 Stanislav Malyshev

Fix more size_t/int implicit conversions

Now the conversions are explicit and do checks. Not sure it's
the best way but at least we can see them now in the open.

# bcc913fa 25-Nov-2016 Stanislav Malyshev

Fix int/size_t confusion in isValidPharFilename (bug #73580)

# 7010547c 25-Nov-2016 Stanislav Malyshev

Fix more size_t/int implicit conversions

Now the conversions are explicit and do checks. Not sure it's
the best way but at least we can see them now in the open.

# 2cc3df32 25-Nov-2016 Stanislav Malyshev

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Fix int/size_t confusion in isValidPharFilename (bug #73580)


# cb6bcaa6 25-Nov-2016 Stanislav Malyshev

Fix int/size_t confusion in isValidPharFilename (bug #73580)

12345678910>>...30