]>
granicus.if.org Git - php/log
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
Moriyoshi Koizumi [Fri, 16 May 2003 06:21:39 +0000 (06:21 +0000)]
MFH(r-1.381): fixed bug #23650
SVN Migration [Fri, 16 May 2003 06:20:24 +0000 (06:20 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Sascha Schumann [Fri, 16 May 2003 06:16:16 +0000 (06:16 +0000)]
forgot that
Ilia Alshanetsky [Fri, 16 May 2003 01:09:10 +0000 (01:09 +0000)]
Fixed proto
Moriyoshi Koizumi [Thu, 15 May 2003 19:20:55 +0000 (19:20 +0000)]
MFH(r-1.6): fixed test so it won't fail with the output_handler enabled
foobar [Thu, 15 May 2003 18:50:48 +0000 (18:50 +0000)]
- Now this is 4.3.2RC4-dev..hopefully we won't need it. :)
foobar [Thu, 15 May 2003 18:46:20 +0000 (18:46 +0000)]
Bumb version.
foobar [Thu, 15 May 2003 18:36:59 +0000 (18:36 +0000)]
fix this test for release..
foobar [Thu, 15 May 2003 17:50:29 +0000 (17:50 +0000)]
better not confuse people with this test..
Sascha Schumann [Thu, 15 May 2003 16:55:21 +0000 (16:55 +0000)]
MFH
Sascha Schumann [Thu, 15 May 2003 16:43:29 +0000 (16:43 +0000)]
MFH
foobar [Thu, 15 May 2003 14:47:00 +0000 (14:47 +0000)]
Added missing bracket.
Sascha Schumann [Thu, 15 May 2003 13:33:52 +0000 (13:33 +0000)]
MFH
foobar [Thu, 15 May 2003 12:48:15 +0000 (12:48 +0000)]
wrapped the lines to be max. 80 chars as some people still use antique..
foobar [Thu, 15 May 2003 12:28:46 +0000 (12:28 +0000)]
my back hurts..
Sascha Schumann [Thu, 15 May 2003 12:01:01 +0000 (12:01 +0000)]
Avoid using a stream which has already been freed
Ilia Alshanetsky [Thu, 15 May 2003 02:27:11 +0000 (02:27 +0000)]
Bug fixing news.
Ilia Alshanetsky [Thu, 15 May 2003 02:25:59 +0000 (02:25 +0000)]
MFH
Wez Furlong [Wed, 14 May 2003 19:10:27 +0000 (19:10 +0000)]
Better be sure to spell it out...
Wez Furlong [Wed, 14 May 2003 19:10:02 +0000 (19:10 +0000)]
4, not 3 :)
Wez Furlong [Wed, 14 May 2003 18:38:01 +0000 (18:38 +0000)]
Avoid warning about casting as FD when including. This fixes the
fopencookie/userstream/include test.
Add label for new selectable descriptor cast mode.
foobar [Wed, 14 May 2003 18:23:41 +0000 (18:23 +0000)]
MFH
Moriyoshi Koizumi [Wed, 14 May 2003 18:19:57 +0000 (18:19 +0000)]
MFH: reverted the patch for the PATH_TRANSLATE issue
foobar [Wed, 14 May 2003 15:01:31 +0000 (15:01 +0000)]
Added test case for bug #23624
Edin Kadribasic [Wed, 14 May 2003 13:40:49 +0000 (13:40 +0000)]
Credits update
Daniela Mariaschi [Wed, 14 May 2003 08:26:34 +0000 (08:26 +0000)]
MFH: better fix bug #20641.
Overflow numeric/deciaml datatype on NT
Marcus Boerger [Wed, 14 May 2003 06:42:21 +0000 (06:42 +0000)]
Update
Marcus Boerger [Wed, 14 May 2003 06:22:58 +0000 (06:22 +0000)]
MFH: Enable db<n> builds configured with --with-uniquename
Sascha Schumann [Wed, 14 May 2003 01:08:47 +0000 (01:08 +0000)]
Fix file_get_contents segfault on empty file
Moriyoshi Koizumi [Wed, 14 May 2003 00:37:45 +0000 (00:37 +0000)]
MFH(r-1.4, r-1.4, r-1.5, r-1.4, r-1.4, r-1.4): fixed tests so they won't fail
in correct situations
Ilia Alshanetsky [Wed, 14 May 2003 00:11:01 +0000 (00:11 +0000)]
Fixed a memory leak when -h flag is used.
foobar [Wed, 14 May 2003 00:05:12 +0000 (00:05 +0000)]
- Fixed bug #23584 (error line numbers off by one when using #!php).
# already fixed in php5