[PHP-CVS] cvs: CVSROOT / avail

2002-11-07 Thread Thies C. Arntzen
thies Thu Nov 7 05:03:57 2002 EDT Modified files: /CVSROOTavail Log: karma for nicos Index: CVSROOT/avail diff -u CVSROOT/avail:1.530 CVSROOT/avail:1.531 --- CVSROOT/avail:1.530 Mon Nov 4 16:32:54 2002 +++ CVSROOT/avail Thu Nov 7 05:03:56 2002

[PHP-CVS] cvs: php4 /sapi/thttpd README

2002-11-07 Thread Sascha Schumann
sas Thu Nov 7 06:38:03 2002 EDT Modified files: /php4/sapi/thttpd README Log: Add two missing entries Index: php4/sapi/thttpd/README diff -u php4/sapi/thttpd/README:1.11 php4/sapi/thttpd/README:1.12 --- php4/sapi/thttpd/README:1.11Fri Nov 1 06

[PHP-CVS] cvs: php4 /main php.h

2002-11-07 Thread Sascha Schumann
sas Thu Nov 7 06:52:46 2002 EDT Modified files: /php4/main php.h Log: bumb api version because of module_startup change Index: php4/main/php.h diff -u php4/main/php.h:1.177 php4/main/php.h:1.178 --- php4/main/php.h:1.177 Thu Oct 24 09:14:45 2002 +

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd.c

2002-11-07 Thread Sascha Schumann
sas Thu Nov 7 06:56:02 2002 EDT Modified files: /php4/sapi/thttpd thttpd.c Log: let this source file compile with php 4.2.x Index: php4/sapi/thttpd/thttpd.c diff -u php4/sapi/thttpd/thttpd.c:1.75 php4/sapi/thttpd/thttpd.c:1.76 --- php4/sapi/thttpd/thtt

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

2002-11-07 Thread Marcus Börger
helly Thu Nov 7 08:00:38 2002 EDT Modified files: /php4/ext/dba dba_gdbm.c Log: remove debug output and use php_error_docref instead Index: php4/ext/dba/dba_gdbm.c diff -u php4/ext/dba/dba_gdbm.c:1.15 php4/ext/dba/dba_gdbm.c:1.16 --- php4/ext/dba/dba

[PHP-CVS] cvs: php4 /ext/dba/tests dba_handler.inc

2002-11-07 Thread Marcus Börger
helly Thu Nov 7 09:18:42 2002 EDT Modified files: /php4/ext/dba/tests dba_handler.inc Log: add test to see if insert fails when key already exists Index: php4/ext/dba/tests/dba_handler.inc diff -u php4/ext/dba/tests/dba_handler.inc:1.3 php4/ext/dba/tests/d

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

2002-11-07 Thread Wez Furlong
wez Thu Nov 7 09:42:20 2002 EDT Modified files: /php4/ext/calendar calendar.c Log: Make this static Index: php4/ext/calendar/calendar.c diff -u php4/ext/calendar/calendar.c:1.27 php4/ext/calendar/calendar.c:1.28 --- php4/ext/calendar/calendar.c:1.27 T

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

2002-11-07 Thread Wez Furlong
wez Thu Nov 7 09:46:40 2002 EDT Modified files: /php4/ext/calendar calendar.c Log: Make this static also. Index: php4/ext/calendar/calendar.c diff -u php4/ext/calendar/calendar.c:1.28 php4/ext/calendar/calendar.c:1.29 --- php4/ext/calendar/calendar.c:1.

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

2002-11-07 Thread Wez Furlong
wez Thu Nov 7 09:52:03 2002 EDT Modified files: /php4/ext/calendar calendar.c Log: WS Index: php4/ext/calendar/calendar.c diff -u php4/ext/calendar/calendar.c:1.29 php4/ext/calendar/calendar.c:1.30 --- php4/ext/calendar/calendar.c:1.29 Thu Nov 7 09:4

[PHP-CVS] cvs: php4 / NEWS

