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

22 years agoMFB: popen/pclose and proc_open/proc_close fixes.
Wez Furlong [Thu, 12 Dec 2002 17:51:25 +0000 (17:51 +0000)]
MFB: popen/pclose and proc_open/proc_close fixes.

22 years agoFix a possible E_NOTICE warning message.
Ilia Alshanetsky [Thu, 12 Dec 2002 16:14:32 +0000 (16:14 +0000)]
Fix a possible E_NOTICE warning message.

22 years agoAttempt to add more entropy for key generation.
Wez Furlong [Thu, 12 Dec 2002 15:50:11 +0000 (15:50 +0000)]
Attempt to add more entropy for key generation.

22 years agoMFB streams news
Wez Furlong [Thu, 12 Dec 2002 15:24:00 +0000 (15:24 +0000)]
MFB streams news

22 years agoFixed misspelling of the Greek letter lambda,
Ilia Alshanetsky [Thu, 12 Dec 2002 14:50:58 +0000 (14:50 +0000)]
Fixed misspelling of the Greek letter lambda,
noticed by jmartin-php@notamusica.com.

22 years agophp_error -> php_error_docref conversion fix (noticed by derick)
Marcus Boerger [Thu, 12 Dec 2002 14:12:42 +0000 (14:12 +0000)]
php_error -> php_error_docref conversion fix (noticed by derick)

22 years agoBug fixing news.
Ilia Alshanetsky [Thu, 12 Dec 2002 13:52:26 +0000 (13:52 +0000)]
Bug fixing news.

22 years agoJani happification
Moriyoshi Koizumi [Thu, 12 Dec 2002 13:44:18 +0000 (13:44 +0000)]
Jani happification

22 years agoPatch for #20936 (openssl: public key handling was broken).
Wez Furlong [Thu, 12 Dec 2002 13:42:23 +0000 (13:42 +0000)]
Patch for #20936 (openssl: public key handling was broken).
Thanks to <jeroen@derks.it> for the patch.

22 years agoFixed bug #20927 and updated the test case for the bug.
Ilia Alshanetsky [Thu, 12 Dec 2002 13:38:19 +0000 (13:38 +0000)]
Fixed bug #20927 and updated the test case for the bug.

22 years agoBug fixing news
Moriyoshi Koizumi [Thu, 12 Dec 2002 13:31:19 +0000 (13:31 +0000)]
Bug fixing news

22 years agoFixed bug #20934 (htmlspecialchars returns latin1 from UTF-8)
Moriyoshi Koizumi [Thu, 12 Dec 2002 13:25:51 +0000 (13:25 +0000)]
Fixed bug #20934 (htmlspecialchars returns latin1 from UTF-8)

22 years agophp_error -> php_error_docref
Marcus Boerger [Thu, 12 Dec 2002 13:08:59 +0000 (13:08 +0000)]
php_error -> php_error_docref

22 years agoSIGIOT may not be defined in cygwin
Marcus Boerger [Thu, 12 Dec 2002 12:23:32 +0000 (12:23 +0000)]
SIGIOT may not be defined in cygwin

22 years agotypeconversion is needed here for cygwin
Marcus Boerger [Thu, 12 Dec 2002 12:18:44 +0000 (12:18 +0000)]
typeconversion is needed here for cygwin

22 years agoO_ASYNC is not defined in cygwin
Marcus Boerger [Thu, 12 Dec 2002 12:15:10 +0000 (12:15 +0000)]
O_ASYNC is not defined in cygwin

22 years agoMFB: DOM/XSLT support in win32 build (bug #20485).
Edin Kadribasic [Thu, 12 Dec 2002 10:56:33 +0000 (10:56 +0000)]
MFB: DOM/XSLT support in win32 build (bug #20485).

22 years agoGD library news.
Ilia Alshanetsky [Wed, 11 Dec 2002 23:11:31 +0000 (23:11 +0000)]
GD library news.

22 years agoAdded check for availability of jpeg support.
Ilia Alshanetsky [Wed, 11 Dec 2002 22:37:05 +0000 (22:37 +0000)]
Added check for availability of jpeg support.

22 years agoFixed build with non-bundled GD. Hidden the anti-alias functions when
Ilia Alshanetsky [Wed, 11 Dec 2002 22:25:23 +0000 (22:25 +0000)]
Fixed build with non-bundled GD. Hidden the anti-alias functions when
non-bundled GD is used and made imagecreatefromxpm() unavailable because
of a bug in the external GD library.

22 years agoFix brightness filter (argument ingnored)
Pierre Joye [Wed, 11 Dec 2002 22:23:51 +0000 (22:23 +0000)]
Fix brightness filter (argument ingnored)

22 years agoWhite space fixes.
Ilia Alshanetsky [Wed, 11 Dec 2002 21:55:45 +0000 (21:55 +0000)]
White space fixes.

22 years agoSyncronize bundled gd sources with that of gd 2.0.9, affected functions
Ilia Alshanetsky [Wed, 11 Dec 2002 21:52:29 +0000 (21:52 +0000)]
Syncronize bundled gd sources with that of gd 2.0.9, affected functions
are: gdImageBrushApply() & gdImageCopyResized().

22 years agoAdd antialias flag to image structure
Pierre Joye [Wed, 11 Dec 2002 20:47:26 +0000 (20:47 +0000)]
Add antialias flag to image structure
Add AA support

22 years agoAdd gdImageAAline (antialiased line)
Pierre Joye [Wed, 11 Dec 2002 20:46:52 +0000 (20:46 +0000)]
Add gdImageAAline (antialiased line)
Add AA support for gdImagePolygon