| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Enable UTF8 support (incomplete) by default. | Andrei Zmievski | 2001-02-20 | 2 | -0/+2 | |
| | | ||||||
| * | Include PHP compatibility header file. | Andrei Zmievski | 2001-02-20 | 1 | -0/+1 | |
| | | ||||||
| * | Upgrade PCRE to version 3.4. | Andrei Zmievski | 2001-02-20 | 41 | -253/+2301 | |
| | | ||||||
| * | proper prefix for lookup_hostname | Daniel Beulshausen | 2001-02-20 | 2 | -4/+4 | |
| | | ||||||
| * | make hyperwave build under win32 | Daniel Beulshausen | 2001-02-20 | 4 | -84/+208 | |
| | | ||||||
| * | make socket functions available to the outside | Daniel Beulshausen | 2001-02-20 | 2 | -26/+26 | |
| | | ||||||
| * | make gd work again under win32 | Daniel Beulshausen | 2001-02-20 | 4 | -17/+24 | |
| | | ||||||
| * | add configuration which links again libsasl.lib | Daniel Beulshausen | 2001-02-20 | 1 | -3/+61 | |
| | | ||||||
| * | Changed default behavior of array_search to match in_array | Jason Greene | 2001-02-20 | 1 | -12/+3 | |
| | | | | | | (strict was default on, and is now default off) | |||||
| * | Patch for inherited interfaces by Daniel Stodden <stodden@in.tum.de> | David Eriksson | 2001-02-20 | 1 | -11/+55 | |
| | | ||||||
| * | added missing ELS_FETCH() | Daniel Beulshausen | 2001-02-20 | 1 | -1/+1 | |
| | | ||||||
| * | define HAVE_LIBICONV | Daniel Beulshausen | 2001-02-20 | 1 | -2/+2 | |
| | | ||||||
| * | Stop leaking ParameterType data | David Eriksson | 2001-02-20 | 1 | -5/+19 | |
| | | ||||||
| * | no swf under win32 | Daniel Beulshausen | 2001-02-20 | 1 | -117/+0 | |
| | | ||||||
| * | Corrected typo in config.m4 | David Eriksson | 2001-02-20 | 1 | -1/+1 | |
| | | ||||||
| * | changed zlibstat.lib -> zlib.lib, which is the correct name | Daniel Beulshausen | 2001-02-20 | 1 | -2/+2 | |
| | | ||||||
| * | Rename to array_search(). | Andrei Zmievski | 2001-02-20 | 3 | -7/+6 | |
| | | ||||||
| * | Yet another bug fix regarding present. | Adam Dickmeiss | 2001-02-20 | 1 | -6/+9 | |
| | | ||||||
| * | Phrase search support has been added to mnogosearch extenstion. | Sergey Kartashoff | 2001-02-20 | 2 | -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 Greene | 2001-02-20 | 3 | -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 cases | Derick Rethans | 2001-02-19 | 1 | -1/+1 | |
| | | ||||||
| * | Bug fix: number of records in yaz_range wrongly set to zero. | Adam Dickmeiss | 2001-02-19 | 1 | -4/+5 | |
| | | ||||||
| * | Simpler fix for the InvalidOid thing by Tom Lane. | Sascha Schumann | 2001-02-19 | 3 | -23/+3 | |
| | | | | | | | He assured me that InvalidOid has always expanded to (Oid) 0, so this should be safe. | |||||
| * | Fix incompatibility with PostgreSQL CVS. | Sascha Schumann | 2001-02-19 | 2 | -0/+21 | |
| | | | | | | | | | We now perform a check whether we need to include <postgres.h> to succesfully compile. PR: #9328 | |||||
| * | Fix warning | Sascha Schumann | 2001-02-19 | 1 | -1/+1 | |
| | | ||||||
| * | Allow passing relative paths to --with-pgsql | Sascha Schumann | 2001-02-19 | 1 | -0/+1 | |
| | | ||||||
| * | [p]fsockopen: fixed possible leak | Thies C. Arntzen | 2001-02-18 | 1 | -2/+6 | |
| | | ||||||
| * | fixed buffer-overwrite | Thies C. Arntzen | 2001-02-18 | 1 | -1/+1 | |
| | | ||||||
| * | fixed a possible double-free | Thies C. Arntzen | 2001-02-18 | 1 | -2/+17 | |
| | | ||||||
| * | Typos in protos. | Egon Schmid | 2001-02-18 | 2 | -2/+2 | |
| | | ||||||
| * | export global constants for codepage and variant type | Harald Radi | 2001-02-18 | 2 | -16/+18 | |
| | | | | | | VT_* and CP_* | |||||
| * | added a few more variant types for zval <-> variant conversion | Harald Radi | 2001-02-18 | 2 | -4/+114 | |
| | | ||||||
| * | @- Added new object VARIANT() to encapsulate values for use with | Harald Radi | 2001-02-18 | 2 | -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 CREDITS | Harald Radi | 2001-02-18 | 2 | -2/+2 | |
| | | ||||||
| * | - Fixed crash in OCI8 when using unitialized LOBs. (Thies) | Thies C. Arntzen | 2001-02-18 | 1 | -14/+6 | |
| | | ||||||
| * | make oci work again. | Thies C. Arntzen | 2001-02-17 | 1 | -17/+16 | |
| | | ||||||
| * | multiple codepage support | Harald Radi | 2001-02-17 | 10 | -382/+332 | |
| | | | | | | export global constants | |||||
| * | import notes modules from Brad Atkins | Zeev Suraski | 2001-02-16 | 4 | -0/+3036 | |
| | | ||||||
| * | Add all necessary includes for these header files. | Sascha Schumann | 2001-02-16 | 2 | -0/+5 | |
| | | ||||||
| * | Fixed a typo in constant definitions and a possible crash in curl_setopt(). | foobar | 2001-02-16 | 1 | -5/+13 | |
| | | | | | | # pr: #9181 | |||||
| * | Wrong return type. | Egon Schmid | 2001-02-16 | 1 | -1/+1 | |
| | | ||||||
| * | Small typo. | Egon Schmid | 2001-02-15 | 1 | -1/+1 | |
| | | ||||||
| * | Change e-mail address | Sterling Hughes | 2001-02-15 | 6 | -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. Arntzen | 2001-02-15 | 9 | -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..255 | Thies C. Arntzen | 2001-02-15 | 1 | -1/+1 | |
| | | ||||||
| * | fixed SEGFAULT when using xml_set_object. Zend does not yes support | Thies C. Arntzen | 2001-02-15 | 1 | -17/+10 | |
| | | | | | | cyclic references! | |||||
| * | Added thow new mnoGoSearch agent session parameters: | Sergey Kartashoff | 2001-02-15 | 2 | -0/+44 | |
| | | | | | | UDM_PARAM_WEIGHT_FACTOR and UDM_PARAM_WORD_MATCH. | |||||
| * | There might be more systems which do not support chroot, so we check | Sascha Schumann | 2001-02-15 | 3 | -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 Suraski | 2001-02-15 | 1 | -2/+2 | |
| | | ||||||
| * | - chroot does not work on windows | Derick Rethans | 2001-02-15 | 3 | -0/+8 | |
| | | ||||||
