summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
...
* Enable UTF8 support (incomplete) by default.Andrei Zmievski2001-02-202-0/+2
|
* Include PHP compatibility header file.Andrei Zmievski2001-02-201-0/+1
|
* Upgrade PCRE to version 3.4.Andrei Zmievski2001-02-2041-253/+2301
|
* proper prefix for lookup_hostnameDaniel Beulshausen2001-02-202-4/+4
|
* make hyperwave build under win32Daniel Beulshausen2001-02-204-84/+208
|
* make socket functions available to the outsideDaniel Beulshausen2001-02-202-26/+26
|
* make gd work again under win32Daniel Beulshausen2001-02-204-17/+24
|
* add configuration which links again libsasl.libDaniel Beulshausen2001-02-201-3/+61
|
* Changed default behavior of array_search to match in_arrayJason Greene2001-02-201-12/+3
| | | | | (strict was default on, and is now default off)
* Patch for inherited interfaces by Daniel Stodden <stodden@in.tum.de>David Eriksson2001-02-201-11/+55
|
* added missing ELS_FETCH()Daniel Beulshausen2001-02-201-1/+1
|
* define HAVE_LIBICONVDaniel Beulshausen2001-02-201-2/+2
|
* Stop leaking ParameterType dataDavid Eriksson2001-02-201-5/+19
|
* no swf under win32Daniel Beulshausen2001-02-201-117/+0
|
* Corrected typo in config.m4David Eriksson2001-02-201-1/+1
|
* changed zlibstat.lib -> zlib.lib, which is the correct nameDaniel Beulshausen2001-02-201-2/+2
|
* Rename to array_search().Andrei Zmievski2001-02-203-7/+6
|
* Yet another bug fix regarding present.Adam Dickmeiss2001-02-201-6/+9
|
* Phrase search support has been added to mnogosearch extenstion.Sergey Kartashoff2001-02-202-1/+53
| | | | | | Min_word_len and Max_word_len support has been added to mnogosearch extension. Example updated.
* Moved the core of in_array into the function php_search_array, which is ↵Jason Greene2001-02-203-11/+61
| | | | | | | | | | called by in_array and search_array (new) @ Added search_array which works similar to in_array but returns @ the key instead of a boolean. (jason@php.net)
* - Fix for bug 9277, two the same boundaries make sense in some casesDerick Rethans2001-02-191-1/+1
|
* Bug fix: number of records in yaz_range wrongly set to zero.Adam Dickmeiss2001-02-191-4/+5
|
* Simpler fix for the InvalidOid thing by Tom Lane.Sascha Schumann2001-02-193-23/+3
| | | | | | He assured me that InvalidOid has always expanded to (Oid) 0, so this should be safe.
* Fix incompatibility with PostgreSQL CVS.Sascha Schumann2001-02-192-0/+21
| | | | | | | | We now perform a check whether we need to include <postgres.h> to succesfully compile. PR: #9328
* Fix warningSascha Schumann2001-02-191-1/+1
|
* Allow passing relative paths to --with-pgsqlSascha Schumann2001-02-191-0/+1
|
* [p]fsockopen: fixed possible leakThies C. Arntzen2001-02-181-2/+6
|
* fixed buffer-overwriteThies C. Arntzen2001-02-181-1/+1
|
* fixed a possible double-freeThies C. Arntzen2001-02-181-2/+17
|
* Typos in protos.Egon Schmid2001-02-182-2/+2
|
* export global constants for codepage and variant typeHarald Radi2001-02-182-16/+18
| | | | | VT_* and CP_*
* added a few more variant types for zval <-> variant conversionHarald Radi2001-02-182-4/+114
|
* @- Added new object VARIANT() to encapsulate values for use withHarald Radi2001-02-182-12/+12
| | | | | | | | @ the COM and DOTNET module. Therefore it is now possible to pass @ values by reference, convert php values to extended variant types (currency, @ date, idispatch, iunknown, ...) and define the codepage that should @ be used for unicode - conversion.
* added myself to CREDITSHarald Radi2001-02-182-2/+2
|
* - Fixed crash in OCI8 when using unitialized LOBs. (Thies)Thies C. Arntzen2001-02-181-14/+6
|
* make oci work again.Thies C. Arntzen2001-02-171-17/+16
|
* multiple codepage supportHarald Radi2001-02-1710-382/+332
| | | | | export global constants
* import notes modules from Brad AtkinsZeev Suraski2001-02-164-0/+3036
|
* Add all necessary includes for these header files.Sascha Schumann2001-02-162-0/+5
|
* Fixed a typo in constant definitions and a possible crash in curl_setopt().foobar2001-02-161-5/+13
| | | | | # pr: #9181
* Wrong return type.Egon Schmid2001-02-161-1/+1
|
* Small typo.Egon Schmid2001-02-151-1/+1
|
* Change e-mail addressSterling Hughes2001-02-156-6/+6
| | | | | | # Can I get someone to change my cvsusers e-mail address to # sterling@designmultimedia.com?
* @- Fixed some modules to allow using output-buffering. (Thies)Thies C. Arntzen2001-02-159-58/+35
| | | | | | | | | i nuked all unneded calls to php_header() - i'm not too sure how we do handle HEAD Requests as they were only detected via php_header(). but calling php_header from a module makes output-buffering unusable. NOTICE: there is some EBSDIC stuff in gd.c - i think it's obsolete.
* 0..255Thies C. Arntzen2001-02-151-1/+1
|
* fixed SEGFAULT when using xml_set_object. Zend does not yes supportThies C. Arntzen2001-02-151-17/+10
| | | | | cyclic references!
* Added thow new mnoGoSearch agent session parameters:Sergey Kartashoff2001-02-152-0/+44
| | | | | UDM_PARAM_WEIGHT_FACTOR and UDM_PARAM_WORD_MATCH.
* There might be more systems which do not support chroot, so we checkSascha Schumann2001-02-153-3/+5
| | | | | | | | for the existence of it. Additionally, if chroot is not supported, the warn_not_available function is invoked now.
* Fix the PostgreSQL fix...Zeev Suraski2001-02-151-2/+2
|
* - chroot does not work on windowsDerick Rethans2001-02-153-0/+8
|