]> granicus.if.org Git - php/log
php
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

25 years agoMinor output mods
Zeev Suraski [Fri, 19 May 2000 08:28:53 +0000 (08:28 +0000)]
Minor output mods

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

25 years agoadded new option "--enable-sigchild" (default is off)
Thies C. Arntzen [Thu, 18 May 2000 19:45:34 +0000 (19:45 +0000)]
added new option "--enable-sigchild" (default is off)
when using this option php will setup it's own SIGCHLD handler.
when using oracle-libraries >= 8.1 on linux you need this option
if you are connecting using the BEQ interface - elsewise you will
see <defunc> processes whenever a php-script disconnects from oracle.

25 years ago22 May is my birthday!
Thies C. Arntzen [Thu, 18 May 2000 18:50:44 +0000 (18:50 +0000)]
22 May is my birthday!

25 years agoPackage 4.0.0
Zeev Suraski [Thu, 18 May 2000 17:43:19 +0000 (17:43 +0000)]
Package 4.0.0

25 years agoUpdate the license with the new clause 6
Zeev Suraski [Thu, 18 May 2000 15:34:45 +0000 (15:34 +0000)]
Update the license with the new clause 6

25 years agoDo it in thread unsafe mode for now.
Zeev Suraski [Thu, 18 May 2000 14:51:19 +0000 (14:51 +0000)]
Do it in thread unsafe mode for now.

25 years agoLater AOLserver releases will copy the include to the installation dir.
Sascha Schumann [Thu, 18 May 2000 13:10:13 +0000 (13:10 +0000)]
Later AOLserver releases will copy the include to the installation dir.

25 years ago(PHP round) Fix proto.
Andrei Zmievski [Thu, 18 May 2000 12:29:58 +0000 (12:29 +0000)]
(PHP round) Fix proto.

25 years ago(PHP array_multisort) Fix the array_size test.
Andrei Zmievski [Thu, 18 May 2000 12:29:45 +0000 (12:29 +0000)]
(PHP array_multisort) Fix the array_size test.

25 years agoKill warnings
Sascha Schumann [Thu, 18 May 2000 12:07:15 +0000 (12:07 +0000)]
Kill warnings

25 years agoCosmetic change
Sascha Schumann [Thu, 18 May 2000 11:41:41 +0000 (11:41 +0000)]
Cosmetic change

25 years agoMake the shared library suffix dynamic. Improve workaround for libtool's
Sascha Schumann [Thu, 18 May 2000 11:35:17 +0000 (11:35 +0000)]
Make the shared library suffix dynamic. Improve workaround for libtool's
inflexibility WRT -avoid-version to support various numbers of .0

25 years ago- Do this someplace else.
Andi Gutmans [Thu, 18 May 2000 11:25:03 +0000 (11:25 +0000)]
- Do this someplace else.

25 years agoFix workaround for systems where libtool cannot handle -avoid-version
Sascha Schumann [Thu, 18 May 2000 10:36:35 +0000 (10:36 +0000)]
Fix workaround for systems where libtool cannot handle -avoid-version
correctly.

