summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-28121-1562/+678
* Fixed the config.m4 script to allow the cracklib extension to be properly builtAlexander Feldman2001-07-281-2/+4
* Fix build. This was done by bringing this to the 'PHP 4 era' :)foobar2001-07-281-16/+10
* nesting_level is now ob_nesting_level in main/php_output.hJoey Smith2001-07-281-1/+1
* Simplified a bit and made more readable.foobar2001-07-271-37/+45
* Simplified this a bit and made more consistent.foobar2001-07-271-11/+6
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-2743-128/+131
* detect oracle9iThies C. Arntzen2001-07-261-1/+4
* Fixes for the module to be reentrantNikos Mavroyanopoulos2001-07-262-242/+199
* @- Improved the stability of OCIPlogon() after a database restart. (Thies)Thies C. Arntzen2001-07-251-0/+2
* fix recently discovered api flawsDaniel Beulshausen2001-07-253-75/+128
* Get rid of memchr in SEARCHCR().Sascha Schumann2001-07-251-3/+5
* 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