[PHP-CVS] cvs: php4 / INSTALL

2003-02-01 Thread Melvyn Sopacua
msopacuaSat Feb 1 06:18:53 2003 EDT Modified files: /php4 INSTALL Log: Fix Bug #21892 (links to apache2 install instructions missing) # and stop nicos from bitching Index: php4/INSTALL diff -u php4/INSTALL:1.31 php4/INSTALL:1.32 --- php4/I

[PHP-CVS] cvs: php4(PHP_4_3) / INSTALL

2003-02-01 Thread Melvyn Sopacua
msopacuaSat Feb 1 06:21:14 2003 EDT Modified files: (Branch: PHP_4_3) /php4 INSTALL Log: MFH: Bug #21892 (links to apache2 install instructions missing) Index: php4/INSTALL diff -u php4/INSTALL:1.25 php4/INSTALL:1.25.4.1 --- php4/INSTALL:1.25 Sun

[PHP-CVS] cvs: php4 / NEWS

2003-02-01 Thread Jani Taskinen
sniper Sat Feb 1 07:49:35 2003 EDT Modified files: /php4 NEWS Log: Correct required mcrypt version Index: php4/NEWS diff -u php4/NEWS:1.1312 php4/NEWS:1.1313 --- php4/NEWS:1.1312Fri Jan 31 09:23:18 2003 +++ php4/NEWS Sat Feb 1 07:49:35 2003 @@ -3,

[PHP-CVS] cvs: php4 / run-tests.php

2003-02-01 Thread Melvyn Sopacua
msopacuaSat Feb 1 08:28:33 2003 EDT Modified files: /php4 run-tests.php Log: Make it easier to diff results of several runs in one day. Index: php4/run-tests.php diff -u php4/run-tests.php:1.140 php4/run-tests.php:1.141 --- php4/run-tests.php:1

[PHP-CVS] cvs: php4 /ext/dba config.m4 dba_cdb.c dba_dbm.c dba_gdbm.c

2003-02-01 Thread Marcus Boerger
helly Sat Feb 1 13:59:59 2003 EDT Modified files: /php4/ext/dba config.m4 dba_cdb.c dba_dbm.c dba_gdbm.c Log: - unify configure mechanisms (include file handling) - fix dbm - allow dbm to be based on gdbm Index: php4/ext/dba/config.m4 diff -u php4/e

[PHP-CVS] cvs: php4(PHP_4_3) /ext/dba config.m4 dba_cdb.c dba_dbm.c dba_gdbm.c dba_ndbm.c

2003-02-01 Thread Marcus Boerger
helly Sat Feb 1 14:01:14 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/dba config.m4 dba_cdb.c dba_dbm.c dba_gdbm.c dba_ndbm.c Log: MFH: include file handling and dbm fixes Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.29.2.10 php

[PHP-CVS] cvs: php4 /ext/dba config.m4

2003-02-01 Thread Marcus Boerger
helly Sat Feb 1 17:19:04 2003 EDT Modified files: /php4/ext/dba config.m4 Log: Change DBM detection order Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.42 php4/ext/dba/config.m4:1.43 --- php4/ext/dba/config.m4:1.42 Sat Feb 1 13:59:59 2

[PHP-CVS] cvs: php4(PHP_4_3) /ext/dba config.m4

2003-02-01 Thread Marcus Boerger
helly Sat Feb 1 17:19:31 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/dba config.m4 Log: MFH: Change DBM detection order Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.29.2.11 php4/ext/dba/config.m4:1.29.2.12 --- php4/ext/dba/conf

[PHP-CVS] cvs: php4 /ext/standard image.c php_image.h

2003-02-01 Thread Marcus Boerger
helly Sat Feb 1 18:14:13 2003 EDT Modified files: /php4/ext/standard image.c php_image.h Log: @Added XBM support for GetImageSize(). (helly) Index: php4/ext/standard/image.c diff -u php4/ext/standard/image.c:1.86 php4/ext/standard/image.c:1.87 --- php4/ex

[PHP-CVS] cvs: php4 /ext/gd gd.c

2003-02-01 Thread Marcus Boerger
helly Sat Feb 1 18:24:00 2003 EDT Modified files: /php4/ext/gdgd.c Log: Show if XPM support is available & Set availability bit only when available. Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.249 php4/ext/gd/gd.c:1.250 --- php4/ext/gd/gd.c:1.2

[PHP-CVS] cvs: php4 /ext/gd config.m4

2003-02-01 Thread Marcus Boerger
helly Sat Feb 1 18:25:14 2003 EDT Modified files: /php4/ext/gdconfig.m4 Log: Bundled version has XBM support as well as external. # Now fix the shit behind it... Index: php4/ext/gd/config.m4 diff -u php4/ext/gd/config.m4:1.128 php4/ext/gd/config.m4:

[PHP-CVS] cvs: php4 /ext/standard image.c

2003-02-01 Thread Marcus Boerger
helly Sat Feb 1 18:38:29 2003 EDT Modified files: /php4/ext/standard image.c Log: avoid warnings Index: php4/ext/standard/image.c diff -u php4/ext/standard/image.c:1.87 php4/ext/standard/image.c:1.88 --- php4/ext/standard/image.c:1.87 Sat Feb 1 18:14:1

[PHP-CVS] cvs: php4 /ext/gd config.m4 /ext/gd/libgd gd.c xbm.c /ext/gd/tests conv_test.xbm xbm2png.phpt

2003-02-01 Thread Marcus Boerger
helly Sat Feb 1 20:34:54 2003 EDT Added files: /php4/ext/gd/tests conv_test.xbm xbm2png.phpt /php4/ext/gd/libgd xbm.c Modified files: /php4/ext/gdconfig.m4 /php4/ext/gd/libgd gd.c Log: - new xbm support @Added XBM