Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2013-01-06 | 1 | -1/+1 |
|\ | |||||
| * | bump year | Xinchen Hui | 2013-01-06 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -7/+7 |
| | | |||||
* | | - remove magic quotes support, functions are kept (see the NEWS entry for ↵ | Pierre Joye | 2011-07-22 | 1 | -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 Pena | 2011-06-06 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits | ||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
|/ | |||||
* | MFH: Nuke compiler warning | Kalle Sommer Nielsen | 2009-05-13 | 1 | -1/+2 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | fix another memory leak | Greg Beaver | 2008-09-26 | 1 | -0/+1 |
| | |||||
* | fix obvious memory leak | Greg Beaver | 2008-09-26 | 1 | -0/+1 |
| | |||||
* | fix minor issues found by ICC (unused variables and the like) | Greg Beaver | 2008-09-13 | 1 | -2/+2 |
| | |||||
* | use %u instead of %d, merge from pecl/phar | Greg Beaver | 2008-08-31 | 1 | -1/+1 |
| | |||||
* | remove unused variables, merge from pecl/phar | Greg Beaver | 2008-08-31 | 1 | -9/+2 |
| | |||||
* | WS merge from pecl/phar | Greg Beaver | 2008-08-31 | 1 | -1/+1 |
| | |||||
* | Fixed bug #45613 Segfault when using is_file() on Apache-2.2.8 | Dmitry Stogov | 2008-08-14 | 1 | -0/+80 |
| | |||||
* | - Fix http://bugs.php.net/bug.php?id=45613 | Marcus Boerger | 2008-08-12 | 1 | -1/+3 |
| | |||||
* | - ws/cs, macros, code that only affects other branches | Steph Fox | 2008-08-01 | 1 | -1/+4 |
| | | | | | - some unsynced changes need valgrind testing before they can go into this branch, see PECL/HEAD | ||||
* | drop unused var | Antony Dovgal | 2008-07-11 | 1 | -2/+0 |
| | |||||
* | fix function protos and is_link() wrapper | Antony Dovgal | 2008-07-11 | 1 | -5/+5 |
| | |||||
* | Fixed wrong refcount updates | Dmitry Stogov | 2008-07-10 | 1 | -2/+2 |
| | |||||
* | Extensions MUST NOT manipulate with internal functions from ↵ | Dmitry Stogov | 2008-07-10 | 1 | -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 memleak | Steph Fox | 2008-06-21 | 1 | -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 optimizations | Greg Beaver | 2008-06-20 | 1 | -62/+53 |
| | |||||
* | fix windows build and more performance jumps (these are minor) | Greg Beaver | 2008-06-18 | 1 | -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 Beaver | 2008-06-15 | 1 | -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 table | Greg Beaver | 2008-06-12 | 1 | -6/+6 |
| | |||||
* | fix error messages | Greg Beaver | 2008-06-12 | 1 | -1/+1 |
| | |||||
* | - MFH | Steph Fox | 2008-05-14 | 1 | -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 Migration | 2008-05-12 | 1 | -0/+1081 |