]> granicus.if.org Git - php/log
php
25 years ago(sapi_send_headers) fix leak
Thies C. Arntzen [Sat, 26 Feb 2000 14:21:10 +0000 (14:21 +0000)]
(sapi_send_headers) fix leak

25 years ago- More function in php module
Uwe Steinmann [Sat, 26 Feb 2000 11:58:49 +0000 (11:58 +0000)]
- More function in php module

25 years agocorrect
Thies C. Arntzen [Sat, 26 Feb 2000 10:36:06 +0000 (10:36 +0000)]
correct

25 years agofixing imap_undelete to accept 2 or 3 arguments, not 3 or 4.
Chuck Hagenbuch [Sat, 26 Feb 2000 06:58:15 +0000 (06:58 +0000)]
fixing imap_undelete to accept 2 or 3 arguments, not 3 or 4.

25 years ago- From CODING_STANDARDS:
Zeev Suraski [Sat, 26 Feb 2000 05:03:41 +0000 (05:03 +0000)]
- From CODING_STANDARDS:
  [6] NEVER USE strncat().  If you're absolutely sure you know what you're doing,
      check its man page again, and only then, consider using it, and even then,
      try avoiding it.
  strncat() is your enemy!
- Fix several SAPI services, get rid of the default_content_type (it's always
  composed of the mime type and charset now).
- Win32 works again

25 years ago*** empty log message ***
Zeev Suraski [Sat, 26 Feb 2000 04:09:16 +0000 (04:09 +0000)]
*** empty log message ***

25 years agoFix comparisons of "inf"=="inf" and "-inf"=="-inf"
Zeev Suraski [Sat, 26 Feb 2000 04:07:03 +0000 (04:07 +0000)]
Fix comparisons of "inf"=="inf" and "-inf"=="-inf"
@- Comparing the string "inf" with "inf" returned false - fixed (Zeev)

25 years agoAdded simple HTTP utility class, currently with Date() and
Stig Bakken [Sat, 26 Feb 2000 03:38:27 +0000 (03:38 +0000)]
Added simple HTTP utility class, currently with Date() and
negotiateLanguage().

25 years ago- Convert 'PHP3' to 'PHP'
Zeev Suraski [Sat, 26 Feb 2000 03:20:55 +0000 (03:20 +0000)]
- Convert 'PHP3' to 'PHP'
- Avoid declaring crypt() related salt types twice

25 years ago- Removing the code that checks for Zend, since this is distinctly
Chuck Hagenbuch [Sat, 26 Feb 2000 03:09:11 +0000 (03:09 +0000)]
- Removing the code that checks for Zend, since this is distinctly
php4-specific now.
- bringing it up to date with the mcal functions in php3
- cleanups

Unfortunately, it still segfaults. I'll file a bug report about that...

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

25 years agoNEWS update
<changelog@php.net> [Sat, 26 Feb 2000 02:09:08 +0000 (02:09 +0000)]
NEWS update

25 years agoNeed to include php_ticks.c in the windows build
Sam Ruby [Fri, 25 Feb 2000 23:37:00 +0000 (23:37 +0000)]
Need to include php_ticks.c in the windows build

25 years agoWin32 build error:
Sam Ruby [Fri, 25 Feb 2000 23:31:42 +0000 (23:31 +0000)]
Win32 build error:

  warning C4020: 'sapi_activate' : too many actual parameters

25 years agoBuild failure on Win32:
Sam Ruby [Fri, 25 Feb 2000 23:12:51 +0000 (23:12 +0000)]
Build failure on Win32:
  error C2198: 'sapi_apply_default_charset' : too few actual parameters

25 years agolet's not ignore Zend/TSRM
Stig Bakken [Fri, 25 Feb 2000 21:38:16 +0000 (21:38 +0000)]
let's not ignore Zend/TSRM

25 years ago@- Implemented default_charset and default_mimetype config directives (Stig)
Stig Bakken [Fri, 25 Feb 2000 21:27:03 +0000 (21:27 +0000)]
@- Implemented default_charset and default_mimetype config directives (Stig)
Implemented default_charset and default_mimetype configuration directives.
Started implementing ticks in PHP.

