]>
granicus.if.org Git - php/log
Ilia Alshanetsky [Fri, 27 Dec 2002 00:09:35 +0000 (00:09 +0000)]
MFH
Derick Rethans [Thu, 26 Dec 2002 23:41:59 +0000 (23:41 +0000)]
All on one line
Derick Rethans [Thu, 26 Dec 2002 23:39:51 +0000 (23:39 +0000)]
- update credits
Georg Richter [Thu, 26 Dec 2002 23:36:57 +0000 (23:36 +0000)]
added Wez, Ilia and myself
Wez Furlong [Thu, 26 Dec 2002 22:36:21 +0000 (22:36 +0000)]
MFH: get_meta_tags() stream leak
Georg Richter [Thu, 26 Dec 2002 13:47:59 +0000 (13:47 +0000)]
fixed some compiler warnings when using external libmysqlclient 4.x
Edin Kadribasic [Thu, 26 Dec 2002 13:27:08 +0000 (13:27 +0000)]
Made ZLIB extension built in on Windows. Fixes #21139.
# Approved by the release master.
# Will merge this patch into HEAD a bit later.
George Schlossnagle [Wed, 25 Dec 2002 21:14:55 +0000 (21:14 +0000)]
mfh (bug #21177)
Derick Rethans [Wed, 25 Dec 2002 20:11:38 +0000 (20:11 +0000)]
- MFH: Test for bug #21182
SVN Migration [Wed, 25 Dec 2002 20:08:37 +0000 (20:08 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Moriyoshi Koizumi [Wed, 25 Dec 2002 20:00:12 +0000 (20:00 +0000)]
Fixed bug #21182
Stefan Esser [Tue, 24 Dec 2002 23:50:21 +0000 (23:50 +0000)]
MFH
Stefan Esser [Tue, 24 Dec 2002 23:30:51 +0000 (23:30 +0000)]
MFH
Melvyn Sopacua [Tue, 24 Dec 2002 15:04:10 +0000 (15:04 +0000)]
MFH: crash fix in glob() with no results
Stefan Esser [Mon, 23 Dec 2002 08:51:16 +0000 (08:51 +0000)]
MFH
Stefan Esser [Mon, 23 Dec 2002 08:43:13 +0000 (08:43 +0000)]
MFH: fix compile error with IRIX compiler
Edin Kadribasic [Mon, 23 Dec 2002 03:34:23 +0000 (03:34 +0000)]
Ignore the new name of the binary built. Allows cvsclean to work again
in sapi/cgi.
Wez Furlong [Mon, 23 Dec 2002 02:55:29 +0000 (02:55 +0000)]
fpos_t should have been off_t.
Noticed by Philip Olson.
Ilia Alshanetsky [Sun, 22 Dec 2002 20:58:27 +0000 (20:58 +0000)]
MFH
Ilia Alshanetsky [Sun, 22 Dec 2002 19:45:21 +0000 (19:45 +0000)]
MFH (fix for bug #21146).
# Approved by Andrei
Moriyoshi Koizumi [Sun, 22 Dec 2002 19:16:42 +0000 (19:16 +0000)]
MFH: php_error => php_error_docref
Moriyoshi Koizumi [Sun, 22 Dec 2002 19:06:29 +0000 (19:06 +0000)]
MFH: WS fix
Moriyoshi Koizumi [Sun, 22 Dec 2002 19:03:14 +0000 (19:03 +0000)]
MFH
Wez Furlong [Sun, 22 Dec 2002 18:21:55 +0000 (18:21 +0000)]
MFH fix for Bug #21131
SVN Migration [Sun, 22 Dec 2002 18:06:28 +0000 (18:06 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Wez Furlong [Sun, 22 Dec 2002 13:58:41 +0000 (13:58 +0000)]
MFH:
A Simple fix for Bug #12360 (fsockopen timeout doesn't work).
Analysis:
On systems with HAVE_GETADDRINFO and IPV6 support, php_hostconnect would
attempt to connect to each possible address that matched the requested IP.
If the remote host:port combination are dropping packets this would cause the
first connection to timeout (after waiting for the full timeout duration).
PHP would then attempt the second address and wait the full duration again.
Solution:
If the first connection attempt times out, abort the connection loop.
Stig Bakken [Sun, 22 Dec 2002 01:43:20 +0000 (01:43 +0000)]
MFH
Frank M. Kromann [Sat, 21 Dec 2002 22:44:38 +0000 (22:44 +0000)]
MFH
Edin Kadribasic [Sat, 21 Dec 2002 22:16:35 +0000 (22:16 +0000)]
Updated list of bundled windows extensions compiled by
Christoph Grottolo <cg@gordimer.net>
Edin Kadribasic [Sat, 21 Dec 2002 22:03:46 +0000 (22:03 +0000)]
Reflect recent changes to the build process.
Moriyoshi Koizumi [Sat, 21 Dec 2002 21:52:41 +0000 (21:52 +0000)]
MFH: Made auth information inaccessible under safe mode
Melvyn Sopacua [Sat, 21 Dec 2002 21:01:26 +0000 (21:01 +0000)]
There won't be a warning/fix on this, so remove the test
Ilia Alshanetsky [Sat, 21 Dec 2002 20:36:14 +0000 (20:36 +0000)]
Bug fixing news
Ilia Alshanetsky [Sat, 21 Dec 2002 20:34:36 +0000 (20:34 +0000)]
MFH
Andrei Zmievski [Sat, 21 Dec 2002 20:11:05 +0000 (20:11 +0000)]
*** empty log message ***
Andrei Zmievski [Sat, 21 Dec 2002 20:09:09 +0000 (20:09 +0000)]
Make PHP_AUTH_* variables not available in safe mode under Apache. Patch by
Philip Olson.
Derick Rethans [Sat, 21 Dec 2002 17:46:32 +0000 (17:46 +0000)]
- Fix typo
Melvyn Sopacua [Sat, 21 Dec 2002 16:54:07 +0000 (16:54 +0000)]
Skip the test, until a proper descision is made
Andrei Zmievski [Sat, 21 Dec 2002 01:34:15 +0000 (01:34 +0000)]
Back to -dev.
Andrei Zmievski [Sat, 21 Dec 2002 01:30:20 +0000 (01:30 +0000)]
Go with RC4.
Andrei Zmievski [Sat, 21 Dec 2002 01:20:32 +0000 (01:20 +0000)]
MFH
Marcus Boerger [Fri, 20 Dec 2002 20:25:19 +0000 (20:25 +0000)]
MFH: as discussed
Stefan Esser [Fri, 20 Dec 2002 19:37:45 +0000 (19:37 +0000)]
MFH
Frank M. Kromann [Fri, 20 Dec 2002 18:41:19 +0000 (18:41 +0000)]
MFH
Frank M. Kromann [Fri, 20 Dec 2002 17:39:30 +0000 (17:39 +0000)]
MFH
Marcus Boerger [Fri, 20 Dec 2002 17:03:37 +0000 (17:03 +0000)]
Avoid compiler warnings
Andrei Zmievski [Fri, 20 Dec 2002 16:47:15 +0000 (16:47 +0000)]
MFH
Marcus Boerger [Fri, 20 Dec 2002 16:37:44 +0000 (16:37 +0000)]
MFH
Moriyoshi Koizumi [Fri, 20 Dec 2002 15:52:49 +0000 (15:52 +0000)]
MFH
Sterling Hughes [Fri, 20 Dec 2002 15:45:53 +0000 (15:45 +0000)]
mfh
Edin Kadribasic [Fri, 20 Dec 2002 10:04:55 +0000 (10:04 +0000)]
Make sure cli install dir is created before trying to install in it.
Ilia Alshanetsky [Fri, 20 Dec 2002 03:44:41 +0000 (03:44 +0000)]
MFH
Melvyn Sopacua [Fri, 20 Dec 2002 00:25:56 +0000 (00:25 +0000)]
Fix libtool detection
Wez Furlong [Thu, 19 Dec 2002 20:34:34 +0000 (20:34 +0000)]
MFH fix for bug #21077.
(proc_open problems with BSD)
Edin Kadribasic [Thu, 19 Dec 2002 18:11:58 +0000 (18:11 +0000)]
Making windows build system changes according to proposal:
http://news.php.net/article.php?group=php.dev&article=92682
Ilia Alshanetsky [Thu, 19 Dec 2002 17:07:24 +0000 (17:07 +0000)]
MFH
Edin Kadribasic [Thu, 19 Dec 2002 16:55:57 +0000 (16:55 +0000)]
Making build system changes according to proposal:
http://news.php.net/article.php?group=php.dev&article=92682
Moriyoshi Koizumi [Thu, 19 Dec 2002 15:29:38 +0000 (15:29 +0000)]
MFH
Edin Kadribasic [Thu, 19 Dec 2002 10:37:45 +0000 (10:37 +0000)]
Removed libtool library from link which is no longer needed. This fixes
windows build.
Edin Kadribasic [Thu, 19 Dec 2002 00:11:32 +0000 (00:11 +0000)]
Reverted previous patch as suggested by Andi. (reopening #20539).
Moriyoshi Koizumi [Wed, 18 Dec 2002 23:08:22 +0000 (23:08 +0000)]
MFH
Moriyoshi Koizumi [Wed, 18 Dec 2002 22:55:16 +0000 (22:55 +0000)]
MFH: added a test case for bug #20539
SVN Migration [Wed, 18 Dec 2002 22:54:35 +0000 (22:54 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Frank M. Kromann [Wed, 18 Dec 2002 07:06:36 +0000 (07:06 +0000)]
MFH
Derick Rethans [Tue, 17 Dec 2002 19:08:01 +0000 (19:08 +0000)]
- MFH
Moriyoshi Koizumi [Tue, 17 Dec 2002 13:34:23 +0000 (13:34 +0000)]
MFH: iconv extension is no longer experimental
Marcus Boerger [Mon, 16 Dec 2002 17:53:15 +0000 (17:53 +0000)]
MFH
Marcus Boerger [Mon, 16 Dec 2002 15:54:04 +0000 (15:54 +0000)]
MFH
Ilia Alshanetsky [Mon, 16 Dec 2002 15:44:06 +0000 (15:44 +0000)]
MFH
Ilia Alshanetsky [Mon, 16 Dec 2002 15:30:51 +0000 (15:30 +0000)]
MFH (memory leak).
Marcus Boerger [Mon, 16 Dec 2002 14:55:26 +0000 (14:55 +0000)]
MFH: that silly dot
Marcus Boerger [Mon, 16 Dec 2002 14:48:20 +0000 (14:48 +0000)]
MFH
Derick Rethans [Mon, 16 Dec 2002 09:11:15 +0000 (09:11 +0000)]
- Fix typo
Derick Rethans [Mon, 16 Dec 2002 09:10:17 +0000 (09:10 +0000)]
- Update NEWS
Derick Rethans [Mon, 16 Dec 2002 09:03:11 +0000 (09:03 +0000)]
- Fix bug #21039
#- This is somewhat of a hack, and thus I will not merge it to HEAD, as
# I've lots of other commits waiting for that.
Marcus Boerger [Sat, 14 Dec 2002 19:53:52 +0000 (19:53 +0000)]
MFH
Marcus Boerger [Sat, 14 Dec 2002 17:50:57 +0000 (17:50 +0000)]
MFH: bugfix: #21010
foobar [Sat, 14 Dec 2002 09:32:49 +0000 (09:32 +0000)]
Fixed bug: #20995
Melvyn Sopacua [Fri, 13 Dec 2002 18:46:14 +0000 (18:46 +0000)]
MFH
SVN Migration [Fri, 13 Dec 2002 18:40:40 +0000 (18:40 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Vlad Krupin [Fri, 13 Dec 2002 16:54:49 +0000 (16:54 +0000)]
MFH fix for bug 19727
Marcus Boerger [Fri, 13 Dec 2002 13:34:37 +0000 (13:34 +0000)]
MFH
Marcus Boerger [Fri, 13 Dec 2002 12:06:00 +0000 (12:06 +0000)]
MFH
Stig Bakken [Fri, 13 Dec 2002 02:22:41 +0000 (02:22 +0000)]
MFH
Stig Bakken [Fri, 13 Dec 2002 02:14:26 +0000 (02:14 +0000)]
MFH
Moriyoshi Koizumi [Thu, 12 Dec 2002 21:44:27 +0000 (21:44 +0000)]
Forgot to prepend "SKIP"
Moriyoshi Koizumi [Thu, 12 Dec 2002 21:42:51 +0000 (21:42 +0000)]
MFH
SVN Migration [Thu, 12 Dec 2002 21:42:18 +0000 (21:42 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Stefan Esser [Thu, 12 Dec 2002 21:31:57 +0000 (21:31 +0000)]
MFH: finally?! correct
Ilia Alshanetsky [Thu, 12 Dec 2002 21:17:55 +0000 (21:17 +0000)]
MFH
Ilia Alshanetsky [Thu, 12 Dec 2002 18:51:02 +0000 (18:51 +0000)]
MFH
Ilia Alshanetsky [Thu, 12 Dec 2002 18:36:44 +0000 (18:36 +0000)]
Fixed ZTS build.
Wez Furlong [Thu, 12 Dec 2002 17:44:48 +0000 (17:44 +0000)]
Fix some issues with the return value from pclose and proc_close,
and bogus seek-on-pipe warnings when used with fpassthru.
Ilia Alshanetsky [Thu, 12 Dec 2002 16:14:07 +0000 (16:14 +0000)]
MFH
Wez Furlong [Thu, 12 Dec 2002 15:51:11 +0000 (15:51 +0000)]
MFH more entropy "fix"
Ilia Alshanetsky [Thu, 12 Dec 2002 14:52:09 +0000 (14:52 +0000)]
MFH
Wez Furlong [Thu, 12 Dec 2002 14:39:07 +0000 (14:39 +0000)]
Collect streams related changes into one place, as requested by Jani.
Marcus Boerger [Thu, 12 Dec 2002 14:16:16 +0000 (14:16 +0000)]
MFH
Ilia Alshanetsky [Thu, 12 Dec 2002 13:52:37 +0000 (13:52 +0000)]
MFH
Wez Furlong [Thu, 12 Dec 2002 13:46:29 +0000 (13:46 +0000)]
MFH #20936 fix