]> granicus.if.org Git - php/log
php
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.

22 years agoMFB:
Edin Kadribasic [Thu, 19 Dec 2002 18:30:14 +0000 (18:30 +0000)]
MFB:
Making windows build system changes according to proposal:
http://news.php.net/article.php?group=php.dev&article=92682

22 years agoFixed bug #21098.
Ilia Alshanetsky [Thu, 19 Dec 2002 17:06:36 +0000 (17:06 +0000)]
Fixed bug #21098.

22 years agoMFB:
Edin Kadribasic [Thu, 19 Dec 2002 17:02:40 +0000 (17:02 +0000)]
MFB:
Making build system changes according to proposal:
http://news.php.net/article.php?group=php.dev&article=92682

22 years agoAppended "\n" as suggested by Derick.
Moriyoshi Koizumi [Thu, 19 Dec 2002 15:29:09 +0000 (15:29 +0000)]
Appended "\n" as suggested by Derick.

22 years agoNetWare related files added and changes/modifications done for the existing ones.
Anantha Kesari H Y [Thu, 19 Dec 2002 11:24:45 +0000 (11:24 +0000)]
NetWare related files added and changes/modifications done for the existing ones.

22 years agoNetWare related changes/modifications.
Anantha Kesari H Y [Thu, 19 Dec 2002 11:23:58 +0000 (11:23 +0000)]
NetWare related changes/modifications.

22 years agoNetware related changes/modifications.
Anantha Kesari H Y [Thu, 19 Dec 2002 11:12:04 +0000 (11:12 +0000)]
Netware related changes/modifications.

22 years agoMFB: Remove dependancy on libtool library which is no longer needed.
Edin Kadribasic [Thu, 19 Dec 2002 10:49:05 +0000 (10:49 +0000)]
MFB: Remove dependancy on libtool library which is no longer needed.

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

22 years agoMFB: Reverted previous patches as suggested by Andi.
Edin Kadribasic [Thu, 19 Dec 2002 00:13:43 +0000 (00:13 +0000)]
MFB: Reverted previous patches as suggested by Andi.

22 years agoPrevented test failure caused by LF code variety
Moriyoshi Koizumi [Wed, 18 Dec 2002 23:06:27 +0000 (23:06 +0000)]
Prevented test failure caused by LF code variety

22 years agoAdded a test case for bug #20539
Moriyoshi Koizumi [Wed, 18 Dec 2002 22:54:34 +0000 (22:54 +0000)]
Added a test case for bug #20539

22 years agoFix a crash while using an invalid color with imagesetstyle, see the sample
Pierre Joye [Wed, 18 Dec 2002 21:13:21 +0000 (21:13 +0000)]
Fix a crash while using an invalid color with imagesetstyle, see the sample
script in the manual to reproduce it :)

22 years agoAn intuitive attempt to hunt the bug.
Moriyoshi Koizumi [Wed, 18 Dec 2002 19:32:44 +0000 (19:32 +0000)]
An intuitive attempt to hunt the bug.

22 years agoAdded entry for the new feature of array_search()
Moriyoshi Koizumi [Wed, 18 Dec 2002 16:38:36 +0000 (16:38 +0000)]
Added entry for the new feature of array_search()

22 years agoUpdate
<changelog@php.net> [Tue, 17 Dec 2002 19:52:24 +0000 (19:52 +0000)]
Update

22 years agoFinally put the changelog back online.
<changelog@php.net> [Tue, 17 Dec 2002 19:48:17 +0000 (19:48 +0000)]
Finally put the changelog back online.

22 years ago- Also send reports when there are no failed tests
Derick Rethans [Tue, 17 Dec 2002 19:07:15 +0000 (19:07 +0000)]
- Also send reports when there are no failed tests

22 years agoFixing WIn32 build after adding support for FreeTDS
Frank M. Kromann [Mon, 16 Dec 2002 22:44:08 +0000 (22:44 +0000)]
Fixing WIn32 build after adding support for FreeTDS

