]> granicus.if.org Git - php/log
php
25 years agofix some warnings
Thies C. Arntzen [Tue, 5 Oct 1999 12:09:08 +0000 (12:09 +0000)]
fix some warnings

25 years ago Fix logic.
Sascha Schumann [Tue, 5 Oct 1999 12:06:35 +0000 (12:06 +0000)]
Fix logic.

25 years ago Use libtool
Sascha Schumann [Tue, 5 Oct 1999 11:48:05 +0000 (11:48 +0000)]
Use libtool

25 years ago automake does not find all subdirectories automatically.
Sascha Schumann [Tue, 5 Oct 1999 11:33:00 +0000 (11:33 +0000)]
automake does not find all subdirectories automatically.

25 years ago This causes link problems with anything higher than -O0.
Sascha Schumann [Tue, 5 Oct 1999 11:17:04 +0000 (11:17 +0000)]
This causes link problems with anything higher than -O0.

25 years ago * Get rid of libphp_util.la
Sascha Schumann [Tue, 5 Oct 1999 11:00:48 +0000 (11:00 +0000)]
* Get rid of libphp_util.la
    * Don't build CGI from convenience library
    * Add additional checks to regex.h (Apache build broke)

25 years ago 100% speedup in buildconf.
Sascha Schumann [Tue, 5 Oct 1999 10:23:48 +0000 (10:23 +0000)]
100% speedup in buildconf.
    We have a top-level Makefile.am, so find becomes superflicious

25 years ago Build program static.
Sascha Schumann [Tue, 5 Oct 1999 09:51:25 +0000 (09:51 +0000)]
Build program static.

25 years agoFix a typo? (compile bustage on Solaris 2.6)
Marko Karppinen [Tue, 5 Oct 1999 07:00:10 +0000 (07:00 +0000)]
Fix a typo? (compile bustage on Solaris 2.6)

25 years agoTaken from PHP3 source.
Andrei Zmievski [Mon, 4 Oct 1999 21:10:26 +0000 (21:10 +0000)]
Taken from PHP3 source.

25 years ago*** empty log message ***
Andrei Zmievski [Mon, 4 Oct 1999 20:35:28 +0000 (20:35 +0000)]
*** empty log message ***

25 years agotest
Andrei Zmievski [Mon, 4 Oct 1999 20:34:46 +0000 (20:34 +0000)]
test

25 years agotest
Andrei Zmievski [Mon, 4 Oct 1999 20:28:44 +0000 (20:28 +0000)]
test

25 years agotest
Andrei Zmievski [Mon, 4 Oct 1999 19:55:16 +0000 (19:55 +0000)]
test

25 years ago -module is already set in Makefile.am
Sascha Schumann [Mon, 4 Oct 1999 19:31:36 +0000 (19:31 +0000)]
-module is already set in Makefile.am

25 years agoAdded delete and rename functions.
Andrew Skalski [Mon, 4 Oct 1999 18:30:37 +0000 (18:30 +0000)]
Added delete and rename functions.

25 years ago * Fix header("HTTP/..") behaviour
Sascha Schumann [Mon, 4 Oct 1999 18:07:46 +0000 (18:07 +0000)]
* Fix header("HTTP/..") behaviour
    * Fix leak WRT http_status_line
    * Update sapi/README
    * Remove %PHP_OUTPUT_FILES sort

25 years ago Move %(EXTRA_LIBS).
Sascha Schumann [Mon, 4 Oct 1999 17:18:17 +0000 (17:18 +0000)]
Move %(EXTRA_LIBS).

25 years ago The .sym format isn't that complex.
Sascha Schumann [Mon, 4 Oct 1999 15:42:32 +0000 (15:42 +0000)]
The .sym format isn't that complex.

25 years ago Add necessary rule.
Sascha Schumann [Mon, 4 Oct 1999 15:35:16 +0000 (15:35 +0000)]
Add necessary rule.

25 years ago Forgot these..
Sascha Schumann [Mon, 4 Oct 1999 15:22:18 +0000 (15:22 +0000)]
Forgot these..

25 years ago Use libtool.
Sascha Schumann [Mon, 4 Oct 1999 15:21:39 +0000 (15:21 +0000)]
Use libtool.

