]> granicus.if.org Git - php/log
php
25 years agoCheck for db1/ndbm.h and use it in db. Fixes #2647
Sascha Schumann [Sun, 14 Nov 1999 23:03:45 +0000 (23:03 +0000)]
Check for db1/ndbm.h and use it in db. Fixes #2647

25 years ago- Fixing warnings in regex
Andi Gutmans [Sun, 14 Nov 1999 20:13:54 +0000 (20:13 +0000)]
- Fixing warnings in regex

25 years ago(PHP k[r]sort) now use compare_function from libzend to be consistent with the langua...
Thies C. Arntzen [Sun, 14 Nov 1999 19:59:52 +0000 (19:59 +0000)]
(PHP k[r]sort) now use compare_function from libzend to be consistent with the language-core.

25 years ago- Remove ISAPI project from main dir as it's been copied to sapi/isapi
Andi Gutmans [Sun, 14 Nov 1999 19:46:31 +0000 (19:46 +0000)]
- Remove ISAPI project from main dir as it's been copied to sapi/isapi

25 years agoclearify
Thies C. Arntzen [Sun, 14 Nov 1999 19:44:29 +0000 (19:44 +0000)]
clearify

25 years ago@- ucfirst()/ucwords() no longer modify arg1. (Thies)
Thies C. Arntzen [Sun, 14 Nov 1999 17:20:56 +0000 (17:20 +0000)]
@- ucfirst()/ucwords() no longer modify arg1. (Thies)
(PHP ucfirst,ucwords) no longer modify arg1

25 years ago@- Fixed strtr() not to modify arg1. (Thies)
Thies C. Arntzen [Sun, 14 Nov 1999 15:34:50 +0000 (15:34 +0000)]
@- Fixed strtr() not to modify arg1. (Thies)
(PHP strtr) no longer modifies arg1.

25 years ago(ext/informix) Added WIN32 build files for informix driver
Danny Heijl [Sun, 14 Nov 1999 12:55:36 +0000 (12:55 +0000)]
(ext/informix) Added WIN32 build files for informix driver
               and make it compile with ZTS
@ -Added Win32 build files for Informix driver
@  and make it compile with ZTS (danny)

25 years ago@Added tmpfile() function (Stig)
Stig Bakken [Sun, 14 Nov 1999 11:05:37 +0000 (11:05 +0000)]
@Added tmpfile() function (Stig)
Removed the mkstemp stuff and added tmpfile() function instead.

25 years ago- Fix comment as to Joey's findings
Andi Gutmans [Sun, 14 Nov 1999 10:30:39 +0000 (10:30 +0000)]
- Fix comment as to Joey's findings

25 years agoChangeLog update
<changelog@php.net> [Sun, 14 Nov 1999 02:08:53 +0000 (02:08 +0000)]
ChangeLog update

25 years agoThese are inserted automatically now.
Andrei Zmievski [Sat, 13 Nov 1999 20:47:33 +0000 (20:47 +0000)]
These are inserted automatically now.

25 years agoIt's in array.c now.
Andrei Zmievski [Sat, 13 Nov 1999 20:32:49 +0000 (20:32 +0000)]
It's in array.c now.

25 years agoSplit array functions into separate module.
Andrei Zmievski [Sat, 13 Nov 1999 20:31:54 +0000 (20:31 +0000)]
Split array functions into separate module.

25 years agoSuck in prototypes correctly with applied aliases
Sascha Schumann [Sat, 13 Nov 1999 18:33:28 +0000 (18:33 +0000)]
Suck in prototypes correctly with applied aliases
(otherwise php_reg* would not be prototyped)

25 years ago- Fix crash with string offset assignments.
Andi Gutmans [Sat, 13 Nov 1999 18:11:34 +0000 (18:11 +0000)]
- Fix crash with string offset assignments.

25 years ago- Make Win32 compile again
Andi Gutmans [Sat, 13 Nov 1999 18:03:07 +0000 (18:03 +0000)]
- Make Win32 compile again

25 years agoAllow --with-apxs and --with-regex=apache
Sascha Schumann [Sat, 13 Nov 1999 17:29:43 +0000 (17:29 +0000)]
Allow --with-apxs and --with-regex=apache

25 years agoImprove regex library selection. It lets user specify whether they want
Sascha Schumann [Sat, 13 Nov 1999 16:51:33 +0000 (16:51 +0000)]
Improve regex library selection. It lets user specify whether they want
system, apache, or php's regex library by using the --with-regex option.
"php" is the default; if you use --with-apache in combination with
Apache 1.3.x, the default is "apache".

