]>
granicus.if.org Git - php/log
Wez Furlong [Sat, 5 May 2001 22:36:26 +0000 (22:36 +0000)]
Fixed Andi's build problem.
Wez Furlong [Sat, 5 May 2001 18:36:22 +0000 (18:36 +0000)]
Nuke buffering from php_streams, move connect_nonb() from fsock.c to network.c
and rename to php_connect_nonb().
Use php_connect_nonb() instead of connect() in php_hostconnect() -> timeouts
should now work in php_hostconnect().
sock streams abstraction now uses php_sockbuf as the "abstract" pointer.
Andi Gutmans [Sat, 5 May 2001 16:28:20 +0000 (16:28 +0000)]
- Fix format to be consistent
Zeev Suraski [Sat, 5 May 2001 16:05:19 +0000 (16:05 +0000)]
Layout fix
Zeev Suraski [Sat, 5 May 2001 16:04:14 +0000 (16:04 +0000)]
Fix missing statement
Sascha Schumann [Sat, 5 May 2001 15:33:49 +0000 (15:33 +0000)]
Fix libtool check
Submitted by: brisse@ping.dk
Wez Furlong [Sat, 5 May 2001 11:29:01 +0000 (11:29 +0000)]
Added Sascha Kettler to credits
Sascha Schumann [Sat, 5 May 2001 11:11:32 +0000 (11:11 +0000)]
Fix broken ZTS build.
Thies C. Arntzen [Sat, 5 May 2001 08:03:32 +0000 (08:03 +0000)]
not to forget this one!
Zeev Suraski [Sat, 5 May 2001 01:42:15 +0000 (01:42 +0000)]
emalloc()'d strings must be freed before the request shutdown;
Rule of the thumb: initialize in RINIT, clean in RSHUTDOWN
<changelog@php.net> [Sat, 5 May 2001 01:09:16 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 5 May 2001 01:09:13 +0000 (01:09 +0000)]
NEWS update
Wez Furlong [Fri, 4 May 2001 23:42:11 +0000 (23:42 +0000)]
Merged and adapted a patch from Sascha Kettler <kettler@gmx.net> that provides
some asymmetric RSA encrypt/decrypt functions.
Wez Furlong [Fri, 4 May 2001 23:40:27 +0000 (23:40 +0000)]
I'm now the primary maintainer for OpenSSL extension, as agreed with Stig
Venaas.
Wez Furlong [Fri, 4 May 2001 23:39:31 +0000 (23:39 +0000)]
Making notes about which extensions need most work for streams.
Chuck Hagenbuch [Fri, 4 May 2001 20:03:47 +0000 (20:03 +0000)]
Add support for in_reply_to header, and fix erealloc usage ("Johan Ekenberg"
<johan@ekenberg.se>).
Jason Greene [Fri, 4 May 2001 18:27:15 +0000 (18:27 +0000)]
Fixed bug in my previous patch, forgot to reset connect error globals
on request startup.
foobar [Fri, 4 May 2001 17:57:58 +0000 (17:57 +0000)]
Fix bugs: #10642, #10612
Andrei Zmievski [Fri, 4 May 2001 16:43:53 +0000 (16:43 +0000)]
@- Fixed a bug in preg_split() that would incorrectly limit the number of
@ results when used along with PREG_SPLIT_NO_EMPTY flag. (Andrei)
- Fixed a bug in preg_split() that would incorrectly limit the number of
results when used along with PREG_SPLIT_NO_EMPTY flag. (Andrei)
- Also made limit = -1 when limit = 0, to emulate Perl.
Thies C. Arntzen [Fri, 4 May 2001 14:53:45 +0000 (14:53 +0000)]
namespace-protect "open"
Harald Radi [Fri, 4 May 2001 14:44:27 +0000 (14:44 +0000)]
added ext/com/ files to the project
Rui Hirokawa [Fri, 4 May 2001 10:42:54 +0000 (10:42 +0000)]
fixed a memory leak in ext/mbstring.
Ben Mansell [Fri, 4 May 2001 09:49:14 +0000 (09:49 +0000)]
Removed a duplicate php_import_environment_variables() call
from fastcgi sapi
Marc Boeren [Fri, 4 May 2001 09:43:57 +0000 (09:43 +0000)]
Forgot the Visual Studio project, added now (Mc)
Updated CREDITS (Mc)
Marc Boeren [Fri, 4 May 2001 09:42:45 +0000 (09:42 +0000)]
Registered db-module constants for use in dbx_connect (Mc)
Added support for Microsoft SQL Server (Mc)
Marc Boeren [Fri, 4 May 2001 09:39:52 +0000 (09:39 +0000)]
Added docs about creating dbx-support for other databases. (Mc)
Sebastian Bergmann [Fri, 4 May 2001 06:25:10 +0000 (06:25 +0000)]
Nuke unreferenced local variables.
Sterling Hughes [Fri, 4 May 2001 04:20:38 +0000 (04:20 +0000)]
Make it compile with the latest cURL cvs, heck it even works.
Rui Hirokawa [Fri, 4 May 2001 03:55:48 +0000 (03:55 +0000)]
added status parameter to output handler in ext/iconv.
Jason Greene [Fri, 4 May 2001 01:14:26 +0000 (01:14 +0000)]
@ Added connection error support to mysql_error() and mysql_errno() (Jason)
This should work correctly without causing compatibility issues with previous
scripts. Someone might want to double check this change, just in case.
<changelog@php.net> [Fri, 4 May 2001 01:09:19 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 4 May 2001 01:09:16 +0000 (01:09 +0000)]
NEWS update
Derick Rethans [Thu, 3 May 2001 21:28:26 +0000 (21:28 +0000)]
- Applied a patch that enables getimagesize to return the size of .bmp and
.psd files (Patch by Paul Jongsma <paulj@webtic.com>)
@- Added support to getimagesize to return dimensions of BMP and PSD
@ files (Derick)
Wez Furlong [Thu, 3 May 2001 20:21:06 +0000 (20:21 +0000)]
Added streams stuff
# Turn on those psychological thumbscrews!
Chuck Hagenbuch [Thu, 3 May 2001 19:44:42 +0000 (19:44 +0000)]
add crash guard (valid message number check) to imap_body().
Chuck Hagenbuch [Thu, 3 May 2001 19:32:49 +0000 (19:32 +0000)]
removing references to IMSP module, which will probably never be ported to
php4 (lack of a publically available library implementing it).
Chuck Hagenbuch [Thu, 3 May 2001 19:18:48 +0000 (19:18 +0000)]
Fix for #8359. imap_fetchheader should never return the full message; the
FT_PREFETCHTEXT flag is just a hint to c-client that you'll be asking for
the message text next.
Zeev Suraski [Thu, 3 May 2001 15:50:37 +0000 (15:50 +0000)]
Fix chdir() under Windows 9x/ME
Sascha Schumann [Thu, 3 May 2001 15:48:49 +0000 (15:48 +0000)]
add an interface for registering storage modules at run-time.
Harald Radi [Thu, 3 May 2001 11:20:29 +0000 (11:20 +0000)]
fixed leaky code
#cleaned up dirty hack from yesterday
Sascha Schumann [Thu, 3 May 2001 09:04:15 +0000 (09:04 +0000)]
Replace slow strlcpy with a quick memcpy.
Sergey Kartashoff [Thu, 3 May 2001 08:59:49 +0000 (08:59 +0000)]
Some fixes in Udm_Cat_List and Udm_Cat_Path functions.
foobar [Thu, 3 May 2001 03:41:42 +0000 (03:41 +0000)]
Fix bug #10589
Rui Hirokawa [Thu, 3 May 2001 03:12:43 +0000 (03:12 +0000)]
added .cvsignore.
<changelog@php.net> [Thu, 3 May 2001 01:09:16 +0000 (01:09 +0000)]
ChangeLog update
Rui Hirokawa [Thu, 3 May 2001 00:44:26 +0000 (00:44 +0000)]
deleted some function aliases.
@- Added Japanese multibyte string functions support. (Rui)
Hartmut Holzgraefe [Wed, 2 May 2001 23:33:21 +0000 (23:33 +0000)]
added generation of CREDITS and EXPERIMENTAL to ext_skel
Andi Gutmans [Wed, 2 May 2001 23:20:04 +0000 (23:20 +0000)]
- More strncpy() -> strlcpy() changes. Am I getting bored yet? :)
Andi Gutmans [Wed, 2 May 2001 22:57:01 +0000 (22:57 +0000)]
- More strncpy() -> strlcpy() changes. mm_login() doesn't seem to be used
though.
Andi Gutmans [Wed, 2 May 2001 22:53:41 +0000 (22:53 +0000)]
- Another strncpy() -> strlcpy() change
Andi Gutmans [Wed, 2 May 2001 22:49:48 +0000 (22:49 +0000)]
- Change strncpy()'s to strlcpy()'s
Andi Gutmans [Wed, 2 May 2001 22:41:09 +0000 (22:41 +0000)]
- Whitespace fix
Andi Gutmans [Wed, 2 May 2001 22:31:19 +0000 (22:31 +0000)]
- Commit interbase fixes
Andi Gutmans [Wed, 2 May 2001 22:22:16 +0000 (22:22 +0000)]
- Fix possible buffer overflow. Always better to use strlcpy() instead
of strncpy()
Andi Gutmans [Wed, 2 May 2001 21:52:30 +0000 (21:52 +0000)]
- Support \r as newline in the ini scanner
Harald Radi [Wed, 2 May 2001 21:52:12 +0000 (21:52 +0000)]
adapted because of the changes in the com module
Andi Gutmans [Wed, 2 May 2001 21:51:32 +0000 (21:51 +0000)]
*** empty log message ***
Harald Radi [Wed, 2 May 2001 21:51:19 +0000 (21:51 +0000)]
removed itypeinfo calls because they didn't work on every machine
#i'm investigating this ...
Andi Gutmans [Wed, 2 May 2001 21:48:07 +0000 (21:48 +0000)]
- Handle MAC OS X \r line endings
Frank M. Kromann [Wed, 2 May 2001 20:36:51 +0000 (20:36 +0000)]
Changing paramters on database_password
Frank M. Kromann [Wed, 2 May 2001 20:06:00 +0000 (20:06 +0000)]
Fixing segfault in database_password
Andi Gutmans [Wed, 2 May 2001 19:51:33 +0000 (19:51 +0000)]
- Patch by Andrei to prevent crash in error situation when not all
object overloading handles are defined.
Sterling Hughes [Wed, 2 May 2001 19:37:59 +0000 (19:37 +0000)]
.
# How'd that sneak in
Sterling Hughes [Wed, 2 May 2001 19:34:51 +0000 (19:34 +0000)]
set the date 4.0.5 was released.
add an entry about the cgi, $PHP_SELF change that I made.
# There are a lot of entries where no one is taking the blame/credit for
# the changes. Can people who have made entries, please go back and check
# to make sure that their names are by their changes?
Andi Gutmans [Wed, 2 May 2001 18:38:17 +0000 (18:38 +0000)]
- Apply Vlad's sybase patch to work with two different kinds of builds of
the sybase libraries
Chuck Hagenbuch [Wed, 2 May 2001 17:46:44 +0000 (17:46 +0000)]
fix whitespace pollution
Chuck Hagenbuch [Wed, 2 May 2001 17:42:10 +0000 (17:42 +0000)]
Fixes and improvements to imap_mail_compose (Johan Ekenberg
<johan@ekenberg.se>)
Chuck Hagenbuch [Wed, 2 May 2001 17:30:30 +0000 (17:30 +0000)]
Add support for cram-md5 authentication in imap_open().
Ben Mansell [Wed, 2 May 2001 17:19:58 +0000 (17:19 +0000)]
Patch from Stephen Landamore: speed up the environment merging by
using memcpy instead of putenv.
Daniel Beulshausen [Wed, 2 May 2001 16:39:04 +0000 (16:39 +0000)]
make run-tests work under win32 too
# this whole thing is pretty ugly...
Rui Hirokawa [Wed, 2 May 2001 13:24:26 +0000 (13:24 +0000)]
clear http input encoding detection result in RSHUTDOWN.
foobar [Wed, 2 May 2001 01:18:53 +0000 (01:18 +0000)]
Now the file uploads 'work' also on Lynx. This patch was submitted
by Andreas Pistoor <andreas@erestor.f2s.com> and I have tested it a
quite long time now and didn't notive any problems. Bug: #9930
<changelog@php.net> [Wed, 2 May 2001 01:15:10 +0000 (01:15 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 2 May 2001 01:11:13 +0000 (01:11 +0000)]
NEWS update
John Donagher [Wed, 2 May 2001 01:08:47 +0000 (01:08 +0000)]
- Remove C-style comments
- Remove some stale debugging code
foobar [Wed, 2 May 2001 00:21:25 +0000 (00:21 +0000)]
Possible Fix for #10570, #10585, #10539 and maybe others.
Rui Hirokawa [Tue, 1 May 2001 23:44:20 +0000 (23:44 +0000)]
modified some function name in ext/mbstring based on naming convension and mbstr_http_input() implemented.
foobar [Tue, 1 May 2001 23:22:55 +0000 (23:22 +0000)]
Fix bug #10563
Frank M. Kromann [Tue, 1 May 2001 22:04:11 +0000 (22:04 +0000)]
Fixing some proto types and return values
Hartmut Holzgraefe [Tue, 1 May 2001 19:15:43 +0000 (19:15 +0000)]
looks like i missed something
John Donagher [Tue, 1 May 2001 19:08:27 +0000 (19:08 +0000)]
Add TODO
Andi Gutmans [Tue, 1 May 2001 18:13:59 +0000 (18:13 +0000)]
- Optimizer the previous patch a bit by nuking memset()
Frank M. Kromann [Tue, 1 May 2001 18:01:08 +0000 (18:01 +0000)]
Adding support for BINARY, VARBINARY and IMAGE column types.
Thanks to Brad LaFountain.
Andrei Zmievski [Tue, 1 May 2001 17:01:51 +0000 (17:01 +0000)]
Patch from Sascha that abstracts session serializers. WDDX extension
now implements the encode/decode functions and registers them with
the session module.
Andi Gutmans [Tue, 1 May 2001 16:33:09 +0000 (16:33 +0000)]
- Remove C++ comment
Andi Gutmans [Tue, 1 May 2001 16:29:52 +0000 (16:29 +0000)]
- Fix snprintf() to work with nan and inf properly
Hartmut Holzgraefe [Tue, 1 May 2001 16:21:58 +0000 (16:21 +0000)]
hartmfixed and extended the ini parameter and module globals stuff
once again: someone test this please!
Rui Hirokawa [Tue, 1 May 2001 09:20:51 +0000 (09:20 +0000)]
modified some function name in mbstring based on php's naming convension.
Andi Gutmans [Tue, 1 May 2001 07:20:36 +0000 (07:20 +0000)]
- Bump up Zend version
Andi Gutmans [Tue, 1 May 2001 07:16:57 +0000 (07:16 +0000)]
- Remove unused variable
Derick Rethans [Tue, 1 May 2001 07:09:09 +0000 (07:09 +0000)]
- Fix for bug #10518 (Thanks to kettler@gmx.net)
Rui Hirokawa [Tue, 1 May 2001 05:21:29 +0000 (05:21 +0000)]
simplified some function's name in ext/mbstring.
John Donagher [Tue, 1 May 2001 05:04:43 +0000 (05:04 +0000)]
- Remove some stale code
- Fix spelling mistakes
- Add build-time version detection
- Add support for v3 Verisign SDK
@ pfpro extension now supports version 3 of the Verisign SDK (John Donagher)
Sterling Hughes [Tue, 1 May 2001 03:48:27 +0000 (03:48 +0000)]
fix for bug 6491, http://www.php.net/bugs.php?id=6491, removes a bit of
(what I think is) broken logic.
# This is as discussed on the mailing list previously. This change
# does fix the problem, however, the extra code was in there for a
# reason (I'm guessing :), i'm ready to revert this patch in a jiffy
# if someone has a good reason why that (just removed) extra logic
# should be in there.
Sterling Hughes [Tue, 1 May 2001 03:26:04 +0000 (03:26 +0000)]
Check for the existance of the iconv library
# Not sure if this is correct, I can verify that it doesn't break anything
# and it logically looks like it would work. Can someone test this (BSD
# and/or Windows)
Rui Hirokawa [Tue, 1 May 2001 01:52:55 +0000 (01:52 +0000)]
renamed jstring to mbstring.
Rui Hirokawa [Tue, 1 May 2001 01:46:05 +0000 (01:46 +0000)]
d
<changelog@php.net> [Tue, 1 May 2001 01:09:24 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Tue, 1 May 2001 01:09:21 +0000 (01:09 +0000)]
NEWS update
Andi Gutmans [Mon, 30 Apr 2001 22:47:51 +0000 (22:47 +0000)]
- Fix for Bug id #10071
PR:
Submitted by:
Reviewed by:
Obtained from: