summaryrefslogtreecommitdiff
path: root/ext/phar/func_interceptors.c
Commit message (Expand)AuthorAgeFilesLines
* basic macro replacements, all at onceAnatol Belski2014-08-191-31/+31
* Support for ext/phar (incomplete)Dmitry Stogov2014-05-081-76/+76
* Refactor php_addslashes using zend_stringXinchen Hui2014-02-241-7/+1
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-12/+12
* Bump yearXinchen Hui2014-01-031-1/+1
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-01-061-1/+1
|\
| * bump yearXinchen Hui2013-01-061-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Year++Felipe Pena2011-01-011-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
* | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-7/+7
* | - remove magic quotes support, functions are kept (see the NEWS entry for the...Pierre Joye2011-07-221-1/+1
* | - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-7/+7
* | - Year++Felipe Pena2011-01-011-1/+1
|/
* MFH: Nuke compiler warningKalle Sommer Nielsen2009-05-131-1/+2
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* fix another memory leakGreg Beaver2008-09-261-0/+1
* fix obvious memory leakGreg Beaver2008-09-261-0/+1
* fix minor issues found by ICC (unused variables and the like)Greg Beaver2008-09-131-2/+2
* use %u instead of %d, merge from pecl/pharGreg Beaver2008-08-311-1/+1
* remove unused variables, merge from pecl/pharGreg Beaver2008-08-311-9/+2
* WS merge from pecl/pharGreg Beaver2008-08-311-1/+1
* Fixed bug #45613 Segfault when using is_file() on Apache-2.2.8Dmitry Stogov2008-08-141-0/+80
* - Fix http://bugs.php.net/bug.php?id=45613Marcus Boerger2008-08-121-1/+3
* - ws/cs, macros, code that only affects other branchesSteph Fox2008-08-011-1/+4
* drop unused varAntony Dovgal2008-07-111-2/+0
* fix function protos and is_link() wrapperAntony Dovgal2008-07-111-5/+5
* Fixed wrong refcount updatesDmitry Stogov2008-07-101-2/+2
* Extensions MUST NOT manipulate with internal functions from EG(function_table...Dmitry Stogov2008-07-101-17/+60
* - Kill a couple of double frees and a memleakSteph Fox2008-06-211-1/+2
* making progress - up to 42/phar vs. 48/disk with these optimizationsGreg Beaver2008-06-201-62/+53
* fix windows build and more performance jumps (these are minor)Greg Beaver2008-06-181-12/+24
* HUGE speed improvement, from 19 req/sec to 27 req/sec for phpMyAdmin - now sp...Greg Beaver2008-06-151-36/+43
* ensure we don't try to use an unitialized hash tableGreg Beaver2008-06-121-6/+6
* fix error messagesGreg Beaver2008-06-121-1/+1
* - MFHSteph Fox2008-05-141-3/+5
* This commit was manufactured by cvs2svn to create branch 'PHP_5_3'.SVN Migration2008-05-121-0/+1081