History log of /PHP-5.5/ext/phar/phar.c (Results 51 – 75 of 131)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 78f10489 20-Nov-2010 Kalle Sommer Nielsen

Added second fix from #50987 that wasn't apart of Ilia's commit


# 3016ad46 20-Nov-2010 Ilia Alshanetsky

Fixed bug #50987 (unaligned memory access in phar.c)


# 5f1b91a6 20-Nov-2010 Ilia Alshanetsky

Fixed bug #50987 (unaligned memory access in phar.c)


Revision tags: php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1, 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
# 676a8338 03-May-2010 Ilia Alshanetsky

Fixed bug #51690 (Phar::setStub looks for case-sensitive __HALT_COMPILER())


# 813e3cf1 03-May-2010 Ilia Alshanetsky

Fixed bug #51690 (Phar::setStub looks for case-sensitive __HALT_COMPILER())


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


# dd5c478b 20-Apr-2010 Dmitry Stogov

Added concept of interned strings. All strings constants known at compile time are allocated in a single copy and never changed.


# 26b08f98 30-Mar-2010 Johannes Schlüter

Remove main/php3_compat.h, for that a few references to `function_entry` have
to be replaced by `zend_function_entry`.


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, php-5.3.1RC4, php-5.2.12RC1
# 315b9956 09-Nov-2009 Rasmus Lerdorf

Fix bug #50129


Revision tags: php-5.3.1RC3, php-5.3.1RC2
# fc4352e2 19-Oct-2009 Jani Taskinen

- It is not const in PHP_5_2 but it is in HEAD and PHP_5_3


Revision tags: oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1
# 732f4af0 26-Jul-2009 Greg Beaver

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


# e8756a3c 24-Jul-2009 Greg Beaver

begin work on making phar php6-ready


# 1723b168 23-Jul-2009 Greg Beaver

fix PHP bug #48791: open office files always reported as corrupted


Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1
# 475cf4d2 13-May-2009 Greg Beaver

fix Bug #48257: PharData throws exception with non-phar tar


Revision tags: php-5.3.0RC2
# d3438bf9 01-May-2009 Antony Dovgal

initialize ext_len


# 6289c323 30-Apr-2009 Greg Beaver

MFPECL fix PECL Bug #14646: phar error message unclear with php stream wrappers (note: is there a standard way to list PECL bugs in NEWS?)


# f2174480 29-Apr-2009 Greg Beaver

MFPECL: fix PECL bug #16338, php_stream_copy_to_stream{,_ex}()


Revision tags: php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9
# 2344d800 20-Feb-2009 Greg Beaver

fix zip access to work in all compilers, present and future, and on all arches without potential for bus errors. This removes PHAR_ZIP_PACK in favor of a safer approach


Revision tags: php-5.2.9RC3
# 625eb9e0 15-Feb-2009 Greg Beaver

fix remaining big-endian issues with phar


Revision tags: php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# 6ca15bfe 02-Jan-2009 Ilia Alshanetsky

Fixed a possible crash when phar_create_signature() fails


123456