]>
granicus.if.org Git - php/log
Sascha Schumann [Thu, 7 Oct 1999 12:00:32 +0000 (12:00 +0000)]
(php_ns_request_handler): call ts_free_thread() to clean up
Thies C. Arntzen [Thu, 7 Oct 1999 10:56:04 +0000 (10:56 +0000)]
compiles again - and gets compiled
Sascha Schumann [Thu, 7 Oct 1999 10:03:24 +0000 (10:03 +0000)]
Pass -avoid-version when building a shared library to avoid problems
with "installing" symbolic links. We need to do this conditional, since
some libtool versions imply --disable-static with this option.
Thies C. Arntzen [Thu, 7 Oct 1999 09:13:39 +0000 (09:13 +0000)]
SET_VAR_STR* expect a emalloc'ed copy of the string!
Andi Gutmans [Thu, 7 Oct 1999 04:38:03 +0000 (04:38 +0000)]
- Reverse my patch
Sascha Schumann [Wed, 6 Oct 1999 23:26:36 +0000 (23:26 +0000)]
Enable hardcoding runpaths for more platforms and allow Solaris' patch to run
buildconf.
Sascha Schumann [Wed, 6 Oct 1999 19:34:36 +0000 (19:34 +0000)]
Ignore already applied patches.
If somebody could make this work on Solaris, I'd appreciate it.
Sascha Schumann [Wed, 6 Oct 1999 18:58:14 +0000 (18:58 +0000)]
Allow *.a and *.o as libtool objects, and hardcode runpaths into
shared libraries.
(Both taken from FreeBSD's libtool port.)
Andi Gutmans [Wed, 6 Oct 1999 17:45:15 +0000 (17:45 +0000)]
- Fixed memory leak with this pointer. It was somtimes initialized with refcount
of 2 instead of 1.
- Also fixed a place where object.ptr_ptr is set to pointing to a zval* instead
of zval**. I don't think this is ever used so we might be able to remove it
altogether.
Andrei Zmievski [Wed, 6 Oct 1999 16:34:36 +0000 (16:34 +0000)]
Move random functions related defines into its own header file.
Thies C. Arntzen [Wed, 6 Oct 1999 15:09:44 +0000 (15:09 +0000)]
*** empty log message ***
Thies C. Arntzen [Wed, 6 Oct 1999 15:09:26 +0000 (15:09 +0000)]
fix for using resources as array indices
Sascha Schumann [Wed, 6 Oct 1999 14:41:36 +0000 (14:41 +0000)]
Fix "make clean". automake does not define an extra target for clean.
Sascha Schumann [Wed, 6 Oct 1999 13:18:12 +0000 (13:18 +0000)]
unidiff isn't widely recognized, change to context format.
Sascha Schumann [Wed, 6 Oct 1999 13:15:23 +0000 (13:15 +0000)]
Fixed pg_fetch_array() with three arguments.
Submitted by: brian@soda.berkeley.edu
Thies C. Arntzen [Wed, 6 Oct 1999 12:54:45 +0000 (12:54 +0000)]
- replaced most getParamters against getParamtersEx calls
- removed ParamterPassedByReference where appropiate
Sascha Schumann [Wed, 6 Oct 1999 12:06:48 +0000 (12:06 +0000)]
* --copy always, since we need to change ltmain.sh
* make patch on some obscure UNIX happy
Uwe Steinmann [Wed, 6 Oct 1999 05:31:24 +0000 (05:31 +0000)]
- fixed some memory leaks
Uwe Steinmann [Wed, 6 Oct 1999 05:29:18 +0000 (05:29 +0000)]
- as always forgot the Changelog entry
Uwe Steinmann [Wed, 6 Oct 1999 05:26:25 +0000 (05:26 +0000)]
- support for mimetype application/vnd.fdf needed by fdf module
(only active if fdf support is compiled in)
Uwe Steinmann [Wed, 6 Oct 1999 05:23:28 +0000 (05:23 +0000)]
- fix to work with new version of FdfTk
Sascha Schumann [Tue, 5 Oct 1999 20:59:21 +0000 (20:59 +0000)]
FreeBSD's libtool port seems to contain a bug which is triggered by
-avoid-version. Removing it, since we don't absolutely need this option.
Sascha Schumann [Tue, 5 Oct 1999 17:43:45 +0000 (17:43 +0000)]
Apply patch automatically at buildconf time
Sascha Schumann [Tue, 5 Oct 1999 16:18:40 +0000 (16:18 +0000)]
Fix typo (xml_globals => dir_globals)
Thies C. Arntzen [Tue, 5 Oct 1999 16:06:54 +0000 (16:06 +0000)]
use reference counting for emulating child<->parent (cursor<->connection) relationships.
Sascha Schumann [Tue, 5 Oct 1999 15:15:01 +0000 (15:15 +0000)]
Explicit casts to ulong. Some compiler don't like pointers in %
Sascha Schumann [Tue, 5 Oct 1999 15:13:22 +0000 (15:13 +0000)]
More portability stuff
Thies C. Arntzen [Tue, 5 Oct 1999 14:36:00 +0000 (14:36 +0000)]
dir modules is now resourcified & thread-safe!
Sascha Schumann [Tue, 5 Oct 1999 14:12:43 +0000 (14:12 +0000)]
Generate files for distribution (also adds parsedate.c)
Sascha Schumann [Tue, 5 Oct 1999 13:55:23 +0000 (13:55 +0000)]
Fix typo.
Sascha Schumann [Tue, 5 Oct 1999 13:50:13 +0000 (13:50 +0000)]
OSF/1 V4.0 wants -lcxx
Sascha Schumann [Tue, 5 Oct 1999 13:47:16 +0000 (13:47 +0000)]
Add $automake_flags, to allow propagation of --copy
Sascha Schumann [Tue, 5 Oct 1999 13:46:52 +0000 (13:46 +0000)]
Get rid of *_SHLIB variables. Our config scripts don't need Perl,
unfortunately the "apxs" utility does. Someone slap the creator of apxs.
Andrei Zmievski [Tue, 5 Oct 1999 13:33:57 +0000 (13:33 +0000)]
Remove _A.
Sascha Schumann [Tue, 5 Oct 1999 13:27:37 +0000 (13:27 +0000)]
Fix automake dependencies
Thies C. Arntzen [Tue, 5 Oct 1999 12:11:26 +0000 (12:11 +0000)]
*** empty log message ***
Thies C. Arntzen [Tue, 5 Oct 1999 12:10:52 +0000 (12:10 +0000)]
fixed ora_close again
Thies C. Arntzen [Tue, 5 Oct 1999 12:09:08 +0000 (12:09 +0000)]
fix some warnings
Sascha Schumann [Tue, 5 Oct 1999 12:06:35 +0000 (12:06 +0000)]
Fix logic.
Sascha Schumann [Tue, 5 Oct 1999 11:48:05 +0000 (11:48 +0000)]
Use libtool
Sascha Schumann [Tue, 5 Oct 1999 11:33:00 +0000 (11:33 +0000)]
automake does not find all subdirectories automatically.
Sascha Schumann [Tue, 5 Oct 1999 11:17:04 +0000 (11:17 +0000)]
This causes link problems with anything higher than -O0.
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)
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
Sascha Schumann [Tue, 5 Oct 1999 09:51:25 +0000 (09:51 +0000)]
Build program static.
Marko Karppinen [Tue, 5 Oct 1999 07:00:10 +0000 (07:00 +0000)]
Fix a typo? (compile bustage on Solaris 2.6)
Andrei Zmievski [Mon, 4 Oct 1999 21:10:26 +0000 (21:10 +0000)]
Taken from PHP3 source.
Andrei Zmievski [Mon, 4 Oct 1999 20:35:28 +0000 (20:35 +0000)]
*** empty log message ***
Andrei Zmievski [Mon, 4 Oct 1999 20:34:46 +0000 (20:34 +0000)]
test
Andrei Zmievski [Mon, 4 Oct 1999 20:28:44 +0000 (20:28 +0000)]
test
Andrei Zmievski [Mon, 4 Oct 1999 19:55:16 +0000 (19:55 +0000)]
test
Sascha Schumann [Mon, 4 Oct 1999 19:31:36 +0000 (19:31 +0000)]
-module is already set in Makefile.am
Andrew Skalski [Mon, 4 Oct 1999 18:30:37 +0000 (18:30 +0000)]
Added delete and rename functions.
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
Sascha Schumann [Mon, 4 Oct 1999 17:18:17 +0000 (17:18 +0000)]
Move %(EXTRA_LIBS).
Sascha Schumann [Mon, 4 Oct 1999 15:42:32 +0000 (15:42 +0000)]
The .sym format isn't that complex.
Sascha Schumann [Mon, 4 Oct 1999 15:35:16 +0000 (15:35 +0000)]
Add necessary rule.
Sascha Schumann [Mon, 4 Oct 1999 15:22:18 +0000 (15:22 +0000)]
Forgot these..
Sascha Schumann [Mon, 4 Oct 1999 15:21:39 +0000 (15:21 +0000)]
Use libtool.
Sascha Schumann [Mon, 4 Oct 1999 15:20:12 +0000 (15:20 +0000)]
Use libtool to build.
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
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.
Sascha Schumann [Mon, 4 Oct 1999 14:29:18 +0000 (14:29 +0000)]
Polish this.
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.
Thies C. Arntzen [Mon, 4 Oct 1999 13:27:12 +0000 (13:27 +0000)]
use getParametersEx for all builtin functions
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.
Sascha Schumann [Mon, 4 Oct 1999 12:34:04 +0000 (12:34 +0000)]
-lpthreads is needed on OSF/1 aka Digital Unix aka Tru64
Thies C. Arntzen [Mon, 4 Oct 1999 11:42:46 +0000 (11:42 +0000)]
added add_*_resource() and add_*_bool() functions
Thies C. Arntzen [Mon, 4 Oct 1999 10:39:32 +0000 (10:39 +0000)]
i swear, i compiled (at least) before i committed!
Sascha Schumann [Mon, 4 Oct 1999 09:57:00 +0000 (09:57 +0000)]
Object files are usually not found in the srcdir.
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.
Sascha Schumann [Mon, 4 Oct 1999 09:51:46 +0000 (09:51 +0000)]
Fix typo. This caused strange errors when using --with-apxs.
Andi Gutmans [Sun, 3 Oct 1999 20:06:21 +0000 (20:06 +0000)]
- Hooray. This might actually work. (I hope)
Andi Gutmans [Sun, 3 Oct 1999 19:05:25 +0000 (19:05 +0000)]
- Update changelog
Sascha Schumann [Sun, 3 Oct 1999 16:10:15 +0000 (16:10 +0000)]
Make config executable
Sascha Schumann [Sun, 3 Oct 1999 15:49:27 +0000 (15:49 +0000)]
Make it executable.
Sascha Schumann [Sun, 3 Oct 1999 15:07:41 +0000 (15:07 +0000)]
*_config are executable, thus we don't need %(SHELL)
Sascha Schumann [Sun, 3 Oct 1999 14:06:06 +0000 (14:06 +0000)]
Fix Apache-module build
Sascha Schumann [Sat, 2 Oct 1999 21:16:34 +0000 (21:16 +0000)]
Test commit II.
Sascha Schumann [Sat, 2 Oct 1999 21:16:04 +0000 (21:16 +0000)]
Test commit.
Sascha Schumann [Sat, 2 Oct 1999 21:14:23 +0000 (21:14 +0000)]
Reactivate autoheader
Andrei Zmievski [Sat, 2 Oct 1999 21:13:06 +0000 (21:13 +0000)]
test commit
Andrei Zmievski [Sat, 2 Oct 1999 21:06:30 +0000 (21:06 +0000)]
test commit
Andi Gutmans [Sat, 2 Oct 1999 20:50:20 +0000 (20:50 +0000)]
*** empty log message ***
Andrei Zmievski [Sat, 2 Oct 1999 20:46:41 +0000 (20:46 +0000)]
test commit
Andrei Zmievski [Sat, 2 Oct 1999 20:38:09 +0000 (20:38 +0000)]
test commit
Andrei Zmievski [Sat, 2 Oct 1999 20:26:17 +0000 (20:26 +0000)]
test commit
Andrei Zmievski [Sat, 2 Oct 1999 20:22:29 +0000 (20:22 +0000)]
commit test
Andrei Zmievski [Sat, 2 Oct 1999 20:10:35 +0000 (20:10 +0000)]
test
Andrei Zmievski [Sat, 2 Oct 1999 20:07:07 +0000 (20:07 +0000)]
test commit
Andrei Zmievski [Sat, 2 Oct 1999 20:03:07 +0000 (20:03 +0000)]
test commit 1
Andrei Zmievski [Sat, 2 Oct 1999 19:22:47 +0000 (19:22 +0000)]
test commit
Andi Gutmans [Sat, 2 Oct 1999 18:02:10 +0000 (18:02 +0000)]
- Another locking fix.
Andi Gutmans [Sat, 2 Oct 1999 16:40:25 +0000 (16:40 +0000)]
- Fixed locking problem when fetching 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)
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).
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.
Andi Gutmans [Fri, 1 Oct 1999 23:26:00 +0000 (23:26 +0000)]
- Remove locking support completely
Andi Gutmans [Fri, 1 Oct 1999 19:53:27 +0000 (19:53 +0000)]
- I forgot this
Andrei Zmievski [Fri, 1 Oct 1999 17:36:54 +0000 (17:36 +0000)]
Added array_reverse() function.