summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* one more attempt at ridding us of some of those annoying mime typesPHAR_1_2Gwynne Raskind2009-07-160-0/+0
|
* update for imminent releaseGreg Beaver2007-11-232-1/+7
|
* make phar.phar work with the default location of php, /usr/local/bin/phpGreg Beaver2007-11-232-1/+1
|
* fully fix phar.phar so thatGreg Beaver2007-11-233-17/+44
| | | | | | - 'No Metadata' is displayed on meta-get if there ain't none - '|-<root directory>' is displayed for tree command if no sub-directories are present
* update phar.phar with working CLICommandGreg Beaver2007-11-231-0/+0
|
* fix missing /Greg Beaver2007-11-232-1/+1
|
* begin working on fixing up phar.pharGreg Beaver2007-11-224-3/+7
|
* revert Bug #11950 'fix', it breaks everythingGreg Beaver2007-11-222-6/+3
|
* fix Bug #12493 extract throws an error and won't open the file [urkle]Greg Beaver2007-11-222-1/+2
|
* fix Bug #12492 filenew incorrectly creates file path [urkle]Greg Beaver2007-11-222-5/+2
|
* fix Bug #12491 filenew incorrectly creates file path [cellog]Greg Beaver2007-11-222-0/+4
|
* fix Bug #11950 make pharcmd use installed phar.so, not build one [remicollet]Greg Beaver2007-11-222-2/+5
|
* MFH and fix broken testsGreg Beaver2007-11-229-48/+226
|
* MFH bugfixes of last commitGreg Beaver2007-10-045-60/+144
| | | | | prepare release of 1.2.2
* prepare release of 1.2.1Greg Beaver2007-08-302-3/+9
|
* oops, still 1.2.1 (bad merge)Greg Beaver2007-08-301-1/+1
|
* MFH 2x performance improvement by reusing archive fp for non-compressed ↵Greg Beaver2007-08-302-38/+148
| | | | read-only files and skipping of crc32 on files for phars with a sig
* add missing read-only check for Phar::setAliasGreg Beaver2007-08-251-0/+6
|
* This commit was manufactured by cvs2svn to create branch 'PHAR_1_2'.SVN Migration2007-08-257022-1698781/+0
|
* prepare releaseGreg Beaver2007-08-251-21/+54
|
* Prep for 1.5 releaseSara Golemon2007-08-242-14/+24
|
* Fix hash_init() for PHP < 6Sara Golemon2007-08-241-1/+6
|
* adding check for rc1 to version-compare testZoe Slattery2007-08-241-2/+197
|
* Namespace constantsDmitry Stogov2007-08-2430-150/+800
|
* fix segfault on shutdown due to UG(utf8_conv) being destroyed twiceAntony Dovgal2007-08-241-0/+1
|
* fix test nameAntony Dovgal2007-08-241-1/+1
|
* - Fix problem with non-bash compliant shellsJani Taskinen2007-08-241-1/+1
|
* ChangeLog update2007-08-242-0/+84
|
* add test for pre-existing alias failure, fix source to fail if alias already ↵Greg Beaver2007-08-233-0/+53
| | | | exists
* revert patch which breaks multithreaded serversAntony Dovgal2007-08-231-4/+0
|
* MFB: Fixed bug #37273 (Symlinks and mod_files session handler allow ↵Jani Taskinen2007-08-231-0/+18
| | | | open_basedir bypass)
* MFB: -r1.100.2.3.2.5Jani Taskinen2007-08-231-2/+4
|
* missing )Jani Taskinen2007-08-231-1/+1
|
* - Make version_compare() also understand the lower case variant of "RC".Derick Rethans2007-08-231-1/+2
|
* fix testsRaghubansh Kumar2007-08-232-2/+20
|
* implement Phar->setAlias()Greg Beaver2007-08-235-1/+74
|
* ChangeLog update2007-08-232-0/+96
|
* - Fixed bug #42365 (glob() crashes with invalid flags)Jani Taskinen2007-08-221-4/+31
|
* Fixed bug #42183 (classmap cause crashr in non-wsdl mode)Dmitry Stogov2007-08-222-2/+31
|
* Fixed bug #42009 (is_a() and is_subclass_of() should NOT call autoload, in ↵Dmitry Stogov2007-08-222-2/+1
| | | | the same way as "instanceof" operator).
* Fixed name resolutionDmitry Stogov2007-08-226-352/+49
| | | | | | | | | | | | namespace A; B::foo(); // 1. this is function "foo" from namespace "B" // 2. this is static method "foo" of class "B" from namespace "A" // 3. this is static methos "boo" of internal class "B" namespace A; A::foo(); // 1. this is function "foo" from namespace "A" // 2. this is static method "foo" of class "A" from namespace "A" // 3. this is static methos "foo" of internal class "A"
* typoDmitry Stogov2007-08-222-2/+2
|
* typoDmitry Stogov2007-08-221-2/+2
|
* ChangeLog update2007-08-221-0/+34
|
* Fixed bug #42368 (Incorrect error message displayed by pg_escape_string)Ilia Alshanetsky2007-08-211-10/+28
|
* Fix typo in fastcgi.logging option exampleJani Taskinen2007-08-212-2/+2
|
* - Fixed Bug #42364 Crash when using getRealPath with DirectoryIteratorJohannes Schlüter2007-08-212-1/+36
|
* Bagder says I don't need these ifdefsSara Golemon2007-08-211-2/+0
|
* ChangeLog update2007-08-212-0/+77
|
* Add support for CURLPROXY_SOCKS4Sara Golemon2007-08-201-0/+3
|