summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - Add -h to command packMarcus Boerger2007-05-141-19/+229
* - Add help <command>Marcus Boerger2007-05-141-15/+43
* - Add PharFileInfo::hasMetadata() & delMetadata()Marcus Boerger2007-05-141-1/+31
* - Add -h sha1 to target phar.pharMarcus Boerger2007-05-141-1/+2
* MFB: Add mysql_set_charset() so that the connection encoding can be changed. ...Scott MacVicar2007-05-142-2/+47
* - Add ability to specify hashingMarcus Boerger2007-05-141-7/+14
* MFB: Fixed bug #41347 (checkdnsrr() segfaults on empty hostname).Scott MacVicar2007-05-142-0/+21
* fix tests, add UEXPECTFAntony Dovgal2007-05-1413-1853/+2794
* allow passing Unicode strings when a boolean is expectedAntony Dovgal2007-05-141-0/+1
* use estrdup() and plug the leakAntony Dovgal2007-05-141-3/+3
* MFB: free wholetext properlyRob Richards2007-05-141-2/+1
* Fixed bug #41374 (wholetext concats values of wrong nodes).Rob Richards2007-05-142-3/+49
* - [@DOC]#41326, better fix. It restores BC and allows both canonical and shortPierre Joye2007-05-143-19/+25
* ChangeLog update2007-05-141-0/+10
* ChangeLog update2007-05-132-0/+154
* Fixed bug#41361 (shell_exec() does not find binaries)Hannes Magnusson2007-05-121-2/+5
* New version of 019.phptRaghubansh Kumar2007-05-121-0/+1332
* - Handle regex parameters in clicommandMarcus Boerger2007-05-122-4/+23
* New version of debug_zval_dump_b.phpt, debug_zval_dump_v.phpt, is_float.phpt,...Raghubansh Kumar2007-05-1216-0/+8008
* New version of addcslashes.phpt, implode1.phpt, strpos.phpt, str_replace.phpt...Raghubansh Kumar2007-05-1211-88/+1024
* - Add get/setstub commands to phar.pharMarcus Boerger2007-05-121-6/+49
* - Impprove cli_wordwrap() make it respectstart of initial line correctlyMarcus Boerger2007-05-121-3/+5
* New version of 005.phpt, array_keys.phpt, array_values.phpt, extract.phpt, 00...Raghubansh Kumar2007-05-1212-808/+5332
* ChangeLog update2007-05-122-0/+112
* - More wrappingfor indented stuffMarcus Boerger2007-05-111-7/+15
* - Provide working wordwrap for command helpMarcus Boerger2007-05-111-1/+1
* - Provide working wordwrap for command helpMarcus Boerger2007-05-111-5/+12
* - UpdateMarcus Boerger2007-05-111-1/+2
* - Finish adding -i & -x to extract commandMarcus Boerger2007-05-111-23/+28
* - Readd 1.1.0 to historyMarcus Boerger2007-05-111-0/+23
* - Simplify argument handlingMarcus Boerger2007-05-112-53/+110
* - Add rule for phar.phar to Makefile.fragMarcus Boerger2007-05-111-1/+5
* - Change -x to -i (include) so that -r can become recursiveMarcus Boerger2007-05-111-2/+2
* remove warnings in resource dtorAntony Dovgal2007-05-111-4/+1
* fix #41134 (zend_ts_hash_clean not thread-safe)Antony Dovgal2007-05-111-2/+10
* fix #41351 (Invalid opcode with foreach ($a[] as $b))Antony Dovgal2007-05-114-1/+47
* Fixed bug #39542 (Behaviour of require/include different to < 5.2.0)Dmitry Stogov2007-05-114-56/+72
* Fixed compilation errorDmitry Stogov2007-05-111-1/+1
* ChangeLog update2007-05-111-0/+115
* - Fix release historyMarcus Boerger2007-05-112-21/+10
* - Add new helper classMarcus Boerger2007-05-111-0/+27
* - Sort commandsMarcus Boerger2007-05-112-0/+2
* -Addvert optionto RegexIteratorMarcus Boerger2007-05-112-0/+5
* - Allow to easily exclude file by regular expressionMarcus Boerger2007-05-112-8/+33
* - Fix messageMarcus Boerger2007-05-102-2/+2
* - Make remainder arguments be typ-agnosticMarcus Boerger2007-05-102-21/+30
* - WSMarcus Boerger2007-05-103-13/+13
* - CSMarcus Boerger2007-05-103-33/+35
* - Add extract commandMarcus Boerger2007-05-103-4/+143
* fix segfault in strripos() when offset == INT_MAX+1Antony Dovgal2007-05-102-3/+46