summaryrefslogtreecommitdiff
path: root/ext/phar/func_interceptors.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Pierre Joye2011-07-221-1/+1
| | | | | | | | the details) for BC reasons but do not allow to set enable MQ
* | - Added new parameter parsing option (p - for valid path (string without ↵Felipe Pena2011-06-061-7/+7
| | | | | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits
* | - 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
| | | | | - some unsynced changes need valgrind testing before they can go into this branch, see PECL/HEAD
* 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 ↵Dmitry Stogov2008-07-101-17/+60
| | | | EG(function_table) in run-time. It may cause problems with opcode caches and in multi-threaded environment. Now the same functions are overriden at MINIT and call original functions or PHAR ones dependent on flag setting.
* - Kill a couple of double frees and a memleakSteph Fox2008-06-211-1/+2
| | | | | @Greg: You may want to run valgrind over the filestat functions before release..
* 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
| | | | | | implement real copy-on-write use virtual_dirs for wrapper stat
* HUGE speed improvement, from 19 req/sec to 27 req/sec for phpMyAdmin - now ↵Greg Beaver2008-06-151-36/+43
| | | | speed with apc+phar.cache_list = on-disk speedcvs diff -u |less This is by generating a list of virtual directories and using those in stat calls instead of scanning the whole manifest hash table. on-disk phpMyAdmin = 28 req/sec
* 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
| | | | | - Make internal code forward-compatible. This included a binary cast in the default stub, hence test updates.
* This commit was manufactured by cvs2svn to create branch 'PHP_5_3'.SVN Migration2008-05-121-0/+1081