]> granicus.if.org Git - php/log
php
23 years agoZend related news update.
Andrei Zmievski [Mon, 26 Mar 2001 18:59:01 +0000 (18:59 +0000)]
Zend related news update.

23 years agoRemove FUNCTION_LIST.txt, the file is sadly out of date and not really used...
Sterling Hughes [Mon, 26 Mar 2001 18:29:12 +0000 (18:29 +0000)]
Remove FUNCTION_LIST.txt, the file is sadly out of date and not really used...

23 years agoSupport Solaris 8 ldap.
foobar [Mon, 26 Mar 2001 10:30:48 +0000 (10:30 +0000)]
Support Solaris 8 ldap.

23 years agoRemoved #include php_config.h, since it was not necessary (Mc)
Marc Boeren [Mon, 26 Mar 2001 08:26:07 +0000 (08:26 +0000)]
Removed #include php_config.h, since it was not necessary (Mc)

23 years agopg_close was undefining default_conn even if a ref to it was still there.
Romolo Manfredini [Mon, 26 Mar 2001 08:00:43 +0000 (08:00 +0000)]
pg_close was undefining default_conn even if a ref to it was still there.

23 years agoChangeLog update
<changelog@php.net> [Mon, 26 Mar 2001 02:09:22 +0000 (02:09 +0000)]
ChangeLog update

23 years agoChangeLog update
<changelog@php.net> [Sun, 25 Mar 2001 02:09:20 +0000 (02:09 +0000)]
ChangeLog update

23 years agoInstall the Informix database implementation.
Jon Parise [Sat, 24 Mar 2001 21:48:41 +0000 (21:48 +0000)]
Install the Informix database implementation.

23 years agoAdded missing files.
Sebastian Bergmann [Sat, 24 Mar 2001 21:40:25 +0000 (21:40 +0000)]
Added missing files.

23 years agoAdded php_dbx.dll.
Sebastian Bergmann [Sat, 24 Mar 2001 21:38:58 +0000 (21:38 +0000)]
Added php_dbx.dll.

23 years agoSolved bugs #9746 and #9937, pg_close was closing twice the default conn.
Romolo Manfredini [Sat, 24 Mar 2001 18:36:43 +0000 (18:36 +0000)]
Solved bugs #9746 and #9937, pg_close was closing twice the default conn.

23 years ago* added Christian Stocker's tableInfo() implementation
Stig Bakken [Sat, 24 Mar 2001 07:00:44 +0000 (07:00 +0000)]
* added Christian Stocker's tableInfo() implementation

23 years agoChangeLog update
<changelog@php.net> [Sat, 24 Mar 2001 02:09:15 +0000 (02:09 +0000)]
ChangeLog update

23 years agoFix ZTS build
Sascha Schumann [Sat, 24 Mar 2001 01:08:13 +0000 (01:08 +0000)]
Fix ZTS build

23 years agoFixed compile errors for PostgreSQL support (Mc)
Marc Boeren [Fri, 23 Mar 2001 14:50:17 +0000 (14:50 +0000)]
Fixed compile errors for PostgreSQL support (Mc)
Removed globals that Rui put in, and changed the dbx_get_row
to include a row_number (which PostgreSQL expects) (Mc)
Added source files to Makefile.in and dbx.dsp (Mc)
#Could someone please check if the PostgreSQL support works?
#And please, check your work _before_ you commit anything!

23 years agoFixing function name length.
Andrei Zmievski [Fri, 23 Mar 2001 14:46:37 +0000 (14:46 +0000)]
Fixing function name length.

23 years agoWrap lines.
Andrei Zmievski [Fri, 23 Mar 2001 14:26:17 +0000 (14:26 +0000)]
Wrap lines.

23 years agochanged license of PostgreSQL module in ext/dbx.
Rui Hirokawa [Fri, 23 Mar 2001 13:40:12 +0000 (13:40 +0000)]
changed license of PostgreSQL module in ext/dbx.

23 years agoadded initial support for PostgreSQL to ext/dbx.
Rui Hirokawa [Fri, 23 Mar 2001 11:50:04 +0000 (11:50 +0000)]
added initial support for PostgreSQL to ext/dbx.

23 years agoChanged header for source files, now point to PHP license (Mc)
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)

23 years agoAdded target ownership check in function copy for safe_mode operations
Romolo Manfredini [Fri, 23 Mar 2001 09:30:51 +0000 (09:30 +0000)]
Added target ownership check in function copy for safe_mode operations

23 years agoupdate news
Daniel Beulshausen [Fri, 23 Mar 2001 08:33:22 +0000 (08:33 +0000)]
update news

23 years agosupport unc style paths
Daniel Beulshausen [Fri, 23 Mar 2001 08:33:06 +0000 (08:33 +0000)]
support unc style paths

