470 Commits (3234480827b27ff5d3469a732167afd289632a96)

Author SHA1 Message Date
Greg Beaver 96dd763df4 fix generation of phar.phar in php 6, fix remaining tests broken by PHP 6 (and not by spl/other stuff in php6) 17 years ago
Greg Beaver 23f7807148 fix generation of phar.phar in php 6, fix remaining tests broken by PHP 6 (and not by spl/other stuff in php6) 17 years ago
Greg Beaver 732f4af082 re-organize slightly, fix more php6-only compile warnings in php_stream_copy_to_mem 17 years ago
Greg Beaver 9a677532db re-organize slightly, fix more php6-only compile warnings in php_stream_copy_to_mem 17 years ago
Greg Beaver cfbd6d852f more php6 fixes for phar, fix more tests 17 years ago
Greg Beaver fba6dd1cbf more php6 fixes for phar, fix more tests 17 years ago
Greg Beaver d39fda5ff7 begin work on making phar php6-ready 17 years ago
Greg Beaver e8756a3c3c begin work on making phar php6-ready 17 years ago
Greg Beaver 96740db9ab fix PHAR_ARG_INFO #define to work with PHP major versions > 5 17 years ago
Greg Beaver 54b20e7d01 fix PHAR_ARG_INFO #define to work with PHP major versions > 5 17 years ago
Greg Beaver c92396a82c merge unmerged changes between branches, remove unnecessary test for zip signature failure in badparameters.phpt 17 years ago
Greg Beaver d68cc96ebd merge unmerged changes between branches, remove unnecessary test for zip signature failure in badparameters.phpt 17 years ago
Greg Beaver 2a0668d57b 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() 17 years ago
Greg Beaver 42e0e5dfb7 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() 17 years ago
Greg Beaver 09072ae3df fix PHP Bug #48377: error message unclear on converting phar with existing file 17 years ago
Greg Beaver 115e370d6e fix PHP Bug #48377: error message unclear on converting phar with existing file 17 years ago
Greg Beaver fb86c3f7a2 MFH: fixed isset() on sub-directories (isset("blah") if file "blah/foo.php" exists) 17 years ago
Greg Beaver 9948c520ca fixed isset() on sub-directories (isset('blah') if file 'blah/foo.php' exists) 17 years ago
Greg Beaver 1c30b43e50 MFH: fix potential segfault when converting phars with metadata to other formats, add test 17 years ago
Greg Beaver ce8cc1c99d fix potential segfault when converting phars with metadata to other formats, add test 17 years ago
Greg Beaver a7e1d6e5c5 MFB: remove precautionary #ifdef - the problem was fixed by moving the efree inside the zend_try block 17 years ago
Greg Beaver 6f101e7c06 remove precautionary #ifdef - the problem was fixed by moving the efree inside the zend_try block 17 years ago
Greg Beaver 60ed684852 MFB: disable mysterious segfault on PHP 5.3 (5.2 not affected) 17 years ago
Greg Beaver 6eb6df3a20 disable cause of mysterious segfault in PHP 5.3 only (5.2 is fine) 17 years ago
Greg Beaver f21744809e MFPECL: fix PECL bug #16338, php_stream_copy_to_stream{,_ex}() 17 years ago
Greg Beaver 31f3c2ad47 MFPECL: fix PECL bug #16338, php_stream_copy_to_stream{,_ex}() 17 years ago
Greg Beaver 401bb9ed44 MFB: cosmetics: remove two unreachable return statements, removes warning in sun cc 17 years ago
Greg Beaver bd74089a4e cosmetics: remove two unreachable return statements, removes warning in sun cc 17 years ago
Sebastian Bergmann 08659c2dcd MFH: Bump copyright year, 3 of 3. 17 years ago
Sebastian Bergmann 7f4dc8702a Bump copyright year, 3 of 3. 17 years ago
Felipe Pena fc2fb50d09 - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 17 years ago
Felipe Pena 43791516db - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 17 years ago
Felipe Pena 7a37fa2d6b - Revert ZEND_BEGIN_ARG_INFO change 17 years ago
Felipe Pena e006a89e71 - Revert ZEND_BEGIN_ARG_INFO change 17 years ago
Greg Beaver 329229071f MFB: fix several errors found by valgrind 17 years ago
Greg Beaver 86f8d0a8e9 fix several errors found by valgrind 17 years ago
Felipe Pena df10005563 - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 17 years ago
Felipe Pena 7eb2715464 - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 17 years ago
Greg Beaver 15fc837b99 MFB: fix incorrect key for Phar destructor 17 years ago
Greg Beaver 114861e330 fix incorrect key for Phar destructor 17 years ago
Greg Beaver c448cb165c MFB: add tests for copy-on-write support 17 years ago
Greg Beaver e16636f069 add tests for copy-on-write support 17 years ago
Greg Beaver 10d023be20 MFB: add new test for copy-on-write, fix copy-on-write for Phar/PharFileInfo methods 17 years ago
Greg Beaver 261d300a0f add new test for copy-on-write, fix copy-on-write for Phar/PharFileInfo methods 17 years ago
Greg Beaver a4f39f7fa4 MFB: fix bug #45907: undefined reference to PHP_SHA512Init 17 years ago
Greg Beaver fffdf661c9 fix bug #45907: undefined reference to PHP_SHA512Init 17 years ago
Greg Beaver 8db86ad19e MFB: fix minor issues found by ICC (unused variables and the like) 18 years ago
Greg Beaver 9eb83b6ae9 fix minor issues found by ICC (unused variables and the like) 18 years ago
Greg Beaver 6391270b85 MFPHP5: fix Bug #46032: PharData::__construct wrong memory read 18 years ago
Greg Beaver e7b6fe1b45 fix Bug #46032: PharData::__construct wrong memory read 18 years ago