#
31f3c2ad |
| 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 |
|
#
401bb9ed |
| 21-Feb-2009 |
Greg Beaver |
MFB: cosmetics: remove two unreachable return statements, removes warning in sun cc |
#
bd74089a |
| 21-Feb-2009 |
Greg Beaver |
cosmetics: remove two unreachable return statements, removes warning in sun cc |
Revision tags: php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1 |
|
#
08659c2d |
| 31-Dec-2008 |
Sebastian Bergmann |
MFH: Bump copyright year, 3 of 3. |
#
7f4dc870 |
| 31-Dec-2008 |
Sebastian Bergmann |
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 |
|
#
fc2fb50d |
| 17-Nov-2008 |
Felipe Pena |
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro |
#
43791516 |
| 17-Nov-2008 |
Felipe Pena |
- Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) |
Revision tags: BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3 |
|
#
7a37fa2d |
| 02-Nov-2008 |
Felipe Pena |
- Revert ZEND_BEGIN_ARG_INFO change |
#
e006a89e |
| 02-Nov-2008 |
Felipe Pena |
- Revert ZEND_BEGIN_ARG_INFO change |
#
32922907 |
| 26-Oct-2008 |
Greg Beaver |
MFB: 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
MFB: 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 ...
|
#
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 ...
|
#
df100055 |
| 24-Oct-2008 |
Felipe Pena |
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro |
#
7eb27154 |
| 24-Oct-2008 |
Felipe Pena |
- Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro |
Revision tags: php-5.2.7RC2 |
|
#
15fc837b |
| 12-Oct-2008 |
Greg Beaver |
MFB: fix incorrect key for Phar destructor |
#
114861e3 |
| 12-Oct-2008 |
Greg Beaver |
fix incorrect key for Phar destructor |
#
c448cb16 |
| 12-Oct-2008 |
Greg Beaver |
MFB: 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 th
MFB: 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 ...
|
#
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 ...
|
#
10d023be |
| 12-Oct-2008 |
Greg Beaver |
MFB: add new test for copy-on-write, fix copy-on-write for Phar/PharFileInfo methods |
#
261d300a |
| 12-Oct-2008 |
Greg Beaver |
add new test for copy-on-write, fix copy-on-write for Phar/PharFileInfo methods |
Revision tags: php-5.2.7RC1 |
|
#
a4f39f7f |
| 09-Oct-2008 |
Greg Beaver |
MFB: fix bug #45907: undefined reference to PHP_SHA512Init |
#
fffdf661 |
| 09-Oct-2008 |
Greg Beaver |
fix bug #45907: undefined reference to PHP_SHA512Init |
#
8db86ad1 |
| 13-Sep-2008 |
Greg Beaver |
MFB: fix minor issues found by ICC (unused variables and the like) |
#
9eb83b6a |
| 13-Sep-2008 |
Greg Beaver |
fix minor issues found by ICC (unused variables and the like) |
#
6391270b |
| 11-Sep-2008 |
Greg Beaver |
MFPHP5: fix Bug #46032: PharData::__construct wrong memory read |
#
e7b6fe1b |
| 11-Sep-2008 |
Greg Beaver |
fix Bug #46032: PharData::__construct wrong memory read |