]> granicus.if.org Git - php/log
php
25 years agoAdded PostgreSQL module info function.
Jouni Ahto [Wed, 24 May 2000 06:48:04 +0000 (06:48 +0000)]
Added PostgreSQL module info function.

25 years agophp_basename() prototype changed according to latest changes in string.c
Hartmut Holzgraefe [Wed, 24 May 2000 05:51:33 +0000 (05:51 +0000)]
php_basename() prototype changed according to latest changes in string.c

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

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

25 years agoConvert config.m4 to make use of the new build system features
Sascha Schumann [Tue, 23 May 2000 23:46:38 +0000 (23:46 +0000)]
Convert config.m4 to make use of the new build system features

25 years agoMake imap extension buildable as shared module.
Sascha Schumann [Tue, 23 May 2000 23:36:44 +0000 (23:36 +0000)]
Make imap extension buildable as shared module.

25 years agoMake recode extension buildable as shared module.
Sascha Schumann [Tue, 23 May 2000 23:30:38 +0000 (23:30 +0000)]
Make recode extension buildable as shared module.

25 years agoMake msql extension buildable as shared module.
Sascha Schumann [Tue, 23 May 2000 23:24:05 +0000 (23:24 +0000)]
Make msql extension buildable as shared module.

25 years agoAdd INFORMIX_SHARED_LIBADD to LT_SHARED_LIBADD
Sascha Schumann [Tue, 23 May 2000 23:19:11 +0000 (23:19 +0000)]
Add INFORMIX_SHARED_LIBADD to LT_SHARED_LIBADD

25 years agoMake informix extension buildable as shared module on Unix.
Sascha Schumann [Tue, 23 May 2000 23:13:34 +0000 (23:13 +0000)]
Make informix extension buildable as shared module on Unix.

25 years agoA couple of cleanups and shared-libadd additions
Sascha Schumann [Tue, 23 May 2000 23:13:13 +0000 (23:13 +0000)]
A couple of cleanups and shared-libadd additions

25 years agoanother bunch of proto fixes
Hartmut Holzgraefe [Tue, 23 May 2000 23:13:02 +0000 (23:13 +0000)]
another bunch of proto fixes

25 years agoproto function name fixed
Hartmut Holzgraefe [Tue, 23 May 2000 22:30:21 +0000 (22:30 +0000)]
proto function name fixed

25 years agoadded a missing proto
Hartmut Holzgraefe [Tue, 23 May 2000 22:28:07 +0000 (22:28 +0000)]
added a missing proto

25 years agoMake gettext extension compilable as shared module.
Sascha Schumann [Tue, 23 May 2000 22:26:51 +0000 (22:26 +0000)]
Make gettext extension compilable as shared module.

25 years agoeven more protos were missing
Hartmut Holzgraefe [Tue, 23 May 2000 22:26:29 +0000 (22:26 +0000)]
even more protos were missing

25 years agosome protos where missing, took them from php3
Hartmut Holzgraefe [Tue, 23 May 2000 22:24:05 +0000 (22:24 +0000)]
some protos where missing, took them from php3

25 years agoproto typo fix
Hartmut Holzgraefe [Tue, 23 May 2000 22:20:36 +0000 (22:20 +0000)]
proto typo fix

25 years agosome protos where missing proto keyword
Hartmut Holzgraefe [Tue, 23 May 2000 22:19:29 +0000 (22:19 +0000)]
some protos where missing proto keyword

25 years agoprotos where lacking return types
Hartmut Holzgraefe [Tue, 23 May 2000 22:18:08 +0000 (22:18 +0000)]
protos where lacking return types

25 years agointegratet protos from php3 version
Hartmut Holzgraefe [Tue, 23 May 2000 22:11:56 +0000 (22:11 +0000)]
integratet protos from php3 version

25 years agosome protos fixed
Hartmut Holzgraefe [Tue, 23 May 2000 22:07:33 +0000 (22:07 +0000)]
some protos fixed
commented out yet not implemented function icap_popen() from functiontabe

25 years agosome protos got to the wrong function - fixed
Hartmut Holzgraefe [Tue, 23 May 2000 21:56:30 +0000 (21:56 +0000)]
some protos got to the wrong function - fixed