2002-11-07 Thread Andrei Zmievski
andrei Thu Nov 7 10:09:11 2002 EDT Modified files: /php4 NEWS Log: Fix. Index: php4/NEWS diff -u php4/NEWS:1.1239 php4/NEWS:1.1240 --- php4/NEWS:1.1239Mon Nov 4 13:11:43 2002 +++ php4/NEWS Thu Nov 7 10:09:11 2002 @@ -1,8 +1,6 @@ PHP 4

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

2002-11-07 Thread Ilia Alshanetsky
iliaa Thu Nov 7 10:41:32 2002 EDT Modified files: /php4/ext/standard url.c Log: parse_url can now correctly parse mailto:, zlib: (old zlib wrapper) and simular. Thanks to Wez Furlong for noticing the problem. Index: php4/ext/standard/url.c diff -u php4

[PHP-CVS] cvs: php4 /ext/standard/tests/strings url_t.phpt

2002-11-07 Thread Ilia Alshanetsky
iliaa Thu Nov 7 10:46:34 2002 EDT Modified files: /php4/ext/standard/tests/stringsurl_t.phpt Log: Added additional tests to parse_url() test suit, corrected the output of 2 existing tests, which were affected by a bug fixed in latest update to parse_url

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

2002-11-07 Thread Ilia Alshanetsky
iliaa Thu Nov 7 11:37:48 2002 EDT Modified files: /php4/ext/standard image.c Log: Fixed a crash in image_type_to_mime_type(), when a non integer value is passed to the function. Fixed Width/Height detection of bmp files on big endian systems. Added bit d

[PHP-CVS] cvs: php4 /ext/standard/tests/image getimagesize.phpt test13pix.swf test4pix.swf

2002-11-07 Thread Ilia Alshanetsky
iliaa Thu Nov 7 11:38:57 2002 EDT Added files: /php4/ext/standard/tests/image test13pix.swf test4pix.swf Modified files: /php4/ext/standard/tests/image getimagesize.phpt Log: Added swf and swc (compressed swf) test cases and ad

[PHP-CVS] cvs: php4 /ext/standard/tests/image image_type_to_mime_type.phpt

2002-11-07 Thread Ilia Alshanetsky
iliaa Thu Nov 7 11:42:32 2002 EDT Modified files: /php4/ext/standard/tests/image image_type_to_mime_type.phpt Log: Added swf info. Index: php4/ext/standard/tests/image/image_type_to_mime_type.phpt diff -u php4/ext/standard/tests/image/image_type_to_mi

[PHP-CVS] cvs: php4 /ext/standard/tests/array 001.phpt 002.phpt 003.phpt data.inc

2002-11-07 Thread Ilia Alshanetsky
iliaa Thu Nov 7 12:49:11 2002 EDT Modified files: /php4/ext/standard/tests/array 001.phpt 002.phpt 003.phpt data.inc Log: This makes the output of the tests consistent on 32bit and 64 bit platforms. The old test relied on the 32 bit behaviour, which cause

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

2002-11-07 Thread Wez Furlong
wez Thu Nov 7 13:07:03 2002 EDT Modified files: /php4/ext/curl config.m4 Log: Really disable curlwrappers configure option. Index: php4/ext/curl/config.m4 diff -u php4/ext/curl/config.m4:1.17 php4/ext/curl/config.m4:1.18 --- php4/ext/curl/config.m4:

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

2002-11-07 Thread Brian France
bfrance Thu Nov 7 14:31:10 2002 EDT Modified files: /php4/ext/xml config.m4 Log: Changed: EXPAT_SHARED_LIBADD -> XML_SHARED_LIBADD If the xml extension was built shared with a shared libexpat it would not get the required link to

[PHP-CVS] cvs: CVSROOT / avail