25 years ago- Fix include() when used on resources (shouldn't work but shouldn't crash
Andi Gutmans [Thu, 18 May 2000 10:21:24 +0000 (10:21 +0000)]
- Fix include() when used on resources (shouldn't work but shouldn't crash
  either).

25 years ago- fixed bug #4076
Uwe Steinmann [Thu, 18 May 2000 05:35:11 +0000 (05:35 +0000)]
- fixed bug #4076

25 years agoUpdate for sort functions - user can now specify sort type.
Andrei Zmievski [Thu, 18 May 2000 01:53:41 +0000 (01:53 +0000)]
Update for sort functions - user can now specify sort type.

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

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

25 years agoTough to explain in two lines.
Andrei Zmievski [Thu, 18 May 2000 00:52:32 +0000 (00:52 +0000)]
Tough to explain in two lines.

25 years agoUpdate for sort functions - user can now specify sort type.
Andrei Zmievski [Thu, 18 May 2000 00:47:57 +0000 (00:47 +0000)]
Update for sort functions - user can now specify sort type.

25 years agoMake the SWF module compile again + 1 stylistic change.
Sterling Hughes [Thu, 18 May 2000 00:39:00 +0000 (00:39 +0000)]
Make the SWF module compile again + 1 stylistic change.

25 years ago- Make non-threaded project build on Win32
Andi Gutmans [Wed, 17 May 2000 23:49:26 +0000 (23:49 +0000)]
- Make non-threaded project build on Win32

25 years ago- Fix Win32 build
Andi Gutmans [Wed, 17 May 2000 23:42:18 +0000 (23:42 +0000)]
- Fix Win32 build

25 years agoproto corrected
Hartmut Holzgraefe [Wed, 17 May 2000 19:50:22 +0000 (19:50 +0000)]
proto corrected

25 years agoFixed the format.
Egon Schmid [Wed, 17 May 2000 19:48:43 +0000 (19:48 +0000)]
Fixed the format.

25 years agoproto-takeover from php3
Hartmut Holzgraefe [Wed, 17 May 2000 19:45:46 +0000 (19:45 +0000)]
proto-takeover from php3

25 years agoproto takeover from php3
Hartmut Holzgraefe [Wed, 17 May 2000 19:42:08 +0000 (19:42 +0000)]
proto takeover from php3

25 years agoproto-takeover from php3
Hartmut Holzgraefe [Wed, 17 May 2000 19:40:10 +0000 (19:40 +0000)]
proto-takeover from php3

25 years agotypo fix
Hartmut Holzgraefe [Wed, 17 May 2000 19:36:51 +0000 (19:36 +0000)]
typo fix

25 years agocorrection
Hartmut Holzgraefe [Wed, 17 May 2000 19:27:08 +0000 (19:27 +0000)]
correction

25 years ago- Nuke dlist.[ch] from Win32 build.
Andi Gutmans [Wed, 17 May 2000 19:20:18 +0000 (19:20 +0000)]
- Nuke dlist.[ch] from Win32 build.

25 years ago- Remove dlist from build
Andi Gutmans [Wed, 17 May 2000 19:12:51 +0000 (19:12 +0000)]
- Remove dlist from build

25 years ago- Remove dlist.[ch]. Should not be needed anymore
Andi Gutmans [Wed, 17 May 2000 19:11:43 +0000 (19:11 +0000)]
- Remove dlist.[ch]. Should not be needed anymore

25 years agoAdd debug.log facility. If there are any obscure bugs in our build system,
Sascha Schumann [Wed, 17 May 2000 19:08:44 +0000 (19:08 +0000)]
Add debug.log facility. If there are any obscure bugs in our build system,
this will give us enough information to find and fix it.

25 years agoproto-takeover from php3
Hartmut Holzgraefe [Wed, 17 May 2000 18:58:27 +0000 (18:58 +0000)]
proto-takeover from php3

25 years ago- Add support for string_compare_function() and number_compare_function().
Andi Gutmans [Wed, 17 May 2000 18:55:22 +0000 (18:55 +0000)]
- Add support for string_compare_function() and number_compare_function().
  UNTESTED!

25 years agoSecond parameter is optional.
Egon Schmid [Wed, 17 May 2000 18:17:07 +0000 (18:17 +0000)]
Second parameter is optional.

25 years agotook over missing prototypes from php3 source
Hartmut Holzgraefe [Wed, 17 May 2000 18:14:05 +0000 (18:14 +0000)]
took over missing prototypes from php3 source
(copied them only, didn't check for parameter changes!)

25 years agoname in proto should be name of real function, not alias
Hartmut Holzgraefe [Wed, 17 May 2000 17:54:54 +0000 (17:54 +0000)]
name in proto should be name of real function, not alias

25 years agoNormalize results of compare_function()
Zeev Suraski [Wed, 17 May 2000 17:08:25 +0000 (17:08 +0000)]
Normalize results of compare_function()

25 years agoFix build against recent thttpd versions
Sascha Schumann [Wed, 17 May 2000 17:04:46 +0000 (17:04 +0000)]
Fix build against recent thttpd versions

25 years ago.
Sascha Schumann [Wed, 17 May 2000 16:10:48 +0000 (16:10 +0000)]
.

25 years agoFix 64-bit issue in gethostbyaddr().
Sascha Schumann [Wed, 17 May 2000 16:08:42 +0000 (16:08 +0000)]
Fix 64-bit issue in gethostbyaddr().

25 years agoFix crash if %> is encountered in HTML while ASP-tags are disabled
Zeev Suraski [Wed, 17 May 2000 15:50:30 +0000 (15:50 +0000)]
Fix crash if %> is encountered in HTML while ASP-tags are disabled

25 years ago- fixed wrong interpretation of last parameter of swf_rotate()
Uwe Steinmann [Wed, 17 May 2000 15:47:15 +0000 (15:47 +0000)]
- fixed wrong interpretation of last parameter of swf_rotate()
- add MOD_COLOR and MOD_MATRIX constants

25 years ago- test script to test creation of flash files
Uwe Steinmann [Wed, 17 May 2000 15:45:56 +0000 (15:45 +0000)]
- test script to test creation of flash files

25 years agoOnly allow loading of extensions only during .ini file parsing
Zeev Suraski [Wed, 17 May 2000 15:41:32 +0000 (15:41 +0000)]
Only allow loading of extensions only during .ini file parsing

25 years agoFix order
Andi Gutmans [Wed, 17 May 2000 15:24:49 +0000 (15:24 +0000)]
Fix order

25 years agoLet's cast it.
Andrei Zmievski [Wed, 17 May 2000 12:51:37 +0000 (12:51 +0000)]
Let's cast it.

25 years ago@- Improved round() to allow specification of rounding precision.
Andrei Zmievski [Wed, 17 May 2000 12:50:04 +0000 (12:50 +0000)]
@- Improved round() to allow specification of rounding precision.
@  (Andrei, Todd Kirby <kirbyt@yahoo.com>)

25 years agoFix crash when server_context is not longer valid (e.g., when
Zeev Suraski [Wed, 17 May 2000 08:11:20 +0000 (08:11 +0000)]
Fix crash when server_context is not longer valid (e.g., when
coming from php_apache_request_shutdown)

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

25 years agoAdd missing prototype
Sascha Schumann [Wed, 17 May 2000 00:35:08 +0000 (00:35 +0000)]
Add missing prototype

25 years agoANSIfy declarations/prototypes
Sascha Schumann [Tue, 16 May 2000 23:38:51 +0000 (23:38 +0000)]
ANSIfy declarations/prototypes

25 years agos/normal/SUSV2/
Sascha Schumann [Tue, 16 May 2000 23:24:39 +0000 (23:24 +0000)]
s/normal/SUSV2/

25 years agoRemove extra declarations of cwd_globals(_id)
Sascha Schumann [Tue, 16 May 2000 23:11:18 +0000 (23:11 +0000)]
Remove extra declarations of cwd_globals(_id)

25 years ago- Small optimization. Filling up the Cache helps performance.
Zeev Suraski [Tue, 16 May 2000 15:42:16 +0000 (15:42 +0000)]
- Small optimization. Filling up the Cache helps performance.

25 years ago- Reverse the patch until I have time to look at it. The global id should
Andi Gutmans [Tue, 16 May 2000 14:59:30 +0000 (14:59 +0000)]
- Reverse the patch until I have time to look at it. The global id should
  be defined by ZEND_DECLARE_GLOBALS(cwd)

25 years ago- Commit Sascha's patch to the virtual_cwd code. Will test it on Windows
Andi Gutmans [Tue, 16 May 2000 14:47:55 +0000 (14:47 +0000)]
- Commit Sascha's patch to the virtual_cwd code. Will test it on Windows
  soon.