Marc Boeren [Fri, 23 Mar 2001 10:23:58 +0000 (10:23 +0000)]
Changed header for source files, now point to PHP license (Mc)
Found another // comment and replaced with /**/ (Mc)
Removed proprietary license (in favor of php license) (Mc)
Added .cvsignore file, I hope it works correctly (Mc)
Stig Bakken [Fri, 23 Mar 2001 01:15:05 +0000 (01:15 +0000)]
* fixed Oracle tests, fixed some bugs in DB_oci8, all tests but
errorNative() pass now (but that may be a bug in the test :-)
* implemented numRows() emulation in DB_oci8 that is available
in "optimize portability" mode only
Ben Mansell [Thu, 22 Mar 2001 18:54:51 +0000 (18:54 +0000)]
Fix a bug with POST requests. If the Content-Type header wasn't present,
we were setting SG(request_info).content_type to NULL, instead of
an empty string. This was stopping PHP from processing the data.
Ben Mansell [Thu, 22 Mar 2001 18:48:51 +0000 (18:48 +0000)]
Fix a bug with POST requests. If the Content-Type header wasn't present,
we were setting SG(request_info).content_type to NULL, instead of
an empty string. This was stopping PHP from processing the data.
Marc Boeren [Thu, 22 Mar 2001 11:07:04 +0000 (11:07 +0000)]
Added dbx module (database abstraction) to the repositorty (/ext/dbx).
Compiles under Linux (--enable-dbx) and Windows.
Supports MySQL and ODBC modules (more to be added later).
@ Added dbx module (database abstraction) to the repository. (Marc)
Rainer Schaaf [Wed, 21 Mar 2001 20:55:35 +0000 (20:55 +0000)]
Beta2 of PDFlib V4.0 will introduce on new function (PDF_place_pdi_page)
and PDF_close_pdi_page will lose one parameter.
These changes are done for the phpwrapper now.
This has no impact on PDFlib V3.x.
Harald Radi [Tue, 20 Mar 2001 22:35:30 +0000 (22:35 +0000)]
@Using ITypeInfo instead of IDispatch if possible. This makes DCOM calls
@and even COM calls much faster.
@All ini settings are now prefixed by 'com.'.
@Now you need not provide a path to the file containing the typelib, you can
@also provide the GUID of the TypeLib - entry or an IID for preloading
@type - information. (phanto)
memory leak was reportet, i'm not sure that it is fixed by now, but it should be.
Andrei Zmievski [Mon, 19 Mar 2001 21:20:02 +0000 (21:20 +0000)]
@- Added array_map() function that applies a callback to the elements
@ of given arrays and returns the result. It can also be used with a
@ null callback to transpose arrays. (Andrei)
Ben Mansell [Mon, 19 Mar 2001 11:23:57 +0000 (11:23 +0000)]
Altered README.Zeus to give instructions on building FastCGI.
Changed --with-zeus configure option into --with-isapi, since its more
descriptive (and since there are now different ways to configure PHP+Zeus)
Ben Mansell [Mon, 19 Mar 2001 11:03:29 +0000 (11:03 +0000)]
@ New FastCGI server module
New FastCGI server module. Based on the thttpd server module with
large chunks of code ripped from the cgi module. Also modifies
Makefile.in and configure.in in order to make it build properly.
# This initial checkin has been tested with the Zeus web server,
# but should work with any server that has a correct FastCGI
# implementation.
Fredrik Öhrn [Sun, 18 Mar 2001 22:16:47 +0000 (22:16 +0000)]
Much needed cleanup and new functions added
-------------------------------------------
Cleaned up stringhandling for binary safeness.
All functions now maintain a global 'errno' variable.
All functions now print warning messages on failure.
Added error code constants.
Fixed bug #8041 while maintaining backward compatibility.
New functions:
yp_all traverse a map
yp_cat retrive an entire map in one go
yp_errno get last error code
yp_err_string get a human readable error message