summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_2_0_0b1'.RELEASE_2_0_0b1SVN Migration2008-05-129375-2161109/+0
|
* prepare for releaseGreg Beaver2008-05-121-5/+29
|
* fix weird alias issues, add tests to check for new-found problemsGreg Beaver2008-05-1211-61/+262
|
* - Update package/TODO as best memory allowsSteph Fox2008-05-122-3/+6
|
* - New testsFelipe Pena2008-05-1225-0/+527
|
* fix minor memleakGreg Beaver2008-05-121-0/+6
|
* - Make sure default alias is set in phar.zipSteph Fox2008-05-122-1/+67
| | | | | - Add test
* add missing .cvsignoreAntony Dovgal2008-05-120-0/+0
|
* - New testsFelipe Pena2008-05-1210-0/+259
|
* - New testsFelipe Pena2008-05-1210-0/+179
|
* - Fix testsSteph Fox2008-05-122-5/+5
|
* - Fixed testFelipe Pena2008-05-121-1/+7
|
* Fixed bug #44952 (isset() does not checks correctly variable variable)Dmitry Stogov2008-05-124-26/+31
|
* revert patch that causes invalid reads/crashes on LinuxAntony Dovgal2008-05-121-1/+7
|
* Added a script that generates phpt test coverage information for functions ↵Steve Seear2008-05-121-0/+222
| | | | and methods.
* Added API to use namesapces in internal extensionsDmitry Stogov2008-05-124-0/+106
|
* Fixed test after fixing bug #44830Matt Wilmas2008-05-121-0/+0
|
* ChangeLog update2008-05-122-0/+221
|
* increase code coverageGreg Beaver2008-05-121-1/+6
|
* increase code coverage in util.cGreg Beaver2008-05-122-2/+6
|
* increase code coverage to test mounting of phar URLs to internal file, and ↵Greg Beaver2008-05-122-0/+31
| | | | | | | fix odd semi-race condition where stream resources were not properly freed at script end
* increase code coverageGreg Beaver2008-05-112-0/+19
|
* simplify phar_get_link_location and increase its coverage to 100%Greg Beaver2008-05-113-6/+22
|
* increase code coverage and fix tiny bug in handling of absolute linksGreg Beaver2008-05-113-1/+20
|
* don't copy contents of linked/mounted files when converting an archive, and ↵Greg Beaver2008-05-112-6/+24
| | | | be sure to dupe mounted value
* fix testGreg Beaver2008-05-111-0/+1
|
* - New testsFelipe Pena2008-05-1111-0/+288
|
* slightly increase efficiency of function interception, and ensure that ↵Greg Beaver2008-05-112-0/+59
| | | | nothing fails even if the archive is unlinked mid-process
* add safety check to prevent unlinkArchive() from being called by a file ↵Greg Beaver2008-05-112-2/+29
| | | | within the archive
* fix memleakGreg Beaver2008-05-111-0/+1
|
* split test into two versions for differences in parameter parsing in PHP 5.3+Greg Beaver2008-05-112-1/+62
|
* make test version-agnosticGreg Beaver2008-05-111-1/+1
|
* increase code coverage of funcinterceptors to 90%+, fix many bugs, fix ↵Greg Beaver2008-05-1113-68/+445
| | | | errant wrong test condition in fgc_edgecases
* Fixed error message typo; also removed end . to be consistent with the othersMatt Wilmas2008-05-111-1/+1
|
* Add tests for ReflectionFunction::getExtension*().Sebastian Bergmann2008-05-112-0/+35
|
* dos2unix *.phptSebastian Bergmann2008-05-110-0/+0
|
* - New testsFelipe Pena2008-05-1128-0/+748
|
* ChangeLog update2008-05-112-0/+26
|
* Restore end check for "escape" strings (not needed for single-quoted strings ↵Matt Wilmas2008-05-102-387/+403
| | | | as they can't have an unescaped backslash at the end)
* ChangeLog update2008-05-102-0/+536
|
* Fix Windows newlines (missed that detail when adding :-/)Matt Wilmas2008-05-091-1/+0
|
* - New testsFelipe Pena2008-05-093-0/+76
|
* Fix compile error if _GNU_SOURCE is definedScott MacVicar2008-05-091-4/+2
|
* Test for loss of backslash at end of heredoc; For bug #44830 (Very minor ↵Matt Wilmas2008-05-091-0/+17
| | | | issue with backslash in heredoc)
* Fix loss of backslash at end of heredoc; For bug #44830 (Very minor issue ↵Matt Wilmas2008-05-092-411/+393
| | | | with backslash in heredoc)
* Fixed bug #44681 (Resources used as array keys get converted to 0)Matt Wilmas2008-05-091-3/+3
|
* Collect all the open_basedir security tests into one placeAnt Phillips2008-05-0948-133/+110
|
* ChangeLog update2008-05-092-0/+83
|
* - Fix data sizeFelipe Pena2008-05-081-1/+1
|
* - Fixed detection of invalid class nameFelipe Pena2008-05-087-20/+20
|