25 years agoadd a note about include return values
Stig Bakken [Fri, 25 Feb 2000 21:18:01 +0000 (21:18 +0000)]
add a note about include return values

25 years agoUse the fast cache here too
Zeev Suraski [Fri, 25 Feb 2000 17:55:33 +0000 (17:55 +0000)]
Use the fast cache here too

25 years agoMake 4-diogit date RFC 2068 compliant
Zeev Suraski [Fri, 25 Feb 2000 16:45:52 +0000 (16:45 +0000)]
Make 4-diogit date RFC 2068 compliant

25 years agoBreaks funclist.txt
Egon Schmid [Fri, 25 Feb 2000 11:28:41 +0000 (11:28 +0000)]
Breaks funclist.txt

25 years agofix obvious crash.
Thies C. Arntzen [Fri, 25 Feb 2000 10:10:43 +0000 (10:10 +0000)]
fix obvious crash.

stig, in sgi-mode i still "only" get:

(haven't touched my .ini file in ages - and don't plan to)

X-Powered-By: PHP/4.0b5-dev
Content-type: iso-8859-1   <<< where is text/html?

25 years agoMore protos.
Egon Schmid [Fri, 25 Feb 2000 08:54:12 +0000 (08:54 +0000)]
More protos.

25 years agoPorted T1lib support from PHP3.
Jouni Ahto [Fri, 25 Feb 2000 06:43:51 +0000 (06:43 +0000)]
Ported T1lib support from PHP3.
@- Ported T1lib support from PHP3. (Jouni)
# That's almost a lie... needs still some work.

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

25 years agoNEWS update
<changelog@php.net> [Fri, 25 Feb 2000 02:09:09 +0000 (02:09 +0000)]
NEWS update

25 years agostarted implementing directives for default mimetype/charset
Stig Bakken [Thu, 24 Feb 2000 22:00:47 +0000 (22:00 +0000)]
started implementing directives for default mimetype/charset

25 years agoUpdate .dsp
Zeev Suraski [Thu, 24 Feb 2000 20:03:58 +0000 (20:03 +0000)]
Update .dsp

25 years agoThies I will give up until tomorrow.
Egon Schmid [Thu, 24 Feb 2000 17:23:04 +0000 (17:23 +0000)]
Thies I will give up until tomorrow.

25 years agoMore protos.
Egon Schmid [Thu, 24 Feb 2000 16:53:39 +0000 (16:53 +0000)]
More protos.

25 years agoMore protos.
Egon Schmid [Thu, 24 Feb 2000 16:36:07 +0000 (16:36 +0000)]
More protos.

25 years agoMore protos.
Egon Schmid [Thu, 24 Feb 2000 16:30:42 +0000 (16:30 +0000)]
More protos.

25 years agoIs it ok, Andrei.
Egon Schmid [Thu, 24 Feb 2000 16:03:27 +0000 (16:03 +0000)]
Is it ok, Andrei.

25 years ago- Fix Win32 build in Release_TS* modes
Zeev Suraski [Thu, 24 Feb 2000 15:56:48 +0000 (15:56 +0000)]
- Fix Win32 build in Release_TS* modes

25 years agoMore protos.
Egon Schmid [Thu, 24 Feb 2000 15:55:10 +0000 (15:55 +0000)]
More protos.

25 years agoRevert the y2k ini patches.
Andrei Zmievski [Thu, 24 Feb 2000 15:41:34 +0000 (15:41 +0000)]
Revert the y2k ini patches.

# Adam's right, it shouldn't be here

25 years agoTurn on y2k_compliance by default.
Andrei Zmievski [Thu, 24 Feb 2000 15:16:07 +0000 (15:16 +0000)]
Turn on y2k_compliance by default.

25 years agoSet y2k_compliance to "On" by default, as we do have y2k now.
Kristian Köhntopp [Thu, 24 Feb 2000 15:13:28 +0000 (15:13 +0000)]
Set y2k_compliance to "On" by default, as we do have y2k now.

