]> granicus.if.org Git - php/log
php
24 years ago- Discoverd possible bug. Could somebody have a look.
Uwe Steinmann [Wed, 5 Jul 2000 19:48:24 +0000 (19:48 +0000)]
- Discoverd possible bug. Could somebody have a look.

24 years ago- Link is now of type RESOURCE and not LONG
Uwe Steinmann [Wed, 5 Jul 2000 19:47:43 +0000 (19:47 +0000)]
- Link is now of type RESOURCE and not LONG

24 years ago- Increase allowed number of columns from 256 to 384.
Danny Heijl [Wed, 5 Jul 2000 19:37:45 +0000 (19:37 +0000)]
- Increase allowed number of columns from 256 to 384.

24 years agoFixed some protos.
Egon Schmid [Wed, 5 Jul 2000 18:33:32 +0000 (18:33 +0000)]
Fixed some protos.

24 years agoWhen using HTTP auth from PHP, fill in the %u custom log field so the
Rasmus Lerdorf [Wed, 5 Jul 2000 18:02:42 +0000 (18:02 +0000)]
When using HTTP auth from PHP, fill in the %u custom log field so the
authenticated used id will get logged in the Apache access_log
@- When using HTTP auth from PHP, fill in the %u custom log field so the
@  authenticated used id will get logged in the Apache access_log (Rasmus)

24 years agoFix attribution on NEWS.
Andrei Zmievski [Wed, 5 Jul 2000 15:18:26 +0000 (15:18 +0000)]
Fix attribution on NEWS.

24 years ago- Support for pdflib 3.01
Uwe Steinmann [Wed, 5 Jul 2000 14:30:51 +0000 (14:30 +0000)]
- Support for pdflib 3.01

24 years agoFix typo. A shutdown function is of course called, when the server
Sascha Schumann [Wed, 5 Jul 2000 11:27:24 +0000 (11:27 +0000)]
Fix typo. A shutdown function is of course called, when the server
exits.

24 years ago- Note about FDF working again
Uwe Steinmann [Wed, 5 Jul 2000 08:59:19 +0000 (08:59 +0000)]
- Note about FDF working again

24 years ago- fixed handling of fdf data (application/vnd.fdf)
Uwe Steinmann [Wed, 5 Jul 2000 08:57:37 +0000 (08:57 +0000)]
- fixed handling of fdf data (application/vnd.fdf)

24 years ago- First try at getting interbase to compile and work in ZTS-mode. Compiles.
Jouni Ahto [Wed, 5 Jul 2000 04:21:00 +0000 (04:21 +0000)]
- First try at getting interbase to compile and work in ZTS-mode. Compiles.

24 years ago(PHP session_destroy) return the error condition from storage handler's
Sascha Schumann [Wed, 5 Jul 2000 01:26:22 +0000 (01:26 +0000)]
(PHP session_destroy) return the error condition from storage handler's
session_destroy method.

Submitted by: juhl@eisenstein.dk

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

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

24 years agoNot every argument type is mixed.
Egon Schmid [Tue, 4 Jul 2000 20:31:54 +0000 (20:31 +0000)]
Not every argument type is mixed.

24 years agoMissed a two liner.
Egon Schmid [Tue, 4 Jul 2000 19:41:31 +0000 (19:41 +0000)]
Missed a two liner.

24 years ago(PHP date) Added new 'O' format modifier for printing out the GMT Offset in
Mike Waychison [Tue, 4 Jul 2000 16:16:32 +0000 (16:16 +0000)]
(PHP date) Added new 'O' format modifier for printing out the GMT Offset in
           the same manner as emails have in their Date: header.  The format
           is similar to [+-]HHMM of offset.
@- Added new 'O' format modifier that will output the GMT offset as "[+-]HHMM"
@  (eg: Pacific time is -0700).  This is useful for things such as Date: mail
@  headers.
#  Um, this should have existed LONG time ago...   much better than that gmt
#   offset in seconds modifier :)

24 years agoAdded "html_errors" directive to optionally disable HTML formatting of error
Stig Bakken [Tue, 4 Jul 2000 09:15:06 +0000 (09:15 +0000)]
Added "html_errors" directive to optionally disable HTML formatting of error
messages.  The default is on. (Stig)

24 years agoMake script work on POSIX sh
Sascha Schumann [Tue, 4 Jul 2000 05:15:33 +0000 (05:15 +0000)]
Make script work on POSIX sh

24 years agoChangeLog update
<changelog@php.net> [Tue, 4 Jul 2000 01:09:08 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Tue, 4 Jul 2000 01:09:05 +0000 (01:09 +0000)]
NEWS update

