]> granicus.if.org Git - php/log
php
24 years agoDon't distribute ChangeLog. You can download it from lxr.php.net
Sascha Schumann [Thu, 4 May 2000 17:49:10 +0000 (17:49 +0000)]
Don't distribute ChangeLog. You can download it from lxr.php.net

24 years agoRemove trailing slash(es) from pathnames
Sascha Schumann [Thu, 4 May 2000 16:08:10 +0000 (16:08 +0000)]
Remove trailing slash(es) from pathnames

24 years agoSome formatting.
Andrei Zmievski [Thu, 4 May 2000 13:45:51 +0000 (13:45 +0000)]
Some formatting.

24 years agoFix (?) #4314.
Jouni Ahto [Thu, 4 May 2000 13:43:06 +0000 (13:43 +0000)]
Fix (?) #4314.

24 years ago- Add -z and -g switches to the CGI
Zeev Suraski [Thu, 4 May 2000 13:42:21 +0000 (13:42 +0000)]
- Add -z and -g switches to the CGI

24 years agoIf using a persistent connection, check if it's still there and reopen if
Jouni Ahto [Thu, 4 May 2000 12:28:00 +0000 (12:28 +0000)]
If using a persistent connection, check if it's still there and reopen if
needed.

24 years agoInstall extensions in different directories, so that users can have
Sascha Schumann [Thu, 4 May 2000 11:57:59 +0000 (11:57 +0000)]
Install extensions in different directories, so that users can have
various PHP installations with different parameters.

24 years agos/strtok_r/php_strtok_r/
Sascha Schumann [Thu, 4 May 2000 11:36:33 +0000 (11:36 +0000)]
s/strtok_r/php_strtok_r/

24 years agoMissed localtime_r/ctime_r. Prefix them with php
Sascha Schumann [Thu, 4 May 2000 11:31:58 +0000 (11:31 +0000)]
Missed localtime_r/ctime_r. Prefix them with php

24 years agoDon't automatically assign pthreads_cflags/pthreads_libs to env
Sascha Schumann [Thu, 4 May 2000 10:49:36 +0000 (10:49 +0000)]
Don't automatically assign pthreads_cflags/pthreads_libs to env
variables. That allows us to check for the availability of POSIX threads
before actually using it.

24 years agoChange reentrancy API to always use the php prefix.
Sascha Schumann [Thu, 4 May 2000 10:38:17 +0000 (10:38 +0000)]
Change reentrancy API to always use the php prefix.

Check for the declaration of reentrant functions, so that we can use
them in non-ZTS mode on all platforms.

24 years agoDetermine first whether we will use ZTS mode or not.
Sascha Schumann [Thu, 4 May 2000 09:42:27 +0000 (09:42 +0000)]
Determine first whether we will use ZTS mode or not.

This is important, because the system checks will yield different
results depending on whether POSIX threads are enabled or not.

We also use PTHREADS_CFLAGS only in ZTS mode now. Using these flags
in non-ZTS mode causes complete build failures on some platforms
(i.e. FreeBSD 2.2.x). This will cause harmless warnings on some
platforms (i.e. Solaris 2).

24 years agomore apachewin32 work. much better now, but still crashing in zend_execute. At...
Shane Caraveo [Thu, 4 May 2000 03:28:34 +0000 (03:28 +0000)]
more apachewin32 work.  much better now, but still crashing in zend_execute.  At least it's getting the file open now though.

24 years agoChangeLog update
<changelog@php.net> [Thu, 4 May 2000 01:09:13 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Thu, 4 May 2000 01:09:09 +0000 (01:09 +0000)]
NEWS update

24 years ago.
Thies C. Arntzen [Thu, 4 May 2000 01:01:38 +0000 (01:01 +0000)]
.

24 years agohave to work now - maybe iÄll do it tonight
Thies C. Arntzen [Thu, 4 May 2000 00:53:39 +0000 (00:53 +0000)]
have to work now - maybe iÄll do it tonight

24 years ago- Change fetch_type to be zend_uint
Andi Gutmans [Wed, 3 May 2000 18:01:35 +0000 (18:01 +0000)]
- Change fetch_type to be zend_uint

