summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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-154-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 Suraski2001-02-151-2/+2
|
* ChangeLog update2001-02-151-0/+60
|
* - chroot does not work on windowsDerick Rethans2001-02-153-0/+8
|
* This should make detecting the version of Oracle libs a bit more accuratefoobar2001-02-142-6/+14
| | | | | | to avoid the 'missing libcore4' errors. (e.g. on AIX) Bug reports: #9027, #8905
* Fix build.Jon Parise2001-02-141-1/+1
|
* mnoGoSearch config.m4 freebsd compatibility fix.Sergey Kartashoff2001-02-141-5/+0
|
* Added mnogosearch version checking into config.m4.Sergey Kartashoff2001-02-142-21/+43
| | | | | Some proto fixes.
* allow more extensions with resourcesStanislav Malyshev2001-02-141-1/+1
|
* ocifreedesc() now spits a NOTICE when called the "wrong" way.Thies C. Arntzen2001-02-141-1/+3
|
* - Added the notification of the chroot function additionDerick Rethans2001-02-141-0/+1
| | | | | #- I forgot this with the initial commit
* - Added an extra chdir("/"); as sugested by SaschaDerick Rethans2001-02-141-0/+7
|
* - Added the chroot function for changing root in a script.Derick Rethans2001-02-143-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