summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* I just got annoyed by this, eventually. :)Joey Smith2001-07-191-1/+1
* Unfix, it has too strong effectsZeev Suraski2001-07-191-0/+2
* Catch all casesZeev Suraski2001-07-191-6/+8
* Added the error-message functionality (new in odbc module) (Mc)Marc Boeren2001-07-191-2/+13
* changed implementation of creating reference to a value by columnname (Mc)Marc Boeren2001-07-192-6/+7
* Fix bug #11970, strike 2Zeev Suraski2001-07-191-5/+6
* Revert bogus patchZeev Suraski2001-07-191-7/+2
* Function yaz_record handles MARC records that have identifers in 00X.Adam Dickmeiss2001-07-191-1/+10
* move the package list handler methods to the new Packlist.php also removedTomas V.V.Cox2001-07-191-413/+4
* This class will handle the pear packages database (it's experimental now)Tomas V.V.Cox2001-07-191-0/+254
* added TODO and checks before try to open the package.xml fileTomas V.V.Cox2001-07-191-1/+12
* Fix warningsStanislav Malyshev2001-07-191-2/+2
* updateSascha Schumann2001-07-191-0/+1
* Fix a serious long-standing bug which deleted the shared memory segmentSascha Schumann2001-07-191-48/+92
* ChangeLog update2001-07-191-0/+77
* Fix GC bug which did not increment the proper variable.Sascha Schumann2001-07-181-61/+73
* - Only decompress package onceTomas V.V.Cox2001-07-181-36/+27
* Instead of using the poor system rand() algorithm and theSascha Schumann2001-07-181-3/+2
* The lcg needs to operate on signed 32-bit integers, so useSascha Schumann2001-07-182-4/+6
* Provide typedefs for php_int32Sascha Schumann2001-07-181-0/+2
* Retire old hash algorithm and use the FNV-1 algorithm.Sascha Schumann2001-07-181-18/+11
* fixed a bug in 'case VT_DATE'Harald Radi2001-07-182-8/+18
* - remove the xml parser code (use PEAR_Common::infoFromDescFile)Tomas V.V.Cox2001-07-181-40/+159
* - always write a the package definition file as 'package.xml' inside the packageTomas V.V.Cox2001-07-181-6/+11
* killed some warningsTomas V.V.Cox2001-07-181-3/+3
* Make variables receiving long be longStanislav Malyshev2001-07-181-22/+17
* fix double->long conversionStanislav Malyshev2001-07-181-2/+3
* Prevent cURl from always outputting the header. Fix bug #12018Stanislav Malyshev2001-07-181-0/+6
* Private members don't have to be functions.Jon Parise2001-07-181-4/+5
* ChangeLog update2001-07-181-0/+55
* NEWS update2001-07-181-0/+4
* Woops, missed a closing paren.Jon Parise2001-07-171-1/+1
* Describe the standards for function naming and private methods.Jon Parise2001-07-171-0/+12
* Oops, said include but do require (thanks Jon and Rasmus)Tomas V.V.Cox2001-07-171-2/+2
* - Removed the xml parser code (use now PEAR_Common::infoFromDescriptionFile())Tomas V.V.Cox2001-07-171-37/+77
* moved methods log() and mkdirHier() from Packager/Installer to hereTomas V.V.Cox2001-07-171-1/+32
* include only the needed filesTomas V.V.Cox2001-07-171-2/+2
* Forgotten Include.Jason Greene2001-07-171-0/+1
* Add always_populate_raw_post_data ini directive and default it to 0 toRasmus Lerdorf2001-07-174-1/+8
* - Remove unused codeAndi Gutmans2001-07-171-4/+0
* fix problem with static usage...Chuck Hagenbuch2001-07-171-29/+32
* Be consistent with hashed_details behavior.Joey Smith2001-07-171-7/+7
* @Added support for socket and popen file types to ftp_fput (Jason)Jason Greene2001-07-173-9/+11
* ChangeLog update2001-07-171-0/+51
* Another layout fixZeev Suraski2001-07-161-2/+3
* Fix layoutZeev Suraski2001-07-161-4/+5
* extend infoFromDescriptionFile() to:Tomas V.V.Cox2001-07-161-59/+129
* Fix bug #10287 - avoid crashing under a bogus usage of list()Zeev Suraski2001-07-164-4/+22
* Make read always 0-terminate stringsStanislav Malyshev2001-07-161-1/+1
* Fix the crash Joey foundZeev Suraski2001-07-161-11/+11