]>
granicus.if.org Git - php/log
Marcus Boerger [Fri, 23 May 2003 22:36:20 +0000 (22:36 +0000)]
Executing tests once is enough
Sara Golemon [Fri, 23 May 2003 21:42:35 +0000 (21:42 +0000)]
BFN 23765
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.
Marcus Boerger [Fri, 23 May 2003 20:56:33 +0000 (20:56 +0000)]
MFH: Make this a warning
Marcus Boerger [Fri, 23 May 2003 20:55:57 +0000 (20:55 +0000)]
MFH: Add warning level for tests.
Wez Furlong [Fri, 23 May 2003 15:27:09 +0000 (15:27 +0000)]
Avoid greedy reads on FIFOs
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).
Ilia Alshanetsky [Fri, 23 May 2003 02:42:22 +0000 (02:42 +0000)]
MFH
foobar [Fri, 23 May 2003 00:00:11 +0000 (00:00 +0000)]
MFH
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'.
foobar [Thu, 22 May 2003 22:35:37 +0000 (22:35 +0000)]
fix the generated file.
Wez Furlong [Thu, 22 May 2003 00:26:02 +0000 (00:26 +0000)]
Add --force so release package building works
foobar [Wed, 21 May 2003 23:31:20 +0000 (23:31 +0000)]
- This branch is now PHP 4.3.3-dev. (no more RCs!)
foobar [Wed, 21 May 2003 23:22:01 +0000 (23:22 +0000)]
Go with PHP 4.3.2RC4
Jay Smith [Wed, 21 May 2003 23:08:27 +0000 (23:08 +0000)]
MFH
Ilia Alshanetsky [Wed, 21 May 2003 22:54:38 +0000 (22:54 +0000)]
Fixed bug #23744
foobar [Wed, 21 May 2003 22:37:01 +0000 (22:37 +0000)]
BFN
foobar [Wed, 21 May 2003 22:36:46 +0000 (22:36 +0000)]
MFH: Fixed bug #23738 (ifx_copy_blob() crash). (Jani)
foobar [Wed, 21 May 2003 21:57:58 +0000 (21:57 +0000)]
BFN
Ilia Alshanetsky [Wed, 21 May 2003 17:04:19 +0000 (17:04 +0000)]
MFH
Rasmus Lerdorf [Wed, 21 May 2003 17:00:57 +0000 (17:00 +0000)]
Revert bogus commit
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)
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.
Zeev Suraski [Wed, 21 May 2003 10:23:31 +0000 (10:23 +0000)]
Fix typo
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
Zeev Suraski [Wed, 21 May 2003 09:34:21 +0000 (09:34 +0000)]
Revert PHP part of the fd patch
Marcus Boerger [Wed, 21 May 2003 07:24:28 +0000 (07:24 +0000)]
MFH: This depends on libc and CPU used
Sascha Schumann [Wed, 21 May 2003 02:33:13 +0000 (02:33 +0000)]
readd essential line for multiple sessions inside one request
Ilia Alshanetsky [Wed, 21 May 2003 00:57:48 +0000 (00:57 +0000)]
MFH
foobar [Wed, 21 May 2003 00:36:50 +0000 (00:36 +0000)]
BFN
Marcus Boerger [Wed, 21 May 2003 00:35:29 +0000 (00:35 +0000)]
MFH
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
Marcus Boerger [Tue, 20 May 2003 22:28:29 +0000 (22:28 +0000)]
MFH: Fix test (ssen by Dan Torop)
Wez Furlong [Tue, 20 May 2003 22:14:47 +0000 (22:14 +0000)]
Implement socket liveness checking for SSL streams when recycling via
pfsockopen.
Sascha Schumann [Tue, 20 May 2003 21:01:42 +0000 (21:01 +0000)]
Make error messages less ambiguous
Wez Furlong [Tue, 20 May 2003 20:47:39 +0000 (20:47 +0000)]
Make fread() non-greedy for socket based streams
Sascha Schumann [Tue, 20 May 2003 20:01:54 +0000 (20:01 +0000)]
Defensive programming
Andrei Zmievski [Tue, 20 May 2003 18:12:07 +0000 (18:12 +0000)]
MFH
Wez Furlong [Tue, 20 May 2003 16:53:58 +0000 (16:53 +0000)]
Touch and remove WS added by last touch....
Wez Furlong [Tue, 20 May 2003 16:53:24 +0000 (16:53 +0000)]
Touch files
Sascha Schumann [Tue, 20 May 2003 14:20:14 +0000 (14:20 +0000)]
Better reinitialize session_status unconditionally
Sascha Schumann [Tue, 20 May 2003 12:45:35 +0000 (12:45 +0000)]
initialize err
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
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
Ilia Alshanetsky [Tue, 20 May 2003 00:37:13 +0000 (00:37 +0000)]
MFH
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.
Marcus Boerger [Tue, 20 May 2003 00:10:01 +0000 (00:10 +0000)]
MFH: Fix Test (2nd time)
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.
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();
Marcus Boerger [Mon, 19 May 2003 22:53:35 +0000 (22:53 +0000)]
MFH: Fix protos
Marcus Boerger [Mon, 19 May 2003 22:17:05 +0000 (22:17 +0000)]
MFH: Fix Test
Marcus Boerger [Mon, 19 May 2003 21:50:06 +0000 (21:50 +0000)]
MFH
Derick Rethans [Mon, 19 May 2003 17:45:50 +0000 (17:45 +0000)]
- Add alias for easier transition
foobar [Mon, 19 May 2003 14:20:28 +0000 (14:20 +0000)]
BFN
foobar [Mon, 19 May 2003 14:19:33 +0000 (14:19 +0000)]
MFH: Fixed bug #23539 (curl_exec() produces strange results). (daniel@haxx.se)
Moriyoshi Koizumi [Mon, 19 May 2003 13:27:05 +0000 (13:27 +0000)]
MFH(r-1.86): fixed bug #23683
foobar [Mon, 19 May 2003 13:14:06 +0000 (13:14 +0000)]
MFH
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.
foobar [Mon, 19 May 2003 07:18:40 +0000 (07:18 +0000)]
BFN
Shane Caraveo [Mon, 19 May 2003 06:46:50 +0000 (06:46 +0000)]
MFH
continuation on bugfix #13757
make argv/argc *and* query_string work correctly when running cgi in shell
Ilia Alshanetsky [Mon, 19 May 2003 04:57:08 +0000 (04:57 +0000)]
MFH
Shane Caraveo [Mon, 19 May 2003 03:40:53 +0000 (03:40 +0000)]
MFH
bugfix #13757 - passing query string on command line when run from shell
Sascha Schumann [Mon, 19 May 2003 01:42:13 +0000 (01:42 +0000)]
Move awk detection before config.m4 inclusion
Sascha Schumann [Mon, 19 May 2003 01:33:29 +0000 (01:33 +0000)]
Use $AWK instead of awk, fixes build issue on Solaris with old-style ext
foobar [Sun, 18 May 2003 14:55:56 +0000 (14:55 +0000)]
mfh
Marcus Boerger [Sun, 18 May 2003 12:36:34 +0000 (12:36 +0000)]
MFH: Enable bundled submodules when enabling module
Marcus Boerger [Sun, 18 May 2003 12:13:53 +0000 (12:13 +0000)]
Update
Marcus Boerger [Sun, 18 May 2003 12:10:15 +0000 (12:10 +0000)]
MFH: Fix test (for now - need EXPECTF/EXPECTREGEX)
Marcus Boerger [Sun, 18 May 2003 12:04:52 +0000 (12:04 +0000)]
Fix unserialize (commit later)
Marcus Boerger [Sun, 18 May 2003 12:04:34 +0000 (12:04 +0000)]
Fix unserialize
Zeev Suraski [Sun, 18 May 2003 10:22:16 +0000 (10:22 +0000)]
binary compat for 64-bit platforms shouldn't matter much as they were
fairly broken to begin with
Zeev Suraski [Sun, 18 May 2003 10:16:57 +0000 (10:16 +0000)]
Restore binary compatibility with 4.3.0
Moriyoshi Koizumi [Sat, 17 May 2003 20:07:00 +0000 (20:07 +0000)]
And this is needed indeed
Moriyoshi Koizumi [Sat, 17 May 2003 20:04:35 +0000 (20:04 +0000)]
oops
Moriyoshi Koizumi [Sat, 17 May 2003 20:00:46 +0000 (20:00 +0000)]
Fixed the test so it won't fail under safe mode
Moriyoshi Koizumi [Sat, 17 May 2003 18:55:23 +0000 (18:55 +0000)]
MFH(r-1.225): fixed bug #23669
# When the script is launched with the "Action" directive,
# PATH_TRANSLATED is then populated to indicate the virtual location of
# the script, and both REDIRECT_URL / PATH_INFO are set to the virtual URI.
# Otherwise, REDIRECT_URL may take an arbitrary value instead of the actual
# URI, which cannot be relied upon at all.
Georg Richter [Sat, 17 May 2003 15:11:17 +0000 (15:11 +0000)]
move to pecl
Georg Richter [Sat, 17 May 2003 15:06:02 +0000 (15:06 +0000)]
move to pecl
Georg Richter [Sat, 17 May 2003 14:15:58 +0000 (14:15 +0000)]
added ext/mysqli for PHP4. This version doesn't support OO-function calls
Marcus Boerger [Sat, 17 May 2003 11:32:22 +0000 (11:32 +0000)]
Mail too
Wez Furlong [Sat, 17 May 2003 09:34:12 +0000 (09:34 +0000)]
Fix segfault
Sascha Schumann [Sat, 17 May 2003 08:06:53 +0000 (08:06 +0000)]
protect against further surprises by initializing all zend_file_handle's
Sascha Schumann [Sat, 17 May 2003 07:55:18 +0000 (07:55 +0000)]
Initialize all zend_file_handle instances properly
Sara Golemon [Sat, 17 May 2003 04:20:12 +0000 (04:20 +0000)]
Bug #14369. ftp extension allows circumvention of safe_mode restrictions
Sara Golemon [Fri, 16 May 2003 23:24:55 +0000 (23:24 +0000)]
Bugfix 23654. If subject is an array and it contains other arrays, we want to pass those subarrays through unchanged rather than attempt to convert them to string.
Moriyoshi Koizumi [Fri, 16 May 2003 23:08:47 +0000 (23:08 +0000)]
MFH(r-1.43): fixed a syntax highlighter problem that happens when output buffering is turned on
Sascha Schumann [Fri, 16 May 2003 22:33:15 +0000 (22:33 +0000)]
MFH
Masaki Fujimoto [Fri, 16 May 2003 20:33:18 +0000 (20:33 +0000)]
- mbstring.h is no more needed
foobar [Fri, 16 May 2003 20:20:06 +0000 (20:20 +0000)]
typo fixing
Wez Furlong [Fri, 16 May 2003 20:12:46 +0000 (20:12 +0000)]
No typo... its tmpnam in one place, tempnam in another...
/home/wez/packages/imap-2002b/c-client/osdep.c:287:
the use of `tmpnam' is dangerous, better use `mkstemp'
Moriyoshi Koizumi [Fri, 16 May 2003 19:28:17 +0000 (19:28 +0000)]
Moved initialisation code to the proper place.
Wez Furlong [Fri, 16 May 2003 19:20:18 +0000 (19:20 +0000)]
Fix memory leak in the COM extension.
Patch from Michael Sisolak <msisolak at yahoo dot com>
Derick Rethans [Fri, 16 May 2003 19:07:57 +0000 (19:07 +0000)]
- Fixed bug #23661: mysql_fetch_array gives no warning on an invalid
result_type
Wez Furlong [Fri, 16 May 2003 19:06:37 +0000 (19:06 +0000)]
Stronger validation of parameters to ob_start().
foobar [Fri, 16 May 2003 15:30:57 +0000 (15:30 +0000)]
We do not have to add entries for bugs that are introcuded between RCs..
Ilia Alshanetsky [Fri, 16 May 2003 15:15:29 +0000 (15:15 +0000)]
Bug fixing news.
Ilia Alshanetsky [Fri, 16 May 2003 15:13:57 +0000 (15:13 +0000)]
MFH
Derick Rethans [Fri, 16 May 2003 15:03:45 +0000 (15:03 +0000)]
- Fix speling:
/dat/dev/php/php-4.3.2RC3/ext/mysql/libmysql/my_tempnam.c:115: the use of
`tempnam' is dangerous, better use `mkstemp'
Moriyoshi Koizumi [Fri, 16 May 2003 06:25:12 +0000 (06:25 +0000)]
MFH(r-1.2): copy'n'paste failure
Moriyoshi Koizumi [Fri, 16 May 2003 06:21:57 +0000 (06:21 +0000)]
MFH(r-1.1): added test case for bug #23650