]> granicus.if.org Git - php/log
php
23 years ago@ Added connection error support to mysql_error() and mysql_errno() (Jason)
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.

23 years agoChangeLog update
<changelog@php.net> [Fri, 4 May 2001 01:09:19 +0000 (01:09 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Fri, 4 May 2001 01:09:16 +0000 (01:09 +0000)]
NEWS update

23 years ago- Applied a patch that enables getimagesize to return the size of .bmp and
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)

23 years agoAdded streams stuff
Wez Furlong [Thu, 3 May 2001 20:21:06 +0000 (20:21 +0000)]
Added streams stuff
# Turn on those psychological thumbscrews!

23 years agoadd crash guard (valid message number check) to imap_body().
Chuck Hagenbuch [Thu, 3 May 2001 19:44:42 +0000 (19:44 +0000)]
add crash guard (valid message number check) to imap_body().

23 years agoremoving references to IMSP module, which will probably never be ported to
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).

23 years agoFix for #8359. imap_fetchheader should never return the full message; the
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.

23 years agoFix chdir() under Windows 9x/ME
Zeev Suraski [Thu, 3 May 2001 15:50:37 +0000 (15:50 +0000)]
Fix chdir() under Windows 9x/ME

23 years agoadd an interface for registering storage modules at run-time.
Sascha Schumann [Thu, 3 May 2001 15:48:49 +0000 (15:48 +0000)]
add an interface for registering storage modules at run-time.

23 years agofixed leaky code
Harald Radi [Thu, 3 May 2001 11:20:29 +0000 (11:20 +0000)]
fixed leaky code
#cleaned up dirty hack from yesterday

23 years agoReplace slow strlcpy with a quick memcpy.
Sascha Schumann [Thu, 3 May 2001 09:04:15 +0000 (09:04 +0000)]
Replace slow strlcpy with a quick memcpy.

23 years agoSome fixes in Udm_Cat_List and Udm_Cat_Path functions.
Sergey Kartashoff [Thu, 3 May 2001 08:59:49 +0000 (08:59 +0000)]
Some fixes in Udm_Cat_List and Udm_Cat_Path functions.

23 years agoFix bug #10589
foobar [Thu, 3 May 2001 03:41:42 +0000 (03:41 +0000)]
Fix bug #10589

23 years agoadded .cvsignore.
Rui Hirokawa [Thu, 3 May 2001 03:12:43 +0000 (03:12 +0000)]
added .cvsignore.

23 years agoChangeLog update
<changelog@php.net> [Thu, 3 May 2001 01:09:16 +0000 (01:09 +0000)]
ChangeLog update

23 years agodeleted some function aliases.
Rui Hirokawa [Thu, 3 May 2001 00:44:26 +0000 (00:44 +0000)]
deleted some function aliases.
@- Added Japanese multibyte string functions support. (Rui)

23 years agoadded generation of CREDITS and EXPERIMENTAL to ext_skel
Hartmut Holzgraefe [Wed, 2 May 2001 23:33:21 +0000 (23:33 +0000)]
added generation of CREDITS and EXPERIMENTAL to ext_skel

23 years ago- More strncpy() -> strlcpy() changes. Am I getting bored yet? :)
Andi Gutmans [Wed, 2 May 2001 23:20:04 +0000 (23:20 +0000)]
- More strncpy() -> strlcpy() changes. Am I getting bored yet? :)

23 years ago- More strncpy() -> strlcpy() changes. mm_login() doesn't seem to be used
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.

23 years ago- Another strncpy() -> strlcpy() change
Andi Gutmans [Wed, 2 May 2001 22:53:41 +0000 (22:53 +0000)]
- Another strncpy() -> strlcpy() change

23 years ago- Change strncpy()'s to strlcpy()'s
Andi Gutmans [Wed, 2 May 2001 22:49:48 +0000 (22:49 +0000)]
- Change strncpy()'s to strlcpy()'s

23 years ago- Whitespace fix
Andi Gutmans [Wed, 2 May 2001 22:41:09 +0000 (22:41 +0000)]
- Whitespace fix

23 years ago- Commit interbase fixes
Andi Gutmans [Wed, 2 May 2001 22:31:19 +0000 (22:31 +0000)]
- Commit interbase fixes

23 years ago- Fix possible buffer overflow. Always better to use strlcpy() instead
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()

23 years ago- Support \r as newline in the ini scanner
Andi Gutmans [Wed, 2 May 2001 21:52:30 +0000 (21:52 +0000)]
- Support \r as newline in the ini scanner