23 years agoAdded configuration for detecting the BeOS thread implementation
Stephen van Egmond [Fri, 23 Mar 2001 04:56:51 +0000 (04:56 +0000)]
Added configuration for detecting the BeOS thread implementation
(which will be used once I get my patches into Zend to use bthreads).

Also, a check for a library distributed with the new BeOS networking
environment.

23 years agoSimple patch to deal with lack of fields in the BeOS implementation of rusage.
Stephen van Egmond [Fri, 23 Mar 2001 04:36:29 +0000 (04:36 +0000)]
Simple patch to deal with lack of fields in the BeOS implementation of rusage.

23 years agoChangeLog update
<changelog@php.net> [Fri, 23 Mar 2001 02:09:24 +0000 (02:09 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Fri, 23 Mar 2001 02:09:21 +0000 (02:09 +0000)]
NEWS update

23 years ago* fixed Oracle tests, fixed some bugs in DB_oci8, all tests but
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

23 years agoRemoving extra check for warnings.
Frank M. Kromann [Fri, 23 Mar 2001 00:58:59 +0000 (00:58 +0000)]
Removing extra check for warnings.

23 years agoAdding warning when query fails
Frank M. Kromann [Thu, 22 Mar 2001 21:16:23 +0000 (21:16 +0000)]
Adding warning when query fails

23 years agoFix a bug with POST requests. If the Content-Type header wasn't present,
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.

23 years agoFix a bug with POST requests. If the Content-Type header wasn't present,
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.

23 years agoChanged C++ style comments to C-style comments (Marc)
Marc Boeren [Thu, 22 Mar 2001 15:14:34 +0000 (15:14 +0000)]
Changed C++ style comments to C-style comments (Marc)
#I hope I got 'em all
@Changed C++ style comments to C-style comments (Marc)

23 years agoFixed prototype.
Sean Bright [Thu, 22 Mar 2001 14:43:48 +0000 (14:43 +0000)]
Fixed prototype.

23 years agoFix bugs: #9920, #9190
foobar [Thu, 22 Mar 2001 13:16:58 +0000 (13:16 +0000)]
Fix bugs: #9920, #9190

23 years agono comment :)
Marc Boeren [Thu, 22 Mar 2001 12:26:21 +0000 (12:26 +0000)]
no comment :)

23 years agoAdded dbx module (database abstraction) to the repositorty (/ext/dbx).
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)

23 years ago- fixed some bugs with xpath
Uwe Steinmann [Thu, 22 Mar 2001 06:58:13 +0000 (06:58 +0000)]
- fixed some bugs with xpath

23 years agoChangeLog update
<changelog@php.net> [Thu, 22 Mar 2001 02:09:16 +0000 (02:09 +0000)]
ChangeLog update

23 years agosetting right params to zend_get_parameters_ex
Frank M. Kromann [Wed, 21 Mar 2001 21:53:45 +0000 (21:53 +0000)]
setting right params to zend_get_parameters_ex

23 years agoBeta2 of PDFlib V4.0 will introduce on new function (PDF_place_pdi_page)
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.

23 years ago- Fix spelling error
Andi Gutmans [Wed, 21 Mar 2001 20:07:19 +0000 (20:07 +0000)]
- Fix spelling error

23 years agochanged arg types from pval* to zval**
Frank M. Kromann [Wed, 21 Mar 2001 19:56:33 +0000 (19:56 +0000)]
changed arg types from pval* to zval**

23 years agoRemove experimental status from bz2
Sterling Hughes [Wed, 21 Mar 2001 19:46:05 +0000 (19:46 +0000)]
Remove experimental status from bz2

23 years agoFixing news.
Andrei Zmievski [Wed, 21 Mar 2001 16:19:54 +0000 (16:19 +0000)]
Fixing news.

23 years agoI don't like to commit this over and over either, but this client definitely seems...
André Langhorst [Wed, 21 Mar 2001 16:01:52 +0000 (16:01 +0000)]
I don't like to commit this over and over either, but this client definitely seems to dislike branches

23 years agoUnixWare 7.1 does not have EX_TEMPFAIL or (as far as I can tell)
Ben Mansell [Wed, 21 Mar 2001 15:15:31 +0000 (15:15 +0000)]
UnixWare 7.1 does not have EX_TEMPFAIL or (as far as I can tell)
a concept of a temporary failure response to pclose().

23 years agoFix for bug #9698.
Sean Bright [Wed, 21 Mar 2001 13:53:38 +0000 (13:53 +0000)]
Fix for bug #9698.
# Anyone that can think of a way to fix long2ip(), feel free.

23 years agofighting against the cvs client, it does not want to let the win32 binary safe change...
André Langhorst [Wed, 21 Mar 2001 13:00:33 +0000 (13:00 +0000)]
fighting against the cvs client, it does not want to let the win32 binary safe change go in...

