#
1b47fcfd |
| 27-Apr-2010 |
Ilia Alshanetsky |
Fixed string format validation inside phar extension. Reported by Stefan Esser
|
#
3283b811 |
| 27-Apr-2010 |
Hannes Magnusson |
- Unifiy that message - Mention php.ini
|
#
8ba86768 |
| 27-Apr-2010 |
Hannes Magnusson |
- Unifiy that message - Mention php.ini
|
#
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, 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 |
|
#
66908185 |
| 26-Jul-2009 |
Greg Beaver |
fix basic phar test issues, failing tests phar_oo_009.phpt and phar_buildfromiterator10.phpt are due to bugs in Spl
|
#
e8756a3c |
| 24-Jul-2009 |
Greg Beaver |
begin work on making phar php6-ready
|
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, php-5.3.0RC2, php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1 |
|
#
fd5be66d |
| 03-Feb-2009 |
Greg Beaver |
fix bug #47085:rename() returns true even if the file in PHAR does not exist
|
Revision tags: php-5.3.0beta1 |
|
#
08659c2d |
| 31-Dec-2008 |
Sebastian Bergmann |
MFH: Bump copyright year, 3 of 3.
|
Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3, php-5.2.7RC2 |
|
#
60969b53 |
| 11-Oct-2008 |
Greg Beaver |
fix links for fseek as well
|
#
59379244 |
| 11-Oct-2008 |
Greg Beaver |
fix reading links from streams (works with PharFileInfo->getContent())
|
Revision tags: php-5.2.7RC1 |
|
#
e1d0a964 |
| 26-Sep-2008 |
Greg Beaver |
fix 017.phpt in streams.c, and very dangerous intercepting of file functions in all cases introduced in multi-threaded fix
|
#
9eb83b6a |
| 13-Sep-2008 |
Greg Beaver |
fix minor issues found by ICC (unused variables and the like)
|
#
eec1cf5f |
| 31-Aug-2008 |
Greg Beaver |
merge from pecl/phar strlen optimizations
|
#
6ac2c92e |
| 31-Aug-2008 |
Greg Beaver |
2 fixes, merge minor fixes from pecl/phar. Merge in corrected fix from pecl/phar for is_tar setting of tar_type
|
#
3ebb94f6 |
| 30-Aug-2008 |
Greg Beaver |
sync with pecl/phar, this does not change any functionality in PHP 5.3, but makes syncing easier. This commit is only functional changes, WS will be next
|
#
c3e84859 |
| 21-Aug-2008 |
Greg Beaver |
fix bug #45792: bz2 compressed files in zip failure
|
Revision tags: php-4.4.9 |
|
#
33f48b80 |
| 01-Aug-2008 |
Dmitry Stogov |
Fixed bug #44100 (Inconsistent handling of static array declarations with duplicate keys)
|
#
4e5280a7 |
| 01-Aug-2008 |
Steph Fox |
- ws/cs, macros, code that only affects other branches - some unsynced changes need valgrind testing before they can go into this branch, see PECL/HEAD
|
Revision tags: php-5.3.0alpha1 |
|
#
b53da9cd |
| 29-Jul-2008 |
Antony Dovgal |
fix folding
|
Revision tags: php-4.4.9RC1 |
|
#
68537af5 |
| 20-Jul-2008 |
Dmitry Stogov |
Fixed directory reanming/deletion
|
#
529ac539 |
| 18-Jul-2008 |
Dmitry Stogov |
Fixed access to freed memory
|
#
478234b2 |
| 10-Jul-2008 |
Dmitry Stogov |
Fixed wrong refcount updates
|
#
37c684ab |
| 27-Jun-2008 |
Greg Beaver |
in preparation for a performance optimization that involves eliminating phar's interception of zend_compile in favor of a new to-be-added hook in PHP 5.3+, allow "include 'phar:///path/to/my.
in preparation for a performance optimization that involves eliminating phar's interception of zend_compile in favor of a new to-be-added hook in PHP 5.3+, allow "include 'phar:///path/to/my.phar';" to work as equivalent to php /path/to/my.phar this slight change in scripting still allows inclusion and execution of phar stub, but removes the need to check and modify path in zend_compile, which allows us to play much nicer with external tools like debuggers/opcode caches
show more ...
|
#
cbe23b9f |
| 18-Jun-2008 |
Greg Beaver |
fix windows build and more performance jumps (these are minor) implement real copy-on-write use virtual_dirs for wrapper stat
|