]>
granicus.if.org Git - php/log
Thies C. Arntzen [Tue, 12 Oct 1999 15:00:10 +0000 (15:00 +0000)]
(php sybase_close) fixed obvious bug.
Thies C. Arntzen [Tue, 12 Oct 1999 14:53:15 +0000 (14:53 +0000)]
new improved resource-API (i hope everything still compiles)
Thies C. Arntzen [Tue, 12 Oct 1999 14:51:17 +0000 (14:51 +0000)]
new improved resource-API
Sascha Schumann [Tue, 12 Oct 1999 14:48:32 +0000 (14:48 +0000)]
Use DL_LAZY for OpenBSD. This seems to be a compatibility flag which
should be used for the 2nd parameter to dlopen.
http://www.openbsd.org/cgi-bin/cvsweb/src/share/man/man3/dlfcn.3?rev=1.8
Andrei Zmievski [Tue, 12 Oct 1999 13:22:30 +0000 (13:22 +0000)]
Just some formatting.
Andi Gutmans [Tue, 12 Oct 1999 11:41:17 +0000 (11:41 +0000)]
- object.ptr was made NULL in DO_FCALL but wasn't restored. Right now I
push it in DO_FCALL and at the end of do_fcall_common it always gets
popped. We might be able to optimize it out.
Danny Heijl [Tue, 12 Oct 1999 06:49:34 +0000 (06:49 +0000)]
Added Informix driver to list of maintained extensions. (Danny).
@- Added Informix driver to list of maintained extensions. (Danny).
<changelog@php.net> [Tue, 12 Oct 1999 04:14:04 +0000 (04:14 +0000)]
*** empty log message ***
<changelog@php.net> [Tue, 12 Oct 1999 01:08:06 +0000 (01:08 +0000)]
ChangeLog update
<changelog@php.net> [Tue, 12 Oct 1999 01:08:03 +0000 (01:08 +0000)]
NEWS update
Andrei Zmievski [Mon, 11 Oct 1999 21:42:42 +0000 (21:42 +0000)]
Modified sorting functions to use updated zend_hash() prototype.
Andrei Zmievski [Mon, 11 Oct 1999 21:38:18 +0000 (21:38 +0000)]
*** empty log message ***
Andrei Zmievski [Mon, 11 Oct 1999 21:30:23 +0000 (21:30 +0000)]
Modified zend_hash() to accept a pointer to sort function.
Andrei Zmievski [Mon, 11 Oct 1999 20:45:03 +0000 (20:45 +0000)]
Added notice about LXR and Bonsai.
Andi Gutmans [Mon, 11 Oct 1999 20:29:55 +0000 (20:29 +0000)]
- No idea why this bug didn't exist before. But I'm too tired to think of it.
During a regular do_fcall we need to set object.ptr to NULL and, thus,
push it in the beginning and pop it in the end.
I hope this fix more or less cuts it. I just want to sleep :)
Andrei Zmievski [Mon, 11 Oct 1999 19:36:13 +0000 (19:36 +0000)]
First revision.
Danny Heijl [Mon, 11 Oct 1999 16:54:41 +0000 (16:54 +0000)]
*** empty log message ***
Danny Heijl [Mon, 11 Oct 1999 15:56:01 +0000 (15:56 +0000)]
(ext/informix) Changed ifx.ec to use the new high-performance
ZEND API now that it compiles with libtool. (Danny)
@- Informix driver : Changed ifx.ec to use the new high-performance
@ ZEND API. (Danny)
Danny Heijl [Mon, 11 Oct 1999 11:53:09 +0000 (11:53 +0000)]
(configure) Allow IFX_LIBDIR environment variable to specify the
Informix library path to allow linking with the static
libraries (libtool related). (Danny).
@- IXF_LIBDIR environment variable specifies alternate Informix library
path for configure (Danny).
<changelog@php.net> [Mon, 11 Oct 1999 01:08:08 +0000 (01:08 +0000)]
ChangeLog update
Andi Gutmans [Sun, 10 Oct 1999 18:31:42 +0000 (18:31 +0000)]
- Didn't lower refcount when doing an internal function call linked to a regular object.
Thies C. Arntzen [Sun, 10 Oct 1999 18:12:41 +0000 (18:12 +0000)]
added some more autoconf/libtool stuff to be ignored
Sascha Schumann [Sun, 10 Oct 1999 18:08:31 +0000 (18:08 +0000)]
automake scans aclocal.m4 as well
Thies C. Arntzen [Sun, 10 Oct 1999 17:34:13 +0000 (17:34 +0000)]
(build.mk) fix suggested by sascha.
Thies C. Arntzen [Sun, 10 Oct 1999 17:24:26 +0000 (17:24 +0000)]
(build.mk) make cvsclean now also deletes the libzend & TSRM symlinks.
Sascha Schumann [Sun, 10 Oct 1999 17:15:19 +0000 (17:15 +0000)]
Add stub.c for helper library.
Thies C. Arntzen [Sun, 10 Oct 1999 17:14:29 +0000 (17:14 +0000)]
(build.mk) added target cvsclean: removed all files listed in all .cvsignore files found in the current tree.
Sascha Schumann [Sun, 10 Oct 1999 17:12:23 +0000 (17:12 +0000)]
Workaround for Informix set of libraries. One library depends on
another "library" (an object file). We build a standard library
out of this object here, so that we can link it in at the right place
later.
Zeev Suraski [Sun, 10 Oct 1999 13:30:03 +0000 (13:30 +0000)]
This should fix the deadlock
Sascha Schumann [Sun, 10 Oct 1999 12:41:56 +0000 (12:41 +0000)]
Remove -DPIC preprocessor macros. This is defined by libtool
automatically, if a shared library is built. This would lead
to multiple definitions of get_module(). If you want to build
modules, add -DCOMPILE_DL to your CFLAGS.
Sascha Schumann [Sun, 10 Oct 1999 12:10:41 +0000 (12:10 +0000)]
Link in IFX_LIBS properly.
Andi Gutmans [Sun, 10 Oct 1999 04:38:51 +0000 (04:38 +0000)]
- Clean up a bit. Separate before the locking so that we can use SEPARATE_ZVAL
macro.
Sascha Schumann [Sun, 10 Oct 1999 02:02:13 +0000 (02:02 +0000)]
Add clean target which removes standard targets
Sascha Schumann [Sun, 10 Oct 1999 01:23:15 +0000 (01:23 +0000)]
build.mk can be used to generate build tools. It is usually
faster than buildconf, since it rebuilds only components, if
it is necessary. To use it, run
$ make -f build.mk
<changelog@php.net> [Sun, 10 Oct 1999 01:08:21 +0000 (01:08 +0000)]
ChangeLog update
Sascha Schumann [Sun, 10 Oct 1999 01:04:39 +0000 (01:04 +0000)]
Clean up and add 'clean' target which removes standard targets recursively
Sascha Schumann [Sun, 10 Oct 1999 00:22:05 +0000 (00:22 +0000)]
build.mk can be used to generate build tools. It is usually
faster than buildconf, since it rebuilds only components, if
it is necessary. To use it, run
$ make -f build.mk
Andi Gutmans [Sat, 9 Oct 1999 20:37:08 +0000 (20:37 +0000)]
- Shouldn't be needed
Andi Gutmans [Sat, 9 Oct 1999 20:29:36 +0000 (20:29 +0000)]
- God damn this sucked. I hopefully fixed the problems with classes although
we might need to clean stuff up a bit.
Sascha Schumann [Sat, 9 Oct 1999 18:03:23 +0000 (18:03 +0000)]
Define RTLD_NOW to DL_NOW, if RTLD_NOW is not defined (for OpenBSD).
Sascha Schumann [Sat, 9 Oct 1999 16:50:14 +0000 (16:50 +0000)]
Remove redundant library declaration. All libtool libraries
are referenced through DEPENDENCIES now.
Sascha Schumann [Sat, 9 Oct 1999 16:45:12 +0000 (16:45 +0000)]
Only link with bundled regex, if the user wants it.
Sascha Schumann [Sat, 9 Oct 1999 16:44:39 +0000 (16:44 +0000)]
POSIX_MISTAKE is enabled by default.
Thies C. Arntzen [Sat, 9 Oct 1999 13:43:27 +0000 (13:43 +0000)]
fix suggested by sascha for xml-build in apxs mode
<changelog@php.net> [Sat, 9 Oct 1999 05:41:53 +0000 (05:41 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 9 Oct 1999 05:41:39 +0000 (05:41 +0000)]
NEWS update
Andreas Karajannis [Fri, 8 Oct 1999 19:43:27 +0000 (19:43 +0000)]
Forgot to remove workaround for SQLANY_BUG which is no longer needed
Andreas Karajannis [Fri, 8 Oct 1999 19:35:50 +0000 (19:35 +0000)]
Moved Environment handle to connection struct for thread safety
Andrei Zmievski [Fri, 8 Oct 1999 18:05:59 +0000 (18:05 +0000)]
Mention php-cvs-daily list.
Sascha Schumann [Fri, 8 Oct 1999 16:29:33 +0000 (16:29 +0000)]
Use correct data type for mutex.
Sascha Schumann [Fri, 8 Oct 1999 16:24:31 +0000 (16:24 +0000)]
Implement temporary workaround for thread-safety issues. This
serializes all request accesses. To disable, define NO_GLOBAL_LOCK
Andrei Zmievski [Fri, 8 Oct 1999 16:09:52 +0000 (16:09 +0000)]
More emphasis on ChangeLog and NEWS daily updates.
<changelog@php.net> [Fri, 8 Oct 1999 16:00:10 +0000 (16:00 +0000)]
mailing list test
<changelog@php.net> [Fri, 8 Oct 1999 15:29:13 +0000 (15:29 +0000)]
testing
<changelog@php.net> [Fri, 8 Oct 1999 15:23:58 +0000 (15:23 +0000)]
test
Andrei Zmievski [Fri, 8 Oct 1999 13:59:27 +0000 (13:59 +0000)]
More information on how to use the special prefixes and the frequency
of NEWS and ChangeLog updates.
Sascha Schumann [Fri, 8 Oct 1999 13:06:28 +0000 (13:06 +0000)]
(php_info_aolserver): Show information about the SAPI module
(php_ns_module_main): Return early, if request startup failed
Jouni Ahto [Fri, 8 Oct 1999 07:56:43 +0000 (07:56 +0000)]
Added the files for t1lib support. No porting from PHP3 done yet.
<changelog@php.net> [Fri, 8 Oct 1999 03:51:25 +0000 (03:51 +0000)]
ChangeLog update
Jouni Ahto [Fri, 8 Oct 1999 03:08:44 +0000 (03:08 +0000)]
(PHP gmmktime) Should now give right values. Note that there was never need for
the acrobacy adjusting the time for GMT. mktime() fills
tm_gmtoff with just the right offset to add.
@- Fixed gmmktime() so that the following should always be true:
gmmktime([args]) == mktime([args]) + date('Z', mktime([args])) (Jouni)
# Heh, conforming to the rules anyway...
Jouni Ahto [Fri, 8 Oct 1999 02:10:57 +0000 (02:10 +0000)]
(PHP setlocale) Locale settings are now correctly restored to the values
set in environment at request shutdown.
@- setlocale doesn't anymore screw up things if you forgot to change it back
to the original settings. (Jouni)
# Trying to conform to the rules set up by Andrei. Let's hope this works.
Sascha Schumann [Thu, 7 Oct 1999 21:47:39 +0000 (21:47 +0000)]
Apparently, we did too much cleanup. The server survives now much longer.
Andrei Zmievski [Thu, 7 Oct 1999 21:41:37 +0000 (21:41 +0000)]
NEWS update
Andrei Zmievski [Thu, 7 Oct 1999 21:38:22 +0000 (21:38 +0000)]
New files.
Please read README.CVS-RULES!
Sascha Schumann [Thu, 7 Oct 1999 21:23:55 +0000 (21:23 +0000)]
POST works now and does not block anymore.
Sascha Schumann [Thu, 7 Oct 1999 21:04:26 +0000 (21:04 +0000)]
Remove SAPI_TARGET and use PHP_SAPI completely.
The target filename is now available as SAPI_PROGRAM, SAPI_SHARED, and
SAPI_STATIC.
Sascha Schumann [Thu, 7 Oct 1999 20:21:55 +0000 (20:21 +0000)]
(ns_globals_struct): remove content_type member
(php_ns_request_dtor): remove content_type destructor, re-add path_translated destructor
Sascha Schumann [Thu, 7 Oct 1999 20:15:26 +0000 (20:15 +0000)]
Add comments to the source code and fix POST-read-data bug.
Andrei Zmievski [Thu, 7 Oct 1999 19:53:33 +0000 (19:53 +0000)]
Some ChangeLog surgery.
Sascha Schumann [Thu, 7 Oct 1999 19:53:20 +0000 (19:53 +0000)]
Add help to get people started.
Andreas Karajannis [Thu, 7 Oct 1999 18:49:41 +0000 (18:49 +0000)]
Made henv a real global var. Seems to work basically when multithreaded
Sascha Schumann [Thu, 7 Oct 1999 18:46:40 +0000 (18:46 +0000)]
nsapi => aolserver changes
Sascha Schumann [Thu, 7 Oct 1999 18:45:30 +0000 (18:45 +0000)]
nsapi => aolserver
"NSAPI" suggests Netscape too often.
Andrei Zmievski [Thu, 7 Oct 1999 16:56:42 +0000 (16:56 +0000)]
Renaming ChangeLog to NEWS. All future entries intended for public should
go into NEWS.
Sascha Schumann [Thu, 7 Oct 1999 16:47:53 +0000 (16:47 +0000)]
PHP_SHOW_LD_LIBRARY_PATH leaked out of my test environment.
Uwe Steinmann [Thu, 7 Oct 1999 16:00:48 +0000 (16:00 +0000)]
- new functions pdf_get_font, pdf_get_fontsize, pdf_get_fontname
Andrei Zmievski [Thu, 7 Oct 1999 14:32:07 +0000 (14:32 +0000)]
Test commit again.
# add white space
Andrei Zmievski [Thu, 7 Oct 1999 14:24:18 +0000 (14:24 +0000)]
Testing commit.
@ Removed white space.
Andrei Zmievski [Thu, 7 Oct 1999 14:05:08 +0000 (14:05 +0000)]
Ignore generated files.
Andrei Zmievski [Thu, 7 Oct 1999 14:00:18 +0000 (14:00 +0000)]
Put PLS_FETCH() in the correct place.
Andrei Zmievski [Thu, 7 Oct 1999 13:53:35 +0000 (13:53 +0000)]
Ignore generated files.
Andrei Zmievski [Thu, 7 Oct 1999 13:23:33 +0000 (13:23 +0000)]
Fix for #2457.
Thies C. Arntzen [Thu, 7 Oct 1999 12:49:25 +0000 (12:49 +0000)]
fix ZTS compile
Thies C. Arntzen [Thu, 7 Oct 1999 12:27:40 +0000 (12:27 +0000)]
fixed hopefully last XML problem. that one was hard!
Thies C. Arntzen [Thu, 7 Oct 1999 12:20:40 +0000 (12:20 +0000)]
added zval_del_ref() function
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