summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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-202-129/+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)
* Restore COM.cZeev Suraski2001-02-201-1/+1
|
* ChangeLog update2001-02-201-0/+113
|
* NEWS update2001-02-201-0/+1
|
* - 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.
* Include <sys/uio.h>. Apparently, the header cleanup in glibc 2.2.2Sascha Schumann2001-02-191-0/+2
| | | | | caused that file to be included by accident.
* 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
|
* ChangeLog update2001-02-191-0/+167
|
* NEWS update2001-02-191-0/+5
|
* Save 50% of the syscalls when writing the HTTP header.Sascha Schumann2001-02-181-2/+8
|
* [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
|
* Go back to listing the copyright years explicitly (instead of using aJon Parise2001-02-181-1/+1
| | | | | range).
* 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
|
* add year 2001 to headerDavid Croft2001-02-181-1/+1
|
* ChangeLog update2001-02-181-0/+180
|
* make oci work again.Thies C. Arntzen2001-02-171-17/+16
|
* multiple codepage supportHarald Radi2001-02-1710-382/+332
| | | | | export global constants
* ChangeLog update2001-02-171-0/+81
|
* Add some old and some recent newsSascha Schumann2001-02-161-0/+2
|
* 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
|
* All DB modules should return NULL from fetchRow() now if there are no moreChuck Hagenbuch2001-02-161-3/+2
| | | | | | | results, and a DB_Error object only on an error. DB::isError() return false when passed null now.
* Fixed non-threadsafe code: 'isapi_special_server_variables' was a staticBen Mansell2001-02-161-2/+1
| | | | | buffer, and not allocated per-connection. Bad bad bad!
* 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
|
* ChangeLog update2001-02-161-0/+68
|
* NEWS update2001-02-161-0/+1
|
* Small typo.Egon Schmid2001-02-151-1/+1
|