25 years agoMore protos.
Egon Schmid [Thu, 24 Feb 2000 15:11:09 +0000 (15:11 +0000)]
More protos.

25 years agoThere are more '|' and should be mixed.
Egon Schmid [Thu, 24 Feb 2000 15:06:33 +0000 (15:06 +0000)]
There are more '|' and should be mixed.

25 years agoMore protos.
Egon Schmid [Thu, 24 Feb 2000 14:43:53 +0000 (14:43 +0000)]
More protos.

25 years agoFix bug #3599.
Andrei Zmievski [Thu, 24 Feb 2000 14:37:05 +0000 (14:37 +0000)]
Fix bug #3599.

25 years agoFix proto.
Andrei Zmievski [Thu, 24 Feb 2000 14:07:35 +0000 (14:07 +0000)]
Fix proto.

25 years ago@- Fixed -DEAPI inheritance from APXS. (Sascha)
Sascha Schumann [Thu, 24 Feb 2000 13:48:44 +0000 (13:48 +0000)]
@- Fixed -DEAPI inheritance from APXS. (Sascha)

25 years agoImprove APXS_CFLAGS checks
Sascha Schumann [Thu, 24 Feb 2000 13:43:28 +0000 (13:43 +0000)]
Improve APXS_CFLAGS checks

25 years ago@-Fixed possible crash in request-shutdown. (Thies)
Thies C. Arntzen [Thu, 24 Feb 2000 13:39:36 +0000 (13:39 +0000)]
@-Fixed possible crash in request-shutdown. (Thies)
(pvalue_config_destructor) gets a zval* not a zval**

25 years agoDefine EAPI, if Apache uses EAPI
Sascha Schumann [Thu, 24 Feb 2000 13:38:03 +0000 (13:38 +0000)]
Define EAPI, if Apache uses EAPI

25 years agoRemove XML_INCLUDE, we use the embedded expat always
Sascha Schumann [Thu, 24 Feb 2000 13:35:07 +0000 (13:35 +0000)]
Remove XML_INCLUDE, we use the embedded expat always

25 years agoRevert last commit (cybercash has its own version of base64.h)
Sascha Schumann [Thu, 24 Feb 2000 10:58:21 +0000 (10:58 +0000)]
Revert last commit (cybercash has its own version of base64.h)

25 years agoWill watch the diffs as much as I can.
Egon Schmid [Thu, 24 Feb 2000 10:11:42 +0000 (10:11 +0000)]
Will watch the diffs as much as I can.

25 years agozorro does a Z - egon does an e?
Thies C. Arntzen [Thu, 24 Feb 2000 09:32:50 +0000 (09:32 +0000)]
zorro does a Z - egon does an e?

25 years agoMore protos.
Egon Schmid [Thu, 24 Feb 2000 08:39:02 +0000 (08:39 +0000)]
More protos.

25 years agoMore protos.
Egon Schmid [Thu, 24 Feb 2000 08:07:29 +0000 (08:07 +0000)]
More protos.

25 years agoMore protos.
Egon Schmid [Thu, 24 Feb 2000 07:49:43 +0000 (07:49 +0000)]
More protos.

25 years agoMost functions don't have protos.
Egon Schmid [Thu, 24 Feb 2000 07:46:56 +0000 (07:46 +0000)]
Most functions don't have protos.

25 years agoMore protos.
Egon Schmid [Thu, 24 Feb 2000 07:38:19 +0000 (07:38 +0000)]
More protos.

25 years agoMore protos.
Egon Schmid [Thu, 24 Feb 2000 07:27:39 +0000 (07:27 +0000)]
More protos.

25 years agoWTF?
Sascha Schumann [Thu, 24 Feb 2000 03:05:28 +0000 (03:05 +0000)]
WTF?

25 years agoChangeLog update
<changelog@php.net> [Thu, 24 Feb 2000 02:09:09 +0000 (02:09 +0000)]
ChangeLog update

