]> granicus.if.org Git - php/log
php
21 years agoPrevent yaz from logging unless yaz.log_file is set
Adam Dickmeiss [Fri, 30 May 2003 09:46:01 +0000 (09:46 +0000)]
Prevent yaz from logging unless yaz.log_file is set

21 years agoNuke the rest of headers-sent code
Edin Kadribasic [Thu, 29 May 2003 23:57:27 +0000 (23:57 +0000)]
Nuke the rest of headers-sent code

21 years agofix of incomplete windows fix
Uwe Schindler [Thu, 29 May 2003 21:05:06 +0000 (21:05 +0000)]
fix of incomplete windows fix

21 years agoMFH
Hartmut Holzgraefe [Thu, 29 May 2003 20:24:00 +0000 (20:24 +0000)]
MFH

21 years agoChanges for compilation on windows
Uwe Schindler [Thu, 29 May 2003 20:13:15 +0000 (20:13 +0000)]
Changes for compilation on windows

21 years agofix prototype
Sascha Schumann [Thu, 29 May 2003 17:39:00 +0000 (17:39 +0000)]
fix prototype

21 years agoAlways send a new session cookie upon regenerating id
Sascha Schumann [Thu, 29 May 2003 16:19:56 +0000 (16:19 +0000)]
Always send a new session cookie upon regenerating id

21 years agoMFH-Update
Marcus Boerger [Thu, 29 May 2003 15:42:45 +0000 (15:42 +0000)]
MFH-Update

21 years agoMFH: --style switches
Marcus Boerger [Thu, 29 May 2003 15:41:52 +0000 (15:41 +0000)]
MFH: --style switches

21 years agoMFH: new switches and --style switches
Marcus Boerger [Thu, 29 May 2003 15:28:01 +0000 (15:28 +0000)]
MFH: new switches and --style switches

21 years agoFix VPATH builds
Sascha Schumann [Thu, 29 May 2003 14:55:07 +0000 (14:55 +0000)]
Fix VPATH builds

21 years agoMFH ini file support
Marcus Boerger [Thu, 29 May 2003 14:24:10 +0000 (14:24 +0000)]
MFH ini file support

21 years agoMFH: ini file support
Marcus Boerger [Thu, 29 May 2003 14:16:25 +0000 (14:16 +0000)]
MFH: ini file support

21 years agoMFH
Marcus Boerger [Thu, 29 May 2003 14:12:08 +0000 (14:12 +0000)]
MFH
@Changed exif extension to consider php.ini option magic_quotes_runtime. (Marcus)

21 years agoODBC standards compliance is a good thing.
Dan Kalowsky [Thu, 29 May 2003 12:34:38 +0000 (12:34 +0000)]
ODBC standards compliance is a good thing.
# Should be MFB'd, but my PHP5 is drastically different right now..

21 years agoMFH.
Uwe Schindler [Thu, 29 May 2003 12:29:50 +0000 (12:29 +0000)]
MFH.

21 years agoMFH: php.ini values in magnus/obj.conf; virtual() similar to apache;...
Uwe Schindler [Thu, 29 May 2003 12:27:39 +0000 (12:27 +0000)]
MFH: php.ini values in magnus/obj.conf; virtual() similar to apache;...

21 years agoAdded the header for 4.3.3
foobar [Thu, 29 May 2003 01:28:14 +0000 (01:28 +0000)]
Added the header for 4.3.3

21 years agoI see no reason not to allow people to set the timeout on a mysql_connect
Rasmus Lerdorf [Wed, 28 May 2003 16:18:14 +0000 (16:18 +0000)]
I see no reason not to allow people to set the timeout on a mysql_connect
from inside a script with ini_set().  We allow user-settable timeouts on
other socket connections so having this as a system-settable only
directive doesn't make much sense to me.

21 years agoMFH
foobar [Wed, 28 May 2003 14:12:04 +0000 (14:12 +0000)]
MFH

