]> granicus.if.org Git - php/log
php
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.

21 years agoBFN
foobar [Mon, 19 May 2003 07:18:40 +0000 (07:18 +0000)]
BFN

21 years agoMFH
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

21 years agoMFH
Ilia Alshanetsky [Mon, 19 May 2003 04:57:08 +0000 (04:57 +0000)]
MFH

21 years agoMFH
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

21 years agoMove awk detection before config.m4 inclusion
Sascha Schumann [Mon, 19 May 2003 01:42:13 +0000 (01:42 +0000)]
Move awk detection before config.m4 inclusion

21 years agoUse $AWK instead of awk, fixes build issue on Solaris with old-style ext
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

21 years agomfh
foobar [Sun, 18 May 2003 14:55:56 +0000 (14:55 +0000)]
mfh

21 years agoMFH: Enable bundled submodules when enabling module
Marcus Boerger [Sun, 18 May 2003 12:36:34 +0000 (12:36 +0000)]
MFH: Enable bundled submodules when enabling module

21 years agoUpdate
Marcus Boerger [Sun, 18 May 2003 12:13:53 +0000 (12:13 +0000)]
Update

21 years agoMFH: Fix test (for now - need EXPECTF/EXPECTREGEX)
Marcus Boerger [Sun, 18 May 2003 12:10:15 +0000 (12:10 +0000)]
MFH: Fix test (for now - need EXPECTF/EXPECTREGEX)

21 years agoFix unserialize (commit later)
Marcus Boerger [Sun, 18 May 2003 12:04:52 +0000 (12:04 +0000)]
Fix unserialize (commit later)

21 years agoFix unserialize
Marcus Boerger [Sun, 18 May 2003 12:04:34 +0000 (12:04 +0000)]
Fix unserialize

21 years agobinary compat for 64-bit platforms shouldn't matter much as they were
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

21 years agoRestore binary compatibility with 4.3.0
Zeev Suraski [Sun, 18 May 2003 10:16:57 +0000 (10:16 +0000)]
Restore binary compatibility with 4.3.0

21 years agoAnd this is needed indeed
Moriyoshi Koizumi [Sat, 17 May 2003 20:07:00 +0000 (20:07 +0000)]
And this is needed indeed

21 years agooops
Moriyoshi Koizumi [Sat, 17 May 2003 20:04:35 +0000 (20:04 +0000)]
oops

21 years agoFixed the test so it won't fail under safe mode
Moriyoshi Koizumi [Sat, 17 May 2003 20:00:46 +0000 (20:00 +0000)]
Fixed the test so it won't fail under safe mode

21 years agoMFH(r-1.225): fixed bug #23669
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.

21 years agomove to pecl
Georg Richter [Sat, 17 May 2003 15:11:17 +0000 (15:11 +0000)]
move to pecl

21 years agomove to pecl
Georg Richter [Sat, 17 May 2003 15:06:02 +0000 (15:06 +0000)]
move to pecl

21 years agoadded ext/mysqli for PHP4. This version doesn't support OO-function calls
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

21 years agoMail too
Marcus Boerger [Sat, 17 May 2003 11:32:22 +0000 (11:32 +0000)]
Mail  too

21 years agoFix segfault
Wez Furlong [Sat, 17 May 2003 09:34:12 +0000 (09:34 +0000)]
Fix segfault

21 years agoprotect against further surprises by initializing all zend_file_handle's
Sascha Schumann [Sat, 17 May 2003 08:06:53 +0000 (08:06 +0000)]
protect against further surprises by initializing all zend_file_handle's

21 years agoInitialize all zend_file_handle instances properly
Sascha Schumann [Sat, 17 May 2003 07:55:18 +0000 (07:55 +0000)]
Initialize all zend_file_handle instances properly

21 years agoBug #14369. ftp extension allows circumvention of safe_mode restrictions
Sara Golemon [Sat, 17 May 2003 04:20:12 +0000 (04:20 +0000)]
Bug #14369.  ftp extension allows circumvention of safe_mode restrictions

21 years agoBugfix 23654. If subject is an array and it contains other arrays, we want to pass...
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.

21 years agoMFH(r-1.43): fixed a syntax highlighter problem that happens when output buffering...
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

21 years agoMFH
Sascha Schumann [Fri, 16 May 2003 22:33:15 +0000 (22:33 +0000)]
MFH

21 years ago- mbstring.h is no more needed
Masaki Fujimoto [Fri, 16 May 2003 20:33:18 +0000 (20:33 +0000)]
- mbstring.h is no more needed

21 years agotypo fixing
foobar [Fri, 16 May 2003 20:20:06 +0000 (20:20 +0000)]
typo fixing

21 years agoNo typo... its tmpnam in one place, tempnam in another...
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'

21 years agoMoved initialisation code to the proper place.
Moriyoshi Koizumi [Fri, 16 May 2003 19:28:17 +0000 (19:28 +0000)]
Moved initialisation code to the proper place.

21 years agoFix memory leak in the COM extension.
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>

21 years ago- Fixed bug #23661: mysql_fetch_array gives no warning on an invalid
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

21 years agoStronger validation of parameters to ob_start().
Wez Furlong [Fri, 16 May 2003 19:06:37 +0000 (19:06 +0000)]
Stronger validation of parameters to ob_start().

21 years agoWe do not have to add entries for bugs that are introcuded between RCs..
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..

