]> granicus.if.org Git - php/log
php
22 years agoAdded support for db3/db4 error handling/information
Marcus Boerger [Sun, 29 Dec 2002 15:32:38 +0000 (15:32 +0000)]
Added support for db3/db4 error handling/information

22 years agoAdd a default handler that makes handler parameter to open functions
Marcus Boerger [Sun, 29 Dec 2002 15:31:00 +0000 (15:31 +0000)]
Add a default handler that makes handler parameter to open functions
optional.
@Improved dba extension (Marcus)
@-Made handler parameter of dba_(p)open() optional.
@-Added php.ini option 'dba.default_handler' to specify a default handler.

22 years agoTypo.
Sara Golemon [Sat, 28 Dec 2002 19:40:03 +0000 (19:40 +0000)]
Typo.

22 years agoWhen scanning for cc: headers, make sure the header is JUST cc: and not bcc: or origi...
Sara Golemon [Sat, 28 Dec 2002 19:32:45 +0000 (19:32 +0000)]
When scanning for cc: headers, make sure the header is JUST cc: and not bcc: or original-cc: or <anything-printable>cc:
See Bugs # 21036 and # 20707

22 years agoFix order of library additions, so that the imap extension now builds
Sascha Schumann [Sat, 28 Dec 2002 15:33:25 +0000 (15:33 +0000)]
Fix order of library additions, so that the imap extension now builds
successfully with static imap/ssl libs.  configure was already failing
before.

22 years agoFixed bug #21229 (missing 3rd argument to php_module_startup).
Ilia Alshanetsky [Sat, 28 Dec 2002 06:59:24 +0000 (06:59 +0000)]
Fixed bug #21229 (missing 3rd argument to php_module_startup).

22 years agoMake the version code get the version from the current Apache, rather then
Ilia Alshanetsky [Fri, 27 Dec 2002 23:05:15 +0000 (23:05 +0000)]
Make the version code get the version from the current Apache, rather then
the Apache PHP was compiled against.

22 years agoAdded apache_get_version() & apache_get_modules() to Apache 1.X & Apache
Ilia Alshanetsky [Fri, 27 Dec 2002 22:47:06 +0000 (22:47 +0000)]
Added apache_get_version() & apache_get_modules() to Apache 1.X & Apache
Hooks sapis.
Made the module listing in Apache 2 not show the '.c' portion, to be
consistent with Apache 1.X.

22 years agoAdded MINFO() to Apache 2, which displays the Apache version & all of the
Ilia Alshanetsky [Fri, 27 Dec 2002 22:02:17 +0000 (22:02 +0000)]
Added MINFO() to Apache 2, which displays the Apache version & all of the
loaded Apache modules.
Added apache_get_version() & apache_get_modules() functions.

22 years agoBug fixing news.
Ilia Alshanetsky [Fri, 27 Dec 2002 20:23:29 +0000 (20:23 +0000)]
Bug fixing news.

22 years agoFixed bug #17098 (make Apache aware that PHP scripts represent dynamic data
Ilia Alshanetsky [Fri, 27 Dec 2002 19:59:09 +0000 (19:59 +0000)]
Fixed bug #17098 (make Apache aware that PHP scripts represent dynamic data
and should not be cached). Fix suggested by daniel.eckl@gmx.de.

22 years ago* 1.0 release notes
Stig Bakken [Fri, 27 Dec 2002 19:31:56 +0000 (19:31 +0000)]
* 1.0 release notes

22 years ago* added "clear-cache" command
Stig Bakken [Fri, 27 Dec 2002 19:31:37 +0000 (19:31 +0000)]
* added "clear-cache" command

22 years ago* 1.0 release
Stig Bakken [Fri, 27 Dec 2002 19:01:19 +0000 (19:01 +0000)]
* 1.0 release

22 years ago* 1.0 version
Stig Bakken [Fri, 27 Dec 2002 17:19:31 +0000 (17:19 +0000)]
* 1.0 version

22 years agoMade DBA tests not dependant on error reporting settings.
Ilia Alshanetsky [Fri, 27 Dec 2002 04:46:40 +0000 (04:46 +0000)]
Made DBA tests not dependant on error reporting settings.

22 years agoUpdate.
<changelog@php.net> [Fri, 27 Dec 2002 04:03:10 +0000 (04:03 +0000)]
Update.

22 years agoMention the fact that zlib extension is now built-in in win32 distro.
Edin Kadribasic [Fri, 27 Dec 2002 03:16:01 +0000 (03:16 +0000)]
Mention the fact that zlib extension is now built-in in win32 distro.