24 years ago- Change the place CAST uses for the op_type
Andi Gutmans [Wed, 3 May 2000 17:56:44 +0000 (17:56 +0000)]
- Change the place CAST uses for the op_type

24 years agoLet's enable assert by default since it's so useful.
Andrei Zmievski [Wed, 3 May 2000 14:24:14 +0000 (14:24 +0000)]
Let's enable assert by default since it's so useful.

24 years agoAdd fact that every entry in NEWS has to have a name after it
Joey Smith [Wed, 3 May 2000 13:33:48 +0000 (13:33 +0000)]
Add fact that every entry in NEWS has to have a name after it

24 years agoSascha pointed me in the right direction.
Joey Smith [Wed, 3 May 2000 13:28:57 +0000 (13:28 +0000)]
Sascha pointed me in the right direction.

24 years agoWe want to have name at the very end.
Andrei Zmievski [Wed, 3 May 2000 11:58:54 +0000 (11:58 +0000)]
We want to have name at the very end.

24 years agoCorrect build breakage - win32
Sam Ruby [Wed, 3 May 2000 11:26:29 +0000 (11:26 +0000)]
Correct build breakage - win32

24 years agoMoving README-BCMATH to README.BCMATH
Joey Smith [Wed, 3 May 2000 04:57:11 +0000 (04:57 +0000)]
Moving README-BCMATH to README.BCMATH

24 years agoI am going to move README-BCMATH to README.BCMATH for consistency.
Joey Smith [Wed, 3 May 2000 04:55:19 +0000 (04:55 +0000)]
I am going to move README-BCMATH to README.BCMATH for consistency.

24 years agoChanged install-local to install-sapi for clarity.
Joey Smith [Wed, 3 May 2000 04:51:11 +0000 (04:51 +0000)]
Changed install-local to install-sapi for clarity.
@ Moved install-local to install-sapi for clarity. (Joey)

24 years agoShut up CVS and make cvsclean wipe this file out...
Joey Smith [Wed, 3 May 2000 04:48:01 +0000 (04:48 +0000)]
Shut up CVS and make cvsclean wipe this file out...

24 years agoChangeLog update
<changelog@php.net> [Wed, 3 May 2000 01:09:10 +0000 (01:09 +0000)]
ChangeLog update

24 years agoComplain loudly, if we were not able to install everything.
Sascha Schumann [Tue, 2 May 2000 22:28:12 +0000 (22:28 +0000)]
Complain loudly, if we were not able to install everything.

24 years agoadda dir..
Sterling Hughes [Tue, 2 May 2000 22:10:41 +0000 (22:10 +0000)]
adda dir..

24 years agoVerbose "give the reader a quick success" tutorial
Sascha Schumann [Tue, 2 May 2000 21:51:48 +0000 (21:51 +0000)]
Verbose "give the reader a quick success" tutorial

24 years agoMake bcmath buildable as shared module
Sascha Schumann [Tue, 2 May 2000 21:35:08 +0000 (21:35 +0000)]
Make bcmath buildable as shared module

24 years ago.
Sascha Schumann [Tue, 2 May 2000 21:26:50 +0000 (21:26 +0000)]
.

24 years agoSet abs_srcdir. Last example in README.S-C-EXTENSIONS works now.
Sascha Schumann [Tue, 2 May 2000 21:20:56 +0000 (21:20 +0000)]
Set abs_srcdir. Last example in README.S-C-EXTENSIONS works now.

24 years agoMake MySQL independent of build location
Sascha Schumann [Tue, 2 May 2000 21:18:59 +0000 (21:18 +0000)]
Make MySQL independent of build location

24 years agoAdd a ; for Sybase
Sterling Hughes [Tue, 2 May 2000 21:00:09 +0000 (21:00 +0000)]
Add a ; for Sybase

24 years agoFirst try at explaining how to create a self-contained extension
Sascha Schumann [Tue, 2 May 2000 20:59:46 +0000 (20:59 +0000)]
First try at explaining how to create a self-contained extension

24 years agoPear Changes:
Sascha Schumann [Tue, 2 May 2000 20:56:03 +0000 (20:56 +0000)]
Pear Changes:

  Store EXTENSION_DIR in php-config

  Ignore errors during header installation

  Automatically enable modules in self-contained mode

  Create empty .deps in builddir