23 years agowin32 fixes again
André Langhorst [Wed, 21 Mar 2001 12:52:32 +0000 (12:52 +0000)]
win32 fixes again

23 years agomore win32 fixes
André Langhorst [Wed, 21 Mar 2001 12:47:46 +0000 (12:47 +0000)]
more win32 fixes

23 years ago- fulltext query are working now
Uwe Steinmann [Wed, 21 Mar 2001 07:58:21 +0000 (07:58 +0000)]
- fulltext query are working now

23 years agoDisable maximum execution time for tests.
Sebastian Bergmann [Wed, 21 Mar 2001 06:33:00 +0000 (06:33 +0000)]
Disable maximum execution time for tests.

23 years ago1) fixed tests on *both* win32+linux
André Langhorst [Wed, 21 Mar 2001 06:04:36 +0000 (06:04 +0000)]
1) fixed tests on *both* win32+linux
2) made tests more sophisticated (checking against compiled in modules)
3) minor changes
4) win32 improvements

23 years ago- added EntityReference and Notation class
Uwe Steinmann [Wed, 21 Mar 2001 05:45:40 +0000 (05:45 +0000)]
- added EntityReference and Notation class
- fixed handling of PI nodes
- implemented more class functions

23 years agoStyle and whitespace, based mostly on a submission from
Jon Parise [Wed, 21 Mar 2001 04:15:40 +0000 (04:15 +0000)]
Style and whitespace, based mostly on a submission from
"Tomas V.V.Cox" <cox@idecnet.com>.

23 years agoChangeLog update
<changelog@php.net> [Wed, 21 Mar 2001 02:09:23 +0000 (02:09 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Wed, 21 Mar 2001 02:09:20 +0000 (02:09 +0000)]
NEWS update

23 years agoadded [com] section
Harald Radi [Tue, 20 Mar 2001 22:45:10 +0000 (22:45 +0000)]
added [com] section

23 years ago@Using ITypeInfo instead of IDispatch if possible. This makes DCOM calls
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.

23 years agoadded com.h
Harald Radi [Tue, 20 Mar 2001 22:25:10 +0000 (22:25 +0000)]
added com.h

23 years agoremove some unneccessary casts, remove unneccessary error casts, standardize
Sterling Hughes [Tue, 20 Mar 2001 21:30:42 +0000 (21:30 +0000)]
remove some unneccessary casts, remove unneccessary error casts, standardize
the coding format for some of the stuff.

23 years agoFix erronous out of bounds error message in rand(min,max)
Fredrik Öhrn [Tue, 20 Mar 2001 20:48:42 +0000 (20:48 +0000)]
Fix erronous out of bounds error message in rand(min,max)

23 years agoFixing crash when result conrains 0 rows
Frank M. Kromann [Tue, 20 Mar 2001 20:25:55 +0000 (20:25 +0000)]
Fixing crash when result conrains 0 rows

23 years agoreally fix the build
Fredrik Öhrn [Tue, 20 Mar 2001 20:04:42 +0000 (20:04 +0000)]
really fix the build

23 years agoConverting to c-style comments.
Frank M. Kromann [Tue, 20 Mar 2001 19:21:45 +0000 (19:21 +0000)]
Converting to c-style comments.
Adding prototypes to all exported function

23 years agomake qtdom compile on Mandrake-cooker
Thies C. Arntzen [Tue, 20 Mar 2001 19:19:31 +0000 (19:19 +0000)]
make qtdom compile on Mandrake-cooker

23 years agofix dsp
Daniel Beulshausen [Tue, 20 Mar 2001 17:45:10 +0000 (17:45 +0000)]
fix dsp

23 years agoNuke another warning.
Sebastian Bergmann [Tue, 20 Mar 2001 17:04:45 +0000 (17:04 +0000)]
Nuke another warning.

23 years ago- fixed lot of compiler warnings
Uwe Steinmann [Tue, 20 Mar 2001 16:20:42 +0000 (16:20 +0000)]
- fixed lot of compiler warnings

23 years agofix registry per directory values
Daniel Beulshausen [Tue, 20 Mar 2001 15:44:55 +0000 (15:44 +0000)]
fix registry per directory values
# they never really worked for me before

23 years ago- news about domxml
Uwe Steinmann [Tue, 20 Mar 2001 15:03:33 +0000 (15:03 +0000)]
- news about domxml

23 years ago- test script for rewritten domxml module
Uwe Steinmann [Tue, 20 Mar 2001 15:02:10 +0000 (15:02 +0000)]
- test script for rewritten domxml module

23 years ago- complete rewrite of domxml module.
Uwe Steinmann [Tue, 20 Mar 2001 15:01:13 +0000 (15:01 +0000)]
- complete rewrite of domxml module.
  It is now mostly conform to DOM Level 2 though some classes and
  methods are still missing

23 years agofix build
Sascha Schumann [Tue, 20 Mar 2001 12:50:27 +0000 (12:50 +0000)]
fix build

23 years agoChangeLog update
<changelog@php.net> [Tue, 20 Mar 2001 02:09:20 +0000 (02:09 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Tue, 20 Mar 2001 02:09:17 +0000 (02:09 +0000)]
NEWS update

23 years agoRemove some unnecessary error checking
Sterling Hughes [Tue, 20 Mar 2001 01:46:41 +0000 (01:46 +0000)]
Remove some unnecessary error checking

23 years agoRemoved skipif.php + Fixed tests to use skipif.inc instead.
foobar [Tue, 20 Mar 2001 01:22:07 +0000 (01:22 +0000)]
Removed skipif.php + Fixed tests to use skipif.inc instead.

23 years agoRemoved unnessary file.
foobar [Tue, 20 Mar 2001 01:06:25 +0000 (01:06 +0000)]
Removed unnessary file.

23 years ago@- Added array_map() function that applies a callback to the elements
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)

23 years ago- Add support for isset($var1, $var2, $var3); - Will be true only if all
Andi Gutmans [Mon, 19 Mar 2001 19:31:14 +0000 (19:31 +0000)]
- Add support for isset($var1, $var2, $var3); - Will be true only if all
- variables are set.

23 years agoRemoved redundant initialization.
Fredrik Öhrn [Mon, 19 Mar 2001 17:01:36 +0000 (17:01 +0000)]
Removed redundant initialization.

23 years agoAltered README.Zeus to give instructions on building FastCGI.
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)