23 years agoadapted because of the changes in the com module
Harald Radi [Wed, 2 May 2001 21:52:12 +0000 (21:52 +0000)]
adapted because of the changes in the com module

23 years ago*** empty log message ***
Andi Gutmans [Wed, 2 May 2001 21:51:32 +0000 (21:51 +0000)]
*** empty log message ***

23 years agoremoved itypeinfo calls because they didn't work on every machine
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 ...

23 years ago- Handle MAC OS X \r line endings
Andi Gutmans [Wed, 2 May 2001 21:48:07 +0000 (21:48 +0000)]
- Handle MAC OS X \r line endings

23 years agoChanging paramters on database_password
Frank M. Kromann [Wed, 2 May 2001 20:36:51 +0000 (20:36 +0000)]
Changing paramters on database_password

23 years agoFixing segfault in database_password
Frank M. Kromann [Wed, 2 May 2001 20:06:00 +0000 (20:06 +0000)]
Fixing segfault in database_password

23 years ago- Patch by Andrei to prevent crash in error situation when not all
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.

23 years ago.
Sterling Hughes [Wed, 2 May 2001 19:37:59 +0000 (19:37 +0000)]
.

# How'd that sneak in

23 years agoset the date 4.0.5 was released.
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?

23 years ago- Apply Vlad's sybase patch to work with two different kinds of builds of
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

23 years agofix whitespace pollution
Chuck Hagenbuch [Wed, 2 May 2001 17:46:44 +0000 (17:46 +0000)]
fix whitespace pollution

23 years agoFixes and improvements to imap_mail_compose (Johan Ekenberg
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>)

23 years agoAdd support for cram-md5 authentication in imap_open().
Chuck Hagenbuch [Wed, 2 May 2001 17:30:30 +0000 (17:30 +0000)]
Add support for cram-md5 authentication in imap_open().

23 years agoPatch from Stephen Landamore: speed up the environment merging by
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.

23 years agomake run-tests work under win32 too
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...

23 years agoclear http input encoding detection result in RSHUTDOWN.
Rui Hirokawa [Wed, 2 May 2001 13:24:26 +0000 (13:24 +0000)]
clear http input encoding detection result in RSHUTDOWN.

23 years agoNow the file uploads 'work' also on Lynx. This patch was submitted
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

23 years agoChangeLog update
<changelog@php.net> [Wed, 2 May 2001 01:15:10 +0000 (01:15 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Wed, 2 May 2001 01:11:13 +0000 (01:11 +0000)]
NEWS update

23 years ago- Remove C-style comments
John Donagher [Wed, 2 May 2001 01:08:47 +0000 (01:08 +0000)]
- Remove C-style comments
- Remove some stale debugging code

23 years agoPossible Fix for #10570, #10585, #10539 and maybe others.
foobar [Wed, 2 May 2001 00:21:25 +0000 (00:21 +0000)]
Possible Fix for #10570, #10585, #10539 and maybe others.

23 years agomodified some function name in ext/mbstring based on naming convension and mbstr_http...
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.

23 years agoFix bug #10563
foobar [Tue, 1 May 2001 23:22:55 +0000 (23:22 +0000)]
Fix bug #10563

23 years agoFixing some proto types and return values
Frank M. Kromann [Tue, 1 May 2001 22:04:11 +0000 (22:04 +0000)]
Fixing some proto types and return values

23 years agolooks like i missed something
Hartmut Holzgraefe [Tue, 1 May 2001 19:15:43 +0000 (19:15 +0000)]
looks like i missed something

23 years agoAdd TODO
John Donagher [Tue, 1 May 2001 19:08:27 +0000 (19:08 +0000)]
Add TODO

23 years ago- Optimizer the previous patch a bit by nuking memset()
Andi Gutmans [Tue, 1 May 2001 18:13:59 +0000 (18:13 +0000)]
- Optimizer the previous patch a bit by nuking memset()

23 years agoAdding support for BINARY, VARBINARY and IMAGE column types.
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.

23 years agoPatch from Sascha that abstracts session serializers. WDDX extension
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.

23 years ago- Remove C++ comment
Andi Gutmans [Tue, 1 May 2001 16:33:09 +0000 (16:33 +0000)]
- Remove C++ comment

23 years ago- Fix snprintf() to work with nan and inf properly
Andi Gutmans [Tue, 1 May 2001 16:29:52 +0000 (16:29 +0000)]
- Fix snprintf() to work with nan and inf properly

23 years agohartmfixed and extended the ini parameter and module globals stuff
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!

23 years agomodified some function name in mbstring based on php's naming convension.
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.

23 years ago- Bump up Zend version
Andi Gutmans [Tue, 1 May 2001 07:20:36 +0000 (07:20 +0000)]
- Bump up Zend version

23 years ago- Remove unused variable
Andi Gutmans [Tue, 1 May 2001 07:16:57 +0000 (07:16 +0000)]
- Remove unused variable

23 years ago- Fix for bug #10518 (Thanks to kettler@gmx.net)
Derick Rethans [Tue, 1 May 2001 07:09:09 +0000 (07:09 +0000)]
- Fix for bug #10518 (Thanks to kettler@gmx.net)

23 years agosimplified some function's name in ext/mbstring.
Rui Hirokawa [Tue, 1 May 2001 05:21:29 +0000 (05:21 +0000)]
simplified some function's name in ext/mbstring.

23 years ago- Remove some stale code
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)