24 years agoFix building external extensions.
Sascha Schumann [Tue, 2 May 2000 20:10:46 +0000 (20:10 +0000)]
Fix building external extensions.

24 years agoMove install-modules target into top-level Makefile template
Sascha Schumann [Tue, 2 May 2000 20:08:54 +0000 (20:08 +0000)]
Move install-modules target into top-level Makefile template

24 years ago- Shouldn't be needed. The configuration mechanism makes sure this is
Andi Gutmans [Tue, 2 May 2000 18:46:19 +0000 (18:46 +0000)]
- Shouldn't be needed. The configuration mechanism makes sure this is
- up-to-date

24 years agoChange zend_hash_get_current_key_ex() to also return the string length
Zeev Suraski [Tue, 2 May 2000 17:52:31 +0000 (17:52 +0000)]
Change zend_hash_get_current_key_ex() to also return the string length

24 years agoFix attribution.
Andrei Zmievski [Tue, 2 May 2000 15:27:04 +0000 (15:27 +0000)]
Fix attribution.

24 years agoPreset extension_dir to the installation directory of PHP modules.
Sascha Schumann [Tue, 2 May 2000 14:46:20 +0000 (14:46 +0000)]
Preset extension_dir to the installation directory of PHP modules.

This effectively means that dl() will work without having an installed
configuration file.

24 years agoMake php_dl() respect the configured extension_dir setting.
Sascha Schumann [Tue, 2 May 2000 14:44:08 +0000 (14:44 +0000)]
Make php_dl() respect the configured extension_dir setting.

24 years agocalling a function that is not supported in the current build due to a
Hartmut Holzgraefe [Tue, 2 May 2000 14:10:51 +0000 (14:10 +0000)]
calling a function that is not supported in the current build due to a
missing library or unsupported feature (especially GIF-Output)
will now give a slightly more usefull error message than eg.
" Call to undefined function:  imagegif()"
(this seemed to confuse a lot of users ....)

24 years agoUpdated build advice for different platforms
Ben Mansell [Tue, 2 May 2000 08:25:24 +0000 (08:25 +0000)]
Updated build advice for different platforms

24 years agoFix segfault occuring when a temporary module was unloaded and if this
Sascha Schumann [Tue, 2 May 2000 07:04:59 +0000 (07:04 +0000)]
Fix segfault occuring when a temporary module was unloaded and if this
module did not have a request shutdown function.

24 years agoProtect everything which requires <libpq-fe.h> with PHP_PGSQL_PRIVATE
Sascha Schumann [Tue, 2 May 2000 05:27:35 +0000 (05:27 +0000)]
Protect everything which requires <libpq-fe.h> with PHP_PGSQL_PRIVATE

24 years agoInclude php_virtual_cwd.h for V_OPEN
Sascha Schumann [Tue, 2 May 2000 05:16:20 +0000 (05:16 +0000)]
Include php_virtual_cwd.h for V_OPEN

24 years agoMake filepro compilable as shared module
Sascha Schumann [Tue, 2 May 2000 04:32:50 +0000 (04:32 +0000)]
Make filepro compilable as shared module

24 years agoMake dbase compilable as shared module
Sascha Schumann [Tue, 2 May 2000 04:32:33 +0000 (04:32 +0000)]
Make dbase compilable as shared module

24 years agoMake sybase compilable as shared module
Sascha Schumann [Tue, 2 May 2000 04:27:03 +0000 (04:27 +0000)]
Make sybase compilable as shared module

24 years agoMake readline compilable as shared module
Sascha Schumann [Tue, 2 May 2000 04:26:48 +0000 (04:26 +0000)]
Make readline compilable as shared module

24 years agoMake interbase compilable as shared module
Sascha Schumann [Tue, 2 May 2000 04:26:22 +0000 (04:26 +0000)]
Make interbase compilable as shared module

24 years agoUse the new AC_ADD_LIBRARY_WITH_PATH option shared-libadd
Sascha Schumann [Tue, 2 May 2000 04:01:15 +0000 (04:01 +0000)]
Use the new AC_ADD_LIBRARY_WITH_PATH option shared-libadd

24 years agoMake mcal buildable as shared module
Sascha Schumann [Tue, 2 May 2000 04:00:47 +0000 (04:00 +0000)]
Make mcal buildable as shared module