2002-11-07 Thread Stig Bakken
ssb Thu Nov 7 17:46:27 2002 EDT Modified files: /CVSROOTavail Log: * give nicos karma for PECL/spplus Index: CVSROOT/avail diff -u CVSROOT/avail:1.531 CVSROOT/avail:1.532 --- CVSROOT/avail:1.531 Thu Nov 7 05:03:56 2002 +++ CVSROOT/avail Thu No

[PHP-CVS] cvs: php4 /ext/dba dba_flatfile.c /ext/dba/libflatfile flatfile.c flatfile.h

2002-11-07 Thread Marcus Börger
helly Thu Nov 7 18:03:16 2002 EDT Modified files: /php4/ext/dba dba_flatfile.c /php4/ext/dba/libflatfile flatfile.c flatfile.h Log: -rename anything to flatfile_xxx/FLATFILE_xxx -fix update function -add warnings for update function Index:

[PHP-CVS] cvs: php4 /ext/db/tests 003.phpt

2002-11-07 Thread Marcus Börger
helly Thu Nov 7 18:03:59 2002 EDT Modified files: /php4/ext/db/tests 003.phpt Log: expand test: see if another insert fails Index: php4/ext/db/tests/003.phpt diff -u php4/ext/db/tests/003.phpt:1.3 php4/ext/db/tests/003.phpt:1.4 --- php4/ext/db/tests/003.p

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

2002-11-07 Thread Marcus Börger
helly Thu Nov 7 18:09:41 2002 EDT Modified files: /php4/ext/dba dba_flatfile.c Log: not needed anywhere here Index: php4/ext/dba/dba_flatfile.c diff -u php4/ext/dba/dba_flatfile.c:1.4 php4/ext/dba/dba_flatfile.c:1.5 --- php4/ext/dba/dba_flatfile.c:1.

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

2002-11-07 Thread Jani Taskinen
Exactly what older versions do you mean here? It exists in 4.3.0-dev..so..? --Jani On Sat, 2 Nov 2002, Marcus Börger wrote: >helly Sat Nov 2 07:55:07 2002 EDT > > Modified files: >/php4 run-tests.php > Log: > older versions do not ha

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

2002-11-07 Thread Marcus Boerger
Never used it to try older versions? Say 4.2.3, 4.2.3-dev? marcus I saw your email problem is still there. How do i change my email adress for the cvs commits from Marcus Börger to Marcus Boerger? At 01:06 08.11.2002, Jani Taskinen wrote: Exactly what older versions do you mean here? I

[PHP-CVS] cvs: php4 /ext/dba dba.c dba_flatfile.c php_dba.h

2002-11-07 Thread Marcus Boerger
helly Thu Nov 7 20:03:54 2002 EDT Modified files: /php4/ext/dba dba.c dba_flatfile.c php_dba.h Log: -lock support moved from dba_flatfile.c to dba.c -flatfile, cdb, cdb_make use locking now #locking is blocking per default use 'rt', 'wt', ct' or 'nt' f

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

2002-11-07 Thread Ilia Alshanetsky
iliaa Thu Nov 7 20:08:02 2002 EDT Modified files: /php4/ext/exif exif.c Log: Removed duplicate assignment. Index: php4/ext/exif/exif.c diff -u php4/ext/exif/exif.c:1.117 php4/ext/exif/exif.c:1.118 --- php4/ext/exif/exif.c:1.117 Sat Oct 19 05:52:00 20

[PHP-CVS] cvs: php4 /ext/pcntl/tests 001.phpt

2002-11-07 Thread Ilia Alshanetsky
iliaa Thu Nov 7 20:08:52 2002 EDT Modified files: /php4/ext/pcntl/tests 001.phpt Log: Added a skip condition in the event posix_kill(), which is used by the test is not avaliable. Index: php4/ext/pcntl/tests/001.phpt diff -u php4/ext/pcntl/tests/00

[PHP-CVS] cvs: php4 /ext/pspell/tests 01pspell_basic.phpt