25 years agoFix name
Zeev Suraski [Wed, 23 Feb 2000 22:50:57 +0000 (22:50 +0000)]
Fix name

25 years agoThe Roxen PHP4 module is now a part of the Roxen CVS which makes more sense.
David Hedbor [Wed, 23 Feb 2000 22:27:56 +0000 (22:27 +0000)]
The Roxen PHP4 module is now a part of the Roxen CVS which makes more sense.

25 years agoRemove obsolete code
Zeev Suraski [Wed, 23 Feb 2000 21:52:23 +0000 (21:52 +0000)]
Remove obsolete code

25 years ago(PHP getrusage) don't define this function at all if the getrusage() function
Stig Bakken [Wed, 23 Feb 2000 21:37:43 +0000 (21:37 +0000)]
(PHP getrusage) don't define this function at all if the getrusage() function
is not available on the system.

25 years ago- Win32 compile fixes
Danny Heijl [Wed, 23 Feb 2000 21:18:06 +0000 (21:18 +0000)]
- Win32 compile fixes

25 years ago- MySQL now compiles right into the PHP 4 binary on Windows
Andi Gutmans [Wed, 23 Feb 2000 21:10:18 +0000 (21:10 +0000)]
- MySQL now compiles right into the PHP 4 binary on Windows

25 years agoKill another warning
Sascha Schumann [Wed, 23 Feb 2000 20:56:18 +0000 (20:56 +0000)]
Kill another warning

25 years agoRemove warning message
Sascha Schumann [Wed, 23 Feb 2000 20:48:12 +0000 (20:48 +0000)]
Remove warning message

25 years ago.
Sascha Schumann [Wed, 23 Feb 2000 20:22:55 +0000 (20:22 +0000)]
.

25 years agoshut up cross compiling warnings
Stig Bakken [Wed, 23 Feb 2000 19:26:31 +0000 (19:26 +0000)]
shut up cross compiling warnings

25 years agoDefine SQL_SUCCEEDED for Solid.
Sascha Schumann [Wed, 23 Feb 2000 19:16:34 +0000 (19:16 +0000)]
Define SQL_SUCCEEDED for Solid.

PR: #3383

25 years agobump version number
Thies C. Arntzen [Wed, 23 Feb 2000 18:57:08 +0000 (18:57 +0000)]
bump version number

25 years agoInclude <sys/types.h> and <sys/time.h> before <sys/resource.h>
Sascha Schumann [Wed, 23 Feb 2000 17:39:58 +0000 (17:39 +0000)]
Include <sys/types.h> and <sys/time.h> before <sys/resource.h>

25 years agoMore protos.
Egon Schmid [Wed, 23 Feb 2000 16:57:09 +0000 (16:57 +0000)]
More protos.

25 years agoMore protos.
Egon Schmid [Wed, 23 Feb 2000 16:38:38 +0000 (16:38 +0000)]
More protos.

25 years agouodbc now uses zend's reference system. The crashes on request shutdown should be...
Andreas Karajannis [Wed, 23 Feb 2000 16:34:08 +0000 (16:34 +0000)]
uodbc now uses zend's reference system. The crashes on request shutdown should be gone.

25 years agoMore protos.
Egon Schmid [Wed, 23 Feb 2000 16:33:01 +0000 (16:33 +0000)]
More protos.

25 years agoMore protos.
Egon Schmid [Wed, 23 Feb 2000 16:26:10 +0000 (16:26 +0000)]
More protos.

25 years agoThies, it looks now a little bit better.
Egon Schmid [Wed, 23 Feb 2000 15:54:23 +0000 (15:54 +0000)]
Thies, it looks now a little bit better.
Please correct my dummy entries.

25 years agophp.h should be the first file included, so that HAVE_* are defined
Sascha Schumann [Wed, 23 Feb 2000 15:44:02 +0000 (15:44 +0000)]
php.h should be the first file included, so that HAVE_* are defined

25 years agoMore protos.
Egon Schmid [Wed, 23 Feb 2000 15:04:36 +0000 (15:04 +0000)]
More protos.

