summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* - New parameter parsing API for var.c & testsOlivier Hill2008-06-203-14/+6
|
* - New parameter parsing APIFelipe Pena2008-06-202-100/+72
|
* - 5_2 compatibility stuff (so we can stay in sync with PECL)Steph Fox2008-06-202-1/+9
|
* - New parameter parsing APIFelipe Pena2008-06-2014-135/+108
|
* - Use SKIP_SLOW_TESTS where it's most usefulSteph Fox2008-06-202-0/+2
|
* - Kill the last compiler warning under 5.3 (release-only)Steph Fox2008-06-201-1/+1
|
* - New parameter parsing APIFelipe Pena2008-06-2010-63/+61
|
* The only reason that particular 'real solution' wasn't applied in the first ↵Steph Fox2008-06-201-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 wsFelipe Pena2008-06-201-475/+457
|
* - Fix ZTS build (not required on HEAD, patch by Uwe Pries)Johannes Schlüter2008-06-201-2/+2
|
* minor performance improvementGreg Beaver2008-06-202-0/+7
|
* making progress - up to 42/phar vs. 48/disk with these optimizationsGreg Beaver2008-06-206-72/+207
|
* revert really bad solution to the zend_init_rsrc_list/zend_destroy_rsrc_list ↵Greg Beaver2008-06-201-5/+7
| | | | problem, replace with real solution
* New testcases for vfprintf(), Committed for Felix De Vliegher, TestFest Task ↵Raghubansh Kumar2008-06-206-0/+348
| | | | | | | No: 124, Tested on RHEL5 -32bit, WinXP-32bit Added *.txt to .cvsignore
* MFH:Christopher Jones2008-06-193-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.3Christopher Jones2008-06-1913-73/+174
|
* - move fpdf to PECLPierre Joye2008-06-1912-2324/+0
|
* - mvoe ncurses to PECLPierre Joye2008-06-1913-3729/+0
|
* Added test for bug #45312Dmitry Stogov2008-06-191-0/+40
|
* fix tests for builtin Zend functions using new parsing APIStanislav Malyshev2008-06-1826-245/+375
|
* - inherited methods don't unixify paths along the way. Allow for it.Steph Fox2008-06-181-4/+4
|
* - Kill 10 MSVC compiler warnings due to type conflictSteph Fox2008-06-184-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 SplFixedArrayEtienne Kneuss2008-06-1822-250/+250
|
* - really fix the windows builds, don't cast many times when only the hash ↵Pierre Joye2008-06-182-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 Kneuss2008-06-182-1/+28
|
* Fixed SOAP binding selectionDmitry Stogov2008-06-184-7/+107
|
* fix windows build and more performance jumps (these are minor)Greg Beaver2008-06-1811-276/+608
| | | | | | implement real copy-on-write use virtual_dirs for wrapper stat
* MFH: updated website team infoPhilip Olson2008-06-181-1/+1
|
* Committed for Felix De Vliegher, TestFest Task No: 123, Tested on RHEL5, WinXPRaghubansh Kumar2008-06-171-0/+46
|
* Committed for Felix De Vliegher, TestFest Task No: 122, Tested on RHEL5, WinXPRaghubansh Kumar2008-06-171-0/+46
|
* Test committed for felixdvZoe Slattery2008-06-161-0/+50
|
* MFH: add parameter allowing node to be exported into existing Document ↵Rob Richards2008-06-162-14/+61
| | | | | | | | context [DOC] add test fix warnings
* remove unused variables in phar_fix_filepathGreg Beaver2008-06-162-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 neededGreg Beaver2008-06-161-3/+4
|
* fix hashtable creation for zip to be exact size needed, fix endian issue for ↵Greg Beaver2008-06-161-4/+4
| | | | loading manifest
* minor performance improvementGreg Beaver2008-06-152-51/+61
|
* fix memleakGreg Beaver2008-06-151-0/+2
|
* another optimization - move inode hash to initial manifest parsing, improves ↵Greg Beaver2008-06-157-16/+20
| | | | runtime perf of stat slightly
* minor optimizationGreg Beaver2008-06-154-13/+12
|
* HUGE speed improvement, from 19 req/sec to 27 req/sec for phpMyAdmin - now ↵Greg Beaver2008-06-1510-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 Kneuss2008-06-1512-0/+211
| | | | Sebastian Schürmann)
* MFH: fixed bug #45251 (double free or corruption with setAttributeNode())Rob Richards2008-06-142-0/+38
| | | | | add test
* - Fix build (ZTS)Felipe Pena2008-06-131-1/+1
|
* [DOC] implement full signature support for tar-based archives. By default, ↵Greg Beaver2008-06-1335-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 Beaver2008-06-135-186/+181
| | | | starting point
* PHP_5_2 compat - add pestrndup if undefinedGreg Beaver2008-06-131-0/+4
|
* Commited for Sanjay, reviewed by Pierre. Testfest task 5.Zoe Slattery2008-06-131-0/+50
|
* Commited for Sanjay, reviewed by Pierre. Testfest task 117.Zoe Slattery2008-06-131-0/+38
|
* MFHRui Hirokawa2008-06-131-3/+8
|
* Commited for Sanjay, reviewed by Pierre. Testfest task 79.Zoe Slattery2008-06-131-0/+138
|