2002-11-07 Thread Ilia Alshanetsky
iliaa Thu Nov 7 20:09:47 2002 EDT Modified files: /php4/ext/pspell/tests 01pspell_basic.phpt Log: Added a skip condition if the English dictionary needed for the test is not avaliable. Index: php4/ext/pspell/tests/01pspell_basic.phpt diff -u php4/ex

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

2002-11-07 Thread Ilia Alshanetsky
iliaa Thu Nov 7 20:11:06 2002 EDT Modified files: /php4 run-tests.php Log: This option is needed if we need to track errors inside the skip condition. Index: php4/run-tests.php diff -u php4/run-tests.php:1.117 php4/run-tests.php:1.118 --- php4/run-te

[PHP-CVS] cvs: php4 /ext/standard/tests/strings htmlentities05.phpt htmlentities06.phpt htmlentities07.phpt htmlentities08.phpt htmlentities09.phpt

2002-11-07 Thread Ilia Alshanetsky
iliaa Thu Nov 7 20:12:04 2002 EDT Modified files: /php4/ext/standard/tests/stringshtmlentities05.phpt htmlentities06.phpt htmlentities07.phpt

[PHP-CVS] cvs: php4 / NEWS

2002-11-07 Thread Ilia Alshanetsky
iliaa Thu Nov 7 20:44:40 2002 EDT Modified files: /php4 NEWS Log: Bug fixing news. Index: php4/NEWS diff -u php4/NEWS:1.1240 php4/NEWS:1.1241 --- php4/NEWS:1.1240Thu Nov 7 10:09:11 2002 +++ php4/NEWS Thu Nov 7 20:44:40 2002 @@ -11,6 +11,13 @@

[PHP-CVS] cvs: php4 /ext/standard/tests/image getimagesize.phpt image_type_to_mime_type.phpt skipif_imagetype.inc

2002-11-07 Thread Ilia Alshanetsky
iliaa Thu Nov 7 21:50:28 2002 EDT Modified files: /php4/ext/standard/tests/image getimagesize.phpt image_type_to_mime_type.phpt skipif_imagetype.inc Log: Move SWC (compressed

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

2002-11-07 Thread Ilia Alshanetsky
iliaa Thu Nov 7 22:02:52 2002 EDT Modified files: /php4/ext/standard ftp_fopen_wrapper.c Log: Fixed compile warning when compiling without openssl support. Index: php4/ext/standard/ftp_fopen_wrapper.c diff -u php4/ext/standard/ftp_fopen_wrapper.c:1.37 ph

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

2002-11-07 Thread Ilia Alshanetsky
iliaa Thu Nov 7 22:04:23 2002 EDT Modified files: /php4/ext/standard image.c Log: Fixed prototype of image_type_to_mime_type(), bug #20094. Index: php4/ext/standard/image.c diff -u php4/ext/standard/image.c:1.70 php4/ext/standard/image.c:1.71 --- php4/ext

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

2002-11-07 Thread CHAILLAN Nicolas
nicos Thu Nov 7 22:05:20 2002 EDT Modified files: /php4/ext/readline readline.c Log: Very little fixes Index: php4/ext/readline/readline.c diff -u php4/ext/readline/readline.c:1.30 php4/ext/readline/readline.c:1.31 --- php4/ext/readline/readline.c:1.30

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

2002-11-07 Thread Derick Rethans
On Fri, 8 Nov 2002, Marcus Boerger wrote: > Never used it to try older versions? Say 4.2.3, 4.2.3-dev? > > marcus > > I saw your email problem is still there. How do i change my > email adress for the cvs commits from Marcus Börger to > Marcus Boerger? See: http://master.php.net/manage/users.ph

[PHP-CVS] cvs: php4 /ext/mbstring/tests overload.phpt

2002-11-07 Thread Moriyoshi Koizumi
moriyoshi Fri Nov 8 02:22:10 2002 EDT Added files: /php4/ext/mbstring/testsoverload.phpt Log: Added a test for function overloading behaviour Index: php4/ext/mbstring/tests/overload.phpt +++ php4/ext/mbstring/tests/overload.phpt --TEST-- Funct