22 years agoAllow the native MSSQL extension to be compiled with FreeTDS on *nix platforms.
Frank M. Kromann [Mon, 16 Dec 2002 22:26:49 +0000 (22:26 +0000)]
Allow the native MSSQL extension to be compiled with FreeTDS on *nix platforms.
This will make the whole MSSAL API available on these platforms.
@Allow compilation of mssql extension on *nix.

22 years ago* fix one missing DIRECTORY_SEPARATOR and a typo
Stig Bakken [Mon, 16 Dec 2002 20:44:50 +0000 (20:44 +0000)]
* fix one missing DIRECTORY_SEPARATOR and a typo

22 years ago- mnogosearch extension updated to compile with mnogosearch-3.2.8
Sergey Kartashoff [Mon, 16 Dec 2002 19:17:10 +0000 (19:17 +0000)]
- mnogosearch extension updated to compile with mnogosearch-3.2.8

22 years agofix compiler definition tests
Marcus Boerger [Mon, 16 Dec 2002 17:52:43 +0000 (17:52 +0000)]
fix compiler definition tests

22 years agofix compiler definition tests
Marcus Boerger [Mon, 16 Dec 2002 15:53:46 +0000 (15:53 +0000)]
fix compiler definition tests

22 years agoA better, strtok() free implementaion of php_disable_functions().
Ilia Alshanetsky [Mon, 16 Dec 2002 15:43:52 +0000 (15:43 +0000)]
A better, strtok() free implementaion of php_disable_functions().

22 years agofix test
Marcus Boerger [Mon, 16 Dec 2002 15:19:57 +0000 (15:19 +0000)]
fix test

22 years agoAdd version check since this will be available since php 4.4.
Marcus Boerger [Mon, 16 Dec 2002 15:04:12 +0000 (15:04 +0000)]
Add version check since this will be available since php 4.4.

22 years agoforgot to remove that dot
Marcus Boerger [Mon, 16 Dec 2002 14:54:35 +0000 (14:54 +0000)]
forgot to remove that dot

22 years ago-Add constant that shows whether or not exif uses mbstring.
Marcus Boerger [Mon, 16 Dec 2002 14:48:00 +0000 (14:48 +0000)]
-Add constant that shows whether or not exif uses mbstring.
-Fix tests

22 years agoCFLAGS_CLEAN was not properly defined
Sascha Schumann [Mon, 16 Dec 2002 13:39:27 +0000 (13:39 +0000)]
CFLAGS_CLEAN was not properly defined

22 years agochange mbstring detection
Marcus Boerger [Mon, 16 Dec 2002 09:58:49 +0000 (09:58 +0000)]
change mbstring detection

22 years ago- MFB
Derick Rethans [Mon, 16 Dec 2002 09:11:00 +0000 (09:11 +0000)]
- MFB

22 years agoA better memory leak patch.
Ilia Alshanetsky [Mon, 16 Dec 2002 07:46:36 +0000 (07:46 +0000)]
A better memory leak patch.

22 years agows
Marcus Boerger [Sun, 15 Dec 2002 18:49:07 +0000 (18:49 +0000)]
ws

22 years agoMFB: gd uses float instead of double
Marcus Boerger [Sun, 15 Dec 2002 18:16:11 +0000 (18:16 +0000)]
MFB: gd uses float instead of double

22 years agoClose log file on shutdown.
Ilia Alshanetsky [Sun, 15 Dec 2002 07:03:32 +0000 (07:03 +0000)]
Close log file on shutdown.

22 years agoFixed a memory leak.
Ilia Alshanetsky [Sun, 15 Dec 2002 06:44:30 +0000 (06:44 +0000)]
Fixed a memory leak.

22 years agoMFZE2
Ilia Alshanetsky [Sat, 14 Dec 2002 23:56:44 +0000 (23:56 +0000)]
MFZE2

