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

22 years agoRemove double definition of imagesettile
Pierre Joye [Wed, 11 Dec 2002 20:45:47 +0000 (20:45 +0000)]
Remove double definition of imagesettile
Add imageantiallias

22 years agoAdd imageantialias(im, flag)
Pierre Joye [Wed, 11 Dec 2002 20:44:44 +0000 (20:44 +0000)]
Add imageantialias(im, flag)
Add AA support for bundled imageline

22 years agoAdd testcase for reported wordwrap bug
Melvyn Sopacua [Wed, 11 Dec 2002 20:22:42 +0000 (20:22 +0000)]
Add testcase for reported wordwrap bug

22 years ago- MFB
Derick Rethans [Wed, 11 Dec 2002 20:13:43 +0000 (20:13 +0000)]
- MFB

22 years agoAdded missing &.
Ilia Alshanetsky [Wed, 11 Dec 2002 20:04:23 +0000 (20:04 +0000)]
Added missing &.

22 years agoAdded getopt() test.
Ilia Alshanetsky [Wed, 11 Dec 2002 17:38:28 +0000 (17:38 +0000)]
Added getopt() test.

22 years agoAsk the user for their e-mail address so that we can contact them if need be.
Ilia Alshanetsky [Wed, 11 Dec 2002 16:49:00 +0000 (16:49 +0000)]
Ask the user for their e-mail address so that we can contact them if need be.

22 years agoRenamed bc_powmod to bcpowmod to keep it inline with existing module
Sara Golemon [Wed, 11 Dec 2002 16:28:16 +0000 (16:28 +0000)]
Renamed bc_powmod to bcpowmod to keep it inline with existing module
functions.  Fixed whitespace problem.

22 years agoAdded missing variable to parameter retrieval.
Ilia Alshanetsky [Wed, 11 Dec 2002 15:32:35 +0000 (15:32 +0000)]
Added missing variable to parameter retrieval.

22 years ago- ws fixes
foobar [Wed, 11 Dec 2002 15:25:39 +0000 (15:25 +0000)]
- ws fixes
- // -> /* */ (No C++ comments in c code!)
- #if / #else / etc. have to start from first column.

22 years ago- Some more missing .cvsignore files.
foobar [Wed, 11 Dec 2002 15:16:05 +0000 (15:16 +0000)]
- Some more missing .cvsignore files.

22 years agomissing entry
foobar [Wed, 11 Dec 2002 14:45:42 +0000 (14:45 +0000)]
missing entry

22 years agomissing file
foobar [Wed, 11 Dec 2002 14:43:33 +0000 (14:43 +0000)]
missing file

22 years agofixed lack of variable initialization bug.
Rui Hirokawa [Wed, 11 Dec 2002 14:39:37 +0000 (14:39 +0000)]
fixed lack of variable initialization bug.

22 years agofixed string comparison which brought up a gcc warning.
Abdul-Kareem Abo-Namous [Wed, 11 Dec 2002 14:18:40 +0000 (14:18 +0000)]
fixed string comparison which brought up a gcc warning.

22 years agoWarnings and Notices when lock modifiers for dba_(p)open are used wrong.
Marcus Boerger [Wed, 11 Dec 2002 10:37:38 +0000 (10:37 +0000)]
Warnings and Notices when lock modifiers for dba_(p)open are used wrong.
This finally closes bug #20828 (and i hope it must not be reopened)

22 years agoFix for #20539 (patch by Moriyoshi Koizumi).
Edin Kadribasic [Wed, 11 Dec 2002 10:24:02 +0000 (10:24 +0000)]
Fix for #20539 (patch by Moriyoshi Koizumi).

22 years agosnow..not again..
foobar [Wed, 11 Dec 2002 08:54:04 +0000 (08:54 +0000)]
snow..not again..

22 years agoFixed bug #20298: LDFLAGS were not passed to the static apache module build
foobar [Wed, 11 Dec 2002 08:41:45 +0000 (08:41 +0000)]
Fixed bug #20298: LDFLAGS were not passed to the static apache module build

22 years agofixed security bug in libmysql
Georg Richter [Wed, 11 Dec 2002 08:31:56 +0000 (08:31 +0000)]
fixed security bug in libmysql

22 years agoSecurity fix (merged from 3.23.54)
Georg Richter [Wed, 11 Dec 2002 08:28:41 +0000 (08:28 +0000)]
Security fix (merged from 3.23.54)

22 years agodecode variable is only used when mbstring is avaliable.
Ilia Alshanetsky [Wed, 11 Dec 2002 07:37:30 +0000 (07:37 +0000)]
decode variable is only used when mbstring is avaliable.

22 years agoZTS fix.
Ilia Alshanetsky [Wed, 11 Dec 2002 07:29:51 +0000 (07:29 +0000)]
ZTS fix.