25 years ago Use libtool to build.
Sascha Schumann [Mon, 4 Oct 1999 15:20:12 +0000 (15:20 +0000)]
Use libtool to build.

25 years ago * archive-based convenience libraries completely replaced
Sascha Schumann [Mon, 4 Oct 1999 15:18:26 +0000 (15:18 +0000)]
    * archive-based convenience libraries completely replaced
          with libtool components

        * SAPI targets can enable thread-safe mode and define
          shared/static/program build target

        * all configure scripts use the same config.cache

        * phplibdir is $(top_builddir)/modules to avoid
          permission problems

        * sapi/*/Makefile.inc are gone

        * runpath handling cleaned up

        * top-level Makefile.in obsoleted through Makefile.am

        * --enable-versioning uses libtool's cleaner and more
          portable -export-symbols feature

25 years ago Whoops, OSF/1 has -lpthread and -lpthreads, but defines most
Sascha Schumann [Mon, 4 Oct 1999 15:00:38 +0000 (15:00 +0000)]
Whoops, OSF/1 has -lpthread and -lpthreads, but defines most
    pthread_* as __pthread*. According to pthread(3), -lpthread is the
    correct choice.

25 years ago Polish this.
Sascha Schumann [Mon, 4 Oct 1999 14:29:18 +0000 (14:29 +0000)]
Polish this.

25 years agoupgraded the former basic_functions.c code to use new API.
Thies C. Arntzen [Mon, 4 Oct 1999 13:31:36 +0000 (13:31 +0000)]
upgraded the former basic_functions.c code to use new API.

25 years agouse getParametersEx for all builtin functions
Thies C. Arntzen [Mon, 4 Oct 1999 13:27:12 +0000 (13:27 +0000)]
use getParametersEx for all builtin functions

25 years agoereg now returns a continious array 0..9 again - empty values are returned as false.
Thies C. Arntzen [Mon, 4 Oct 1999 13:04:32 +0000 (13:04 +0000)]
ereg now returns a continious array 0..9 again - empty values are returned as false.
i think this is *more* compatible with PHP3 - unless anybody really dislikes it i'd prefer it like this.

25 years ago -lpthreads is needed on OSF/1 aka Digital Unix aka Tru64
Sascha Schumann [Mon, 4 Oct 1999 12:34:04 +0000 (12:34 +0000)]
-lpthreads is needed on OSF/1 aka Digital Unix aka Tru64

25 years agoadded add_*_resource() and add_*_bool() functions
Thies C. Arntzen [Mon, 4 Oct 1999 11:42:46 +0000 (11:42 +0000)]
added add_*_resource() and add_*_bool() functions

25 years agoi swear, i compiled (at least) before i committed!
Thies C. Arntzen [Mon, 4 Oct 1999 10:39:32 +0000 (10:39 +0000)]
i swear, i compiled (at least) before i committed!

25 years ago Object files are usually not found in the srcdir.
Sascha Schumann [Mon, 4 Oct 1999 09:57:00 +0000 (09:57 +0000)]
Object files are usually not found in the srcdir.

25 years ago"cc -32" on IRIX 6.4 does not like (PHP_TRACK_VARS?"1":"0") - at least not if PHP_TRA...
Thies C. Arntzen [Mon, 4 Oct 1999 09:56:52 +0000 (09:56 +0000)]
"cc -32" on IRIX 6.4 does not like (PHP_TRACK_VARS?"1":"0") - at least not if PHP_TRACK_VARS is 0.

25 years ago Fix typo. This caused strange errors when using --with-apxs.
Sascha Schumann [Mon, 4 Oct 1999 09:51:46 +0000 (09:51 +0000)]
Fix typo. This caused strange errors when using --with-apxs.

25 years ago- Hooray. This might actually work. (I hope)
Andi Gutmans [Sun, 3 Oct 1999 20:06:21 +0000 (20:06 +0000)]
- Hooray. This might actually work. (I hope)

25 years ago- Update changelog
Andi Gutmans [Sun, 3 Oct 1999 19:05:25 +0000 (19:05 +0000)]
- Update changelog

25 years ago Make config executable
Sascha Schumann [Sun, 3 Oct 1999 16:10:15 +0000 (16:10 +0000)]
Make config executable

25 years ago Make it executable.
Sascha Schumann [Sun, 3 Oct 1999 15:49:27 +0000 (15:49 +0000)]
Make it executable.

25 years ago *_config are executable, thus we don't need %(SHELL)
Sascha Schumann [Sun, 3 Oct 1999 15:07:41 +0000 (15:07 +0000)]
*_config are executable, thus we don't need %(SHELL)

25 years ago Fix Apache-module build
Sascha Schumann [Sun, 3 Oct 1999 14:06:06 +0000 (14:06 +0000)]
Fix Apache-module build

25 years ago Test commit II.
Sascha Schumann [Sat, 2 Oct 1999 21:16:34 +0000 (21:16 +0000)]
Test commit II.

25 years ago Test commit.
Sascha Schumann [Sat, 2 Oct 1999 21:16:04 +0000 (21:16 +0000)]
Test commit.

25 years ago Reactivate autoheader
Sascha Schumann [Sat, 2 Oct 1999 21:14:23 +0000 (21:14 +0000)]
Reactivate autoheader

25 years agotest commit
Andrei Zmievski [Sat, 2 Oct 1999 21:13:06 +0000 (21:13 +0000)]
test commit

25 years agotest commit
Andrei Zmievski [Sat, 2 Oct 1999 21:06:30 +0000 (21:06 +0000)]
test commit

25 years ago*** empty log message ***
Andi Gutmans [Sat, 2 Oct 1999 20:50:20 +0000 (20:50 +0000)]
*** empty log message ***

25 years agotest commit
Andrei Zmievski [Sat, 2 Oct 1999 20:46:41 +0000 (20:46 +0000)]
test commit

25 years agotest commit
Andrei Zmievski [Sat, 2 Oct 1999 20:38:09 +0000 (20:38 +0000)]
test commit

25 years agotest commit
Andrei Zmievski [Sat, 2 Oct 1999 20:26:17 +0000 (20:26 +0000)]
test commit

25 years agocommit test
Andrei Zmievski [Sat, 2 Oct 1999 20:22:29 +0000 (20:22 +0000)]
commit test

25 years agotest
Andrei Zmievski [Sat, 2 Oct 1999 20:10:35 +0000 (20:10 +0000)]
test

25 years agotest commit
Andrei Zmievski [Sat, 2 Oct 1999 20:07:07 +0000 (20:07 +0000)]
test commit

25 years agotest commit 1
Andrei Zmievski [Sat, 2 Oct 1999 20:03:07 +0000 (20:03 +0000)]
test commit 1

25 years agotest commit
Andrei Zmievski [Sat, 2 Oct 1999 19:22:47 +0000 (19:22 +0000)]
test commit

25 years ago- Another locking fix.
Andi Gutmans [Sat, 2 Oct 1999 18:02:10 +0000 (18:02 +0000)]
- Another locking fix.

25 years ago- Fixed locking problem when fetching string offsets
Andi Gutmans [Sat, 2 Oct 1999 16:40:25 +0000 (16:40 +0000)]
- Fixed locking problem when fetching string offsets

25 years agoFix the leak reported on the PHP 3 list (isset() on string offsets)
Zeev Suraski [Sat, 2 Oct 1999 15:56:49 +0000 (15:56 +0000)]
Fix the leak reported on the PHP 3 list (isset() on string offsets)

25 years ago Use the already compiled `mod_php4.o'. This avoids the trouble
Sascha Schumann [Sat, 2 Oct 1999 12:11:52 +0000 (12:11 +0000)]
Use the already compiled `mod_php4.o'. This avoids the trouble
    apxs has with VPATH builds (assumes source dir = build dir).

25 years ago- Move is_ref back to being an unsigned char and not a bit field.
Andi Gutmans [Fri, 1 Oct 1999 23:31:39 +0000 (23:31 +0000)]
- Move is_ref back to being an unsigned char and not a bit field.

25 years ago- Remove locking support completely
Andi Gutmans [Fri, 1 Oct 1999 23:26:00 +0000 (23:26 +0000)]
- Remove locking support completely

25 years ago- I forgot this
Andi Gutmans [Fri, 1 Oct 1999 19:53:27 +0000 (19:53 +0000)]
- I forgot this

25 years agoAdded array_reverse() function.
Andrei Zmievski [Fri, 1 Oct 1999 17:36:54 +0000 (17:36 +0000)]
Added array_reverse() function.

25 years agorename.
Andrei Zmievski [Fri, 1 Oct 1999 14:54:55 +0000 (14:54 +0000)]
rename.

25 years agoone zval fix - cleanups
Thies C. Arntzen [Fri, 1 Oct 1999 13:44:07 +0000 (13:44 +0000)]
one zval fix - cleanups

25 years ago- For Andrei. Implement references in array() initializations
Andi Gutmans [Fri, 1 Oct 1999 10:00:05 +0000 (10:00 +0000)]
- For Andrei. Implement references in array() initializations

25 years agotest commit
Andrei Zmievski [Thu, 30 Sep 1999 23:00:39 +0000 (23:00 +0000)]
test commit

25 years agopreg_replace() now makes copies of array entries if arrays are passed in,
Andrei Zmievski [Thu, 30 Sep 1999 21:59:46 +0000 (21:59 +0000)]
preg_replace() now makes copies of array entries if arrays are passed in,
so that convert_to_string() preserves the originals. Is this the correct way to do it?

25 years ago Fix typo--GD_* is for shared build mode.
Sascha Schumann [Thu, 30 Sep 1999 20:04:52 +0000 (20:04 +0000)]
Fix typo--GD_* is for shared build mode.

25 years agoFix nl2br crash.
Andrei Zmievski [Thu, 30 Sep 1999 20:03:32 +0000 (20:03 +0000)]
Fix nl2br crash.

25 years ago Test commit II.
Sascha Schumann [Thu, 30 Sep 1999 19:19:19 +0000 (19:19 +0000)]
Test commit II.

25 years agoNo need for this anymore.
Andrei Zmievski [Thu, 30 Sep 1999 18:56:46 +0000 (18:56 +0000)]
No need for this anymore.

25 years ago Test commit.
Sascha Schumann [Thu, 30 Sep 1999 18:54:10 +0000 (18:54 +0000)]
Test commit.

25 years ago Automatically add the SAPI target's Makefile to the list. This
Sascha Schumann [Thu, 30 Sep 1999 12:56:24 +0000 (12:56 +0000)]
Automatically add the SAPI target's Makefile to the list. This
    frees us from doing this in each config.m4.

25 years agomajor rework here - the refcount stuff gets better and better!
Thies C. Arntzen [Thu, 30 Sep 1999 08:41:45 +0000 (08:41 +0000)]
major rework here - the refcount stuff gets better and better!

25 years ago * create Makefiles for ext, pcrelib, sapi/*
Sascha Schumann [Wed, 29 Sep 1999 22:18:43 +0000 (22:18 +0000)]
* create Makefiles for ext, pcrelib, sapi/*
    * copy files for Apache from $(srcdir)

25 years ago * VPATH work
Sascha Schumann [Wed, 29 Sep 1999 21:49:32 +0000 (21:49 +0000)]
* VPATH work
    * add "--local" switch to buildconf which only recrates the local
      autoconf scripts.

25 years ago*** empty log message ***
Zeev Suraski [Wed, 29 Sep 1999 21:46:37 +0000 (21:46 +0000)]
*** empty log message ***

25 years agocjh: closing bug #2407.
Chuck Hagenbuch [Wed, 29 Sep 1999 21:18:35 +0000 (21:18 +0000)]
cjh: closing bug #2407.

25 years agofix the order.. (thanx, andi)
Thies C. Arntzen [Wed, 29 Sep 1999 19:13:08 +0000 (19:13 +0000)]
fix the order.. (thanx, andi)

25 years ago Fix a VPATH issue.
Sascha Schumann [Wed, 29 Sep 1999 18:35:45 +0000 (18:35 +0000)]
Fix a VPATH issue.

25 years agoFix leak in += with arrays
Andi Gutmans [Wed, 29 Sep 1999 17:45:44 +0000 (17:45 +0000)]
Fix leak in += with arrays

25 years ago- Fix SEND_VAR problem after fetch'ing a variable and not knowing the fetch type
Andi Gutmans [Wed, 29 Sep 1999 17:18:36 +0000 (17:18 +0000)]
- Fix SEND_VAR problem after fetch'ing a variable and not knowing the fetch type

25 years agoadded add_property_resource
Thies C. Arntzen [Wed, 29 Sep 1999 15:25:06 +0000 (15:25 +0000)]
added add_property_resource

25 years ago*** empty log message ***
Stig Bakken [Wed, 29 Sep 1999 15:17:29 +0000 (15:17 +0000)]
*** empty log message ***

25 years agoDecent configure speedup. Makefiles are now generated only for the
Stig Bakken [Wed, 29 Sep 1999 15:17:02 +0000 (15:17 +0000)]
Decent configure speedup.  Makefiles are now generated only for the
extensions you are including.  Got rid of configure.in.in.
Moved the last Apache-specific files into sapi/apache and made both
static and DSO build work again (it still doesn't run properly).

25 years agoThe $shared variable should normally never be used outside of a call to
Stig Bakken [Wed, 29 Sep 1999 15:13:25 +0000 (15:13 +0000)]
The $shared variable should normally never be used outside of a call to
AC_ARG_(ENABLE|WITH).  If it is necessary anyway, make sure it is set to
"no" before starting.

25 years agoFix for my fix.
Andrey Hristov [Wed, 29 Sep 1999 14:25:40 +0000 (14:25 +0000)]
Fix for my fix.

25 years agofixed crash in connection shutdown!
Thies C. Arntzen [Wed, 29 Sep 1999 14:20:27 +0000 (14:20 +0000)]
fixed crash in connection shutdown!

25 years agojust some renaming.
Thies C. Arntzen [Wed, 29 Sep 1999 13:35:12 +0000 (13:35 +0000)]
just some renaming.

25 years ago- Stop using the locking mechanism and start using refcount.
Andi Gutmans [Tue, 28 Sep 1999 17:37:14 +0000 (17:37 +0000)]
- Stop using the locking mechanism and start using refcount.
  Now we know when we need to free but we still need to support it

25 years ago- Get rid of warning
Andi Gutmans [Tue, 28 Sep 1999 17:37:06 +0000 (17:37 +0000)]
- Get rid of warning

25 years ago- First part of the patch which makes reads use ptr and not ptr_ptr.
Andi Gutmans [Tue, 28 Sep 1999 16:03:09 +0000 (16:03 +0000)]
- First part of the patch which makes reads use ptr and not ptr_ptr.

25 years agodisable --with-zeus for now.
Stig Bakken [Tue, 28 Sep 1999 12:55:49 +0000 (12:55 +0000)]
disable --with-zeus for now.

25 years agoStarted working on the Zeus support. Zeus's ISAPI obviously differs from
Stig Bakken [Tue, 28 Sep 1999 12:08:34 +0000 (12:08 +0000)]
Started working on the Zeus support.  Zeus's ISAPI obviously differs from
Windows's, does someone have docs for the Windows API?

25 years ago Provide alternative istdiostream.
Sascha Schumann [Tue, 28 Sep 1999 11:54:02 +0000 (11:54 +0000)]
Provide alternative istdiostream.

    This has been tested with Sun WorkShop 4.2 C++ which does not
    contain class istdiostream.

25 years agoinitialize OCI in threaded mode if ZTS is defined.
Thies C. Arntzen [Tue, 28 Sep 1999 11:12:32 +0000 (11:12 +0000)]
initialize OCI in threaded mode if ZTS is defined.

25 years agoinit in thread-safe mode if ZTS isdefined
Thies C. Arntzen [Tue, 28 Sep 1999 11:09:03 +0000 (11:09 +0000)]
init in thread-safe mode if ZTS isdefined

25 years agofixed startup-deadlock.
Thies C. Arntzen [Tue, 28 Sep 1999 10:54:42 +0000 (10:54 +0000)]
fixed startup-deadlock.

25 years agofound a typo!
Thies C. Arntzen [Tue, 28 Sep 1999 09:59:59 +0000 (09:59 +0000)]
found a typo!