25 years agoChanged here also.
Egon Schmid [Wed, 23 Feb 2000 14:50:40 +0000 (14:50 +0000)]
Changed here also.

25 years agoInclude <sys/resource.h> for getrusage(2)
Sascha Schumann [Wed, 23 Feb 2000 14:13:34 +0000 (14:13 +0000)]
Include <sys/resource.h> for getrusage(2)

PR: #3479

25 years agoFix include file path
Sascha Schumann [Wed, 23 Feb 2000 14:08:16 +0000 (14:08 +0000)]
Fix include file path

Suggested by: stephen@ecoverage.com
PR: #3542

25 years agoSpeling mistake, fix suggested by zeekamotay@hotmail.com in #3558
Sascha Schumann [Wed, 23 Feb 2000 14:05:56 +0000 (14:05 +0000)]
Speling mistake, fix suggested by zeekamotay@hotmail.com in #3558

25 years agoProper check for getrusage(), it somehow disappeared.
Sascha Schumann [Wed, 23 Feb 2000 13:57:06 +0000 (13:57 +0000)]
Proper check for getrusage(), it somehow disappeared.

25 years agoMore protos.
Egon Schmid [Wed, 23 Feb 2000 09:29:10 +0000 (09:29 +0000)]
More protos.

25 years ago- Make libmsyql.lib compile. It fails with two unresolved symbols on link
Andi Gutmans [Wed, 23 Feb 2000 05:25:28 +0000 (05:25 +0000)]
- Make libmsyql.lib compile. It fails with two unresolved symbols on link
  with PHP 4 so I am not commiting the .dsw quite yet.

25 years agoChangeLog update
<changelog@php.net> [Wed, 23 Feb 2000 02:09:12 +0000 (02:09 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Wed, 23 Feb 2000 02:09:09 +0000 (02:09 +0000)]
NEWS update

25 years agoRevert part of the last commit
Sascha Schumann [Tue, 22 Feb 2000 22:52:14 +0000 (22:52 +0000)]
Revert part of the last commit

25 years agoadded the ftp_site() function
Andrew Skalski [Tue, 22 Feb 2000 20:50:00 +0000 (20:50 +0000)]
added the ftp_site() function

25 years ago- added support for namespaces
Uwe Steinmann [Tue, 22 Feb 2000 20:24:56 +0000 (20:24 +0000)]
- added support for namespaces
- made entities in attributes possible

25 years ago(PHP exec) Return last line of output properly.
Andrei Zmievski [Tue, 22 Feb 2000 18:00:32 +0000 (18:00 +0000)]
(PHP exec) Return last line of output properly.

25 years ago- some tiny changes to the test routine
Uwe Steinmann [Tue, 22 Feb 2000 17:03:36 +0000 (17:03 +0000)]
- some tiny changes to the test routine

25 years ago- dom tree isn't editable anymore. Will probably change back in the future
Uwe Steinmann [Tue, 22 Feb 2000 17:03:01 +0000 (17:03 +0000)]
- dom tree isn't editable anymore. Will probably change back in the future

25 years agoMore protos.
Egon Schmid [Tue, 22 Feb 2000 16:46:40 +0000 (16:46 +0000)]
More protos.

25 years agoMore protos.
Egon Schmid [Tue, 22 Feb 2000 15:48:43 +0000 (15:48 +0000)]
More protos.

25 years agoPrint out a warning, if writing the session data failed. This might
Sascha Schumann [Tue, 22 Feb 2000 14:44:29 +0000 (14:44 +0000)]
Print out a warning, if writing the session data failed. This might
happen in a request shutdown handler; php_error() worked for me in the
CGI version.

25 years agoadd proper dependencies
Sam Ruby [Tue, 22 Feb 2000 14:37:45 +0000 (14:37 +0000)]
add proper dependencies

25 years agoAdded phpextdist script for making external extension packages.
Andrei Zmievski [Tue, 22 Feb 2000 14:26:12 +0000 (14:26 +0000)]
Added phpextdist script for making external extension packages.