24 years agoAdd shared-libadd option to AC_ADD_LIBRARY_WITH_PATH.
Sascha Schumann [Tue, 2 May 2000 04:00:14 +0000 (04:00 +0000)]
Add shared-libadd option to AC_ADD_LIBRARY_WITH_PATH.

This lets you replace

  if test "$ext_shared" = "yes"; then
    FOO_SHARED_LIBADD="-R$LIBDIR -L$LIBDIR -l$LIB"
  else
    AC_ADD_LIBRARY_WITH_PATH($LIB, $LIBDIR)
  fi

with

  AC_ADD_LIBRARY_WITH_PATH($LIB, $LIBDIR, FOO_SHARED_LIBADD)

24 years agoMake dba compilable as shared module
Sascha Schumann [Tue, 2 May 2000 03:38:26 +0000 (03:38 +0000)]
Make dba compilable as shared module

24 years agoMake mhash builable as shared module
Sascha Schumann [Tue, 2 May 2000 03:29:45 +0000 (03:29 +0000)]
Make mhash builable as shared module

24 years agoMake mcrypt buildable as shared module
Sascha Schumann [Tue, 2 May 2000 03:29:28 +0000 (03:29 +0000)]
Make mcrypt buildable as shared module

24 years agoMake ftp buildable as shared module
Sascha Schumann [Tue, 2 May 2000 02:02:18 +0000 (02:02 +0000)]
Make ftp buildable as shared module

24 years agoMake calendar buildable as shared module
Sascha Schumann [Tue, 2 May 2000 02:02:05 +0000 (02:02 +0000)]
Make calendar buildable as shared module

24 years agoMake icap buildable as shared module
Sascha Schumann [Tue, 2 May 2000 02:01:13 +0000 (02:01 +0000)]
Make icap buildable as shared module

24 years agoMake sysvshm buildable as shared module
Sascha Schumann [Tue, 2 May 2000 02:00:51 +0000 (02:00 +0000)]
Make sysvshm buildable as shared module

24 years agoMake sysvsem buildable as shared module
Sascha Schumann [Tue, 2 May 2000 02:00:36 +0000 (02:00 +0000)]
Make sysvsem buildable as shared module

24 years agoAdd ZEND_GET_MODULE(name). This is a short-cut for the common
Sascha Schumann [Tue, 2 May 2000 01:33:18 +0000 (01:33 +0000)]
Add ZEND_GET_MODULE(name). This is a short-cut for the common
get_module function.

24 years agoMake yp buildable as shared module
Sascha Schumann [Tue, 2 May 2000 01:21:28 +0000 (01:21 +0000)]
Make yp buildable as shared module

24 years agoMake zlib buildable as shared module
Sascha Schumann [Tue, 2 May 2000 01:15:10 +0000 (01:15 +0000)]
Make zlib buildable as shared module

24 years agoChangeLog update
<changelog@php.net> [Tue, 2 May 2000 01:09:22 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Tue, 2 May 2000 01:09:19 +0000 (01:09 +0000)]
NEWS update

24 years ago #if COMPILE_DL
Sascha Schumann [Tue, 2 May 2000 00:44:35 +0000 (00:44 +0000)]
#if COMPILE_DL

becomes

    #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)

24 years agoReplace the various get_module() functions with a uniform
Sascha Schumann [Tue, 2 May 2000 00:30:36 +0000 (00:30 +0000)]
Replace the various get_module() functions with a uniform
ZEND_GET_MODULE(name) macro.

24 years agoMake swf_nextid() return a value.
Sterling Hughes [Tue, 2 May 2000 00:24:18 +0000 (00:24 +0000)]
Make swf_nextid() return a value.

24 years agoRemove trailing empty lines
Sascha Schumann [Mon, 1 May 2000 22:38:42 +0000 (22:38 +0000)]
Remove trailing empty lines

24 years agoSource file does not end with a newline. Some old compilers don't like that.
Sascha Schumann [Mon, 1 May 2000 22:36:10 +0000 (22:36 +0000)]
Source file does not end with a newline. Some old compilers don't like that.

24 years agoNever mind on the error check
Rasmus Lerdorf [Mon, 1 May 2000 22:14:54 +0000 (22:14 +0000)]
Never mind on the error check

