]>
granicus.if.org Git - php/log
Frank M. Kromann [Fri, 20 Dec 2002 18:40:31 +0000 (18:40 +0000)]
Fixing Win32 build by adding missing libraries
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.
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
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
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().
Marcus Boerger [Fri, 20 Dec 2002 17:06:25 +0000 (17:06 +0000)]
@Make uniqid() parameters optional and allow any prefix length. (Marcus)
Marcus Boerger [Fri, 20 Dec 2002 17:04:33 +0000 (17:04 +0000)]
MFB
Andrei Zmievski [Fri, 20 Dec 2002 16:45:34 +0000 (16:45 +0000)]
At least this problem exposed some leaks..
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
Moriyoshi Koizumi [Fri, 20 Dec 2002 15:51:35 +0000 (15:51 +0000)]
Recommited the patch
Sterling Hughes [Fri, 20 Dec 2002 15:44:51 +0000 (15:44 +0000)]
silly error, will MFH
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.
Andi Gutmans [Fri, 20 Dec 2002 08:42:50 +0000 (08:42 +0000)]
- Add comment in macro and remove some now unneeded code
James Cox [Fri, 20 Dec 2002 07:08:47 +0000 (07:08 +0000)]
testing cvs commit..
<changelog@php.net> [Fri, 20 Dec 2002 01:34:57 +0000 (01:34 +0000)]
ChangeLog update
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.
Melvyn Sopacua [Fri, 20 Dec 2002 00:28:08 +0000 (00:28 +0000)]
MFB: libtool detection
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.
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
Ilia Alshanetsky [Thu, 19 Dec 2002 17:06:36 +0000 (17:06 +0000)]
Fixed bug #21098.
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
Moriyoshi Koizumi [Thu, 19 Dec 2002 15:29:09 +0000 (15:29 +0000)]
Appended "\n" as suggested by Derick.
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.
Anantha Kesari H Y [Thu, 19 Dec 2002 11:23:58 +0000 (11:23 +0000)]
NetWare related changes/modifications.
Anantha Kesari H Y [Thu, 19 Dec 2002 11:12:04 +0000 (11:12 +0000)]
Netware related changes/modifications.
Edin Kadribasic [Thu, 19 Dec 2002 10:49:05 +0000 (10:49 +0000)]
MFB: Remove dependancy on libtool library which is no longer needed.
<changelog@php.net> [Thu, 19 Dec 2002 01:33:16 +0000 (01:33 +0000)]
ChangeLog update
Edin Kadribasic [Thu, 19 Dec 2002 00:13:43 +0000 (00:13 +0000)]
MFB: Reverted previous patches as suggested by Andi.
Moriyoshi Koizumi [Wed, 18 Dec 2002 23:06:27 +0000 (23:06 +0000)]
Prevented test failure caused by LF code variety
Moriyoshi Koizumi [Wed, 18 Dec 2002 22:54:34 +0000 (22:54 +0000)]
Added a test case for bug #20539
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 :)
Moriyoshi Koizumi [Wed, 18 Dec 2002 19:32:44 +0000 (19:32 +0000)]
An intuitive attempt to hunt the bug.
Moriyoshi Koizumi [Wed, 18 Dec 2002 16:38:36 +0000 (16:38 +0000)]
Added entry for the new feature of array_search()
<changelog@php.net> [Tue, 17 Dec 2002 19:52:24 +0000 (19:52 +0000)]
Update
<changelog@php.net> [Tue, 17 Dec 2002 19:48:17 +0000 (19:48 +0000)]
Finally put the changelog back online.
Derick Rethans [Tue, 17 Dec 2002 19:07:15 +0000 (19:07 +0000)]
- Also send reports when there are no failed tests
Frank M. Kromann [Mon, 16 Dec 2002 22:44:08 +0000 (22:44 +0000)]
Fixing WIn32 build after adding support for FreeTDS
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.
Stig Bakken [Mon, 16 Dec 2002 20:44:50 +0000 (20:44 +0000)]
* fix one missing DIRECTORY_SEPARATOR and a typo
Sergey Kartashoff [Mon, 16 Dec 2002 19:17:10 +0000 (19:17 +0000)]
- mnogosearch extension updated to compile with mnogosearch-3.2.8
Marcus Boerger [Mon, 16 Dec 2002 17:52:43 +0000 (17:52 +0000)]
fix compiler definition tests
Marcus Boerger [Mon, 16 Dec 2002 15:53:46 +0000 (15:53 +0000)]
fix compiler definition tests
Ilia Alshanetsky [Mon, 16 Dec 2002 15:43:52 +0000 (15:43 +0000)]
A better, strtok() free implementaion of php_disable_functions().
Marcus Boerger [Mon, 16 Dec 2002 15:19:57 +0000 (15:19 +0000)]
fix test
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.
Marcus Boerger [Mon, 16 Dec 2002 14:54:35 +0000 (14:54 +0000)]
forgot to remove that dot
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
Sascha Schumann [Mon, 16 Dec 2002 13:39:27 +0000 (13:39 +0000)]
CFLAGS_CLEAN was not properly defined
Marcus Boerger [Mon, 16 Dec 2002 09:58:49 +0000 (09:58 +0000)]
change mbstring detection
Derick Rethans [Mon, 16 Dec 2002 09:11:00 +0000 (09:11 +0000)]
- MFB
Ilia Alshanetsky [Mon, 16 Dec 2002 07:46:36 +0000 (07:46 +0000)]
A better memory leak patch.
Marcus Boerger [Sun, 15 Dec 2002 18:49:07 +0000 (18:49 +0000)]
ws
Marcus Boerger [Sun, 15 Dec 2002 18:16:11 +0000 (18:16 +0000)]
MFB: gd uses float instead of double
Ilia Alshanetsky [Sun, 15 Dec 2002 07:03:32 +0000 (07:03 +0000)]
Close log file on shutdown.
Ilia Alshanetsky [Sun, 15 Dec 2002 06:44:30 +0000 (06:44 +0000)]
Fixed a memory leak.
Ilia Alshanetsky [Sat, 14 Dec 2002 23:56:44 +0000 (23:56 +0000)]
MFZE2
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
Pierre Joye [Sat, 14 Dec 2002 19:23:29 +0000 (19:23 +0000)]
Do not allow AA if not trueColor (imageantialias does nothing)
Marcus Boerger [Sat, 14 Dec 2002 17:49:19 +0000 (17:49 +0000)]
Bugfix: #21010 (Here it's maker (manufacturer) instead of marker)
Stefan Esser [Sat, 14 Dec 2002 10:45:25 +0000 (10:45 +0000)]
cleanup
foobar [Sat, 14 Dec 2002 09:33:37 +0000 (09:33 +0000)]
MFB: Fix bug #20995
Melvyn Sopacua [Fri, 13 Dec 2002 18:40:39 +0000 (18:40 +0000)]
Add testcase for bug #20993
Marcus Boerger [Fri, 13 Dec 2002 12:04:30 +0000 (12:04 +0000)]
Add missing entry
Marcus Boerger [Fri, 13 Dec 2002 10:32:03 +0000 (10:32 +0000)]
Fix cli build for cygwin
Marcus Boerger [Fri, 13 Dec 2002 09:17:04 +0000 (09:17 +0000)]
MFB: ZTS fix by Ilia
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
Stig Bakken [Fri, 13 Dec 2002 02:20:33 +0000 (02:20 +0000)]
* update release notes, remove warning
Stig Bakken [Fri, 13 Dec 2002 02:11:23 +0000 (02:11 +0000)]
* fix version/date
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
Stig Bakken [Fri, 13 Dec 2002 02:07:22 +0000 (02:07 +0000)]
* _parseArgs bugfix
Moriyoshi Koizumi [Thu, 12 Dec 2002 21:44:53 +0000 (21:44 +0000)]
MFB
Moriyoshi Koizumi [Thu, 12 Dec 2002 21:42:17 +0000 (21:42 +0000)]
Added a test case for bug #20934
Stefan Esser [Thu, 12 Dec 2002 21:30:39 +0000 (21:30 +0000)]
remove extra char in case of binary/money fields
Ilia Alshanetsky [Thu, 12 Dec 2002 21:17:36 +0000 (21:17 +0000)]
Fixed bug #20974 (added missing sanity check).
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.
Wez Furlong [Thu, 12 Dec 2002 17:51:25 +0000 (17:51 +0000)]
MFB: popen/pclose and proc_open/proc_close fixes.
Ilia Alshanetsky [Thu, 12 Dec 2002 16:14:32 +0000 (16:14 +0000)]
Fix a possible E_NOTICE warning message.
Wez Furlong [Thu, 12 Dec 2002 15:50:11 +0000 (15:50 +0000)]
Attempt to add more entropy for key generation.
Wez Furlong [Thu, 12 Dec 2002 15:24:00 +0000 (15:24 +0000)]
MFB streams news
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.
Marcus Boerger [Thu, 12 Dec 2002 14:12:42 +0000 (14:12 +0000)]
php_error -> php_error_docref conversion fix (noticed by derick)
Ilia Alshanetsky [Thu, 12 Dec 2002 13:52:26 +0000 (13:52 +0000)]
Bug fixing news.
Moriyoshi Koizumi [Thu, 12 Dec 2002 13:44:18 +0000 (13:44 +0000)]
Jani happification
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.
Ilia Alshanetsky [Thu, 12 Dec 2002 13:38:19 +0000 (13:38 +0000)]
Fixed bug #20927 and updated the test case for the bug.
Moriyoshi Koizumi [Thu, 12 Dec 2002 13:31:19 +0000 (13:31 +0000)]
Bug fixing news
Moriyoshi Koizumi [Thu, 12 Dec 2002 13:25:51 +0000 (13:25 +0000)]
Fixed bug #20934 (htmlspecialchars returns latin1 from UTF-8)
Marcus Boerger [Thu, 12 Dec 2002 13:08:59 +0000 (13:08 +0000)]
php_error -> php_error_docref
Marcus Boerger [Thu, 12 Dec 2002 12:23:32 +0000 (12:23 +0000)]
SIGIOT may not be defined in cygwin
Marcus Boerger [Thu, 12 Dec 2002 12:18:44 +0000 (12:18 +0000)]
typeconversion is needed here for cygwin
Marcus Boerger [Thu, 12 Dec 2002 12:15:10 +0000 (12:15 +0000)]
O_ASYNC is not defined in cygwin
Edin Kadribasic [Thu, 12 Dec 2002 10:56:33 +0000 (10:56 +0000)]
MFB: DOM/XSLT support in win32 build (bug #20485).
Ilia Alshanetsky [Wed, 11 Dec 2002 23:11:31 +0000 (23:11 +0000)]
GD library news.
Ilia Alshanetsky [Wed, 11 Dec 2002 22:37:05 +0000 (22:37 +0000)]
Added check for availability of jpeg support.
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.
Pierre Joye [Wed, 11 Dec 2002 22:23:51 +0000 (22:23 +0000)]
Fix brightness filter (argument ingnored)
Ilia Alshanetsky [Wed, 11 Dec 2002 21:55:45 +0000 (21:55 +0000)]
White space fixes.
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().
Pierre Joye [Wed, 11 Dec 2002 20:47:26 +0000 (20:47 +0000)]
Add antialias flag to image structure
Add AA support
Pierre Joye [Wed, 11 Dec 2002 20:46:52 +0000 (20:46 +0000)]
Add gdImageAAline (antialiased line)
Add AA support for gdImagePolygon