summaryrefslogtreecommitdiff
path: root/pear
Commit message (Expand)AuthorAgeFilesLines
* * hopefully the only changes required for the initials->user renameStig Bakken2001-09-042-2/+2
* * rename "initials" to "user" for clarityStig Bakken2001-09-041-5/+5
* s/fileList/filelist/Jesus M. Castagnetto2001-09-021-4/+4
* Changed element and attribute names to lowercase to match the changesJesus M. Castagnetto2001-09-021-60/+60
* renumber error linesTomas V.V.Cox2001-08-311-5/+5
* fix for DB/tests/db_error2.phptTomas V.V.Cox2001-08-311-2/+4
* fix problem when mixing different error modes under certain circumstancesTomas V.V.Cox2001-08-311-2/+4
* make some tests to work. Still left the Notice of the deprecated use ofTomas V.V.Cox2001-08-311-13/+13
* Use _default_error_options as the options for PEAR_ERROR_CALLBACK.Tomas V.V.Cox2001-08-311-6/+6
* fix userinfo msg in Pear_Error::toString() when callback mode is selectedTomas V.V.Cox2001-08-311-30/+30
* killed obscure bug in pushErrorHandlingTomas V.V.Cox2001-08-301-3/+0
* The "actual" mode must be taken, not the error object modeTomas V.V.Cox2001-08-301-1/+0
* added the Mail/mime.php fileTomas V.V.Cox2001-08-281-0/+1
* * tidy up "make install" outputStig Bakken2001-08-281-5/+9
* * Archive_Tar is no longer experimentalStig Bakken2001-08-281-1/+1
* * Log/Observer.php rename fixStig Bakken2001-08-281-1/+1
* * started work on php file supportStig Bakken2001-08-281-14/+69
* * fold case when parsing package.xmlStig Bakken2001-08-281-20/+18
* * fixes to make package.xml parsing case insensitiveStig Bakken2001-08-273-57/+61
* The "pear package" command will try to open "./package.xml" if no moreTomas V.V.Cox2001-08-191-1/+5
* better error hanldingTomas V.V.Cox2001-08-191-2/+2
* maintain original file permsTomas V.V.Cox2001-08-192-3/+10
* Added "phptar" command as proof that the Archive_Tar class works.Stig Bakken2001-08-192-1/+240
* added support for the following tags in package.xml:Tomas V.V.Cox2001-08-181-19/+101
* Forgot to add DB.php.Sebastian Bergmann2001-08-171-5/+6
* These files do not exist anymore.foobar2001-08-171-5/+2
* PEAR::raiseError() can be called statically - don't assume $this will beChuck Hagenbuch2001-08-151-1/+1
* * point people to the manual insteadStig Bakken2001-08-151-248/+2
* * expected error codes are stored on a stack now, PEAR::expectError()Stig Bakken2001-08-142-40/+137
* * updated test (currently passes only on my laptop, sorry...)Stig Bakken2001-08-141-6/+6
* * added expectError() methodStig Bakken2001-08-141-5/+89
* @Added --version option to php-config (Stig)Stig Bakken2001-08-131-1/+4
* removed my debug code :)Tomas V.V.Cox2001-08-111-1/+0
* don't show is_file() stat errorsTomas V.V.Cox2001-08-111-1/+2
* 'delete' is a reserved word in Zend Engine 2Sebastian Bergmann2001-08-111-3/+3
* Rename storage* to container*.Sebastian Bergmann2001-08-101-8/+8
* fix multiple factory calls problem with php < 4.0.7Tomas V.V.Cox2001-08-091-6/+6
* *** empty log message ***Tomas V.V.Cox2001-08-091-1/+1
* spacesTomas V.V.Cox2001-08-091-20/+20
* fix PHPDocAlexander Merz2001-08-091-9/+19
* don't show the call_user_method deprecated use warning (disturbs tests)Tomas V.V.Cox2001-08-041-1/+1
* * Added the new fetch row mode: DB_FETCHMODE_OBJECT that returns the columnsTomas V.V.Cox2001-08-031-12/+46
* added BaseInstall dir supportTomas V.V.Cox2001-08-011-5/+11
* Moved to the /pear repositoryChristian Stocker2001-07-316-1481/+0
* package() now returns the full path of the generated package also improvedTomas V.V.Cox2001-07-311-15/+13
* * DB_storage broke when DB_common::query was added, fixedStig Bakken2001-07-311-1/+5
* moved from the Experimental dir. the basic things should work...Christian Stocker2001-07-301-0/+627
* raiseError() now can accepts a PEAR error object in its first argument. WithTomas V.V.Cox2001-07-291-2/+10
* Added the methods pushErrorHandler and popErrorHandler. With this it'sTomas V.V.Cox2001-07-291-7/+71
* Bugfix by Johannes ErdfeltAlexander Merz2001-07-271-1/+1