summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* Get rid of memchrSascha Schumann2001-07-251-3/+12
* updated ovrimos driverNikos Mavroyanopoulos2001-07-251-54/+307
* Add extra check on Delete statementsFrank M. Kromann2001-07-241-1/+1
* removed duplicate code and changedHarald Radi2001-07-242-692/+758
* - MSHUTDOWN needs to return SUCCESS/FAILUREAndi Gutmans2001-07-241-0/+1
* indentionThies C. Arntzen2001-07-231-2/+2
* fix newly introduced mem-leak in assert-moduleThies C. Arntzen2001-07-232-1/+11
* I added code to up the reference count of the database connectionPaul Moosman2001-07-231-0/+2
* these tow fail with "Constant sid already defined" iHartmut Holzgraefe2001-07-222-0/+3
* While researching a crash-bug in mail(), I found these two goldies.Sascha Schumann2001-07-221-41/+52
* Left-over outdated commentRasmus Lerdorf2001-07-211-1/+0
* Improved bailout mechanism, supports nested bailouts a-la try..catchZeev Suraski2001-07-211-12/+3
* Remove redundant codeZeev Suraski2001-07-211-2/+2
* Drop memchr() in php_memnstr in favor of manual scanning. This reducesSascha Schumann2001-07-211-6/+12
* Clarify and optimizeZeev Suraski2001-07-211-1/+1
* Fix more crashes related to this switch to z_valueRasmus Lerdorf2001-07-211-2/+2
* Fix last two instances of using ext/standard/php_output.hSascha Schumann2001-07-202-2/+2
* fix includeThies C. Arntzen2001-07-202-2/+2
* Retain downwards compatibility - cool idea Jon :)Zeev Suraski2001-07-202-761/+0
* Fix UNIX buildZeev Suraski2001-07-201-1/+1
* Fix Windows buildZeev Suraski2001-07-202-2/+1
* Avoid getting bailouts on text output during shutdown. Text output is nowZeev Suraski2001-07-202-22/+40
* fix font handling in vdir modeDaniel Beulshausen2001-07-201-2/+8
* Add optional support for using boyer-moore to str_replace.Sascha Schumann2001-07-201-10/+104
* I just got annoyed by this, eventually. :)Joey Smith2001-07-191-1/+1
* 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
* Function yaz_record handles MARC records that have identifers in 00X.Adam Dickmeiss2001-07-191-1/+10
* Fix warningsStanislav Malyshev2001-07-191-2/+2
* Fix a serious long-standing bug which deleted the shared memory segmentSascha Schumann2001-07-191-48/+92
* Fix GC bug which did not increment the proper variable.Sascha Schumann2001-07-181-61/+73
* 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
* Make variables receiving long be longStanislav Malyshev2001-07-181-22/+17
* Prevent cURl from always outputting the header. Fix bug #12018Stanislav Malyshev2001-07-181-0/+6
* Forgotten Include.Jason Greene2001-07-171-0/+1
* 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
* Make read always 0-terminate stringsStanislav Malyshev2001-07-161-1/+1
* Add credits to GMPStanislav Malyshev2001-07-161-0/+2
* Close Bug #10235.Joey Smith2001-07-161-0/+7
* Fix a couple of build warningsRasmus Lerdorf2001-07-161-2/+0
* Update castZeev Suraski2001-07-151-1/+1
* Fix an inlineZeev Suraski2001-07-151-1/+1
* Get rid of var_uninit()Zeev Suraski2001-07-155-5/+5
* Improved interactive mode - it is now available in all builds, without any si...Zeev Suraski2001-07-153-25/+6
* Fix an inlineZeev Suraski2001-07-152-2/+3