23 years ago@ New FastCGI server module
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.

23 years agoChangeLog update
<changelog@php.net> [Mon, 19 Mar 2001 02:09:18 +0000 (02:09 +0000)]
ChangeLog update

23 years agoMuch needed cleanup and new functions added
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

23 years agoSolved compile failure due to clash bewteen IMAP and ClibPDF headers.
Fredrik Öhrn [Sun, 18 Mar 2001 18:32:58 +0000 (18:32 +0000)]
Solved compile failure due to clash bewteen IMAP and ClibPDF headers.

23 years agoPrevent mem leak
foobar [Sun, 18 Mar 2001 09:25:40 +0000 (09:25 +0000)]
Prevent mem leak

23 years agoFix possible crash if content-type is not set.
foobar [Sun, 18 Mar 2001 08:00:10 +0000 (08:00 +0000)]
Fix possible crash if content-type is not set.

23 years agoFix the fix. Plus killed some compile warnings.
foobar [Sun, 18 Mar 2001 05:52:40 +0000 (05:52 +0000)]
Fix the fix. Plus killed some compile warnings.

23 years agoFix reference to nuked function
Zeev Suraski [Sun, 18 Mar 2001 02:35:10 +0000 (02:35 +0000)]
Fix reference to nuked function

23 years agoThese functions are not necessary - that's what sapi_register_post_entry()
Zeev Suraski [Sun, 18 Mar 2001 02:32:04 +0000 (02:32 +0000)]
These functions are not necessary - that's what sapi_register_post_entry()
and sapi_unregister_post_entry() are for...

Also, please maintain K&R code layout, it's very messy to have different
styles intermixed in the same codebase, and especially in the same files!

23 years agoChangeLog update
<changelog@php.net> [Sun, 18 Mar 2001 02:09:17 +0000 (02:09 +0000)]
ChangeLog update

23 years agoRecode delayed loading in a much simpler way (switched back to php_ini.c 1.49)
Zeev Suraski [Sat, 17 Mar 2001 23:35:32 +0000 (23:35 +0000)]
Recode delayed loading in a much simpler way (switched back to php_ini.c 1.49)

23 years agofixed a (C++) warning about implicit conversion from void*
Stephen van Egmond [Sat, 17 Mar 2001 20:35:38 +0000 (20:35 +0000)]
fixed a (C++) warning about implicit conversion from void*

23 years agoGarbageCollection was moved into a PEAR-Deconstructor
Christian Stocker [Sat, 17 Mar 2001 16:06:31 +0000 (16:06 +0000)]
GarbageCollection was moved into a PEAR-Deconstructor

23 years agofix dependencys
Daniel Beulshausen [Sat, 17 Mar 2001 12:30:27 +0000 (12:30 +0000)]
fix dependencys

23 years agoFix the output buffering bug Andre found
Zeev Suraski [Sat, 17 Mar 2001 03:03:50 +0000 (03:03 +0000)]
Fix the output buffering bug Andre found

23 years agoChangeLog update
<changelog@php.net> [Sat, 17 Mar 2001 02:09:18 +0000 (02:09 +0000)]
ChangeLog update