History log of /php-src/ext/phar/phar_object.c (Results 301 – 325 of 729)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-5.5.0RC1, php-5.3.25, php-5.4.15, php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1, php-5.4.14, php-5.3.24, php-5.5.0beta3, php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2, php-5.5.0beta1, php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1, php-5.3.22, php-5.5.0alpha5, php-5.4.12
# fcc6611d 16-Feb-2013 Nikita Popov

Add support for non-scalar Iterator keys in foreach

RFC: https://wiki.php.net/rfc/foreach-non-scalar-keys

Revision tags: php-5.3.22RC2, php-5.4.12RC2, php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4, php-5.3.21, php-5.4.11, php-5.5.0alpha3
# c2f8e905 06-Jan-2013 Xinchen Hui

Merge branch 'PHP-5.3' into PHP-5.4


# bc11e6fd 06-Jan-2013 Xinchen Hui

bump year

Revision tags: php-5.3.21RC1, php-5.4.11RC1, php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1, php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1, php-5.3.17, php-5.4.7, php-5.4.7RC1
# b0dbf714 21-Aug-2012 Felipe Pena

Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
- Removed PHP 6 checks


# 85fa4d77 21-Aug-2012 Felipe Pena

- Removed PHP 6 checks

Revision tags: php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5, php-5.3.15, php-5.3.15RC1, php-5.4.5RC1, php-5.3.14, php-5.4.4, php-5.3.14RC2, php-5.4.4RC2, php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3, php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1, php-5.3.11RC2, php-5.4.1RC2, php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1
# d256caf7 02-Mar-2012 Nikita Popov

Merge: Fix bug #61184 Phar::webPhar() generates headers with trailing NUL bytes

Revision tags: php-5.4.0
# daa190f8 18-Feb-2012 Nikita Popov

Fix headers generated by phar

sapi_header_line.line_len is the length without null terminator, so one has to
take sizeof - 1. This fixes some test failures as the NUL bytes were causing

Fix headers generated by phar

sapi_header_line.line_len is the length without null terminator, so one has to
take sizeof - 1. This fixes some test failures as the NUL bytes were causing
warnings.

Needs to be merged to 5.4.

show more ...

Revision tags: php-5.4.0RC8, php-5.3.10, php-5.4.0RC7, php-5.4.0RC6, php-5.3.9, php-5.4.0RC5
# e4ca0ed0 01-Jan-2012 Felipe Pena

- Year++

# 4e198252 01-Jan-2012 Felipe Pena

- Year++

Revision tags: php-5.3.9RC4, php-5.4.0RC4, php-5.3.9RC3, php-5.4.0RC3, php-5.3.9RC2, php-5.4.0RC2, php-5.4.0RC1, php-5.3.9RC1, php-5.4.0beta2, php-5.4.0beta1
# 4a25a774 13-Sep-2011 Dmitry Stogov

Fixed ZE specific compile warnings (Bug #55629)

Revision tags: yaf-2.1.0, php-5.3.8, php-5.3.7, php-5.3.7RC5
# 14887040 09-Aug-2011 Ilia Alshanetsky

Make static analyzers happy

# 47632aa7 09-Aug-2011 Ilia Alshanetsky

Make static analyzers happy

# 4c2e6c1c 07-Aug-2011 Xinchen Hui

Initialize variable with fixed value for avoiding compile warnings

# cc42ac9d 07-Aug-2011 Xinchen Hui

Initialize variable with fixed value for avoiding compile warnings

Revision tags: php-5.4.0alpha3, php-5.3.7RC4
# 2df7afeb 25-Jul-2011 Felipe Pena

- Revert accidental change

# 23e43859 25-Jul-2011 Felipe Pena

- Make usage of new PHP_FE_END macro

# 4b30846b 25-Jul-2011 Felipe Pena

- Make usage of new PHP_FE_END macro

Revision tags: php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1
# 3964ddd1 18-Jun-2011 Felipe Pena

- Added missing void param checks, and fix arginfo

# 8c3335b9 18-Jun-2011 Felipe Pena

- Added missing void param checks, and fix arginfo

# ebf9db55 18-Jun-2011 Felipe Pena

- Added missing arginfos for void params and void param checks

# 2b309c8f 18-Jun-2011 Felipe Pena

- Added missing arginfos for void params and void param checks

Revision tags: php-5.3.7RC1
# 4929964a 26-Mar-2011 Felipe Pena

- Fixed bug #54395 (Phar::mount() crashes when calling with wrong parameters)

# 3acdca47 26-Mar-2011 Felipe Pena

- Fixed bug #54395 (Phar::mount() crashes when calling with wrong parameters)

Revision tags: php-5.3.6
# 6da18ca9 14-Mar-2011 Felipe Pena

- Missing fixes for bug #54247

# 0be5ca5b 14-Mar-2011 Felipe Pena

- Missing fixes for bug #54247

1...<<11121314151617181920>>...30