]> granicus.if.org Git - php/log
php
25 years agoBe safe, use ().
Andrei Zmievski [Mon, 18 Oct 1999 14:17:36 +0000 (14:17 +0000)]
Be safe, use ().

25 years agoChangeLog update
<changelog@php.net> [Mon, 18 Oct 1999 13:42:43 +0000 (13:42 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Mon, 18 Oct 1999 13:42:35 +0000 (13:42 +0000)]
NEWS update

25 years agoAdd PNG support. Tested with gd 1.7.3.
Sascha Schumann [Sun, 17 Oct 1999 14:57:49 +0000 (14:57 +0000)]
Add PNG support. Tested with gd 1.7.3.

25 years agoLooks better, but isn't wrong
Egon Schmid [Sun, 17 Oct 1999 08:07:50 +0000 (08:07 +0000)]
Looks better, but isn't wrong

25 years agoOne typo corrected.
Egon Schmid [Sun, 17 Oct 1999 07:38:35 +0000 (07:38 +0000)]
One typo corrected.

25 years agoFix bug #2548.
Andrei Zmievski [Sun, 17 Oct 1999 00:20:17 +0000 (00:20 +0000)]
Fix bug #2548.

25 years ago_php3/_php3i -> php rename
Andrei Zmievski [Sat, 16 Oct 1999 16:35:20 +0000 (16:35 +0000)]
_php3/_php3i -> php rename

25 years ago- It's OK if we link dynamically.
Andi Gutmans [Sat, 16 Oct 1999 11:57:52 +0000 (11:57 +0000)]
- It's OK if we link dynamically.

25 years ago- Get windows version to compile again. No biggy if array_map is not #if 0'd
Andi Gutmans [Sat, 16 Oct 1999 10:14:47 +0000 (10:14 +0000)]
- Get windows version to compile again. No biggy if array_map is not #if 0'd
  out even if it doesn't work.

25 years ago*** empty log message ***
Andrei Zmievski [Fri, 15 Oct 1999 22:04:59 +0000 (22:04 +0000)]
*** empty log message ***

25 years ago(PHP array_map) Temporarily #if 0 this.
Andrei Zmievski [Fri, 15 Oct 1999 21:24:15 +0000 (21:24 +0000)]
(PHP array_map) Temporarily #if 0 this.

25 years agoUpdate mergesort() proto.
Andrei Zmievski [Fri, 15 Oct 1999 21:23:37 +0000 (21:23 +0000)]
Update mergesort() proto.

25 years agounstatic'fy is_numeric_string()
Andrei Zmievski [Fri, 15 Oct 1999 20:42:26 +0000 (20:42 +0000)]
unstatic'fy is_numeric_string()

25 years ago*** empty log message ***
Andrei Zmievski [Fri, 15 Oct 1999 20:37:53 +0000 (20:37 +0000)]
*** empty log message ***

25 years agoMake string copying a little more efficient.
Andrei Zmievski [Fri, 15 Oct 1999 20:36:10 +0000 (20:36 +0000)]
Make string copying a little more efficient.

25 years agoSmall tweak in the error format.
Andrei Zmievski [Fri, 15 Oct 1999 20:32:47 +0000 (20:32 +0000)]
Small tweak in the error format.

25 years ago(php3_log_err): Don't output error message to stderr when
Andrei Zmievski [Fri, 15 Oct 1999 20:27:38 +0000 (20:27 +0000)]
(php3_log_err): Don't output error message to stderr when
running as CGI binary.

25 years agoRenamed a couple of functions to have proper php_ prefix.
Andrei Zmievski [Fri, 15 Oct 1999 20:04:31 +0000 (20:04 +0000)]
Renamed a couple of functions to have proper php_ prefix.

25 years ago(php_error): finally get rid of those annoying html tags
Andrei Zmievski [Fri, 15 Oct 1999 19:55:18 +0000 (19:55 +0000)]
(php_error): finally get rid of those annoying html tags
             when running as CGI binary

25 years agoMassive change of zend_error() to php_error().
Andrei Zmievski [Fri, 15 Oct 1999 19:37:44 +0000 (19:37 +0000)]
Massive change of zend_error() to php_error().

25 years ago@- Fixed shuffle() so that it no longer breaks on Solaris. (Andrei)
Andrei Zmievski [Fri, 15 Oct 1999 19:25:27 +0000 (19:25 +0000)]
@- Fixed shuffle() so that it no longer breaks on Solaris. (Andrei)

25 years agoAdd mergesort.c to compilation list.
Andrei Zmievski [Fri, 15 Oct 1999 19:25:04 +0000 (19:25 +0000)]
Add mergesort.c to compilation list.

25 years agoAdded mergesort.c from FreeBSD.
Andrei Zmievski [Fri, 15 Oct 1999 19:23:04 +0000 (19:23 +0000)]
Added mergesort.c from FreeBSD.

25 years ago(is_resource, is_bool) new functions
Thies C. Arntzen [Fri, 15 Oct 1999 18:15:02 +0000 (18:15 +0000)]
(is_resource, is_bool) new functions
@- Added is_resource(), is_bool() functions. (Thies)

25 years ago(_php_replace_in_subject)
Andrei Zmievski [Fri, 15 Oct 1999 16:57:54 +0000 (16:57 +0000)]
(_php_replace_in_subject)
(PHP preg_replace):
Fixed a bug that happened when regex was an array and replacement was a
single non-string value. Also changed conversions to use
convert_to_string_ex().

(PHP preg_grep): use convert_to_string_ex() for proper conversion

25 years agofiles are now resources, file.c is thread-safe, the le_ vars are no longer shared,
Thies C. Arntzen [Fri, 15 Oct 1999 15:22:25 +0000 (15:22 +0000)]
files are now resources, file.c is thread-safe, the le_ vars are no longer shared,
but they are accessible thru "php_file_le_socket(), php_file_le_uploads()..."
i also updated the ftp, pdf and file-upload stuff to match the new requirements.
@- Cleaned up File-Module (Thies)

25 years ago(PHP implode): Properly separate zval for another case.
Andrei Zmievski [Fri, 15 Oct 1999 14:53:56 +0000 (14:53 +0000)]
(PHP implode): Properly separate zval for another case.

25 years agoThat should do the trick - fix implode() not to modify its arguments
Zeev Suraski [Fri, 15 Oct 1999 14:45:54 +0000 (14:45 +0000)]
That should do the trick - fix implode() not to modify its arguments

25 years ago*** empty log message ***
Andrei Zmievski [Fri, 15 Oct 1999 13:45:28 +0000 (13:45 +0000)]
*** empty log message ***

25 years agoMake ODBC work under Win32
Zeev Suraski [Fri, 15 Oct 1999 12:28:20 +0000 (12:28 +0000)]
Make ODBC work under Win32

25 years ago- Converted math.c to use new convert_to_number_ex() macro.
Andi Gutmans [Fri, 15 Oct 1999 06:31:40 +0000 (06:31 +0000)]
- Converted math.c to use new convert_to_number_ex() macro.

25 years ago- Add convert_to_number_ex()
Andi Gutmans [Fri, 15 Oct 1999 06:25:42 +0000 (06:25 +0000)]
- Add convert_to_number_ex()

25 years agoAdd "--disable-inline" for low-memory machines (be it limited
Sascha Schumann [Thu, 14 Oct 1999 22:17:22 +0000 (22:17 +0000)]
Add "--disable-inline" for low-memory machines (be it limited
RAM or virtual memory). It's also useful for Digital C where
the C++ compiler thinks "inline" is an invalid specifier.

25 years agoUse sources from $(srcdir)
Sascha Schumann [Thu, 14 Oct 1999 17:20:25 +0000 (17:20 +0000)]
Use sources from $(srcdir)

25 years agoconfigure works for me (RH 6.1)
Thies C. Arntzen [Thu, 14 Oct 1999 16:53:51 +0000 (16:53 +0000)]
configure works for me (RH 6.1)
@- Added readline support. Works *only* in standalone mode! (Thies)

25 years agoforgot
Thies C. Arntzen [Thu, 14 Oct 1999 15:20:56 +0000 (15:20 +0000)]
forgot

25 years agointerface to GNU-Readline! (not yet active, autoconf needs to be done)
Thies C. Arntzen [Thu, 14 Oct 1999 15:20:40 +0000 (15:20 +0000)]
interface to GNU-Readline! (not yet active, autoconf needs to be done)
very neat - but only usable in standalone (command-promt) mode!

25 years agoAdd dba and mcrypt extensions to list.
Sascha Schumann [Wed, 13 Oct 1999 21:01:37 +0000 (21:01 +0000)]
Add dba and mcrypt extensions to list.

25 years agonew api fo dl() - renamed php3_dl to php_dl (added compat header)
Thies C. Arntzen [Wed, 13 Oct 1999 19:55:25 +0000 (19:55 +0000)]
new api fo dl() - renamed php3_dl to php_dl (added compat header)

25 years ago(PHP: htmlspecialchars, htmlentities): new zend-api for html-function (not worth...
Thies C. Arntzen [Wed, 13 Oct 1999 19:51:11 +0000 (19:51 +0000)]
(PHP: htmlspecialchars, htmlentities): new zend-api for html-function (not worth mentioning in NEWS)

25 years ago@- Upgraded math-funtions to use new Zend function API (Thies)
Thies C. Arntzen [Wed, 13 Oct 1999 19:43:36 +0000 (19:43 +0000)]
@- Upgraded math-funtions to use new Zend function API (Thies)

25 years agoAdd mhash module.
Andrei Zmievski [Wed, 13 Oct 1999 18:03:38 +0000 (18:03 +0000)]
Add mhash module.

25 years agoDo not use $< for anything but implicit rules.
Sascha Schumann [Wed, 13 Oct 1999 16:16:09 +0000 (16:16 +0000)]
Do not use $< for anything but implicit rules.

25 years ago(shell_exec) use pclose for FILE* that has been opened via popen!
Thies C. Arntzen [Wed, 13 Oct 1999 14:01:47 +0000 (14:01 +0000)]
(shell_exec) use pclose for FILE* that has been opened via popen!
@- Fixed zombie problem in shell_exec() and $a = `some_command`
@  constructs. (Thies)

25 years ago(zend_fetch_resource) added warinig if resource is of wrong type
Thies C. Arntzen [Wed, 13 Oct 1999 12:59:48 +0000 (12:59 +0000)]
(zend_fetch_resource) added warinig if resource is of wrong type

25 years agoChangeLog update
<changelog@php.net> [Wed, 13 Oct 1999 01:07:57 +0000 (01:07 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Wed, 13 Oct 1999 01:07:54 +0000 (01:07 +0000)]
NEWS update

25 years agoDisable ZEND_EXTENSIONS_SUPPORT, if RTLD_NOW is not defined.
Sascha Schumann [Wed, 13 Oct 1999 00:17:01 +0000 (00:17 +0000)]
Disable ZEND_EXTENSIONS_SUPPORT, if RTLD_NOW is not defined.

Note that this part could be made platform independent by using
libltdl (for Solaris, Linux, *BSD, HP-UX, Win16/32, BeOS).

25 years agostarting to clean-up/new API'ize and resourcify the file-stuff - nothing happened...
Thies C. Arntzen [Tue, 12 Oct 1999 18:50:05 +0000 (18:50 +0000)]
starting to clean-up/new API'ize and resourcify the file-stuff - nothing happened yet - just renaming things around.

25 years ago(Informix driver) Thies introduced ZEND_FETCH_RESOURCE2 (Danny).
Danny Heijl [Tue, 12 Oct 1999 17:38:19 +0000 (17:38 +0000)]
(Informix driver) Thies introduced ZEND_FETCH_RESOURCE2 (Danny).
@- Thies introduced ZEND_FETCH_RESOURCE2 (Danny).

25 years agomade nice
Thies C. Arntzen [Tue, 12 Oct 1999 15:32:40 +0000 (15:32 +0000)]
made nice

25 years agoadd myself
Thies C. Arntzen [Tue, 12 Oct 1999 15:30:38 +0000 (15:30 +0000)]
add myself

25 years ago(wddx_add_vars) adjusted to new resource-API
Thies C. Arntzen [Tue, 12 Oct 1999 15:23:59 +0000 (15:23 +0000)]
(wddx_add_vars) adjusted to new resource-API

25 years ago(php sybase_close) fixed obvious bug.
Thies C. Arntzen [Tue, 12 Oct 1999 15:00:10 +0000 (15:00 +0000)]
(php sybase_close) fixed obvious bug.

25 years agonew improved resource-API (i hope everything still compiles)
Thies C. Arntzen [Tue, 12 Oct 1999 14:53:15 +0000 (14:53 +0000)]
new improved resource-API (i hope everything still compiles)

25 years agonew improved resource-API
Thies C. Arntzen [Tue, 12 Oct 1999 14:51:17 +0000 (14:51 +0000)]
new improved resource-API

25 years agoUse DL_LAZY for OpenBSD. This seems to be a compatibility flag which
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

25 years agoJust some formatting.
Andrei Zmievski [Tue, 12 Oct 1999 13:22:30 +0000 (13:22 +0000)]
Just some formatting.

25 years ago- object.ptr was made NULL in DO_FCALL but wasn't restored. Right now I
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.

25 years agoAdded Informix driver to list of maintained extensions. (Danny).
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).

25 years ago*** empty log message ***
<changelog@php.net> [Tue, 12 Oct 1999 04:14:04 +0000 (04:14 +0000)]
*** empty log message ***

25 years agoChangeLog update
<changelog@php.net> [Tue, 12 Oct 1999 01:08:06 +0000 (01:08 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Tue, 12 Oct 1999 01:08:03 +0000 (01:08 +0000)]
NEWS update

25 years agoModified sorting functions to use updated zend_hash() prototype.
Andrei Zmievski [Mon, 11 Oct 1999 21:42:42 +0000 (21:42 +0000)]
Modified sorting functions to use updated zend_hash() prototype.

25 years ago*** empty log message ***
Andrei Zmievski [Mon, 11 Oct 1999 21:38:18 +0000 (21:38 +0000)]
*** empty log message ***

25 years agoModified zend_hash() to accept a pointer to sort function.
Andrei Zmievski [Mon, 11 Oct 1999 21:30:23 +0000 (21:30 +0000)]
Modified zend_hash() to accept a pointer to sort function.

25 years agoAdded notice about LXR and Bonsai.
Andrei Zmievski [Mon, 11 Oct 1999 20:45:03 +0000 (20:45 +0000)]
Added notice about LXR and Bonsai.

25 years ago- No idea why this bug didn't exist before. But I'm too tired to think of it.
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 :)

25 years agoFirst revision.
Andrei Zmievski [Mon, 11 Oct 1999 19:36:13 +0000 (19:36 +0000)]
First revision.

25 years ago*** empty log message ***
Danny Heijl [Mon, 11 Oct 1999 16:54:41 +0000 (16:54 +0000)]
*** empty log message ***

25 years ago(ext/informix) Changed ifx.ec to use the new high-performance
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)

25 years ago(configure) Allow IFX_LIBDIR environment variable to specify the
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).

25 years agoChangeLog update
<changelog@php.net> [Mon, 11 Oct 1999 01:08:08 +0000 (01:08 +0000)]
ChangeLog update

25 years ago- Didn't lower refcount when doing an internal function call linked to a regular...
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.

25 years agoadded some more autoconf/libtool stuff to be ignored
Thies C. Arntzen [Sun, 10 Oct 1999 18:12:41 +0000 (18:12 +0000)]
added some more autoconf/libtool stuff to be ignored

25 years agoautomake scans aclocal.m4 as well
Sascha Schumann [Sun, 10 Oct 1999 18:08:31 +0000 (18:08 +0000)]
automake scans aclocal.m4 as well

25 years ago(build.mk) fix suggested by sascha.
Thies C. Arntzen [Sun, 10 Oct 1999 17:34:13 +0000 (17:34 +0000)]
(build.mk) fix suggested by sascha.

25 years ago(build.mk) make cvsclean now also deletes the libzend & TSRM symlinks.
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.

25 years agoAdd stub.c for helper library.
Sascha Schumann [Sun, 10 Oct 1999 17:15:19 +0000 (17:15 +0000)]
Add stub.c for helper library.

25 years ago(build.mk) added target cvsclean: removed all files listed in all .cvsignore files...
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.

25 years agoWorkaround for Informix set of libraries. One library depends on
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.

25 years agoThis should fix the deadlock
Zeev Suraski [Sun, 10 Oct 1999 13:30:03 +0000 (13:30 +0000)]
This should fix the deadlock

25 years agoRemove -DPIC preprocessor macros. This is defined by libtool
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.

25 years agoLink in IFX_LIBS properly.
Sascha Schumann [Sun, 10 Oct 1999 12:10:41 +0000 (12:10 +0000)]
Link in IFX_LIBS properly.

25 years ago- Clean up a bit. Separate before the locking so that we can use SEPARATE_ZVAL
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.

25 years agoAdd clean target which removes standard targets
Sascha Schumann [Sun, 10 Oct 1999 02:02:13 +0000 (02:02 +0000)]
Add clean target which removes standard targets

25 years agobuild.mk can be used to generate build tools. It is usually
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

25 years agoChangeLog update
<changelog@php.net> [Sun, 10 Oct 1999 01:08:21 +0000 (01:08 +0000)]
ChangeLog update

25 years agoClean up and add 'clean' target which removes standard targets recursively
Sascha Schumann [Sun, 10 Oct 1999 01:04:39 +0000 (01:04 +0000)]
Clean up and add 'clean' target which removes standard targets recursively

25 years agobuild.mk can be used to generate build tools. It is usually
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

25 years ago- Shouldn't be needed
Andi Gutmans [Sat, 9 Oct 1999 20:37:08 +0000 (20:37 +0000)]
- Shouldn't be needed

25 years ago- God damn this sucked. I hopefully fixed the problems with classes although
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.

25 years agoDefine RTLD_NOW to DL_NOW, if RTLD_NOW is not defined (for OpenBSD).
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).

25 years agoRemove redundant library declaration. All libtool libraries
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.

25 years agoOnly link with bundled regex, if the user wants it.
Sascha Schumann [Sat, 9 Oct 1999 16:45:12 +0000 (16:45 +0000)]
Only link with bundled regex, if the user wants it.

25 years agoPOSIX_MISTAKE is enabled by default.
Sascha Schumann [Sat, 9 Oct 1999 16:44:39 +0000 (16:44 +0000)]
POSIX_MISTAKE is enabled by default.

25 years agofix suggested by sascha for xml-build in apxs mode
Thies C. Arntzen [Sat, 9 Oct 1999 13:43:27 +0000 (13:43 +0000)]
fix suggested by sascha for xml-build in apxs mode

25 years agoChangeLog update
<changelog@php.net> [Sat, 9 Oct 1999 05:41:53 +0000 (05:41 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Sat, 9 Oct 1999 05:41:39 +0000 (05:41 +0000)]
NEWS update