25 years agoAdd check for Bison. A recent version is required when in ZTS mode.
Sascha Schumann [Tue, 23 May 2000 20:32:27 +0000 (20:32 +0000)]
Add check for Bison. A recent version is required when in ZTS mode.

25 years agoNeed a PHPAPI version of basename for some stuff I am working on.
Rasmus Lerdorf [Tue, 23 May 2000 20:16:14 +0000 (20:16 +0000)]
Need a PHPAPI version of basename for some stuff I am working on.
Also fixed a bug along the way in the basename function.  If it
was fed something like "filename.ext/////" it would return the string
with all the slashes whereas if you fed it "/path/filename.ext////" it
would get it right.
@ Fixed basename() bug where "file.ext///" would not return the same
@ as "/path/file.ext///" (Rasmus)

25 years agoone little unimportant detail (cut&paste is evil :)
Hartmut Holzgraefe [Tue, 23 May 2000 20:13:10 +0000 (20:13 +0000)]
one little unimportant detail (cut&paste is evil :)

25 years agoa little less optimized, but no dirty tricks anymore
Hartmut Holzgraefe [Tue, 23 May 2000 20:07:32 +0000 (20:07 +0000)]
a little less optimized, but no dirty tricks anymore

25 years agoMake calc_levdist static and fix pointer swapping.
Sascha Schumann [Tue, 23 May 2000 19:27:02 +0000 (19:27 +0000)]
Make calc_levdist static and fix pointer swapping.

25 years ago- Update Windows project to include levensthein.c and update NEWS file
Zeev Suraski [Tue, 23 May 2000 17:45:05 +0000 (17:45 +0000)]
- Update Windows project to include levensthein.c and update NEWS file

25 years agoAdd interesting email which explains why disabling -fPIC works on Linux
Sascha Schumann [Tue, 23 May 2000 17:23:21 +0000 (17:23 +0000)]
Add interesting email which explains why disabling -fPIC works on Linux
by Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>

25 years ago- Virtual current working directory is now enabled
Andi Gutmans [Tue, 23 May 2000 17:02:21 +0000 (17:02 +0000)]
- Virtual current working directory is now enabled
- Added support for mkdir()/rmdir() and more

25 years agoCosmetic changes
Sascha Schumann [Tue, 23 May 2000 15:43:29 +0000 (15:43 +0000)]
Cosmetic changes

25 years agoSome systems don't have dirent.h. Wrap include appropiately.
Sascha Schumann [Tue, 23 May 2000 15:15:48 +0000 (15:15 +0000)]
Some systems don't have dirent.h. Wrap include appropiately.

25 years agoUse reentrant version of readdir. If the target platform does not support
Sascha Schumann [Tue, 23 May 2000 15:13:16 +0000 (15:13 +0000)]
Use reentrant version of readdir. If the target platform does not support
the POSIX-like readdir_r, we fall back to readdir. In ZTS mode, this will
cause php_readdir_r calls to be serialized.

25 years agoAdd POSIX-like readdir_r for Win32
Sascha Schumann [Tue, 23 May 2000 14:58:43 +0000 (14:58 +0000)]
Add POSIX-like readdir_r for Win32

25 years ago- English fix.
Andi Gutmans [Tue, 23 May 2000 14:42:22 +0000 (14:42 +0000)]
- English fix.