22 years agoFix build when mbstring is a shared module or dll under windows
Marcus Boerger [Sat, 14 Dec 2002 19:53:20 +0000 (19:53 +0000)]
Fix build when mbstring is a shared module or dll under windows

22 years agoDo not allow AA if not trueColor (imageantialias does nothing)
Pierre Joye [Sat, 14 Dec 2002 19:23:29 +0000 (19:23 +0000)]
Do not allow AA if not trueColor (imageantialias does nothing)

22 years agoBugfix: #21010 (Here it's maker (manufacturer) instead of marker)
Marcus Boerger [Sat, 14 Dec 2002 17:49:19 +0000 (17:49 +0000)]
Bugfix: #21010 (Here it's maker (manufacturer) instead of marker)

22 years agocleanup
Stefan Esser [Sat, 14 Dec 2002 10:45:25 +0000 (10:45 +0000)]
cleanup

22 years agoMFB: Fix bug #20995
foobar [Sat, 14 Dec 2002 09:33:37 +0000 (09:33 +0000)]
MFB: Fix bug #20995

22 years agoAdd testcase for bug #20993
Melvyn Sopacua [Fri, 13 Dec 2002 18:40:39 +0000 (18:40 +0000)]
Add testcase for bug #20993

22 years agoAdd missing entry
Marcus Boerger [Fri, 13 Dec 2002 12:04:30 +0000 (12:04 +0000)]
Add missing entry

22 years agoFix cli build for cygwin
Marcus Boerger [Fri, 13 Dec 2002 10:32:03 +0000 (10:32 +0000)]
Fix cli build for cygwin

22 years agoMFB: ZTS fix by Ilia
Marcus Boerger [Fri, 13 Dec 2002 09:17:04 +0000 (09:17 +0000)]
MFB: ZTS fix by Ilia

22 years agoFix for bug 19727. dBase5 (at least for windows) seems to allow 1024 fields
Vlad Krupin [Fri, 13 Dec 2002 03:09:52 +0000 (03:09 +0000)]
Fix for bug 19727. dBase5 (at least for windows) seems to allow 1024 fields

22 years ago* update release notes, remove warning
Stig Bakken [Fri, 13 Dec 2002 02:20:33 +0000 (02:20 +0000)]
* update release notes, remove warning

22 years ago* fix version/date
Stig Bakken [Fri, 13 Dec 2002 02:11:23 +0000 (02:11 +0000)]
* fix version/date

22 years ago* introduce php_bin config parameter
Stig Bakken [Fri, 13 Dec 2002 02:10:23 +0000 (02:10 +0000)]
* introduce php_bin config parameter
* use PHP_PEAR_<PARAM_NAME> environment variables for defaults
  (for example PHP_PEAR_PHP_DIR)
* Windows cleanups

22 years ago* _parseArgs bugfix
Stig Bakken [Fri, 13 Dec 2002 02:07:22 +0000 (02:07 +0000)]
* _parseArgs bugfix

22 years agoMFB
Moriyoshi Koizumi [Thu, 12 Dec 2002 21:44:53 +0000 (21:44 +0000)]
MFB

22 years agoAdded a test case for bug #20934
Moriyoshi Koizumi [Thu, 12 Dec 2002 21:42:17 +0000 (21:42 +0000)]
Added a test case for bug #20934

22 years agoremove extra char in case of binary/money fields
Stefan Esser [Thu, 12 Dec 2002 21:30:39 +0000 (21:30 +0000)]
remove extra char in case of binary/money fields

22 years agoFixed bug #20974 (added missing sanity check).
Ilia Alshanetsky [Thu, 12 Dec 2002 21:17:36 +0000 (21:17 +0000)]
Fixed bug #20974 (added missing sanity check).

22 years agoFix for BSD's (possibly others):
Melvyn Sopacua [Thu, 12 Dec 2002 18:50:26 +0000 (18:50 +0000)]
Fix for BSD's (possibly others):
  Accept system default, for the index. Don't initialize it.