History log of /PHP-8.0/ext/phar/phar_object.c (Results 226 – 250 of 311)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2
# 1fed0e5a 19-Nov-2010 Kalle Sommer Nielsen

Kill some more constness warnings in com_dotnet/phar/standard


Revision tags: php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# 107f9163 23-Sep-2010 Adam Harvey

Fix up the vim folds in phar_object.c and add a note that the two prototypes
before Phar::__construct() are actually valid and not a mistake, per bug
#52909.


# a89b9710 23-Sep-2010 Adam Harvey

Fix up the vim folds in phar_object.c and add a note that the two prototypes
before Phar::__construct() are actually valid and not a mistake, per bug
#52909.


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# 3283b811 27-Apr-2010 Hannes Magnusson

- Unifiy that message
- Mention php.ini


# 8ba86768 27-Apr-2010 Hannes Magnusson

- Unifiy that message
- Mention php.ini


# cb303308 26-Apr-2010 Kalle Sommer Nielsen

Merge safe_mode changes into extensions that are in sync in both branches


# dd8e59da 26-Apr-2010 Kalle Sommer Nielsen

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore

show more ...


# 267b5cea 25-Apr-2010 Hannes Magnusson

mention which setting!


# b25baf17 25-Apr-2010 Hannes Magnusson

mention which setting!


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1, php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1
# d7f50ac2 13-Nov-2009 Greg Beaver

fix PHP Bug #49938: Phar::isBuffering() returns inverted value


Revision tags: php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1
# 9e253ac6 29-Jul-2009 Felipe Pena

- Fixed memleak on Phar::mungServer()


# e29bccaa 29-Jul-2009 Greg Beaver

make phar tests pass in php 5.2, prepare for release of pecl/phar 2.0.0, merge Gwynne's TSRM fix to phar_object.c to other branches


# 1d502489 26-Jul-2009 Greg Beaver

make cache_list tests pass in php 6


# e8d80c8b 26-Jul-2009 Greg Beaver

fix buildFromIterator with filesystem iterator in php 6


# 96dd763d 26-Jul-2009 Greg Beaver

fix generation of phar.phar in php 6, fix remaining tests broken by PHP 6 (and not by spl/other stuff in php6)


# 732f4af0 26-Jul-2009 Greg Beaver

re-organize slightly, fix more php6-only compile warnings in php_stream_copy_to_mem


# cfbd6d85 25-Jul-2009 Greg Beaver

more php6 fixes for phar, fix more tests


# e8756a3c 24-Jul-2009 Greg Beaver

begin work on making phar php6-ready


# 96740db9 24-Jul-2009 Greg Beaver

fix PHAR_ARG_INFO #define to work with PHP major versions > 5


# d68cc96e 24-Jul-2009 Greg Beaver

merge unmerged changes between branches, remove unnecessary test for zip signature failure in badparameters.phpt


# 42e0e5df 24-Jul-2009 Greg Beaver

fix signature generation/validation for zip archives by phar extension, fix a few edge cases where memory was leaked on error conditions by missing efree()


# 115e370d 23-Jul-2009 Greg Beaver

fix PHP Bug #48377: error message unclear on converting phar with existing file


Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3
# fb86c3f7 05-Jun-2009 Greg Beaver

MFH: fixed isset() on sub-directories (isset("blah") if file "blah/foo.php" exists)


Revision tags: php-5.2.10RC1
# 1c30b43e 24-May-2009 Greg Beaver

MFH: fix potential segfault when converting phars with metadata to other formats, add test


Revision tags: php-5.3.0RC2
# 6f101e7c 05-May-2009 Greg Beaver

remove precautionary #ifdef - the problem was fixed by moving the efree inside the zend_try block


12345678910>>...13