22 years agoResolved apperent cvs commit confict.
Edin Kadribasic [Fri, 27 Dec 2002 02:55:37 +0000 (02:55 +0000)]
Resolved apperent cvs commit confict.

22 years agoNEWS update
<changelog@php.net> [Fri, 27 Dec 2002 01:32:47 +0000 (01:32 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Fri, 27 Dec 2002 01:32:29 +0000 (01:32 +0000)]
ChangeLog update

22 years agoBug fixing news.
Ilia Alshanetsky [Fri, 27 Dec 2002 00:09:13 +0000 (00:09 +0000)]
Bug fixing news.

22 years ago- MFB
Derick Rethans [Thu, 26 Dec 2002 23:45:05 +0000 (23:45 +0000)]
- MFB

22 years agoadded Wez, Ilia & myself
Georg Richter [Thu, 26 Dec 2002 23:38:18 +0000 (23:38 +0000)]
added Wez, Ilia & myself

22 years agoRemove cruft that opened a stream that was never closed in get_meta_tags().
Wez Furlong [Thu, 26 Dec 2002 22:35:00 +0000 (22:35 +0000)]
Remove cruft that opened a stream that was never closed in get_meta_tags().
(probably my fault).
Noticed by Philip Olson

22 years agoif needle is empty free allocated memory
Sterling Hughes [Thu, 26 Dec 2002 20:52:42 +0000 (20:52 +0000)]
if needle is empty free allocated memory

22 years agoremove memleak
Sterling Hughes [Thu, 26 Dec 2002 19:56:44 +0000 (19:56 +0000)]
remove memleak

22 years agoAdd missing test for db4 handler
Marcus Boerger [Thu, 26 Dec 2002 19:55:06 +0000 (19:55 +0000)]
Add missing test for db4 handler

22 years agodo_inherit_method_check() is supposed to return 0 or 1, not SUCCESS or
Andrei Zmievski [Thu, 26 Dec 2002 16:27:59 +0000 (16:27 +0000)]
do_inherit_method_check() is supposed to return 0 or 1, not SUCCESS or
FAILURE.

22 years agoMFB:
Edin Kadribasic [Thu, 26 Dec 2002 13:40:32 +0000 (13:40 +0000)]
MFB:
Made ZLIB extension built in on Windows. Fixes #21139.

22 years agoChangeLog update
<changelog@php.net> [Thu, 26 Dec 2002 01:33:49 +0000 (01:33 +0000)]
ChangeLog update

22 years agofixed ws
George Schlossnagle [Wed, 25 Dec 2002 21:18:37 +0000 (21:18 +0000)]
fixed ws

22 years agofix for 21177
George Schlossnagle [Wed, 25 Dec 2002 20:38:37 +0000 (20:38 +0000)]
fix for 21177

22 years ago- Add test for bug #21182
Derick Rethans [Wed, 25 Dec 2002 20:08:36 +0000 (20:08 +0000)]
- Add test for bug #21182

22 years agoMake range operate on the copies of the parameters rather then modify the
Ilia Alshanetsky [Wed, 25 Dec 2002 20:02:03 +0000 (20:02 +0000)]
Make range operate on the copies of the parameters rather then modify the
actual parameters.

22 years agoChangeLog update
<changelog@php.net> [Wed, 25 Dec 2002 01:34:22 +0000 (01:34 +0000)]
ChangeLog update

22 years agofix compile warning
Stefan Esser [Tue, 24 Dec 2002 23:46:17 +0000 (23:46 +0000)]
fix compile warning

22 years agodo correct casting
Stefan Esser [Tue, 24 Dec 2002 23:28:05 +0000 (23:28 +0000)]
do correct casting

22 years agoRemoved pointless assignment.
Ilia Alshanetsky [Tue, 24 Dec 2002 23:19:54 +0000 (23:19 +0000)]
Removed pointless assignment.

22 years agoThe -1 is no longer needed, since it is done automatically by strlcpy().
Ilia Alshanetsky [Tue, 24 Dec 2002 17:33:33 +0000 (17:33 +0000)]
The -1 is no longer needed, since it is done automatically by strlcpy().

22 years agoChanged strncpy() to strlcpy().
Ilia Alshanetsky [Tue, 24 Dec 2002 17:30:48 +0000 (17:30 +0000)]
Changed strncpy() to strlcpy().

22 years agoA variety of CS style fixes, which include:
Ilia Alshanetsky [Tue, 24 Dec 2002 17:20:33 +0000 (17:20 +0000)]
A variety of CS style fixes, which include:
 * Changed all argument parsing to use the new zend_parse_parameters()
 * If a function is unavailable due to lack of support for a certain feature,
   do not make the function avaliable, rather then making it print an error
   saying that the functionality offered by the function is not avaliable.
 * Lots of WS fixes all over the file.
 * Change strcpy() to strncpy() to prevent possible buffer overflows.
Fixed a bug in ncurses_pair_content(), 1st parameter was wrong.
Fixed several function prototypes that failed to indicate that functions
accepted arguments by reference.

22 years agoChangeLog update
<changelog@php.net> [Tue, 24 Dec 2002 01:31:43 +0000 (01:31 +0000)]
ChangeLog update

22 years agoVerify if gl_pathv is not NULL, which it is, when GLOB_NOMATCH isn't
Melvyn Sopacua [Mon, 23 Dec 2002 18:33:46 +0000 (18:33 +0000)]
Verify if gl_pathv is not NULL, which it is, when GLOB_NOMATCH isn't
supported and there are no matches.

# BSDi/Mac OSX are affected.

22 years agofix compile error on IRIX
Stefan Esser [Mon, 23 Dec 2002 08:50:05 +0000 (08:50 +0000)]
fix compile error on IRIX

22 years agoMFB:
Edin Kadribasic [Mon, 23 Dec 2002 03:35:38 +0000 (03:35 +0000)]
MFB:
Ignore the new name of the binary built. Allows cvsclean to work again
in sapi/cgi.

22 years agoMFB: fpos_t -> off_t
Wez Furlong [Mon, 23 Dec 2002 02:56:46 +0000 (02:56 +0000)]
MFB: fpos_t -> off_t

22 years agoChangeLog update
<changelog@php.net> [Mon, 23 Dec 2002 01:33:10 +0000 (01:33 +0000)]
ChangeLog update

22 years agoFixed various memory leaks.
Ilia Alshanetsky [Sun, 22 Dec 2002 20:16:37 +0000 (20:16 +0000)]
Fixed various memory leaks.

# Should this be MFHed?

22 years agoRemoved "%s" from format strings
Moriyoshi Koizumi [Sun, 22 Dec 2002 19:51:49 +0000 (19:51 +0000)]
Removed "%s" from format strings

22 years agoFixed bug #21146.
Ilia Alshanetsky [Sun, 22 Dec 2002 19:44:01 +0000 (19:44 +0000)]
Fixed bug #21146.

22 years agophp_error => php_error_docref
Moriyoshi Koizumi [Sun, 22 Dec 2002 19:16:09 +0000 (19:16 +0000)]
php_error => php_error_docref

22 years agoWS fix
Moriyoshi Koizumi [Sun, 22 Dec 2002 19:05:06 +0000 (19:05 +0000)]
WS fix

22 years agoFixed bug #21144
Moriyoshi Koizumi [Sun, 22 Dec 2002 19:01:44 +0000 (19:01 +0000)]
Fixed bug #21144

22 years agoForgot to include this in my previous commit for #21131 fix.
Wez Furlong [Sun, 22 Dec 2002 18:06:27 +0000 (18:06 +0000)]
Forgot to include this in my previous commit for #21131 fix.

22 years agoFix for Bug #21131: fopen($file, 'a+') would incorrectly assume that
Wez Furlong [Sun, 22 Dec 2002 18:05:36 +0000 (18:05 +0000)]
Fix for Bug #21131: fopen($file, 'a+') would incorrectly assume that
the stream position was at offset 0.
This corrects that assumption by querying the stream for it's position
when it detects the 'a' "flag" in the mode parameter to fopen.
Also added a test for plain files and amended the userstreams test to
take this into account.

22 years ago(char *) vptr += expr; is refused by the IRIX compiler, so we use
Sascha Schumann [Sun, 22 Dec 2002 16:34:13 +0000 (16:34 +0000)]
(char *) vptr += expr; is refused by the IRIX compiler, so we use
vptr = (char *) vptr + expr; instead.

22 years ago'index' is a function name in the C library, do not use it as variable name.
Sascha Schumann [Sun, 22 Dec 2002 16:03:28 +0000 (16:03 +0000)]
'index' is a function name in the C library, do not use it as variable name.

also, cast the 'void *' correctly to a 'char *' for manipulation
instead of an 'int'.

22 years agoA Simple fix for Bug #12360 (fsockopen timeout doesn't work).
Wez Furlong [Sun, 22 Dec 2002 13:55:45 +0000 (13:55 +0000)]
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.

22 years agoDelete some security related env variables
Melvyn Sopacua [Sun, 22 Dec 2002 12:48:49 +0000 (12:48 +0000)]
Delete some security related env variables

22 years agoChangeLog update
<changelog@php.net> [Sun, 22 Dec 2002 01:33:28 +0000 (01:33 +0000)]
ChangeLog update

22 years ago* Windows fix from Edin
Stig Bakken [Sun, 22 Dec 2002 01:32:01 +0000 (01:32 +0000)]
* Windows fix from Edin

22 years ago* set default xml-rpc cache ttl to 1 hour
Stig Bakken [Sun, 22 Dec 2002 01:31:13 +0000 (01:31 +0000)]
* set default xml-rpc cache ttl to 1 hour

22 years agoCreate php.exe in cli directory to avoid conflict with the cgi version
Frank M. Kromann [Sat, 21 Dec 2002 22:43:47 +0000 (22:43 +0000)]
Create php.exe in cli directory to avoid conflict with the cgi version

22 years agoMFB:
Edin Kadribasic [Sat, 21 Dec 2002 22:19:51 +0000 (22:19 +0000)]
MFB:
Updated list of bundled windows extensions compiled by
Christoph Grottolo <cg@gordimer.net>

22 years agoMFB: Reflect recent changes to the build process.
Edin Kadribasic [Sat, 21 Dec 2002 22:05:55 +0000 (22:05 +0000)]
MFB: Reflect recent changes to the build process.

22 years agoMade auth information inaccessible under safe mode as discussed in the list
Moriyoshi Koizumi [Sat, 21 Dec 2002 21:50:28 +0000 (21:50 +0000)]
Made auth information inaccessible under safe mode as discussed in the list

22 years agoMFB: There won't be a warning/fix on this, so remove the test
Melvyn Sopacua [Sat, 21 Dec 2002 21:01:52 +0000 (21:01 +0000)]
MFB: There won't be a warning/fix on this, so remove the test

22 years agoMoved the bug fix news entry to 4.3.0 section, to indicate that it has been
Ilia Alshanetsky [Sat, 21 Dec 2002 20:37:17 +0000 (20:37 +0000)]
Moved the bug fix news entry to 4.3.0 section, to indicate that it has been
MFHed.

22 years agoMFB.
Andrei Zmievski [Sat, 21 Dec 2002 20:12:08 +0000 (20:12 +0000)]
MFB.

22 years agoBug fixing news & range() changes.
Ilia Alshanetsky [Sat, 21 Dec 2002 18:06:04 +0000 (18:06 +0000)]
Bug fixing news & range() changes.

22 years agoFixed bug #20987 (no handling for client certificates).
Ilia Alshanetsky [Sat, 21 Dec 2002 18:03:46 +0000 (18:03 +0000)]
Fixed bug #20987 (no handling for client certificates).

22 years agoMFB: Fix typo
Derick Rethans [Sat, 21 Dec 2002 17:48:37 +0000 (17:48 +0000)]
MFB: Fix typo

22 years agoMFB: Skip the test, until a proper descision is made
Melvyn Sopacua [Sat, 21 Dec 2002 16:58:23 +0000 (16:58 +0000)]
MFB: Skip the test, until a proper descision is made

22 years agoWS
Moriyoshi Koizumi [Sat, 21 Dec 2002 06:34:31 +0000 (06:34 +0000)]
WS

22 years agoAdded some notes about the brigade bug detection
Moriyoshi Koizumi [Sat, 21 Dec 2002 06:33:19 +0000 (06:33 +0000)]
Added some notes about the brigade bug detection

22 years agoChangeLog update
<changelog@php.net> [Sat, 21 Dec 2002 01:34:00 +0000 (01:34 +0000)]
ChangeLog update

22 years ago*** empty log message ***
Andrei Zmievski [Sat, 21 Dec 2002 01:11:44 +0000 (01:11 +0000)]
*** empty log message ***

22 years agoAlias dba_popen() to dba_open() until persistent STDIO streams are
Andrei Zmievski [Sat, 21 Dec 2002 01:09:27 +0000 (01:09 +0000)]
Alias dba_popen() to dba_open() until persistent STDIO streams are
implemented.

22 years agotest commit
Sascha Schumann [Fri, 20 Dec 2002 20:53:10 +0000 (20:53 +0000)]
test commit

22 years agoneed more space
Stefan Esser [Fri, 20 Dec 2002 19:37:07 +0000 (19:37 +0000)]
need more space

22 years agofixed some warning when using external 4.x libs
Georg Richter [Fri, 20 Dec 2002 18:52:27 +0000 (18:52 +0000)]
fixed some warning when using external 4.x libs

22 years agoFixing Win32 build by adding missing libraries
Frank M. Kromann [Fri, 20 Dec 2002 18:40:31 +0000 (18:40 +0000)]
Fixing Win32 build by adding missing libraries

22 years agoMinor clarification in meaning of bitmask constants
Sara Golemon [Fri, 20 Dec 2002 18:34:56 +0000 (18:34 +0000)]
Minor clarification in meaning of bitmask constants
/* PHP_DNS_xx = 1<<(T_xx-1) */
T_CNAME = 5 ergo PHP_DNS_CNAME should be 0x00000010.
T_SOA = 6 ergo PHP_DNS_CNAME should be 0x00000020.

22 years ago-Fix memory handling of persistent dba connections.
Marcus Boerger [Fri, 20 Dec 2002 17:47:58 +0000 (17:47 +0000)]
-Fix memory handling of persistent dba connections.
-Update tests.
# cdb and flatfile still FAIL for dba_popen since the known streams problem

22 years agoMake sure the debug version is created in the right directory
Frank M. Kromann [Fri, 20 Dec 2002 17:34:34 +0000 (17:34 +0000)]
Make sure the debug version is created in the right directory

22 years agoWhen low & high are the same return an array containing the low value.
Ilia Alshanetsky [Fri, 20 Dec 2002 17:16:31 +0000 (17:16 +0000)]
When low & high are the same return an array containing the low value.
Added support for float values and handling of numeric values being passed
as strings.
Added a test case for range().

22 years ago@Make uniqid() parameters optional and allow any prefix length. (Marcus)
Marcus Boerger [Fri, 20 Dec 2002 17:06:25 +0000 (17:06 +0000)]
@Make uniqid() parameters optional and allow any prefix length. (Marcus)

22 years agoMFB
Marcus Boerger [Fri, 20 Dec 2002 17:04:33 +0000 (17:04 +0000)]
MFB

22 years agoAt least this problem exposed some leaks..
Andrei Zmievski [Fri, 20 Dec 2002 16:45:34 +0000 (16:45 +0000)]
At least this problem exposed some leaks..

22 years ago-disable uniqid() when required lib functions not available
Marcus Boerger [Fri, 20 Dec 2002 16:34:42 +0000 (16:34 +0000)]
-disable uniqid() when required lib functions not available
-emit an error when uniqid() will fail
-make more_entropy parameter default to true for CYGWIN

22 years agoRecommited the patch
Moriyoshi Koizumi [Fri, 20 Dec 2002 15:51:35 +0000 (15:51 +0000)]
Recommited the patch

22 years agosilly error, will MFH
Sterling Hughes [Fri, 20 Dec 2002 15:44:51 +0000 (15:44 +0000)]
silly error, will MFH

22 years agoMFB: Make sure cli install dir is created before trying to install in it.
Edin Kadribasic [Fri, 20 Dec 2002 10:12:15 +0000 (10:12 +0000)]
MFB: Make sure cli install dir is created before trying to install in it.

22 years ago- Add comment in macro and remove some now unneeded code
Andi Gutmans [Fri, 20 Dec 2002 08:42:50 +0000 (08:42 +0000)]
- Add comment in macro and remove some now unneeded code

22 years agotesting cvs commit..
James Cox [Fri, 20 Dec 2002 07:08:47 +0000 (07:08 +0000)]
testing cvs commit..

22 years agoChangeLog update
<changelog@php.net> [Fri, 20 Dec 2002 01:34:57 +0000 (01:34 +0000)]
ChangeLog update

22 years agoMake IS_ABSOLUTE_PATH use the IS_UNC_PATH macro rather then duplicate the
Ilia Alshanetsky [Fri, 20 Dec 2002 00:41:41 +0000 (00:41 +0000)]
Make IS_ABSOLUTE_PATH use the IS_UNC_PATH macro rather then duplicate the
code in the IS_UNC_PATH macro.

22 years agoMFB: libtool detection
Melvyn Sopacua [Fri, 20 Dec 2002 00:28:08 +0000 (00:28 +0000)]
MFB: libtool detection

22 years agoCorrect mistake introduced by my last commit on these files;
Wez Furlong [Thu, 19 Dec 2002 20:23:50 +0000 (20:23 +0000)]
Correct mistake introduced by my last commit on these files;
*_from_pipe() is for process-pipes created by fopen, not generic pipes
created from proc_open().
Correctly implemented the fifo/pipe check for *_from_file() and it seems
to be working correctly now.