22 years agoFixed compiler warning.
Ilia Alshanetsky [Wed, 11 Dec 2002 02:51:06 +0000 (02:51 +0000)]
Fixed compiler warning.

22 years agoFix ZTS build
Ilia Alshanetsky [Wed, 11 Dec 2002 02:30:00 +0000 (02:30 +0000)]
Fix ZTS build

22 years agoOn Win32 make PHP treat UNC paths as absolute paths, this should solve bugs
Ilia Alshanetsky [Wed, 11 Dec 2002 00:32:33 +0000 (00:32 +0000)]
On Win32 make PHP treat UNC paths as absolute paths, this should solve bugs
such as #20831. Thanks to Wez Furlong for isolating the problem.

22 years agoadd missing comment
Marcus Boerger [Tue, 10 Dec 2002 22:51:09 +0000 (22:51 +0000)]
add missing comment

22 years agoLOCK_EX is not allowed in read mode -> try using existing .lck file in read
Marcus Boerger [Tue, 10 Dec 2002 22:49:33 +0000 (22:49 +0000)]
LOCK_EX is not allowed in read mode -> try using existing .lck file in read
only mode only when in read mode.

22 years agoNo longer experimental
Wez Furlong [Tue, 10 Dec 2002 22:21:34 +0000 (22:21 +0000)]
No longer experimental

22 years agouse php_error_docref and tidy up some WS/coding standards.
Wez Furlong [Tue, 10 Dec 2002 22:18:58 +0000 (22:18 +0000)]
use php_error_docref and tidy up some WS/coding standards.

22 years ago-remove second attempt to close lock file
Marcus Boerger [Tue, 10 Dec 2002 22:02:52 +0000 (22:02 +0000)]
-remove second attempt to close lock file
-default to lock on db file instead on .lck file.
-try to use existing .lck file and only create it on failure (allows ro access)

22 years agostick to "check <what> <result>" scheme, do not repeat messages and
Marcus Boerger [Tue, 10 Dec 2002 21:53:02 +0000 (21:53 +0000)]
stick to "check <what> <result>" scheme, do not repeat messages and
align messages correctly.

22 years agofixing cut&paste bug
Stefan Esser [Tue, 10 Dec 2002 20:18:25 +0000 (20:18 +0000)]
fixing cut&paste bug

22 years agoFixed a few compile warnings and one compile error.
Ilia Alshanetsky [Tue, 10 Dec 2002 20:16:30 +0000 (20:16 +0000)]
Fixed a few compile warnings and one compile error.

22 years agodirectory values are optional
Marcus Boerger [Tue, 10 Dec 2002 20:11:41 +0000 (20:11 +0000)]
directory values are optional

22 years agoremove not wanted skeleton comment and align configure message
Marcus Boerger [Tue, 10 Dec 2002 20:09:35 +0000 (20:09 +0000)]
remove not wanted skeleton comment and align configure message

22 years agoFixed build with GD 1.8.4
Ilia Alshanetsky [Tue, 10 Dec 2002 19:45:58 +0000 (19:45 +0000)]
Fixed build with GD 1.8.4

22 years agoFixing ZTS Build
Frank M. Kromann [Tue, 10 Dec 2002 19:28:04 +0000 (19:28 +0000)]
Fixing ZTS Build

22 years agoAdded support for libbcmath's bc_raisemod function as bc_powmod()
Sara Golemon [Tue, 10 Dec 2002 19:04:27 +0000 (19:04 +0000)]
Added support for libbcmath's bc_raisemod function as bc_powmod()

22 years agoFixed win32 build.
Ilia Alshanetsky [Tue, 10 Dec 2002 18:00:47 +0000 (18:00 +0000)]
Fixed win32 build.

22 years agoFixed build with GD 1.8.4
Ilia Alshanetsky [Tue, 10 Dec 2002 17:57:41 +0000 (17:57 +0000)]
Fixed build with GD 1.8.4

22 years agoMFB: Fix ZTS build.
Edin Kadribasic [Tue, 10 Dec 2002 17:07:40 +0000 (17:07 +0000)]
MFB: Fix ZTS build.

22 years agoMFB
Ilia Alshanetsky [Tue, 10 Dec 2002 16:39:59 +0000 (16:39 +0000)]
MFB

22 years agoThis extension requires cyrus-imap >= 2.0.8
foobar [Tue, 10 Dec 2002 16:34:20 +0000 (16:34 +0000)]
This extension requires cyrus-imap >= 2.0.8

22 years agoRemoved one more unneeded check.
Ilia Alshanetsky [Tue, 10 Dec 2002 15:58:31 +0000 (15:58 +0000)]
Removed one more unneeded check.

22 years agoRemoved a pointless check. Thanks Stefan.
Ilia Alshanetsky [Tue, 10 Dec 2002 15:36:26 +0000 (15:36 +0000)]
Removed a pointless check. Thanks Stefan.