25 years agoname changed from levdist() to levenshtein()
Hartmut Holzgraefe [Tue, 23 May 2000 14:37:39 +0000 (14:37 +0000)]
name changed from levdist() to levenshtein()
(although i bet we'll get a    levenstein() alias some day)

25 years ago- Support virtual unlink()
Andi Gutmans [Tue, 23 May 2000 14:36:27 +0000 (14:36 +0000)]
- Support virtual unlink()

25 years agoadded function "int levdist(string str1, string str2)"
Hartmut Holzgraefe [Tue, 23 May 2000 14:10:37 +0000 (14:10 +0000)]
added function "int levdist(string str1, string str2)"
that will calculate the Levenshtein distance between two
strings (faster and possibly more accurate than similar_text())

25 years agoChanged the #ifdefs around "errno = ETIMEDOUT;" to include the rest
Andrew Skalski [Tue, 23 May 2000 13:56:04 +0000 (13:56 +0000)]
Changed the #ifdefs around "errno = ETIMEDOUT;" to include the rest
of the statement ["if (n == 0)"]

25 years ago- PHP_WIN32 macro should be used with #ifdef/#ifndef
Andi Gutmans [Tue, 23 May 2000 13:49:55 +0000 (13:49 +0000)]
- PHP_WIN32 macro should be used with #ifdef/#ifndef
- Always use PHP_WIN32 instead of WIN32/WINNT values

25 years agoRevert recent COMPILE_DL change.
Sascha Schumann [Tue, 23 May 2000 13:46:16 +0000 (13:46 +0000)]
Revert recent COMPILE_DL change.

25 years agoClean up the patch by Hartmut.
Andrei Zmievski [Tue, 23 May 2000 12:38:12 +0000 (12:38 +0000)]
Clean up the patch by Hartmut.

25 years ago'char *' to 'char'
Sterling Hughes [Tue, 23 May 2000 12:14:20 +0000 (12:14 +0000)]
'char *' to 'char'

25 years agofixing type
Frank M. Kromann [Tue, 23 May 2000 11:52:04 +0000 (11:52 +0000)]
fixing type

25 years agochang #if to #ifdef
Frank M. Kromann [Tue, 23 May 2000 10:36:48 +0000 (10:36 +0000)]
chang #if to #ifdef

25 years agofixed newly introduced crash
Thies C. Arntzen [Tue, 23 May 2000 10:36:18 +0000 (10:36 +0000)]
fixed newly introduced crash

25 years agoUse new syntax
Sascha Schumann [Tue, 23 May 2000 10:26:35 +0000 (10:26 +0000)]
Use new syntax

25 years ago--with-foo causes $withval to be set to "yes," not ""
Sascha Schumann [Tue, 23 May 2000 10:21:40 +0000 (10:21 +0000)]
--with-foo causes $withval to be set to "yes," not ""

25 years agoeven better check for netinet/in.h
Thies C. Arntzen [Tue, 23 May 2000 10:12:42 +0000 (10:12 +0000)]
even better check for netinet/in.h

25 years agomake ftp compile on unix again
Thies C. Arntzen [Tue, 23 May 2000 10:11:09 +0000 (10:11 +0000)]
make ftp compile on unix again

25 years agos/COMPILE_DL/COMPILE_DL_EXTNAME/
Sascha Schumann [Tue, 23 May 2000 09:39:25 +0000 (09:39 +0000)]
s/COMPILE_DL/COMPILE_DL_EXTNAME/

25 years agoUse #ifdef COMPILE_DL_EXTNAME solely.
Sascha Schumann [Tue, 23 May 2000 09:33:51 +0000 (09:33 +0000)]
Use #ifdef COMPILE_DL_EXTNAME solely.

25 years agos/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files.
Sascha Schumann [Tue, 23 May 2000 09:22:01 +0000 (09:22 +0000)]
s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files.

25 years agoOnly print the attention thing, if the MD5 and DES checks failed.
Sascha Schumann [Tue, 23 May 2000 09:09:11 +0000 (09:09 +0000)]
Only print the attention thing, if the MD5 and DES checks failed.

25 years agomaking ftp module compile and work on win32
Frank M. Kromann [Tue, 23 May 2000 08:05:22 +0000 (08:05 +0000)]
making ftp module compile and work on win32

25 years agobump version to 4.0.1-dev
Thies C. Arntzen [Tue, 23 May 2000 07:49:23 +0000 (07:49 +0000)]
bump version to 4.0.1-dev

25 years agoAccording to current PostgreSQL docs, using PQoidStatus() is deprecated.
Jouni Ahto [Tue, 23 May 2000 06:03:34 +0000 (06:03 +0000)]
According to current PostgreSQL docs, using PQoidStatus() is deprecated.

25 years agoagain (due to feature request in bug id #3251)
Hartmut Holzgraefe [Tue, 23 May 2000 05:04:28 +0000 (05:04 +0000)]
again (due to feature request in bug id #3251)
added optional 3rd parameter 'limit' to explode() as in split()

25 years ago@-Add the swf_ortho function. (Sterling)
Sterling Hughes [Tue, 23 May 2000 04:09:20 +0000 (04:09 +0000)]
@-Add the swf_ortho function. (Sterling)

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

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

25 years agofix for bug #2852 : argc inconsistency
Hartmut Holzgraefe [Mon, 22 May 2000 23:24:55 +0000 (23:24 +0000)]
fix for bug #2852 : argc inconsistency

25 years ago-i, -v, -h and -? execution pathes didn't flush the output buffer
Hartmut Holzgraefe [Mon, 22 May 2000 22:49:18 +0000 (22:49 +0000)]
-i, -v, -h and -? execution pathes didn't flush the output buffer
on exit, resultiong in no output at all when "output-buffering=On"
( BUG id#3420 )

25 years agoAdd section about adding shared module support to an existing module.
Sascha Schumann [Mon, 22 May 2000 22:33:51 +0000 (22:33 +0000)]
Add section about adding shared module support to an existing module.

25 years agooops forgot to save project before commit
Frank M. Kromann [Mon, 22 May 2000 21:58:30 +0000 (21:58 +0000)]
oops forgot to save project before commit

25 years agoadding project for swf
Frank M. Kromann [Mon, 22 May 2000 21:58:29 +0000 (21:58 +0000)]
adding project for swf

25 years agoapplied Luca Montecchiani's win32 fixes (open files in binary mode
Andrew Skalski [Mon, 22 May 2000 21:16:58 +0000 (21:16 +0000)]
applied Luca Montecchiani's win32 fixes (open files in binary mode
using the "b" fopen flag, and use closesocket rather than close
when closing sockets)

25 years ago@-Allow the writing of flash files to stdout.
Sterling Hughes [Mon, 22 May 2000 20:56:09 +0000 (20:56 +0000)]
@-Allow the writing of flash files to stdout.

25 years agoAdd SWF.
Sterling Hughes [Mon, 22 May 2000 20:50:10 +0000 (20:50 +0000)]
Add SWF.

25 years agoin [mt_]rand(): (see BUG #3353)
Hartmut Holzgraefe [Mon, 22 May 2000 20:37:26 +0000 (20:37 +0000)]
in [mt_]rand(): (see BUG #3353)
- additional range checking for (max-min)<=[MT_]RAND_MAX
- [mt_]rand(0,[mt_]getrandmax()) will now work without integer overflow

25 years ago# Guess I'll take it for now... there's actually even something coming, just
Jouni Ahto [Mon, 22 May 2000 20:26:36 +0000 (20:26 +0000)]
# Guess I'll take it for now... there's actually even something coming, just
# waited for 4.0.0 to be released.

25 years agoSigh, that should be the last one :I
Zeev Suraski [Mon, 22 May 2000 16:56:22 +0000 (16:56 +0000)]
Sigh, that should be the last one :I

25 years ago- Remove ugly Ltd.
Zeev Suraski [Mon, 22 May 2000 16:55:56 +0000 (16:55 +0000)]
- Remove ugly Ltd.

25 years ago- Fix LICENSE (one language error and one URL error)
Andi Gutmans [Mon, 22 May 2000 16:46:37 +0000 (16:46 +0000)]
- Fix LICENSE (one language error and one URL error)

25 years ago- Make calendar compile as a dll on Windows
Zeev Suraski [Mon, 22 May 2000 15:49:49 +0000 (15:49 +0000)]
- Make calendar compile as a dll on Windows

25 years agoFixed check for Zeus under Solaris (/bin/sh doesn't understand '!')
Ben Mansell [Mon, 22 May 2000 14:39:33 +0000 (14:39 +0000)]
Fixed check for Zeus under Solaris (/bin/sh doesn't understand '!')

25 years agoNotify people that .phps is now fixed
Zeev Suraski [Mon, 22 May 2000 13:38:13 +0000 (13:38 +0000)]
Notify people that .phps is now fixed

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

25 years agofix bug 4533
Sterling Hughes [Sun, 21 May 2000 23:15:09 +0000 (23:15 +0000)]
fix bug 4533

25 years agoFix #4230. Putenv() was modifying its argument, a no-no.
Jouni Ahto [Sun, 21 May 2000 21:13:32 +0000 (21:13 +0000)]
Fix #4230. Putenv() was modifying its argument, a no-no.

25 years agoWindows build failure
Sam Ruby [Sun, 21 May 2000 19:26:50 +0000 (19:26 +0000)]
Windows build failure

25 years ago- Move activate_models() back to where it was. I don't want to make such
Andi Gutmans [Sun, 21 May 2000 18:05:04 +0000 (18:05 +0000)]
- Move activate_models() back to where it was. I don't want to make such
- an optimization right before 4.0.0. Who knows, maybe one of the phpinfo()
- functions depends on some information only available after RINIT.
- In any case, my fix for .phps stays in.

25 years ago- Fix Apache php source highlighting mode. It was crashing due to the
Andi Gutmans [Sun, 21 May 2000 17:41:16 +0000 (17:41 +0000)]
- Fix Apache php source highlighting mode. It was crashing due to the
- module shutdown functions being called when the startup functions weren't
- being called.

25 years ago- Fix Apache php source highlighting mode. It was crashing due to the
Andi Gutmans [Sun, 21 May 2000 16:36:16 +0000 (16:36 +0000)]
- Fix Apache php source highlighting mode. It was crashing due to the
- module shutdown functions being called when the startup functions weren't
- being called.

25 years ago- Get ready for release
Andi Gutmans [Sun, 21 May 2000 16:29:38 +0000 (16:29 +0000)]
- Get ready for release

25 years agouse simpler foreach instead of while
Sam Ruby [Sun, 21 May 2000 11:26:26 +0000 (11:26 +0000)]
use simpler foreach instead of while

25 years agopassing Strings as Objects
Sam Ruby [Sun, 21 May 2000 11:24:49 +0000 (11:24 +0000)]
passing Strings as Objects

25 years agoTurn off retrieving the whole error stack
Andreas Karajannis [Sun, 21 May 2000 08:46:51 +0000 (08:46 +0000)]
Turn off retrieving the whole error stack

25 years agoChangeLog update
<changelog@php.net> [Sun, 21 May 2000 01:09:15 +0000 (01:09 +0000)]
ChangeLog update

25 years agopatch to explode (bug id #3251) suspended till 4.0.1
Hartmut Holzgraefe [Sat, 20 May 2000 05:07:53 +0000 (05:07 +0000)]
patch to explode (bug id #3251) suspended till 4.0.1

25 years agoChangeLog update
<changelog@php.net> [Sat, 20 May 2000 01:09:11 +0000 (01:09 +0000)]
ChangeLog update

25 years agoProto fixes.
Sterling Hughes [Sat, 20 May 2000 00:13:05 +0000 (00:13 +0000)]
Proto fixes.

#Harmut -- I love your web site, I was able to see that these functions
#didn't have prototypes just by checking out the SWF extension area!

25 years agoadded optional 3rd parameter 'limit' to explode() as in split()
Hartmut Holzgraefe [Fri, 19 May 2000 22:00:38 +0000 (22:00 +0000)]
added optional 3rd parameter 'limit' to explode() as in split()
(due to feature request in bug id #3251)

25 years agoGive some more room for configurability
Zeev Suraski [Fri, 19 May 2000 16:17:18 +0000 (16:17 +0000)]
Give some more room for configurability

25 years agobe consistent with the URLs
Zeev Suraski [Fri, 19 May 2000 16:14:24 +0000 (16:14 +0000)]
be consistent with the URLs

25 years agofix the fix (it's still a hack)
Thies C. Arntzen [Fri, 19 May 2000 10:48:05 +0000 (10:48 +0000)]
fix the fix (it's still a hack)

25 years agomake sigchild handler more robust.
Thies C. Arntzen [Fri, 19 May 2000 10:40:34 +0000 (10:40 +0000)]
make sigchild handler more robust.

25 years agoOpen these up for the API
Zeev Suraski [Fri, 19 May 2000 09:32:33 +0000 (09:32 +0000)]
Open these up for the API

25 years agoadded some Notice about --enable-sigchild
Thies C. Arntzen [Fri, 19 May 2000 09:19:20 +0000 (09:19 +0000)]
added some Notice about --enable-sigchild