24 years agoFix logic (thanks to Dean Bennett)
Zeev Suraski [Mon, 3 Jul 2000 22:04:10 +0000 (22:04 +0000)]
Fix logic (thanks to Dean Bennett)

24 years ago- Informix driver : Changes for new "main" directory (win32 build)
Danny Heijl [Mon, 3 Jul 2000 19:27:28 +0000 (19:27 +0000)]
- Informix driver : Changes for new "main" directory (win32 build)

24 years ago- Fix bug #4120
Andi Gutmans [Mon, 3 Jul 2000 19:17:57 +0000 (19:17 +0000)]
- Fix bug #4120

24 years agoFix typo. Thanks to Adam Trachtenberg for noticing it!
Sam Ruby [Mon, 3 Jul 2000 17:34:41 +0000 (17:34 +0000)]
Fix typo.  Thanks to Adam Trachtenberg for noticing it!

24 years agoUnblock SIGPROF signal when starting timer.
Stanislav Malyshev [Mon, 3 Jul 2000 16:53:39 +0000 (16:53 +0000)]
Unblock SIGPROF signal when starting timer.
On Linux, this signal is blocked by default after first signal is run

24 years ago@- Fixed crash on OCI?Logon() failure. (thies)
Thies C. Arntzen [Mon, 3 Jul 2000 15:05:46 +0000 (15:05 +0000)]
@- Fixed crash on OCI?Logon() failure. (thies)

24 years agoAdd suggestions for dealing with difficult installations, based on feedback
Sam Ruby [Mon, 3 Jul 2000 09:00:54 +0000 (09:00 +0000)]
Add suggestions for dealing with difficult installations, based on feedback
from multiple people.  The .bashrc suggestion was from Rael Dornfest.

24 years agoIdentifiers which begin with an underscore are reserved. Changed
Sascha Schumann [Mon, 3 Jul 2000 06:45:07 +0000 (06:45 +0000)]
Identifiers which begin with an underscore are reserved. Changed
_PHP_SOCKETS_H to PHP_SOCKETS_H.

24 years agoUse AC_CHECK_HEADERS(unistd.h) instead
Rasmus Lerdorf [Mon, 3 Jul 2000 05:25:00 +0000 (05:25 +0000)]
Use AC_CHECK_HEADERS(unistd.h) instead

24 years ago* ext/sockets/.cvsignore
Chris Vandomelen [Mon, 3 Jul 2000 04:45:21 +0000 (04:45 +0000)]
* ext/sockets/.cvsignore
- Forgot to import into repository.

24 years ago* Makefile.in
Chris Vandomelen [Mon, 3 Jul 2000 04:35:57 +0000 (04:35 +0000)]
* Makefile.in
  config.m4
  php_sockets.h
  sockets.c
  sockets.php:
  - Added files needed for Unix-style sockets support in PHP.

24 years agoChangeLog update
<changelog@php.net> [Mon, 3 Jul 2000 01:09:05 +0000 (01:09 +0000)]
ChangeLog update

24 years agoReplace macros which begin with an underscore through an appropiately
Sascha Schumann [Mon, 3 Jul 2000 00:55:36 +0000 (00:55 +0000)]
Replace macros which begin with an underscore through an appropiately
named macro.

24 years agoRename macros which begin with underscore to valid macros.
Sascha Schumann [Mon, 3 Jul 2000 00:45:21 +0000 (00:45 +0000)]
Rename macros which begin with underscore to valid macros.

24 years agoRename macros which begin with underscore to appropiate macros. The general
Sascha Schumann [Mon, 3 Jul 2000 00:41:19 +0000 (00:41 +0000)]
Rename macros which begin with underscore to appropiate macros. The general
rule is:

macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`

24 years ago Change header protection macros to conform to standard.
Sascha Schumann [Sun, 2 Jul 2000 23:54:19 +0000 (23:54 +0000)]
  Change header protection macros to conform to standard.

  Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment"

    All identifiers that begin with an underscore and either an uppercase
    letter or another underscore are always reserved for any use by the
    implementation.

24 years agoChange header protection macros to conform to standard.
Sascha Schumann [Sun, 2 Jul 2000 23:46:51 +0000 (23:46 +0000)]
Change header protection macros to conform to standard.

Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment"

  All identifiers that begin with an underscore and either an uppercase
  letter or another underscore are always reserved for any use by the
  implementation.

24 years agoIdentifiers that begin with underscore are reserved for the implementation.
Sascha Schumann [Sun, 2 Jul 2000 23:16:54 +0000 (23:16 +0000)]
Identifiers that begin with underscore are reserved for the implementation.

24 years agoi don't think there's a reason to nuke the db handle here (when freeing
Chuck Hagenbuch [Sun, 2 Jul 2000 19:04:36 +0000 (19:04 +0000)]
i don't think there's a reason to nuke the db handle here (when freeing
results).

24 years agofix php4dllts dsp file
Shane Caraveo [Sun, 2 Jul 2000 17:20:38 +0000 (17:20 +0000)]
fix php4dllts dsp file

24 years agofix apache dsp file
Shane Caraveo [Sun, 2 Jul 2000 17:20:03 +0000 (17:20 +0000)]
fix apache dsp file

24 years agofix nsapi dsp file
Shane Caraveo [Sun, 2 Jul 2000 17:19:49 +0000 (17:19 +0000)]
fix nsapi dsp file

24 years agoreact only on CORE_ERROR
Stanislav Malyshev [Sun, 2 Jul 2000 16:36:31 +0000 (16:36 +0000)]
react only on CORE_ERROR

24 years agoFix couple of crashes on error conditions
Stanislav Malyshev [Sun, 2 Jul 2000 16:27:39 +0000 (16:27 +0000)]
Fix couple of crashes on error conditions
Make session_module_name really work

24 years agoBe strict on errors in modules startup
Stanislav Malyshev [Sun, 2 Jul 2000 16:23:43 +0000 (16:23 +0000)]
Be strict on errors in modules startup

24 years ago- Take #2 with tab size 4
Andi Gutmans [Sun, 2 Jul 2000 16:06:45 +0000 (16:06 +0000)]
- Take #2 with tab size 4

24 years ago- Beautify parser a bit. It still could do with some more at some point
Andi Gutmans [Sun, 2 Jul 2000 16:00:00 +0000 (16:00 +0000)]
- Beautify parser a bit. It still could do with some more at some point

24 years ago- Forgot ZEND_API
Andi Gutmans [Sun, 2 Jul 2000 15:39:54 +0000 (15:39 +0000)]
- Forgot ZEND_API

24 years ago- Make PHP compile again under Windows.
Andi Gutmans [Sun, 2 Jul 2000 15:12:34 +0000 (15:12 +0000)]
- Make PHP compile again under Windows.
- Please be careful when you make such changes.

24 years agounlink() is not a function related to HAVE_SYMLINK. It is being
Kristian Köhntopp [Sun, 2 Jul 2000 13:41:26 +0000 (13:41 +0000)]
unlink() is not a function related to HAVE_SYMLINK. It is being
used to delete files (actually, in Unix, names of files, as in
Unix nobody has deleted a file, ever).

24 years agoadded new functions: pg_setclientencoding, pg_clientencoding in Postgres-7.0.
Rui Hirokawa [Sun, 2 Jul 2000 08:59:44 +0000 (08:59 +0000)]
added new functions: pg_setclientencoding, pg_clientencoding in Postgres-7.0.

24 years agoChangeLog update
<changelog@php.net> [Sun, 2 Jul 2000 01:09:08 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Sun, 2 Jul 2000 01:09:05 +0000 (01:09 +0000)]
NEWS update

24 years agorevert + note.
Sterling Hughes [Sat, 1 Jul 2000 22:39:27 +0000 (22:39 +0000)]
revert + note.

24 years ago- strdup -> estrdup
Sterling Hughes [Sat, 1 Jul 2000 21:34:45 +0000 (21:34 +0000)]
- strdup -> estrdup
- check whether return_value array is initialized.

24 years agoThis is documented to not be case sensitive and it is not case sensitive
Rasmus Lerdorf [Sat, 1 Jul 2000 18:06:11 +0000 (18:06 +0000)]
This is documented to not be case sensitive and it is not case sensitive
in PHP 3, so let's not make it case sensitive.
@Make the special Header("http/...") response be case insensitive like 3.0 (Rasmus)

24 years ago- Commit tiny patch to remove redundant code by Amit Schreiber.
Andi Gutmans [Sat, 1 Jul 2000 12:23:09 +0000 (12:23 +0000)]
- Commit tiny patch to remove redundant code by Amit Schreiber.

24 years agostylistic modifications.
Sterling Hughes [Sat, 1 Jul 2000 01:43:37 +0000 (01:43 +0000)]
stylistic modifications.

24 years agodefinition.
Sterling Hughes [Sat, 1 Jul 2000 01:42:51 +0000 (01:42 +0000)]
definition.

24 years ago@- Allow cybercash to compile as a DL module. (Sterling)
Sterling Hughes [Sat, 1 Jul 2000 01:37:11 +0000 (01:37 +0000)]
@- Allow cybercash to compile as a DL module. (Sterling)

-Allow cybercash to compile as a DL module.
-Stylistic changes.
-Add RETURN_STRINGL + Z_*_PP macros

24 years agoChangeLog update
<changelog@php.net> [Sat, 1 Jul 2000 01:09:09 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Sat, 1 Jul 2000 01:09:06 +0000 (01:09 +0000)]
NEWS update

24 years agoFix bug 4813. Fixed by greg@darkphoton.com
Sterling Hughes [Fri, 30 Jun 2000 22:44:20 +0000 (22:44 +0000)]
Fix bug 4813.  Fixed by greg@darkphoton.com

24 years ago@- Fixed the dbase_create function. (Sterling)
Sterling Hughes [Fri, 30 Jun 2000 21:21:17 +0000 (21:21 +0000)]
@- Fixed the dbase_create function. (Sterling)
Fixed the dbase_create function.

24 years agoTypo.
Andrei Zmievski [Fri, 30 Jun 2000 19:40:42 +0000 (19:40 +0000)]
Typo.

24 years agoupdates for the SolidEE to work for 3.5 with PHP4.0.1. Still causes warning of ...
Dan Kalowsky [Fri, 30 Jun 2000 19:22:52 +0000 (19:22 +0000)]
updates for the SolidEE to work for 3.5 with PHP4.0.1.  Still causes warning of "integer from pointer used without typecast" but does not seem to effect the final build any.  have not found a correction yet.  has not shown the SQLParamData bug either, but unknown if it is closed as i was unable to reproduce it.

basically fixed the config.m4 file, and added a #define of HAVE_SOLID_35, due to the solidee 3.5 vs all other solidee systems being drastically different.  and solidtech providing no means for testing what version you are using.

does not include fixes for the linux users of glibc2 (automatically assumes libc5).  temporary work around, link your /usr/local/solid/lib files from a scll2x23 or scll2x30 to a scllux30 or scllux23 name...  suggestions to automate this are welcome.

24 years agoDB::parseDSN() now checks the value it is passed, and if it is already an
Chuck Hagenbuch [Fri, 30 Jun 2000 19:20:03 +0000 (19:20 +0000)]
DB::parseDSN() now checks the value it is passed, and if it is already an
array, returns it. This lets you pass arrays to the connect functions and
they'll work transparently.

24 years agoSome user-agents send 'basic' instead of 'Basic' in their Authorization
Rasmus Lerdorf [Fri, 30 Jun 2000 17:39:21 +0000 (17:39 +0000)]
Some user-agents send 'basic' instead of 'Basic' in their Authorization
header.  ApacheBench is an example.  PHP's HTTP Auth would not work with
these.
Some user-agents send 'basic' instead of 'Basic' in their Authorization
header.  ApacheBench is an example.  PHP's HTTP Auth would not work with
these. (Rasmus)

24 years agoFirst Sybase-DB fix patch
Zeev Suraski [Fri, 30 Jun 2000 16:24:17 +0000 (16:24 +0000)]
First Sybase-DB fix patch

24 years agoremove unnecessary dependency
Sam Ruby [Fri, 30 Jun 2000 14:33:46 +0000 (14:33 +0000)]
remove unnecessary dependency

24 years ago- Revert bogus time.h commit
Zeev Suraski [Fri, 30 Jun 2000 13:23:08 +0000 (13:23 +0000)]
- Revert bogus time.h commit
- Fixed a problem under some versions of Windows that could cause PHP to hang
  on startup if errors occured, e.g. in the php.ini file

24 years agoAdd a messagebox style that's safe to use from an ISAPI filter
Zeev Suraski [Fri, 30 Jun 2000 12:55:00 +0000 (12:55 +0000)]
Add a messagebox style that's safe to use from an ISAPI filter

24 years agohmm, this file is not really auto-generated.
Thies C. Arntzen [Fri, 30 Jun 2000 12:31:24 +0000 (12:31 +0000)]
hmm, this file is not really auto-generated.

24 years agoSet version number on DLLs
Zeev Suraski [Fri, 30 Jun 2000 12:16:58 +0000 (12:16 +0000)]
Set version number on DLLs

24 years agoPHP modules should only be in the php_modules.dsw workspace...
Zeev Suraski [Fri, 30 Jun 2000 11:48:14 +0000 (11:48 +0000)]
PHP modules should only be in the php_modules.dsw workspace...

24 years agoerror_reporting fix
Zeev Suraski [Fri, 30 Jun 2000 11:45:32 +0000 (11:45 +0000)]
error_reporting fix

24 years ago- using more of the zend API
Uwe Steinmann [Fri, 30 Jun 2000 09:46:39 +0000 (09:46 +0000)]
- using more of the zend API

24 years agoFix garbage in warning strings, and IllegalArgumentException on
Sam Ruby [Fri, 30 Jun 2000 04:48:46 +0000 (04:48 +0000)]
Fix garbage in warning strings, and IllegalArgumentException on
assignments which require data type conversions.

24 years agoChangeLog update
<changelog@php.net> [Fri, 30 Jun 2000 01:09:04 +0000 (01:09 +0000)]
ChangeLog update

24 years ago.
Sascha Schumann [Fri, 30 Jun 2000 00:40:07 +0000 (00:40 +0000)]
.

24 years agoFixed opendir() thoroughly
Zeev Suraski [Thu, 29 Jun 2000 21:51:40 +0000 (21:51 +0000)]
Fixed opendir() thoroughly

24 years agowelcome 4.0.2-dev
Thies C. Arntzen [Thu, 29 Jun 2000 17:37:58 +0000 (17:37 +0000)]
welcome 4.0.2-dev

24 years ago- Get rid of absolute path
Andi Gutmans [Thu, 29 Jun 2000 16:08:02 +0000 (16:08 +0000)]
- Get rid of absolute path

24 years ago- Make pgsql compile on Windows.
Andi Gutmans [Thu, 29 Jun 2000 16:00:30 +0000 (16:00 +0000)]
- Make pgsql compile on Windows.

24 years agoAdd $context argument to error handler
Zeev Suraski [Thu, 29 Jun 2000 15:07:59 +0000 (15:07 +0000)]
Add $context argument to error handler

24 years agoLowercase class name before checking for it
Stanislav Malyshev [Thu, 29 Jun 2000 14:50:23 +0000 (14:50 +0000)]
Lowercase class name before checking for it
# I didn't really check it - have no WDDX

24 years agoLowercase class name before looking for it
Stanislav Malyshev [Thu, 29 Jun 2000 14:49:23 +0000 (14:49 +0000)]
Lowercase class name before looking for it

24 years agoezmlm_hash() function also available for php4.
Kristian Köhntopp [Thu, 29 Jun 2000 14:07:10 +0000 (14:07 +0000)]
ezmlm_hash() function also available for php4.

24 years ago- Extra newline crept in somehow
Andi Gutmans [Thu, 29 Jun 2000 13:34:58 +0000 (13:34 +0000)]
- Extra newline crept in somehow

24 years agoMake fgets not use maximal buffer length always, but shrink buffer
Stanislav Malyshev [Thu, 29 Jun 2000 13:34:55 +0000 (13:34 +0000)]
Make fgets not use maximal buffer length always, but shrink buffer
if it's too big.

24 years ago- Fix problem with DICARD_PATH being defined in windows
Andi Gutmans [Thu, 29 Jun 2000 13:31:52 +0000 (13:31 +0000)]
- Fix problem with DICARD_PATH being defined in windows

24 years agoStarting 4.0.2 changes.
Andrei Zmievski [Thu, 29 Jun 2000 13:16:46 +0000 (13:16 +0000)]
Starting 4.0.2 changes.

24 years agoTry to fix #5271 - crash when $HTTP_SESSION_VARS is already defined
Stanislav Malyshev [Thu, 29 Jun 2000 13:09:27 +0000 (13:09 +0000)]
Try to fix #5271 - crash when $HTTP_SESSION_VARS is already defined
via "global"
# I'm not sure it's fastest fix possible, but at least it should remove the
# crash

24 years agoChangeLog update
<changelog@php.net> [Thu, 29 Jun 2000 01:09:08 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Thu, 29 Jun 2000 01:09:05 +0000 (01:09 +0000)]
NEWS update

24 years agoImprove error handling code
Zeev Suraski [Wed, 28 Jun 2000 22:08:47 +0000 (22:08 +0000)]
Improve error handling code

24 years agoBe HTML friendly
Zeev Suraski [Wed, 28 Jun 2000 21:31:50 +0000 (21:31 +0000)]
Be HTML friendly

24 years agoWould be a useful thing to have.
Andrei Zmievski [Wed, 28 Jun 2000 21:24:23 +0000 (21:24 +0000)]
Would be a useful thing to have.

24 years agoOops, didn't mean to commit that.
Andrei Zmievski [Wed, 28 Jun 2000 20:09:04 +0000 (20:09 +0000)]
Oops, didn't mean to commit that.