| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Include <sys/uio.h>. Apparently, the header cleanup in glibc 2.2.2 | Sascha Schumann | 2001-02-19 | 1 | -0/+2 |
| | | | | | | caused that file to be included by accident. | ||||
| * | 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 |
| | | |||||
| * | ChangeLog update | 2001-02-19 | 1 | -0/+167 | |
| | | |||||
| * | NEWS update | 2001-02-19 | 1 | -0/+5 | |
| | | |||||
| * | Save 50% of the syscalls when writing the HTTP header. | Sascha Schumann | 2001-02-18 | 1 | -2/+8 |
| | | |||||
| * | [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 |
| | | |||||
| * | Go back to listing the copyright years explicitly (instead of using a | Jon Parise | 2001-02-18 | 1 | -1/+1 |
| | | | | | | range). | ||||
| * | 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 |
| | | |||||
| * | add year 2001 to header | David Croft | 2001-02-18 | 1 | -1/+1 |
| | | |||||
| * | ChangeLog update | 2001-02-18 | 1 | -0/+180 | |
| | | |||||
| * | 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 | ||||
| * | ChangeLog update | 2001-02-17 | 1 | -0/+81 | |
| | | |||||
| * | Add some old and some recent news | Sascha Schumann | 2001-02-16 | 1 | -0/+2 |
| | | |||||
| * | 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 |
| | | |||||
| * | All DB modules should return NULL from fetchRow() now if there are no more | Chuck Hagenbuch | 2001-02-16 | 1 | -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 static | Ben Mansell | 2001-02-16 | 1 | -2/+1 |
| | | | | | | buffer, and not allocated per-connection. Bad bad bad! | ||||
| * | 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 |
| | | |||||
| * | ChangeLog update | 2001-02-16 | 1 | -0/+68 | |
| | | |||||
| * | NEWS update | 2001-02-16 | 1 | -0/+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 | 4 | -3/+6 |
| | | | | | | | | | 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 |
| | | |||||
| * | ChangeLog update | 2001-02-15 | 1 | -0/+60 | |
| | | |||||
| * | - chroot does not work on windows | Derick Rethans | 2001-02-15 | 3 | -0/+8 |
| | | |||||
| * | This should make detecting the version of Oracle libs a bit more accurate | foobar | 2001-02-14 | 2 | -6/+14 |
| | | | | | | | to avoid the 'missing libcore4' errors. (e.g. on AIX) Bug reports: #9027, #8905 | ||||
| * | Fix build. | Jon Parise | 2001-02-14 | 1 | -1/+1 |
| | | |||||
| * | mnoGoSearch config.m4 freebsd compatibility fix. | Sergey Kartashoff | 2001-02-14 | 1 | -5/+0 |
| | | |||||
| * | Added mnogosearch version checking into config.m4. | Sergey Kartashoff | 2001-02-14 | 2 | -21/+43 |
| | | | | | | Some proto fixes. | ||||
| * | allow more extensions with resources | Stanislav Malyshev | 2001-02-14 | 1 | -1/+1 |
| | | |||||
| * | ocifreedesc() now spits a NOTICE when called the "wrong" way. | Thies C. Arntzen | 2001-02-14 | 1 | -1/+3 |
| | | |||||
| * | - Added the notification of the chroot function addition | Derick Rethans | 2001-02-14 | 1 | -0/+1 |
| | | | | | | #- I forgot this with the initial commit | ||||
| * | - Added an extra chdir("/"); as sugested by Sascha | Derick Rethans | 2001-02-14 | 1 | -0/+7 |
| | | |||||
| * | - Added the chroot function for changing root in a script. | Derick Rethans | 2001-02-14 | 3 | -0/+26 |
| | | | | | | | #- This can be usefull when using PHP in a shell environment, or when PHP # runs as CGI which needs a little more security | ||||