24 years agoLarge test commit IV
Sascha Schumann [Mon, 1 May 2000 22:04:52 +0000 (22:04 +0000)]
Large test commit IV

24 years agoLarge commit test III
Sascha Schumann [Mon, 1 May 2000 22:00:09 +0000 (22:00 +0000)]
Large commit test III

24 years agoLarge test commit II
Sascha Schumann [Mon, 1 May 2000 21:57:01 +0000 (21:57 +0000)]
Large test commit II

24 years agoLarge test commit I
Sascha Schumann [Mon, 1 May 2000 21:55:45 +0000 (21:55 +0000)]
Large test commit I

24 years agoMake posix module buildable as shared module
Sascha Schumann [Mon, 1 May 2000 21:36:52 +0000 (21:36 +0000)]
Make posix module buildable as shared module

24 years agoRevamp config stuff
Sascha Schumann [Mon, 1 May 2000 21:32:26 +0000 (21:32 +0000)]
Revamp config stuff

24 years ago.
Sascha Schumann [Mon, 1 May 2000 21:10:08 +0000 (21:10 +0000)]
.

24 years agoDynamically allocate points for ImagePolygon (Marc Pohl)
Rasmus Lerdorf [Mon, 1 May 2000 18:56:58 +0000 (18:56 +0000)]
Dynamically allocate points for ImagePolygon (Marc Pohl)
@Dynamically allocate points for ImagePolygon (Marc Pohl)

24 years agoUse GCC's --print-libgcc-file-name flag to find libgcc's path.
Sascha Schumann [Mon, 1 May 2000 18:32:09 +0000 (18:32 +0000)]
Use GCC's --print-libgcc-file-name flag to find libgcc's path.

Obtained from: mod_ssl

24 years agoIt's nice to keep them alphabetized.
Andrei Zmievski [Mon, 1 May 2000 17:58:39 +0000 (17:58 +0000)]
It's nice to keep them alphabetized.

24 years agoNother entry.
Andrei Zmievski [Mon, 1 May 2000 16:39:05 +0000 (16:39 +0000)]
Nother entry.

24 years agoAdded a way to get all declared classes.
Andrei Zmievski [Mon, 1 May 2000 16:22:00 +0000 (16:22 +0000)]
Added a way to get all declared classes.

24 years agoNew function.
Andrei Zmievski [Mon, 1 May 2000 15:19:17 +0000 (15:19 +0000)]
New function.

24 years agoFix attribution.
Andrei Zmievski [Mon, 1 May 2000 12:15:29 +0000 (12:15 +0000)]
Fix attribution.

24 years agoFix dependency
Sascha Schumann [Mon, 1 May 2000 05:46:02 +0000 (05:46 +0000)]
Fix dependency

24 years agooops wrong settings commited in project.
Frank M. Kromann [Mon, 1 May 2000 05:42:33 +0000 (05:42 +0000)]
oops wrong settings commited in project.

24 years agoadding calendar project
Frank M. Kromann [Mon, 1 May 2000 05:41:38 +0000 (05:41 +0000)]
adding calendar project

24 years agoSmall fix: Description still referred to package as PHP3.
Joey Smith [Mon, 1 May 2000 04:49:49 +0000 (04:49 +0000)]
Small fix: Description still referred to package as PHP3.

24 years agoRemove white-space, breaks UnixWare make
Sascha Schumann [Mon, 1 May 2000 04:41:16 +0000 (04:41 +0000)]
Remove white-space, breaks UnixWare make

24 years agoForgot to mention: Added configure time checking for bcmath package. (Thanks, Sascha!)
Joey Smith [Mon, 1 May 2000 04:02:43 +0000 (04:02 +0000)]
Forgot to mention: Added configure time checking for bcmath package. (Thanks, Sascha!)
@ Added configure time checking for bcmath package

24 years agoThere was already a perfectly good README-BCMATH, I just found the different naming...
Joey Smith [Mon, 1 May 2000 03:59:55 +0000 (03:59 +0000)]
There was already a perfectly good README-BCMATH, I just found the different naming confusing.

24 years agoShut up CVS
Joey Smith [Mon, 1 May 2000 03:44:24 +0000 (03:44 +0000)]
Shut up CVS