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
|
#
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 |
|
#
6ca3ad3f |
| 04-Nov-2008 |
Marcus Boerger |
- MFH We only rely on hash if it is built-in
|
#
582cdf9a |
| 04-Nov-2008 |
Marcus Boerger |
- MFH Add hash dependency at module source level
|
#
86f8d0a8 |
| 26-Oct-2008 |
Greg Beaver |
fix several errors found by valgrind 1 - entry metadata not properly processed or retrieved from cached phars 2 - copy on write was using a void return value instead of int, a dangerous overs
fix several errors found by valgrind 1 - entry metadata not properly processed or retrieved from cached phars 2 - copy on write was using a void return value instead of int, a dangerous oversight in phar_update_cached_entry 3 - metadata creation in entries for cached phars was causing an invalid read
show more ...
|
Revision tags: php-5.2.7RC2 |
|
#
8b793f42 |
| 12-Oct-2008 |
Antony Dovgal |
MFH: fix ZTS build
|
#
e16636f0 |
| 12-Oct-2008 |
Greg Beaver |
add tests for copy-on-write support - fix metadata handling with cached phars - fix virtual_dirs with rmdir - ensure that after copy-on-write, all existing Phar objects link to the new
add tests for copy-on-write support - fix metadata handling with cached phars - fix virtual_dirs with rmdir - ensure that after copy-on-write, all existing Phar objects link to the newly copied phar data
show more ...
|
Revision tags: php-5.2.7RC1 |
|
#
fffdf661 |
| 09-Oct-2008 |
Greg Beaver |
fix bug #45907: undefined reference to PHP_SHA512Init
|
#
dcc919c4 |
| 30-Sep-2008 |
Greg Beaver |
fix Bug #46194: SIGSEGV when requested file is not found
|
#
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
|
#
18477792 |
| 26-Sep-2008 |
Greg Beaver |
fix bug #46178: memory leak in ext/phar
|
#
9eb83b6a |
| 13-Sep-2008 |
Greg Beaver |
fix minor issues found by ICC (unused variables and the like)
|
#
7b74a771 |
| 31-Aug-2008 |
Steph Fox |
- cs, update package files following RC1 (just to keep it all in sync)
|
#
642f6aa6 |
| 31-Aug-2008 |
Greg Beaver |
remove superfluous double variable declaration, merge from pecl/phar
|
#
f679e900 |
| 31-Aug-2008 |
Greg Beaver |
remove orphaned code, merge from pecl/phar
|
#
5c374902 |
| 31-Aug-2008 |
Greg Beaver |
remove unused variables, merge from pecl/phar
|