Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - New parameter parsing API for var.c & tests | Olivier Hill | 2008-06-20 | 3 | -14/+6 |
| | |||||
* | - New parameter parsing API | Felipe Pena | 2008-06-20 | 2 | -100/+72 |
| | |||||
* | - 5_2 compatibility stuff (so we can stay in sync with PECL) | Steph Fox | 2008-06-20 | 2 | -1/+9 |
| | |||||
* | - New parameter parsing API | Felipe Pena | 2008-06-20 | 14 | -135/+108 |
| | |||||
* | - Use SKIP_SLOW_TESTS where it's most useful | Steph Fox | 2008-06-20 | 2 | -0/+2 |
| | |||||
* | - Kill the last compiler warning under 5.3 (release-only) | Steph Fox | 2008-06-20 | 1 | -1/+1 |
| | |||||
* | - New parameter parsing API | Felipe Pena | 2008-06-20 | 10 | -63/+61 |
| | |||||
* | The only reason that particular 'real solution' wasn't applied in the first ↵ | Steph Fox | 2008-06-20 | 1 | -1/+1 |
| | | | | | | | | place was that it also breaks the shared build Maybe we don't need to call a non-existent dtor if we're going to physically apply zend_hash_graceful_reverse_destroy()? - This works on my box, please test under *nix/OSX | ||||
* | - Fix ws | Felipe Pena | 2008-06-20 | 1 | -475/+457 |
| | |||||
* | - Fix ZTS build (not required on HEAD, patch by Uwe Pries) | Johannes Schlüter | 2008-06-20 | 1 | -2/+2 |
| | |||||
* | minor performance improvement | Greg Beaver | 2008-06-20 | 2 | -0/+7 |
| | |||||
* | making progress - up to 42/phar vs. 48/disk with these optimizations | Greg Beaver | 2008-06-20 | 6 | -72/+207 |
| | |||||
* | revert really bad solution to the zend_init_rsrc_list/zend_destroy_rsrc_list ↵ | Greg Beaver | 2008-06-20 | 1 | -5/+7 |
| | | | | problem, replace with real solution | ||||
* | New testcases for vfprintf(), Committed for Felix De Vliegher, TestFest Task ↵ | Raghubansh Kumar | 2008-06-20 | 6 | -0/+348 |
| | | | | | | | No: 124, Tested on RHEL5 -32bit, WinXP-32bit Added *.txt to .cvsignore | ||||
* | MFH: | Christopher Jones | 2008-06-19 | 3 | -9/+22 |
| | | | | | | | Fix bug #45266 (Fix build with BDB 4) Fix bug #45267 (Revert invalid assumption about BDB 4 locking; let DBA handle locking) Fix bug #45268 (Fix error callback prototype) | ||||
* | Test updates and bundle 1.3.3 | Christopher Jones | 2008-06-19 | 13 | -73/+174 |
| | |||||
* | - move fpdf to PECL | Pierre Joye | 2008-06-19 | 12 | -2324/+0 |
| | |||||
* | - mvoe ncurses to PECL | Pierre Joye | 2008-06-19 | 13 | -3729/+0 |
| | |||||
* | Added test for bug #45312 | Dmitry Stogov | 2008-06-19 | 1 | -0/+40 |
| | |||||
* | fix tests for builtin Zend functions using new parsing API | Stanislav Malyshev | 2008-06-18 | 26 | -245/+375 |
| | |||||
* | - inherited methods don't unixify paths along the way. Allow for it. | Steph Fox | 2008-06-18 | 1 | -4/+4 |
| | |||||
* | - Kill 10 MSVC compiler warnings due to type conflict | Steph Fox | 2008-06-18 | 4 | -16/+16 |
| | | | | | | | | - Make cached manifest test platform agnostic - Comment out zend_(init|destroy)_rsrc_list() and associated references @Greg: cached manifest test (now) passes here regardless, make of that what you will | ||||
* | MFH: Rename everything from SplFastArray to SplFixedArray | Etienne Kneuss | 2008-06-18 | 22 | -250/+250 |
| | |||||
* | - really fix the windows builds, don't cast many times when only the hash ↵ | Pierre Joye | 2008-06-18 | 2 | -4/+4 |
| | | | | | | | | function requires void ** - copy/paste evilness with TSRM_CC/DC (tests still pass but would be nice to speed them up...) | ||||
* | MFH: Fix #45216 (Add a default size for fgetss) | Etienne Kneuss | 2008-06-18 | 2 | -1/+28 |
| | |||||
* | Fixed SOAP binding selection | Dmitry Stogov | 2008-06-18 | 4 | -7/+107 |
| | |||||
* | fix windows build and more performance jumps (these are minor) | Greg Beaver | 2008-06-18 | 11 | -276/+608 |
| | | | | | | implement real copy-on-write use virtual_dirs for wrapper stat | ||||
* | MFH: updated website team info | Philip Olson | 2008-06-18 | 1 | -1/+1 |
| | |||||
* | Committed for Felix De Vliegher, TestFest Task No: 123, Tested on RHEL5, WinXP | Raghubansh Kumar | 2008-06-17 | 1 | -0/+46 |
| | |||||
* | Committed for Felix De Vliegher, TestFest Task No: 122, Tested on RHEL5, WinXP | Raghubansh Kumar | 2008-06-17 | 1 | -0/+46 |
| | |||||
* | Test committed for felixdv | Zoe Slattery | 2008-06-16 | 1 | -0/+50 |
| | |||||
* | MFH: add parameter allowing node to be exported into existing Document ↵ | Rob Richards | 2008-06-16 | 2 | -14/+61 |
| | | | | | | | | context [DOC] add test fix warnings | ||||
* | remove unused variables in phar_fix_filepath | Greg Beaver | 2008-06-16 | 2 | -8/+12 |
| | | | | | | | | | copy virtual_dirs to avoid segfault on multi-process fix metadata reading for phar.cache_list initialize manifest to exact size needed (performance increase) fix freeing of signature on error to use the correct persist value (fixes segfault on error in cache.list) reset EG(regular_list) so it is identical to how we found it | ||||
* | fix hashtable creation for tar to be estimated size needed | Greg Beaver | 2008-06-16 | 1 | -3/+4 |
| | |||||
* | fix hashtable creation for zip to be exact size needed, fix endian issue for ↵ | Greg Beaver | 2008-06-16 | 1 | -4/+4 |
| | | | | loading manifest | ||||
* | minor performance improvement | Greg Beaver | 2008-06-15 | 2 | -51/+61 |
| | |||||
* | fix memleak | Greg Beaver | 2008-06-15 | 1 | -0/+2 |
| | |||||
* | another optimization - move inode hash to initial manifest parsing, improves ↵ | Greg Beaver | 2008-06-15 | 7 | -16/+20 |
| | | | | runtime perf of stat slightly | ||||
* | minor optimization | Greg Beaver | 2008-06-15 | 4 | -13/+12 |
| | |||||
* | HUGE speed improvement, from 19 req/sec to 27 req/sec for phpMyAdmin - now ↵ | Greg Beaver | 2008-06-15 | 10 | -83/+174 |
| | | | | 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 | ||||
* | MFH: Add tests for iterators when instanciated without argument (by ↵ | Etienne Kneuss | 2008-06-15 | 12 | -0/+211 |
| | | | | Sebastian Schürmann) | ||||
* | MFH: fixed bug #45251 (double free or corruption with setAttributeNode()) | Rob Richards | 2008-06-14 | 2 | -0/+38 |
| | | | | | add test | ||||
* | - Fix build (ZTS) | Felipe Pena | 2008-06-13 | 1 | -1/+1 |
| | |||||
* | [DOC] implement full signature support for tar-based archives. By default, ↵ | Greg Beaver | 2008-06-13 | 35 | -25/+315 |
| | | | | | | | data archives do not have a signature, but can have one set via setSignatureAlgorithm() | ||||
* | full refactor of signatures complete - now to implement them for tar as a ↵ | Greg Beaver | 2008-06-13 | 5 | -186/+181 |
| | | | | starting point | ||||
* | PHP_5_2 compat - add pestrndup if undefined | Greg Beaver | 2008-06-13 | 1 | -0/+4 |
| | |||||
* | Commited for Sanjay, reviewed by Pierre. Testfest task 5. | Zoe Slattery | 2008-06-13 | 1 | -0/+50 |
| | |||||
* | Commited for Sanjay, reviewed by Pierre. Testfest task 117. | Zoe Slattery | 2008-06-13 | 1 | -0/+38 |
| | |||||
* | MFH | Rui Hirokawa | 2008-06-13 | 1 | -3/+8 |
| | |||||
* | Commited for Sanjay, reviewed by Pierre. Testfest task 79. | Zoe Slattery | 2008-06-13 | 1 | -0/+138 |
| |