21 years agoOn win32, always open in binary mode unless they asked for text mode using 't'.
Wez Furlong [Wed, 28 May 2003 10:15:00 +0000 (10:15 +0000)]
On win32, always open in binary mode unless they asked for text mode using 't'.
This solves a number of apparent BC breaks that resulted from the move from
fopen() to open().

21 years agoMFH
Hartmut Holzgraefe [Wed, 28 May 2003 09:45:22 +0000 (09:45 +0000)]
MFH

21 years agoMFH
Hartmut Holzgraefe [Wed, 28 May 2003 09:42:48 +0000 (09:42 +0000)]
MFH
@fdf crash with ZTS builds fixed (see Bug #14877)

21 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
SVN Migration [Wed, 28 May 2003 09:35:46 +0000 (09:35 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.

21 years agoMFH
Pierre Joye [Wed, 28 May 2003 01:52:45 +0000 (01:52 +0000)]
MFH

21 years agoThere is no point using php_error_docref in MINIT.
foobar [Tue, 27 May 2003 17:24:09 +0000 (17:24 +0000)]
There is no point using php_error_docref in MINIT.

21 years agoFix close of log file.
Adam Dickmeiss [Tue, 27 May 2003 09:50:49 +0000 (09:50 +0000)]
Fix close of log file.

21 years agoNuke the php_header() call here. Fixes the rest of #14409.
foobar [Mon, 26 May 2003 23:21:08 +0000 (23:21 +0000)]
Nuke the php_header() call here. Fixes the rest of #14409.

21 years agoMFH: In CLI log errors always
Marcus Boerger [Mon, 26 May 2003 23:07:09 +0000 (23:07 +0000)]
MFH: In CLI log errors always

21 years agoMFH(r-1.8): changed the test so it would not fail on some old platforms.
Moriyoshi Koizumi [Mon, 26 May 2003 22:16:40 +0000 (22:16 +0000)]
MFH(r-1.8): changed the test so it would not fail on some old platforms.

21 years agoMake LC_MESSAGES available, for platforms that don't have it natively,
Melvyn Sopacua [Mon, 26 May 2003 20:56:01 +0000 (20:56 +0000)]
Make LC_MESSAGES available, for platforms that don't have it natively,
when gettext is compiled in.

21 years agoPlug a leak - noticed by Ilia.
Wez Furlong [Mon, 26 May 2003 19:01:45 +0000 (19:01 +0000)]
Plug a leak - noticed by Ilia.

21 years ago- Fixed a bug in reporting start-up errors with the CLI: No HTTP header shall
Derick Rethans [Mon, 26 May 2003 18:33:20 +0000 (18:33 +0000)]
- Fixed a bug in reporting start-up errors with the CLI: No HTTP header shall
  be shown.

21 years agoMFH: Typo
Derick Rethans [Mon, 26 May 2003 09:46:34 +0000 (09:46 +0000)]
MFH: Typo

21 years agoMFH
foobar [Mon, 26 May 2003 04:01:12 +0000 (04:01 +0000)]
MFH

21 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
SVN Migration [Mon, 26 May 2003 03:55:09 +0000 (03:55 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.

21 years agoBFN
foobar [Mon, 26 May 2003 03:48:22 +0000 (03:48 +0000)]
BFN

21 years agoMFB
Ilia Alshanetsky [Mon, 26 May 2003 02:00:37 +0000 (02:00 +0000)]
MFB

21 years agohttp://bugs.php.net/bug.php?id=14409
Shane Caraveo [Sun, 25 May 2003 19:22:25 +0000 (19:22 +0000)]
http://bugs.php.net/bug.php?id=14409
in the shell, if we get a filename on the commandline, never use stdin.
This fixes '\>php nonexistent.php'
will MTH once I get 5 building properly

21 years agohttp://bugs.php.net/bug.php?id=23800
Shane Caraveo [Sun, 25 May 2003 18:35:18 +0000 (18:35 +0000)]
http://bugs.php.net/bug.php?id=23800
change the default for those who cannot
this was actually done a long time ago, but got reverted along the way

21 years agoMFH: speling
Marcus Boerger [Sat, 24 May 2003 12:00:59 +0000 (12:00 +0000)]
MFH: speling

21 years agoAdjust error message to encourage people with apparently broken IPV6 systems to
Wez Furlong [Sat, 24 May 2003 03:15:53 +0000 (03:15 +0000)]
Adjust error message to encourage people with apparently broken IPV6 systems to
build PHP without IPV6 support.

21 years agoExecuting tests once is enough
Marcus Boerger [Fri, 23 May 2003 22:36:20 +0000 (22:36 +0000)]
Executing tests once is enough

21 years agoBFN 23765
Sara Golemon [Fri, 23 May 2003 21:42:35 +0000 (21:42 +0000)]
BFN 23765

21 years agoBug#23765 File upload handler should not care about case sensitivity of header values.
Sara Golemon [Fri, 23 May 2003 21:37:16 +0000 (21:37 +0000)]
Bug#23765 File upload handler should not care about case sensitivity of header values.

21 years agoMFH: Make this a warning
Marcus Boerger [Fri, 23 May 2003 20:56:33 +0000 (20:56 +0000)]
MFH: Make this a warning

21 years agoMFH: Add warning level for tests.
Marcus Boerger [Fri, 23 May 2003 20:55:57 +0000 (20:55 +0000)]
MFH: Add warning level for tests.

21 years agoAvoid greedy reads on FIFOs
Wez Furlong [Fri, 23 May 2003 15:27:09 +0000 (15:27 +0000)]
Avoid greedy reads on FIFOs

21 years agoFix Bug #23770: Odd output from file_get_contents().
Wez Furlong [Fri, 23 May 2003 11:10:34 +0000 (11:10 +0000)]
Fix Bug #23770: Odd output from file_get_contents().
php_stream_copy_to_mem couldn't handle the case when the read returned less
than chunk_size/4 bytes (except when it was the last chunk read).

21 years agoMFH
Ilia Alshanetsky [Fri, 23 May 2003 02:42:22 +0000 (02:42 +0000)]
MFH

21 years agoMFH
foobar [Fri, 23 May 2003 00:00:11 +0000 (00:00 +0000)]
MFH

21 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
SVN Migration [Thu, 22 May 2003 23:59:38 +0000 (23:59 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.

21 years agofix the generated file.
foobar [Thu, 22 May 2003 22:35:37 +0000 (22:35 +0000)]
fix the generated file.

21 years agoAdd --force so release package building works
Wez Furlong [Thu, 22 May 2003 00:26:02 +0000 (00:26 +0000)]
Add --force so release package building works

21 years ago- This branch is now PHP 4.3.3-dev. (no more RCs!)
foobar [Wed, 21 May 2003 23:31:20 +0000 (23:31 +0000)]
- This branch is now PHP 4.3.3-dev. (no more RCs!)

21 years agoGo with PHP 4.3.2RC4
foobar [Wed, 21 May 2003 23:22:01 +0000 (23:22 +0000)]
Go with PHP 4.3.2RC4

21 years agoMFH
Jay Smith [Wed, 21 May 2003 23:08:27 +0000 (23:08 +0000)]
MFH

21 years agoFixed bug #23744
Ilia Alshanetsky [Wed, 21 May 2003 22:54:38 +0000 (22:54 +0000)]
Fixed bug #23744

21 years agoBFN
foobar [Wed, 21 May 2003 22:37:01 +0000 (22:37 +0000)]
BFN

21 years agoMFH: Fixed bug #23738 (ifx_copy_blob() crash). (Jani)
foobar [Wed, 21 May 2003 22:36:46 +0000 (22:36 +0000)]
MFH: Fixed bug #23738 (ifx_copy_blob() crash). (Jani)

21 years agoBFN
foobar [Wed, 21 May 2003 21:57:58 +0000 (21:57 +0000)]
BFN

21 years agoMFH
Ilia Alshanetsky [Wed, 21 May 2003 17:04:19 +0000 (17:04 +0000)]
MFH

21 years agoRevert bogus commit
Rasmus Lerdorf [Wed, 21 May 2003 17:00:57 +0000 (17:00 +0000)]
Revert bogus commit

21 years agoMFH (ob_gzhandler and zlib.output_compression should send a Content-Length
Sander Roobol [Wed, 21 May 2003 16:07:33 +0000 (16:07 +0000)]
MFH (ob_gzhandler and zlib.output_compression should send a Content-Length
header if the length of the complete compressed output is known)

21 years agoAllow win32 people to fopen($filename, 'rt') to explicitly chose text-mode
Wez Furlong [Wed, 21 May 2003 12:02:55 +0000 (12:02 +0000)]
Allow win32 people to fopen($filename, 'rt') to explicitly chose text-mode
files again.

The functionality was accidentally dropped when we introduced our own fopen
mode string parser.

21 years agoFix typo
Zeev Suraski [Wed, 21 May 2003 10:23:31 +0000 (10:23 +0000)]
Fix typo

21 years agoRemove php_stream_open_wrapper_as_file_handle, it was fd-patch specific
Zeev Suraski [Wed, 21 May 2003 10:19:03 +0000 (10:19 +0000)]
Remove php_stream_open_wrapper_as_file_handle, it was fd-patch specific

21 years agoRevert PHP part of the fd patch
Zeev Suraski [Wed, 21 May 2003 09:34:21 +0000 (09:34 +0000)]
Revert PHP part of the fd patch

21 years agoMFH: This depends on libc and CPU used
Marcus Boerger [Wed, 21 May 2003 07:24:28 +0000 (07:24 +0000)]
MFH: This depends on libc and CPU used

21 years agoreadd essential line for multiple sessions inside one request
Sascha Schumann [Wed, 21 May 2003 02:33:13 +0000 (02:33 +0000)]
readd essential line for multiple sessions inside one request

21 years agoMFH
Ilia Alshanetsky [Wed, 21 May 2003 00:57:48 +0000 (00:57 +0000)]
MFH

21 years agoBFN
foobar [Wed, 21 May 2003 00:36:50 +0000 (00:36 +0000)]
BFN

21 years agoMFH
Marcus Boerger [Wed, 21 May 2003 00:35:29 +0000 (00:35 +0000)]
MFH

21 years agoFix for bug 23402. Crash when mssql?bind was used incorrectly
Frank M. Kromann [Wed, 21 May 2003 00:06:41 +0000 (00:06 +0000)]
Fix for bug 23402. Crash when mssql?bind was used incorrectly

21 years agoMFH: Fix test (ssen by Dan Torop)
Marcus Boerger [Tue, 20 May 2003 22:28:29 +0000 (22:28 +0000)]
MFH: Fix test (ssen by Dan Torop)

21 years agoImplement socket liveness checking for SSL streams when recycling via
Wez Furlong [Tue, 20 May 2003 22:14:47 +0000 (22:14 +0000)]
Implement socket liveness checking for SSL streams when recycling via
pfsockopen.

21 years agoMake error messages less ambiguous
Sascha Schumann [Tue, 20 May 2003 21:01:42 +0000 (21:01 +0000)]
Make error messages less ambiguous

21 years agoMake fread() non-greedy for socket based streams
Wez Furlong [Tue, 20 May 2003 20:47:39 +0000 (20:47 +0000)]
Make fread() non-greedy for socket based streams

21 years agoDefensive programming
Sascha Schumann [Tue, 20 May 2003 20:01:54 +0000 (20:01 +0000)]
Defensive programming

21 years agoMFH
Andrei Zmievski [Tue, 20 May 2003 18:12:07 +0000 (18:12 +0000)]
MFH

21 years agoTouch and remove WS added by last touch....
Wez Furlong [Tue, 20 May 2003 16:53:58 +0000 (16:53 +0000)]
Touch and remove WS added by last touch....

21 years agoTouch files
Wez Furlong [Tue, 20 May 2003 16:53:24 +0000 (16:53 +0000)]
Touch files

21 years agoBetter reinitialize session_status unconditionally
Sascha Schumann [Tue, 20 May 2003 14:20:14 +0000 (14:20 +0000)]
Better reinitialize session_status unconditionally

21 years agoinitialize err
Sascha Schumann [Tue, 20 May 2003 12:45:35 +0000 (12:45 +0000)]
initialize err

21 years agoFix use of ZEND_EXTERN_MODULE_GLOBALS which mysteriously includes a
Sascha Schumann [Tue, 20 May 2003 12:38:04 +0000 (12:38 +0000)]
Fix use of ZEND_EXTERN_MODULE_GLOBALS which mysteriously includes a
trailing semicolon.

Also add a do {} while (0) construct in php_session.h

21 years agoRevisit the braindead patch only for this branch
Moriyoshi Koizumi [Tue, 20 May 2003 07:34:08 +0000 (07:34 +0000)]
Revisit the braindead patch only for this branch
# this behaviour is fixed in the php5 branch

21 years agoMFH
Ilia Alshanetsky [Tue, 20 May 2003 00:37:13 +0000 (00:37 +0000)]
MFH

21 years agoMuch better fix for refcount issues with contexts, and fix a leak in context
Wez Furlong [Tue, 20 May 2003 00:21:57 +0000 (00:21 +0000)]
Much better fix for refcount issues with contexts, and fix a leak in context
value storage.

21 years agoMFH: Fix Test (2nd time)
Marcus Boerger [Tue, 20 May 2003 00:10:01 +0000 (00:10 +0000)]
MFH: Fix Test (2nd time)

21 years agoFix refcounting problem with contexts.
Wez Furlong [Mon, 19 May 2003 23:27:49 +0000 (23:27 +0000)]
Fix refcounting problem with contexts.
Also, potentially fix stream_set_timeout issues on SSL streams.

21 years agoFix persistent stream recycling within the same request.
Wez Furlong [Mon, 19 May 2003 22:55:56 +0000 (22:55 +0000)]
Fix persistent stream recycling within the same request.

function foo()
{
$s = pfsockopen("localhost", "80");
var_dump($s);
}
foo(); foo();

21 years agoMFH: Fix protos
Marcus Boerger [Mon, 19 May 2003 22:53:35 +0000 (22:53 +0000)]
MFH: Fix protos

21 years agoMFH: Fix Test
Marcus Boerger [Mon, 19 May 2003 22:17:05 +0000 (22:17 +0000)]
MFH: Fix Test

21 years agoMFH
Marcus Boerger [Mon, 19 May 2003 21:50:06 +0000 (21:50 +0000)]
MFH

21 years ago- Add alias for easier transition
Derick Rethans [Mon, 19 May 2003 17:45:50 +0000 (17:45 +0000)]
- Add alias for easier transition

21 years agoBFN
foobar [Mon, 19 May 2003 14:20:28 +0000 (14:20 +0000)]
BFN

21 years agoMFH: Fixed bug #23539 (curl_exec() produces strange results). (daniel@haxx.se)
foobar [Mon, 19 May 2003 14:19:33 +0000 (14:19 +0000)]
MFH: Fixed bug #23539 (curl_exec() produces strange results). (daniel@haxx.se)

21 years agoMFH(r-1.86): fixed bug #23683
Moriyoshi Koizumi [Mon, 19 May 2003 13:27:05 +0000 (13:27 +0000)]
MFH(r-1.86): fixed bug #23683

21 years agoMFH
foobar [Mon, 19 May 2003 13:14:06 +0000 (13:14 +0000)]
MFH

21 years agoAdd sanity check to buildconf to prevent it from being run in our released
Wez Furlong [Mon, 19 May 2003 11:45:02 +0000 (11:45 +0000)]
Add sanity check to buildconf to prevent it from being run in our released
packages.