23 years agofix for bug 6491, http://www.php.net/bugs.php?id=6491, removes a bit of
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.

23 years agoCheck for the existance of the iconv library
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)

23 years agorenamed jstring to mbstring.
Rui Hirokawa [Tue, 1 May 2001 01:52:55 +0000 (01:52 +0000)]
renamed jstring to mbstring.

23 years agod
Rui Hirokawa [Tue, 1 May 2001 01:46:05 +0000 (01:46 +0000)]
d

23 years agoChangeLog update
<changelog@php.net> [Tue, 1 May 2001 01:09:24 +0000 (01:09 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Tue, 1 May 2001 01:09:21 +0000 (01:09 +0000)]
NEWS update

23 years ago- Fix for Bug id #10071
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:

23 years agosome more example code for modules using --with-something
Hartmut Holzgraefe [Mon, 30 Apr 2001 19:06:26 +0000 (19:06 +0000)]
some more example code for modules using --with-something
works for me (linux/bash) but please give it a test drive

23 years agoremove last minute garbage that snuck in...
Sterling Hughes [Mon, 30 Apr 2001 16:30:46 +0000 (16:30 +0000)]
remove last minute garbage that snuck in...

23 years agoAs per Andi's suggestions.
Sterling Hughes [Mon, 30 Apr 2001 15:32:02 +0000 (15:32 +0000)]
As per Andi's suggestions.

23 years ago# Wayyyyy too many entries, if anyone has an idea to maybe cut this down to
Sterling Hughes [Mon, 30 Apr 2001 15:14:02 +0000 (15:14 +0000)]
# Wayyyyy too many entries, if anyone has an idea to maybe cut this down to
# one or two anouncements, speak!! :)

update the news file in accordance with my previous commit...

23 years agoAdd some missing constants.
Sterling Hughes [Mon, 30 Apr 2001 14:46:04 +0000 (14:46 +0000)]
Add some missing constants.

23 years ago# Ok, big ass change list. Most of the changes are NEW's worthy, so
Sterling Hughes [Mon, 30 Apr 2001 14:36:19 +0000 (14:36 +0000)]
# Ok, big ass change list.  Most of the changes are NEW's worthy, so
# I'll enter them directly there, not here....  The non-newsworthy code
# is:

Added REGISTER_CURL_CONSTANT() a wrapper around REGISTER_LONG_CONSTANT()
Re-vamp the internal php_curl structure.
Properly free allocated slist's and HttpPost structures
many whitespace changes
speed improvements (in the post handling and slist area's)

# Furthermore, as a side note, while the code I'm committing is correct,
# no one will be able to compile it yet and test it, as it requires a
# patched version of curl (if you really want to try it out and can't
# wait a day or two, send me a private mail)

23 years agomake pgsql build under win32 again
Daniel Beulshausen [Mon, 30 Apr 2001 14:23:41 +0000 (14:23 +0000)]
make pgsql build under win32 again

23 years agoTimeout setting for yaz_wait. Force call by reference for yaz_ccl_parse
Adam Dickmeiss [Mon, 30 Apr 2001 14:11:15 +0000 (14:11 +0000)]
Timeout setting for yaz_wait. Force call by reference for yaz_ccl_parse
and yaz_scan_result.

23 years agoadded japanse http input (POST/GET/Cookie) handler. It is nessceary to add input...
Rui Hirokawa [Mon, 30 Apr 2001 13:27:53 +0000 (13:27 +0000)]
added japanse http input (POST/GET/Cookie) handler. It is nessceary to add input encoding conversion functionality for ext/jstring.

23 years agoadded japanese string function module.
Rui Hirokawa [Mon, 30 Apr 2001 13:24:46 +0000 (13:24 +0000)]
added japanese string function module.

23 years ago- Add mistakenly removen closing bracket
Andi Gutmans [Mon, 30 Apr 2001 13:05:11 +0000 (13:05 +0000)]
- Add mistakenly removen closing bracket

23 years ago- Get rid of warning
Andi Gutmans [Mon, 30 Apr 2001 13:04:27 +0000 (13:04 +0000)]
- Get rid of warning

23 years ago*must* use HwSLS_FETCH()
Daniel Beulshausen [Mon, 30 Apr 2001 12:53:58 +0000 (12:53 +0000)]
*must* use HwSLS_FETCH()

23 years ago- Change macros from V_ to VCWD_ because of AIX name clash
Andi Gutmans [Mon, 30 Apr 2001 12:45:02 +0000 (12:45 +0000)]
- Change macros from V_ to VCWD_ because of AIX name clash

23 years agomake dsp supporting gd2
Daniel Beulshausen [Mon, 30 Apr 2001 12:14:36 +0000 (12:14 +0000)]
make dsp supporting gd2

23 years agoUdm_Cat_List and Udm_Cat_Path functions has been added.
Sergey Kartashoff [Mon, 30 Apr 2001 11:11:19 +0000 (11:11 +0000)]
Udm_Cat_List and Udm_Cat_Path functions has been added.
@ Udm_Cat_List and Udm_Cat_Path functions has been added.

23 years agolook in Release_TS_inline for php4ts.lib as well
Daniel Beulshausen [Mon, 30 Apr 2001 11:09:03 +0000 (11:09 +0000)]
look in Release_TS_inline for php4ts.lib as well

23 years agomake dotnet module build again & fix dsp ouput dir
Daniel Beulshausen [Mon, 30 Apr 2001 10:57:31 +0000 (10:57 +0000)]
make dotnet module build again & fix dsp ouput dir

23 years agonewer libxml libs are called libxml2.lib
Daniel Beulshausen [Mon, 30 Apr 2001 10:33:17 +0000 (10:33 +0000)]
newer libxml libs are called libxml2.lib

23 years ago- Fix crash bugs when rfc822_qprint and rfc822_base64 return NULL
Andi Gutmans [Mon, 30 Apr 2001 10:23:13 +0000 (10:23 +0000)]
- Fix crash bugs when rfc822_qprint and rfc822_base64 return NULL

23 years ago# mnoGoSearch module TODO updated
Sergey Kartashoff [Mon, 30 Apr 2001 10:04:47 +0000 (10:04 +0000)]
# mnoGoSearch module TODO updated

23 years agofix ouput directory
Daniel Beulshausen [Mon, 30 Apr 2001 10:01:36 +0000 (10:01 +0000)]
fix ouput directory

23 years agofix win32 build
Daniel Beulshausen [Mon, 30 Apr 2001 09:57:16 +0000 (09:57 +0000)]
fix win32 build

23 years agoAdded UDM_FIELD_CATEGORY parameter to get current document
Sergey Kartashoff [Mon, 30 Apr 2001 08:57:41 +0000 (08:57 +0000)]
Added UDM_FIELD_CATEGORY parameter to get current document
category in the mnoGoSearch module

23 years ago- Interactive mode is back in 4.0.6
Andi Gutmans [Mon, 30 Apr 2001 07:11:51 +0000 (07:11 +0000)]
- Interactive mode is back in 4.0.6

23 years ago- Try to solve crash on OS400. There is actually no reason I can see for
Andi Gutmans [Mon, 30 Apr 2001 05:39:37 +0000 (05:39 +0000)]
- Try to solve crash on OS400. There is actually no reason I can see for
  why his fix should solve a crash but it doesn't harm.

23 years ago- Fix crash bug in interactive mode
Andi Gutmans [Mon, 30 Apr 2001 04:50:34 +0000 (04:50 +0000)]
- Fix crash bug in interactive mode

23 years ago@ - Added key_exists() to check if a given key or index exists in an
David Croft [Mon, 30 Apr 2001 04:06:09 +0000 (04:06 +0000)]
@ - Added key_exists() to check if a given key or index exists in an
@ array or object (David Croft)
Added key_exists() to check if a given key or index exists in an array or object

23 years agoChangeLog update
<changelog@php.net> [Mon, 30 Apr 2001 01:09:11 +0000 (01:09 +0000)]
ChangeLog update