96 Commits (bc11e6fdbbafbd0969fc47fa087c2245317cd31f)

Author SHA1 Message Date
Xinchen Hui bc11e6fdbb bump year 13 years ago
Felipe Pena 85fa4d7747 - Removed PHP 6 checks 14 years ago
Nikita Popov daa190f8fd Fix headers generated by phar 14 years ago
Felipe Pena e4ca0ed09f - Year++ 14 years ago
Ilia Alshanetsky 1488704098 Make static analyzers happy 15 years ago
Xinchen Hui 4c2e6c1cf6 Initialize variable with fixed value for avoiding compile warnings 15 years ago
Felipe Pena 2df7afeb1c - Revert accidental change 15 years ago
Felipe Pena 23e438594d - Make usage of new PHP_FE_END macro 15 years ago
Felipe Pena 3964ddd1c4 - Added missing void param checks, and fix arginfo 15 years ago
Felipe Pena 2b309c8f9e - Added missing arginfos for void params and void param checks 15 years ago
Felipe Pena 4929964a5d - Fixed bug #54395 (Phar::mount() crashes when calling with wrong parameters) 15 years ago
Felipe Pena 6da18ca967 - Missing fixes for bug #54247 15 years ago
Felipe Pena 8d816ed0ef - Fixed bug #54247 (format-string vulnerability on Phar) 15 years ago
Nuno Lopes e79bf567e8 fix lcov build 15 years ago
Felipe Pena 12d2104277 - Year++ 15 years ago
Adam Harvey 107f916322 Fix up the vim folds in phar_object.c and add a note that the two prototypes 16 years ago
Hannes Magnusson 3283b811eb - Unifiy that message 16 years ago
Kalle Sommer Nielsen cb30330800 Merge safe_mode changes into extensions that are in sync in both branches 16 years ago
Hannes Magnusson 267b5cea14 mention which setting! 16 years ago
Greg Beaver d7f50ac2c4 fix PHP Bug #49938: Phar::isBuffering() returns inverted value 16 years ago
Felipe Pena 9e253ac6e7 - Fixed memleak on Phar::mungServer() 17 years ago
Greg Beaver e29bccaae2 make phar tests pass in php 5.2, prepare for release of pecl/phar 2.0.0, merge Gwynne's TSRM fix to phar_object.c to other branches 17 years ago
Greg Beaver 1d50248937 make cache_list tests pass in php 6 17 years ago
Greg Beaver e8d80c8bfd fix buildFromIterator with filesystem iterator in php 6 17 years ago
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 732f4af082 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 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 d68cc96ebd merge unmerged changes between branches, remove unnecessary test for zip signature failure in badparameters.phpt 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 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 1c30b43e50 MFH: fix potential segfault when converting phars with metadata to other formats, add test 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 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 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
Felipe Pena fc2fb50d09 - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 17 years ago
Felipe Pena 7a37fa2d6b - Revert ZEND_BEGIN_ARG_INFO change 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
Greg Beaver 114861e330 fix incorrect key for Phar destructor 17 years ago
Greg Beaver e16636f069 add tests for copy-on-write support 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 fffdf661c9 fix bug #45907: undefined reference to PHP_SHA512Init 17 years ago
Greg Beaver 9eb83b6ae9 fix minor issues found by ICC (unused variables and the like) 18 years ago
Greg Beaver e7b6fe1b45 fix Bug #46032: PharData::__construct wrong memory read 18 years ago
Steph Fox 318d5f98ff - unnecessary ; 18 years ago