25 years agoRemove libtool targets
Sascha Schumann [Sat, 13 Nov 1999 16:04:56 +0000 (16:04 +0000)]
Remove libtool targets

25 years ago- remove extra CPPFLAGS from top-level Makefile
Sascha Schumann [Sat, 13 Nov 1999 13:27:49 +0000 (13:27 +0000)]
- remove extra CPPFLAGS from top-level Makefile
- HSREGEX defaults to what the user wants, but can be changed now internally

25 years agoExport CPPFLAGS to propagate additional flags
Sascha Schumann [Sat, 13 Nov 1999 12:55:47 +0000 (12:55 +0000)]
Export CPPFLAGS to propagate additional flags

25 years agoFix typo (escape sign was one off)
Sascha Schumann [Sat, 13 Nov 1999 12:51:25 +0000 (12:51 +0000)]
Fix typo (escape sign was one off)

25 years agopreparing 4.0b3-RC5
Sascha Schumann [Sat, 13 Nov 1999 12:48:57 +0000 (12:48 +0000)]
preparing 4.0b3-RC5

25 years agoRemove the extra INCLUDES line from most automake Mafiles. This is not
Sascha Schumann [Sat, 13 Nov 1999 12:41:09 +0000 (12:41 +0000)]
Remove the extra INCLUDES line from most automake Mafiles. This is not
necessary, because we can change the value of INCLUDES globally in one
place (configure.in).

Also add two defines in thread-safe mode
(_REENTRANT and POSIX_PTHREAD_SEMANTICS)

25 years ago(AC_EXPAND_PATH) Expand relative paths completely
Sascha Schumann [Sat, 13 Nov 1999 12:38:23 +0000 (12:38 +0000)]
(AC_EXPAND_PATH) Expand relative paths completely

