summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_1_2_0'.RELEASE_1_2_0SVN Migration2007-05-186017-1315186/+1098
* - Add Phar::isValidPharfilename() reallyMarcus Boerger2007-05-181-0/+1
* - Update package to version 1.2.0Marcus Boerger2007-05-181-27/+50
* - Drop RINIT completely (as discussed @ php|tek)Marcus Boerger2007-05-181-8/+0
* - Update todoMarcus Boerger2007-05-183-8/+7
* ChangeLog update2007-05-182-0/+59
* add testAntony Dovgal2007-05-171-0/+11
* zend_make_printable_zval -> zend_make_string_zvalAntony Dovgal2007-05-173-3/+3
* use zend_make_string_zval(), we want to see the noticesAntony Dovgal2007-05-172-4/+4
* fix testAntony Dovgal2007-05-171-10/+10
* ChangeLog update2007-05-172-0/+161
* - Get rid of RINIT completelyMarcus Boerger2007-05-161-1/+1
* - Reduce overhead of Phar's RINITMarcus Boerger2007-05-164-8/+33
* - Include 'class Phar extends PHP_Archive {}' when using -pMarcus Boerger2007-05-162-2/+2
* - Add support to include PHP_Archive when using packMarcus Boerger2007-05-163-3/+61
* - fix titlePierre Joye2007-05-161-1/+1
* - Update after conference discussionsMarcus Boerger2007-05-161-0/+3
* - libgd #86: Fixed possible infinite loop in libgd/gd_png.cPierre Joye2007-05-163-1/+26
* MFB: r1.28.2.3.2.4Michael Wallner2007-05-161-26/+57
* Updated range() testZoe Slattery2007-05-161-2035/+1690
* - Add ability to extract a single value from info commandMarcus Boerger2007-05-161-2/+14
* - Add -k to meta-* commandsMarcus Boerger2007-05-161-9/+88
* Fixed a typoIlia Alshanetsky2007-05-161-1/+1
* MFB: PDO:FETCH_KEY_PAIRIlia Alshanetsky2007-05-163-0/+36
* - Add -k to support direct metadata array-key extractionMarcus Boerger2007-05-161-6/+32
* - Extensions are indexed lowercased and not case awareMarcus Boerger2007-05-161-1/+6
* fix #41394 (dbase_create creates file with corrupted header)Antony Dovgal2007-05-161-2/+2
* fix #41403 (json_decode cannot decode floats if localeconv decimal_point is n...Antony Dovgal2007-05-162-1/+63
* - Fixed small bug (if (Phar::canWrite()) then die, which should really be:David Coallier2007-05-161-1/+1
* do not send cookie when session is passed in URL, same as it happens with GET...Stanislav Malyshev2007-05-161-0/+1
* ChangeLog update2007-05-161-0/+41
* - Quickly reorganized some of the arguments array syntax.David Coallier2007-05-151-10/+52
* - Use Phar::isValidPharFilenameMarcus Boerger2007-05-151-23/+43
* - Add forward declarationMarcus Boerger2007-05-151-0/+1
* - Add Phar::delMetadata()Marcus Boerger2007-05-151-2/+63
* - Add Phar::delMetadata()Marcus Boerger2007-05-151-21/+42
* - Add compression ratio to info commandMarcus Boerger2007-05-151-0/+1
* - Add help-list commandMarcus Boerger2007-05-151-0/+16
* - Fix compalg argument handling and merge it to preliminary phar commandMarcus Boerger2007-05-152-7/+45
* - Align output of info commandMarcus Boerger2007-05-151-7/+18
* - Better hint that you can get help to a specific commandMarcus Boerger2007-05-151-1/+1
* - Add auto compression mode to phar command and use it in Makefile.fragMarcus Boerger2007-05-153-10/+65
* fix testAntony Dovgal2007-05-152-0/+2
* Fixed bug #41390 (Clarify error message with invalid protocol scheme syntax)Scott MacVicar2007-05-151-2/+2
* Fixed bug #41378 (fastcgi protocol lacks support for Reason-Phrase in "Status...Dmitry Stogov2007-05-151-1/+10
* ChangeLog update2007-05-152-0/+165
* - Drop commented lineMarcus Boerger2007-05-141-1/+0
* - Fix main metadata handling, prefix main metadata with mainMarcus Boerger2007-05-141-12/+15
* - Optimize flushing, don't generate metadata twiceMarcus Boerger2007-05-142-15/+15
* - Unoptimized fix for metadata writingMarcus Boerger2007-05-141-0/+9