22 years agofixing crashbug
Stefan Esser [Tue, 10 Dec 2002 15:18:01 +0000 (15:18 +0000)]
fixing crashbug

patch by freddy77@angelfire.com

22 years ago-make those debug messages
Marcus Boerger [Tue, 10 Dec 2002 14:35:13 +0000 (14:35 +0000)]
-make those debug messages

22 years ago-when required haeder was not found --with-cdpf was simply ignored. I
Marcus Boerger [Tue, 10 Dec 2002 14:31:00 +0000 (14:31 +0000)]
-when required haeder was not found --with-cdpf was simply ignored. I
 changed this to be an error.
-cpdf did not check for --with-jpeg-dir and --with-tiff-dir

22 years ago"of cause" should have been "of course" but is not needed anyway
Marcus Boerger [Tue, 10 Dec 2002 11:21:30 +0000 (11:21 +0000)]
"of cause" should have been "of course" but is not needed anyway
#noticed by Zeev

22 years agoFix check to allow for static+access level modifiers
Zeev Suraski [Tue, 10 Dec 2002 09:04:12 +0000 (09:04 +0000)]
Fix check to allow for static+access level modifiers

22 years agoFixed bug #20907, patch by m-arai@sco.bekkoame.ne.jp.
Ilia Alshanetsky [Tue, 10 Dec 2002 00:10:27 +0000 (00:10 +0000)]
Fixed bug #20907, patch by m-arai@sco.bekkoame.ne.jp.

22 years agoReplaced deprecated APR_BRIGADE_FOREACH macro.
Ilia Alshanetsky [Mon, 9 Dec 2002 18:45:32 +0000 (18:45 +0000)]
Replaced deprecated APR_BRIGADE_FOREACH macro.

22 years agofix typos
foobar [Mon, 9 Dec 2002 18:30:50 +0000 (18:30 +0000)]
fix typos

22 years agoMake this actually work too.
foobar [Mon, 9 Dec 2002 18:29:22 +0000 (18:29 +0000)]
Make this actually work too.

22 years agoCentralize fopencookie test
Wez Furlong [Mon, 9 Dec 2002 18:29:07 +0000 (18:29 +0000)]
Centralize fopencookie test

22 years agoFix the build with new cyrus and sasl2 libs
foobar [Mon, 9 Dec 2002 18:05:37 +0000 (18:05 +0000)]
Fix the build with new cyrus and sasl2 libs

22 years agoRecheckin as unix
Marcus Boerger [Mon, 9 Dec 2002 18:03:00 +0000 (18:03 +0000)]
Recheckin as unix
# *** sorry ** a new diff tool converted it to dos before last comit *** sorry ***

22 years agoAdded open modifier '-' to skip/ignore locking. See bug #20828, #20858
Marcus Boerger [Mon, 9 Dec 2002 17:54:13 +0000 (17:54 +0000)]
Added open modifier '-' to skip/ignore locking. See bug #20828, #20858

22 years agoFix make install target on Cygwin, bug #20807
Melvyn Sopacua [Mon, 9 Dec 2002 17:02:38 +0000 (17:02 +0000)]
Fix make install target on Cygwin, bug #20807

22 years agoMFB: zlib stream tests
Wez Furlong [Mon, 9 Dec 2002 16:43:15 +0000 (16:43 +0000)]
MFB: zlib stream tests

22 years agoEmulate fopencookie on *BSD systems.
Wez Furlong [Mon, 9 Dec 2002 16:14:28 +0000 (16:14 +0000)]
Emulate fopencookie on *BSD systems.
Patch mostly from Melvyn Sopacua <msopacua@idg.nl>

22 years ago@- Let array_search() accept objects as a needle under ZendEngine2. (Moriyoshi)
Moriyoshi Koizumi [Mon, 9 Dec 2002 15:54:38 +0000 (15:54 +0000)]
@- Let array_search() accept objects as a needle under ZendEngine2. (Moriyoshi)

22 years agoUse $(INSTALL) rather than cp to install modules.
Sascha Schumann [Mon, 9 Dec 2002 15:32:17 +0000 (15:32 +0000)]
Use $(INSTALL) rather than cp to install modules.

$(INSTALL) will usually unlink the target file first, so that in-memory
instances of the old file don't get simply overwritten (and crash and burn).

22 years agoMFB: Fix for #20894.
Edin Kadribasic [Mon, 9 Dec 2002 13:35:57 +0000 (13:35 +0000)]
MFB: Fix for #20894.

22 years ago- Allow variables to have both 'static' modifier and an access level.
Zeev Suraski [Mon, 9 Dec 2002 12:10:17 +0000 (12:10 +0000)]
- Allow variables to have both 'static' modifier and an access level.
  NOTE:  This only works at the syntax level right now (parser).  It
         doesn't actually work as of yet - all statics are considered
         public for now
- Prevent users from putting more restrictions on methods in derived classes
  (i.e., you cannot make a public method private in a derived class, etc.)