25 years agoChangeLog update
<changelog@php.net> [Sat, 13 Nov 1999 02:08:56 +0000 (02:08 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Sat, 13 Nov 1999 02:08:53 +0000 (02:08 +0000)]
NEWS update

25 years agoEnable selective regex library compilation.
Sascha Schumann [Fri, 12 Nov 1999 20:56:30 +0000 (20:56 +0000)]
Enable selective regex library compilation.

25 years agoupgrade regex library to alpha3.8
Sascha Schumann [Fri, 12 Nov 1999 20:27:52 +0000 (20:27 +0000)]
upgrade regex library to alpha3.8
@- Upgraded regex library to alpha3.8 (Sascha)

25 years agoadded missing function-alias
Thies C. Arntzen [Fri, 12 Nov 1999 17:05:57 +0000 (17:05 +0000)]
added missing function-alias

25 years agooops, didn't mean to activate this!
Thies C. Arntzen [Fri, 12 Nov 1999 14:34:50 +0000 (14:34 +0000)]
oops, didn't mean to activate this!

25 years ago@- Fixed selecting nested-tables in OCI8. (Thies)
Thies C. Arntzen [Fri, 12 Nov 1999 14:31:01 +0000 (14:31 +0000)]
@- Fixed selecting nested-tables in OCI8. (Thies)
fixed mested-tables again (broke it when resourcified the driver)

25 years agoChangeLog update
<changelog@php.net> [Fri, 12 Nov 1999 02:08:57 +0000 (02:08 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Fri, 12 Nov 1999 02:08:54 +0000 (02:08 +0000)]
NEWS update

25 years ago# Add some ext's here
Rasmus Lerdorf [Thu, 11 Nov 1999 21:45:59 +0000 (21:45 +0000)]
# Add some ext's here

25 years ago@- RFC-854 fix for internal FTP-Code. Commands have to end in "\r\n" (Thies)
Thies C. Arntzen [Thu, 11 Nov 1999 13:49:42 +0000 (13:49 +0000)]
@- RFC-854 fix for internal FTP-Code. Commands have to end in "\r\n" (Thies)
(PHP fopen) commands send to a FTP-server need to end in "\r\n" (RFC 854)

25 years agoChangeLog update
<changelog@php.net> [Thu, 11 Nov 1999 02:08:57 +0000 (02:08 +0000)]
ChangeLog update

25 years agoFixing the use of mssql.textsize in pconnect()
Frank M. Kromann [Wed, 10 Nov 1999 19:58:07 +0000 (19:58 +0000)]
Fixing the use of mssql.textsize in pconnect()

25 years ago# Improve the GD lib detection when GD is on the ld_path and it is
Rasmus Lerdorf [Wed, 10 Nov 1999 19:22:35 +0000 (19:22 +0000)]
# Improve the GD lib detection when GD is on the ld_path and it is
# configure using just --with-gd

25 years agoThis arg is optional
Rasmus Lerdorf [Wed, 10 Nov 1999 18:57:19 +0000 (18:57 +0000)]
This arg is optional

25 years ago"import" libtool file preservation code from build.mk
Stig Bakken [Wed, 10 Nov 1999 15:26:39 +0000 (15:26 +0000)]
"import" libtool file preservation code from build.mk

25 years agoShut up warning from automake.
Stig Bakken [Wed, 10 Nov 1999 13:12:30 +0000 (13:12 +0000)]
Shut up warning from automake.

25 years ago# Fix comments
Rasmus Lerdorf [Wed, 10 Nov 1999 05:50:20 +0000 (05:50 +0000)]
# Fix comments

25 years agoRemove duplicates.
Andrei Zmievski [Wed, 10 Nov 1999 05:04:56 +0000 (05:04 +0000)]
Remove duplicates.

25 years agoChangeLog update
<changelog@php.net> [Wed, 10 Nov 1999 02:08:58 +0000 (02:08 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Wed, 10 Nov 1999 02:08:55 +0000 (02:08 +0000)]
NEWS update

25 years agoadd Java and MSDev outputs
Sam Ruby [Wed, 10 Nov 1999 00:48:53 +0000 (00:48 +0000)]
add Java and MSDev outputs

25 years agoAdding default mssql ini-setings
Frank M. Kromann [Tue, 9 Nov 1999 20:58:43 +0000 (20:58 +0000)]
Adding default mssql ini-setings

25 years ago#if -> #ifdef changes for the ODBC extension (for consistency)
Stig Bakken [Tue, 9 Nov 1999 19:53:38 +0000 (19:53 +0000)]
#if -> #ifdef changes for the ODBC extension (for consistency)

25 years agoIRIX ld likes this order better
Thies C. Arntzen [Tue, 9 Nov 1999 19:48:56 +0000 (19:48 +0000)]
IRIX ld likes this order better

25 years agoMove only, if the file exists.
Sascha Schumann [Tue, 9 Nov 1999 18:18:16 +0000 (18:18 +0000)]
Move only, if the file exists.

25 years agoautomake overwrites libtool's files, if
Sascha Schumann [Tue, 9 Nov 1999 18:06:58 +0000 (18:06 +0000)]
automake overwrites libtool's files, if

- --add-missing was used
- *_LTLIBRARIES targets are used

Thus, we preserve our customized files while automake runs

25 years agoAdd libtool helper files
Sascha Schumann [Tue, 9 Nov 1999 18:04:17 +0000 (18:04 +0000)]
Add libtool helper files

25 years agoadd mergesort into build
Sam Ruby [Tue, 9 Nov 1999 17:37:35 +0000 (17:37 +0000)]
add mergesort into build

25 years ago- substitute JAVA_LFLAGS (not set, but used in libphp_java_la_LIBADD)
Stig Bakken [Tue, 9 Nov 1999 17:32:05 +0000 (17:32 +0000)]
- substitute JAVA_LFLAGS (not set, but used in libphp_java_la_LIBADD)
- add .cvsignore file

25 years ago4.0b3-RC4
Stig Bakken [Tue, 9 Nov 1999 17:03:46 +0000 (17:03 +0000)]
4.0b3-RC4

25 years agoPreserve the CVS versions of ltconfig/ltmain.sh during makedist.
Stig Bakken [Tue, 9 Nov 1999 16:57:26 +0000 (16:57 +0000)]
Preserve the CVS versions of ltconfig/ltmain.sh during makedist.
#This is a temporary fix!

25 years agoBetter lib detection for ucd-snmp
Rasmus Lerdorf [Tue, 9 Nov 1999 16:01:31 +0000 (16:01 +0000)]
Better lib detection for ucd-snmp

25 years agolocation of output.c moved.
Sam Ruby [Tue, 9 Nov 1999 16:01:30 +0000 (16:01 +0000)]
location of output.c moved.

25 years agoFind ucd-snmp include files more intelligently
Rasmus Lerdorf [Tue, 9 Nov 1999 15:55:37 +0000 (15:55 +0000)]
Find ucd-snmp include files more intelligently

25 years agoClean up ODBC HAVE_XXX symbols, compile fixes for OpenLink and Solid.
Stig Bakken [Tue, 9 Nov 1999 14:28:59 +0000 (14:28 +0000)]
Clean up ODBC HAVE_XXX symbols, compile fixes for OpenLink and Solid.
#The Solid support still does not link, though (looks like a side-effect of
#the way the Solid libs are named and our stubborn friend libtool).
#This can wait until after 4.0b3.

25 years ago- set default path for cookie to the root directory ("/")
Sascha Schumann [Tue, 9 Nov 1999 14:27:56 +0000 (14:27 +0000)]
- set default path for cookie to the root directory ("/")
- complete session documentation in php.ini-dist

25 years agoadd java
Sam Ruby [Tue, 9 Nov 1999 14:21:18 +0000 (14:21 +0000)]
add java

25 years agoInclude proper header files (replacement functions were not used).
Sascha Schumann [Tue, 9 Nov 1999 13:57:11 +0000 (13:57 +0000)]
Include proper header files (replacement functions were not used).

25 years agoFix OpenLink ODBC support
Stig Bakken [Tue, 9 Nov 1999 13:31:16 +0000 (13:31 +0000)]
Fix OpenLink ODBC support
@Fix OpenLink ODBC support (Stig)

25 years agoBump version to 4.0b3-RC3.
Stig Bakken [Tue, 9 Nov 1999 12:20:34 +0000 (12:20 +0000)]
Bump version to 4.0b3-RC3.
# We release RC2 just minutes before Sam Ruby commits his Java extension.
# What timing!

25 years ago@ Added Zend OO syntax overloading support for Java components
Sam Ruby [Tue, 9 Nov 1999 12:02:22 +0000 (12:02 +0000)]
@ Added Zend OO syntax overloading support for Java components
#
# My lawyer made me do this:
#
Users of PHP are hereby granted a non-exclusive, irrevocable, world-wide,
royalty-free, non-transferable license to use, execute, prepare derivative
works of, and distribute (internally and externally, and including derivative
works) the code accompanying this license as part of, and integrated into PHP.
WARRANTY OF ANY KIND EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE IMPLIED WARRANTY OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
AND ANY WARRANTY OF NON-INFRINGEMENT.  THE ENTIRE RISK ARISING OUT OF THE USE
OR PERFORMANCE OF THIS CODE REMAINS WITH USERS OF PHP.  The owner of this code
represents and warrants that it is legally entitled to grant the above license.

25 years agoMakedist can now be run from outside the CVS tree.
Stig Bakken [Tue, 9 Nov 1999 11:56:27 +0000 (11:56 +0000)]
Makedist can now be run from outside the CVS tree.

25 years ago@Fix min/max behaviour (Thies)
Stig Bakken [Tue, 9 Nov 1999 07:59:50 +0000 (07:59 +0000)]
@Fix min/max behaviour (Thies)
#Andrei: I left the convert_to_long() in there, it doesn't really make
#much of a difference.

25 years agoChangeLog update
<changelog@php.net> [Tue, 9 Nov 1999 02:09:01 +0000 (02:09 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Tue, 9 Nov 1999 02:08:58 +0000 (02:08 +0000)]
NEWS update

25 years ago"sybase" is definitelly six characters long :-)
Jakub Skopal [Mon, 8 Nov 1999 20:57:59 +0000 (20:57 +0000)]
"sybase" is definitelly six characters long :-)

25 years agoCleaned up makedist a bit more.
Stig Bakken [Mon, 8 Nov 1999 16:17:53 +0000 (16:17 +0000)]
Cleaned up makedist a bit more.
# Also changed 4.0B3-RC2 to 4.0b3-RC2.  I don't see why we should start
# using capital letters in 4.0.

25 years agoignore distribution files
Stig Bakken [Mon, 8 Nov 1999 14:41:57 +0000 (14:41 +0000)]
ignore distribution files

25 years agoAdd libtool files to CVS. Advantages:
Sascha Schumann [Mon, 8 Nov 1999 11:04:14 +0000 (11:04 +0000)]
Add libtool files to CVS. Advantages:

- PHP-specific changes are easier to maintain
- it removes one dependency for users (i.e. GNU vs. FreeBSD ports)

I have not removed the libtool check in buildconf, since libzend/TSRM still
depend on a local version of libtool.

25 years agoRemove prototype. The prototype was not necessary for UCD SNMP 3.5.3, and
Sascha Schumann [Mon, 8 Nov 1999 10:33:06 +0000 (10:33 +0000)]
Remove prototype. The prototype was not necessary for UCD SNMP 3.5.3, and
broke the build for UCD SNMP 4.0.1.

25 years ago(PHP tempnam) now uses mkstemp() if available
Stig Bakken [Mon, 8 Nov 1999 09:18:57 +0000 (09:18 +0000)]
(PHP tempnam) now uses mkstemp() if available
@- tempnam() now uses mkstemp() if available (Stig)

25 years agoChangeLog update
<changelog@php.net> [Mon, 8 Nov 1999 02:09:00 +0000 (02:09 +0000)]
ChangeLog update

25 years ago(php_ns_request_ctor) enable HTTP Access Authentication
Sascha Schumann [Sun, 7 Nov 1999 13:16:14 +0000 (13:16 +0000)]
(php_ns_request_ctor) enable HTTP Access Authentication

(php_ns_hash_environment) supply PATH_TRANSLATED to scripts

25 years agoChangeLog update
<changelog@php.net> [Sun, 7 Nov 1999 02:09:04 +0000 (02:09 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Sun, 7 Nov 1999 02:09:00 +0000 (02:09 +0000)]
NEWS update

25 years ago- limit find to PHP's automake Makefiles
Sascha Schumann [Sat, 6 Nov 1999 13:05:14 +0000 (13:05 +0000)]
- limit find to PHP's automake Makefiles
- check whether patches were applied correctly

25 years agoDisable auto_start until we find a way to access the necessary data fields.
Sascha Schumann [Sat, 6 Nov 1999 10:14:36 +0000 (10:14 +0000)]
Disable auto_start until we find a way to access the necessary data fields.

25 years agoVersion update
Zeev Suraski [Sat, 6 Nov 1999 10:06:37 +0000 (10:06 +0000)]
Version update

25 years ago- Win32 fixes
Zeev Suraski [Sat, 6 Nov 1999 10:01:55 +0000 (10:01 +0000)]
- Win32 fixes
- COM module improvements from Boris Wedl

25 years ago(PHP var_dump, serialize) now use php.ini's precision size when displying/serializing...
Thies C. Arntzen [Sat, 6 Nov 1999 08:16:25 +0000 (08:16 +0000)]
(PHP var_dump, serialize) now use php.ini's precision size when displying/serializing doubles
@- serialize() and var_dump() now honor the precision as set in php.ini
@  for doubles. (Thies)

25 years agoChangeLog update
<changelog@php.net> [Sat, 6 Nov 1999 02:09:09 +0000 (02:09 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Sat, 6 Nov 1999 02:09:06 +0000 (02:09 +0000)]
NEWS update

25 years agoWe need to use mysql_field_count() instead of mysql_num_fields() if
Rasmus Lerdorf [Fri, 5 Nov 1999 21:43:53 +0000 (21:43 +0000)]
We need to use mysql_field_count() instead of mysql_num_fields() if
we are using MySQL 3.22.24 or newer when we want to check a mysql struct
instead of a result struct.  The reference is here:
 http://www.mysql.com/Manual_chapter/manual_Clients.html#mysql_num_fields

25 years agoconfiguration failures trap server
Sam Ruby [Fri, 5 Nov 1999 17:52:00 +0000 (17:52 +0000)]
configuration failures trap server

25 years ago# Fix group email address
Rasmus Lerdorf [Fri, 5 Nov 1999 15:37:34 +0000 (15:37 +0000)]
# Fix group email address

25 years ago(php3_sybase_get_column_content) initialize buffer before call to dbconvert()
Thies C. Arntzen [Fri, 5 Nov 1999 08:48:09 +0000 (08:48 +0000)]
(php3_sybase_get_column_content) initialize buffer before call to dbconvert()
@- Fixed garbage returned at the end of certain Sybase-Columns (Thies)
@  Patch submitted by: neal@wanlink.com

25 years agoChangeLog update
<changelog@php.net> [Fri, 5 Nov 1999 02:09:27 +0000 (02:09 +0000)]
ChangeLog update

25 years ago(PHP multisort) More work, not yet done though.
Andrei Zmievski [Thu, 4 Nov 1999 21:55:47 +0000 (21:55 +0000)]
(PHP multisort) More work, not yet done though.

25 years agoMade zend_hash_rehash() callable from outside.
Andrei Zmievski [Thu, 4 Nov 1999 21:02:35 +0000 (21:02 +0000)]
Made zend_hash_rehash() callable from outside.

25 years agoTry to avoid IBM/Berkeley DB2 confusion
Rasmus Lerdorf [Thu, 4 Nov 1999 20:47:19 +0000 (20:47 +0000)]
Try to avoid IBM/Berkeley DB2 confusion

25 years ago# Updated to work with the new build system.
Stig Bakken [Thu, 4 Nov 1999 09:52:44 +0000 (09:52 +0000)]
# Updated to work with the new build system.

25 years ago# First shot at 4.0b3.
Stig Bakken [Thu, 4 Nov 1999 09:40:44 +0000 (09:40 +0000)]
# First shot at 4.0b3.

25 years ago# Workaround needed to run automake in makedist.
Stig Bakken [Thu, 4 Nov 1999 09:34:35 +0000 (09:34 +0000)]
# Workaround needed to run automake in makedist.