21 years agoBug fixing news.
Ilia Alshanetsky [Fri, 16 May 2003 15:15:29 +0000 (15:15 +0000)]
Bug fixing news.

21 years agoMFH
Ilia Alshanetsky [Fri, 16 May 2003 15:13:57 +0000 (15:13 +0000)]
MFH

21 years ago- Fix speling:
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'

21 years agoMFH(r-1.2): copy'n'paste failure
Moriyoshi Koizumi [Fri, 16 May 2003 06:25:12 +0000 (06:25 +0000)]
MFH(r-1.2): copy'n'paste failure

21 years agoMFH(r-1.1): added test case for bug #23650
Moriyoshi Koizumi [Fri, 16 May 2003 06:21:57 +0000 (06:21 +0000)]
MFH(r-1.1): added test case for bug #23650

21 years agoMFH(r-1.381): fixed bug #23650
Moriyoshi Koizumi [Fri, 16 May 2003 06:21:39 +0000 (06:21 +0000)]
MFH(r-1.381): fixed bug #23650

21 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
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'.

21 years agoforgot that
Sascha Schumann [Fri, 16 May 2003 06:16:16 +0000 (06:16 +0000)]
forgot that

21 years agoFixed proto
Ilia Alshanetsky [Fri, 16 May 2003 01:09:10 +0000 (01:09 +0000)]
Fixed proto

21 years agoMFH(r-1.6): fixed test so it won't fail with the output_handler enabled
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

21 years ago- Now this is 4.3.2RC4-dev..hopefully we won't need it. :)
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. :)

21 years agoBumb version.
foobar [Thu, 15 May 2003 18:46:20 +0000 (18:46 +0000)]
Bumb version.

21 years agofix this test for release..
foobar [Thu, 15 May 2003 18:36:59 +0000 (18:36 +0000)]
fix this test for release..

21 years agobetter not confuse people with this test..
foobar [Thu, 15 May 2003 17:50:29 +0000 (17:50 +0000)]
better not confuse people with this test..

21 years agoMFH
Sascha Schumann [Thu, 15 May 2003 16:55:21 +0000 (16:55 +0000)]
MFH

21 years agoMFH
Sascha Schumann [Thu, 15 May 2003 16:43:29 +0000 (16:43 +0000)]
MFH

21 years agoAdded missing bracket.
foobar [Thu, 15 May 2003 14:47:00 +0000 (14:47 +0000)]
Added missing bracket.

21 years agoMFH
Sascha Schumann [Thu, 15 May 2003 13:33:52 +0000 (13:33 +0000)]
MFH

21 years agowrapped the lines to be max. 80 chars as some people still use antique..
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..

21 years agomy back hurts..
foobar [Thu, 15 May 2003 12:28:46 +0000 (12:28 +0000)]
my back hurts..

21 years agoAvoid using a stream which has already been freed
Sascha Schumann [Thu, 15 May 2003 12:01:01 +0000 (12:01 +0000)]
Avoid using a stream which has already been freed

21 years agoBug fixing news.
Ilia Alshanetsky [Thu, 15 May 2003 02:27:11 +0000 (02:27 +0000)]
Bug fixing news.

21 years agoMFH
Ilia Alshanetsky [Thu, 15 May 2003 02:25:59 +0000 (02:25 +0000)]
MFH

21 years agoBetter be sure to spell it out...
Wez Furlong [Wed, 14 May 2003 19:10:27 +0000 (19:10 +0000)]
Better be sure to spell it out...

21 years ago4, not 3 :)
Wez Furlong [Wed, 14 May 2003 19:10:02 +0000 (19:10 +0000)]
4, not 3 :)

21 years agoAvoid warning about casting as FD when including. This fixes the
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.

21 years agoMFH
foobar [Wed, 14 May 2003 18:23:41 +0000 (18:23 +0000)]
MFH

21 years agoMFH: reverted the patch for the PATH_TRANSLATE issue
Moriyoshi Koizumi [Wed, 14 May 2003 18:19:57 +0000 (18:19 +0000)]
MFH: reverted the patch for the PATH_TRANSLATE issue

21 years agoAdded test case for bug #23624
foobar [Wed, 14 May 2003 15:01:31 +0000 (15:01 +0000)]
Added test case for bug #23624

21 years agoCredits update
Edin Kadribasic [Wed, 14 May 2003 13:40:49 +0000 (13:40 +0000)]
Credits update

21 years agoMFH: better fix bug #20641.
Daniela Mariaschi [Wed, 14 May 2003 08:26:34 +0000 (08:26 +0000)]
MFH: better fix bug #20641.
Overflow numeric/deciaml datatype on NT

21 years agoUpdate
Marcus Boerger [Wed, 14 May 2003 06:42:21 +0000 (06:42 +0000)]
Update

21 years agoMFH: Enable db<n> builds configured with --with-uniquename
Marcus Boerger [Wed, 14 May 2003 06:22:58 +0000 (06:22 +0000)]
MFH: Enable db<n> builds configured with --with-uniquename

21 years agoFix file_get_contents segfault on empty file
Sascha Schumann [Wed, 14 May 2003 01:08:47 +0000 (01:08 +0000)]
Fix file_get_contents segfault on empty file

21 years agoMFH(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
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

21 years agoFixed a memory leak when -h flag is used.
Ilia Alshanetsky [Wed, 14 May 2003 00:11:01 +0000 (00:11 +0000)]
Fixed a memory leak when -h flag is used.

21 years ago- Fixed bug #23584 (error line numbers off by one when using #!php).
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