]>
granicus.if.org Git - php/log
Andi Gutmans [Sun, 6 May 2001 18:30:51 +0000 (18:30 +0000)]
- .cc files were renamed. Update .cvsignore.
foobar [Sun, 6 May 2001 17:55:10 +0000 (17:55 +0000)]
Moved ts_alloca_id() into MINIT like Andi requested.
foobar [Sun, 6 May 2001 16:54:27 +0000 (16:54 +0000)]
Fix bug: #8834. Now there should be more random salts..
Zeev Suraski [Sun, 6 May 2001 16:24:36 +0000 (16:24 +0000)]
Yikes, that would have been a very bad bug :)
Zeev Suraski [Sun, 6 May 2001 15:39:27 +0000 (15:39 +0000)]
Floating point keys didn't work in array() (fix bug #6662)
foobar [Sun, 6 May 2001 15:22:22 +0000 (15:22 +0000)]
Fixed bug: #7227. Now the correct strings (if set) are shown.
foobar [Sun, 6 May 2001 15:20:56 +0000 (15:20 +0000)]
Fix bug: #10323. Every value outputted is now escaped.
Zeev Suraski [Sun, 6 May 2001 15:01:17 +0000 (15:01 +0000)]
Update NEWS
Zeev Suraski [Sun, 6 May 2001 15:00:58 +0000 (15:00 +0000)]
Hear hear, interactive mode is finally showing some progress:
- Support function calls
- Fix crash bug
Zeev Suraski [Sun, 6 May 2001 14:36:25 +0000 (14:36 +0000)]
Support interactive mode in thread-safe builds
Zeev Suraski [Sun, 6 May 2001 12:48:17 +0000 (12:48 +0000)]
Fix autoconversion of hexadecimal strings
It's time to close bug #5404 :)
Zeev Suraski [Sun, 6 May 2001 12:28:17 +0000 (12:28 +0000)]
Retain single spaces as spaces to condense HTML
Sascha Schumann [Sun, 6 May 2001 10:33:21 +0000 (10:33 +0000)]
Fix broken build
Wez Furlong [Sun, 6 May 2001 09:39:11 +0000 (09:39 +0000)]
Fixed win32 build problem.
Egon Schmid [Sun, 6 May 2001 06:33:48 +0000 (06:33 +0000)]
Corrected one proto.
foobar [Sun, 6 May 2001 06:14:12 +0000 (06:14 +0000)]
Beutify phpinfo() output.
foobar [Sun, 6 May 2001 05:39:16 +0000 (05:39 +0000)]
Added a check that libc-client support SSL.
foobar [Sun, 6 May 2001 05:38:46 +0000 (05:38 +0000)]
Removed usused variables.
Rui Hirokawa [Sun, 6 May 2001 02:44:12 +0000 (02:44 +0000)]
fixed a compilation problem without --enable-mbstr-enc-trans.
Rasmus Lerdorf [Sun, 6 May 2001 01:34:56 +0000 (01:34 +0000)]
Add pg_last_notice() function
<changelog@php.net> [Sun, 6 May 2001 01:09:32 +0000 (01:09 +0000)]
ChangeLog update
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