]>
granicus.if.org Git - php/log
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
Andi Gutmans [Sun, 14 Nov 1999 20:13:54 +0000 (20:13 +0000)]
- Fixing warnings in regex
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.
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
Thies C. Arntzen [Sun, 14 Nov 1999 19:44:29 +0000 (19:44 +0000)]
clearify
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
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.
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)
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.
Andi Gutmans [Sun, 14 Nov 1999 10:30:39 +0000 (10:30 +0000)]
- Fix comment as to Joey's findings
<changelog@php.net> [Sun, 14 Nov 1999 02:08:53 +0000 (02:08 +0000)]
ChangeLog update
Andrei Zmievski [Sat, 13 Nov 1999 20:47:33 +0000 (20:47 +0000)]
These are inserted automatically now.
Andrei Zmievski [Sat, 13 Nov 1999 20:32:49 +0000 (20:32 +0000)]
It's in array.c now.
Andrei Zmievski [Sat, 13 Nov 1999 20:31:54 +0000 (20:31 +0000)]
Split array functions into separate module.
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)
Andi Gutmans [Sat, 13 Nov 1999 18:11:34 +0000 (18:11 +0000)]
- Fix crash with string offset assignments.
Andi Gutmans [Sat, 13 Nov 1999 18:03:07 +0000 (18:03 +0000)]
- Make Win32 compile again
Sascha Schumann [Sat, 13 Nov 1999 17:29:43 +0000 (17:29 +0000)]
Allow --with-apxs and --with-regex=apache
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".
Sascha Schumann [Sat, 13 Nov 1999 16:04:56 +0000 (16:04 +0000)]
Remove libtool targets
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
Sascha Schumann [Sat, 13 Nov 1999 12:55:47 +0000 (12:55 +0000)]
Export CPPFLAGS to propagate additional flags
Sascha Schumann [Sat, 13 Nov 1999 12:51:25 +0000 (12:51 +0000)]
Fix typo (escape sign was one off)
Sascha Schumann [Sat, 13 Nov 1999 12:48:57 +0000 (12:48 +0000)]
preparing 4.0b3-RC5
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)
Sascha Schumann [Sat, 13 Nov 1999 12:38:23 +0000 (12:38 +0000)]
(AC_EXPAND_PATH) Expand relative paths completely
<changelog@php.net> [Sat, 13 Nov 1999 02:08:56 +0000 (02:08 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 13 Nov 1999 02:08:53 +0000 (02:08 +0000)]
NEWS update
Sascha Schumann [Fri, 12 Nov 1999 20:56:30 +0000 (20:56 +0000)]
Enable selective regex library compilation.
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)
Thies C. Arntzen [Fri, 12 Nov 1999 17:05:57 +0000 (17:05 +0000)]
added missing function-alias
Thies C. Arntzen [Fri, 12 Nov 1999 14:34:50 +0000 (14:34 +0000)]
oops, didn't mean to activate this!
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)
<changelog@php.net> [Fri, 12 Nov 1999 02:08:57 +0000 (02:08 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 12 Nov 1999 02:08:54 +0000 (02:08 +0000)]
NEWS update
Rasmus Lerdorf [Thu, 11 Nov 1999 21:45:59 +0000 (21:45 +0000)]
# Add some ext's here
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)
<changelog@php.net> [Thu, 11 Nov 1999 02:08:57 +0000 (02:08 +0000)]
ChangeLog update
Frank M. Kromann [Wed, 10 Nov 1999 19:58:07 +0000 (19:58 +0000)]
Fixing the use of mssql.textsize in pconnect()
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
Rasmus Lerdorf [Wed, 10 Nov 1999 18:57:19 +0000 (18:57 +0000)]
This arg is optional
Stig Bakken [Wed, 10 Nov 1999 15:26:39 +0000 (15:26 +0000)]
"import" libtool file preservation code from build.mk
Stig Bakken [Wed, 10 Nov 1999 13:12:30 +0000 (13:12 +0000)]
Shut up warning from automake.
Rasmus Lerdorf [Wed, 10 Nov 1999 05:50:20 +0000 (05:50 +0000)]
# Fix comments
Andrei Zmievski [Wed, 10 Nov 1999 05:04:56 +0000 (05:04 +0000)]
Remove duplicates.
<changelog@php.net> [Wed, 10 Nov 1999 02:08:58 +0000 (02:08 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 10 Nov 1999 02:08:55 +0000 (02:08 +0000)]
NEWS update
Sam Ruby [Wed, 10 Nov 1999 00:48:53 +0000 (00:48 +0000)]
add Java and MSDev outputs
Frank M. Kromann [Tue, 9 Nov 1999 20:58:43 +0000 (20:58 +0000)]
Adding default mssql ini-setings
Stig Bakken [Tue, 9 Nov 1999 19:53:38 +0000 (19:53 +0000)]
#if -> #ifdef changes for the ODBC extension (for consistency)
Thies C. Arntzen [Tue, 9 Nov 1999 19:48:56 +0000 (19:48 +0000)]
IRIX ld likes this order better
Sascha Schumann [Tue, 9 Nov 1999 18:18:16 +0000 (18:18 +0000)]
Move only, if the file exists.
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
Sascha Schumann [Tue, 9 Nov 1999 18:04:17 +0000 (18:04 +0000)]
Add libtool helper files
Sam Ruby [Tue, 9 Nov 1999 17:37:35 +0000 (17:37 +0000)]
add mergesort into build
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
Stig Bakken [Tue, 9 Nov 1999 17:03:46 +0000 (17:03 +0000)]
4.0b3-RC4
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!
Rasmus Lerdorf [Tue, 9 Nov 1999 16:01:31 +0000 (16:01 +0000)]
Better lib detection for ucd-snmp
Sam Ruby [Tue, 9 Nov 1999 16:01:30 +0000 (16:01 +0000)]
location of output.c moved.
Rasmus Lerdorf [Tue, 9 Nov 1999 15:55:37 +0000 (15:55 +0000)]
Find ucd-snmp include files more intelligently
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.
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
Sam Ruby [Tue, 9 Nov 1999 14:21:18 +0000 (14:21 +0000)]
add java
Sascha Schumann [Tue, 9 Nov 1999 13:57:11 +0000 (13:57 +0000)]
Include proper header files (replacement functions were not used).
Stig Bakken [Tue, 9 Nov 1999 13:31:16 +0000 (13:31 +0000)]
Fix OpenLink ODBC support
@Fix OpenLink ODBC support (Stig)
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!
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.
Stig Bakken [Tue, 9 Nov 1999 11:56:27 +0000 (11:56 +0000)]
Makedist can now be run from outside the CVS tree.
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.
<changelog@php.net> [Tue, 9 Nov 1999 02:09:01 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Tue, 9 Nov 1999 02:08:58 +0000 (02:08 +0000)]
NEWS update
Jakub Skopal [Mon, 8 Nov 1999 20:57:59 +0000 (20:57 +0000)]
"sybase" is definitelly six characters long :-)
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.
Stig Bakken [Mon, 8 Nov 1999 14:41:57 +0000 (14:41 +0000)]
ignore distribution files
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.
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.
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)
<changelog@php.net> [Mon, 8 Nov 1999 02:09:00 +0000 (02:09 +0000)]
ChangeLog update
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
<changelog@php.net> [Sun, 7 Nov 1999 02:09:04 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Sun, 7 Nov 1999 02:09:00 +0000 (02:09 +0000)]
NEWS update
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
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.
Zeev Suraski [Sat, 6 Nov 1999 10:06:37 +0000 (10:06 +0000)]
Version update
Zeev Suraski [Sat, 6 Nov 1999 10:01:55 +0000 (10:01 +0000)]
- Win32 fixes
- COM module improvements from Boris Wedl
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)
<changelog@php.net> [Sat, 6 Nov 1999 02:09:09 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 6 Nov 1999 02:09:06 +0000 (02:09 +0000)]
NEWS update
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
Sam Ruby [Fri, 5 Nov 1999 17:52:00 +0000 (17:52 +0000)]
configuration failures trap server
Rasmus Lerdorf [Fri, 5 Nov 1999 15:37:34 +0000 (15:37 +0000)]
# Fix group email address
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
<changelog@php.net> [Fri, 5 Nov 1999 02:09:27 +0000 (02:09 +0000)]
ChangeLog update
Andrei Zmievski [Thu, 4 Nov 1999 21:55:47 +0000 (21:55 +0000)]
(PHP multisort) More work, not yet done though.
Andrei Zmievski [Thu, 4 Nov 1999 21:02:35 +0000 (21:02 +0000)]
Made zend_hash_rehash() callable from outside.
Rasmus Lerdorf [Thu, 4 Nov 1999 20:47:19 +0000 (20:47 +0000)]
Try to avoid IBM/Berkeley DB2 confusion
Stig Bakken [Thu, 4 Nov 1999 09:52:44 +0000 (09:52 +0000)]
# Updated to work with the new build system.
Stig Bakken [Thu, 4 Nov 1999 09:40:44 +0000 (09:40 +0000)]
# First shot at 4.0b3.
Stig Bakken [Thu, 4 Nov 1999 09:34:35 +0000 (09:34 +0000)]
# Workaround needed to run automake in makedist.