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

2002-11-05 Thread Marcus Börger
helly Tue Nov 5 04:52:30 2002 EDT Modified files: /php4/ext/standard/tests/time 001.phpt Log: Use EXPECT again Index: php4/ext/standard/tests/time/001.phpt diff -u php4/ext/standard/tests/time/001.phpt:1.3 php4/ext/standard/tests/time/001.phpt:1.4

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

2002-11-05 Thread Marcus Börger
helly Tue Nov 5 06:17:45 2002 EDT Modified files: /php4/ext/standard ftp_fopen_wrapper.c Log: silence #when i get this code right tmp_line is not initialised, too. #Therefore php_stream_wrapper_log_error() will be called with #undefined value, will it?

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

2002-11-05 Thread Marcus Börger
helly Tue Nov 5 07:03:02 2002 EDT Modified files: /php4/ext/dba config.m4 Log: added missing compiler define Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.23 php4/ext/dba/config.m4:1.24 --- php4/ext/dba/config.m4:1.23 Mon Nov 4

[PHP-CVS] cvs: php4 /ext/dba dba.c dba_cdb.c dba_db2.c dba_db3.c dba_dbm.c dba_gdbm.c dba_ndbm.c php_dba.h

2002-11-05 Thread Marcus Börger
helly Tue Nov 5 09:46:36 2002 EDT Modified files: /php4/ext/dba dba.c dba_cdb.c dba_db2.c dba_db3.c dba_dbm.c dba_gdbm.c dba_ndbm.c php_dba.h Log: Why did open fail? Index: php4/ext/dba/dba.c diff -u php4/ext/dba/dba.c:1.50

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

2002-11-05 Thread Marcus Börger
helly Tue Nov 5 10:01:21 2002 EDT Modified files: /php4/ext/dba dba.c Log: -use of emalloc functions -info was not initialised fulle due to memset parameters now that the whole structure is initialised we can stop putting 0 in it. Index:

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

2002-11-05 Thread Marcus Börger
helly Tue Nov 5 10:15:51 2002 EDT Modified files: /php4/sapi/cli php_cli.c Log: call php_module_startup after zts has been initialised. This way we could have called zend_ini_deactivate(TSRMLS_C). But it seems unnecessary. #tested with ZTS and non ZTS

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

2002-11-05 Thread Marcus Börger
helly Tue Nov 5 14:38:06 2002 EDT Modified files: /php4/ext/dba dba_gdbm.c Log: correct errors Index: php4/ext/dba/dba_gdbm.c diff -u php4/ext/dba/dba_gdbm.c:1.13 php4/ext/dba/dba_gdbm.c:1.14 --- php4/ext/dba/dba_gdbm.c:1.13Tue Nov 5

[PHP-CVS] cvs: php4 /main php_streams.h streams.c

2002-11-05 Thread Marcus Börger
helly Tue Nov 5 19:15:24 2002 EDT Modified files: /php4/main php_streams.h streams.c Log: php_stream replacement for fprintf #Agreed by Wez - I will use this mysel soon. Index: php4/main/php_streams.h diff -u php4/main/php_streams.h:1.59

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

2002-11-05 Thread Marcus Börger
helly Tue Nov 5 19:17:47 2002 EDT Modified files: /php4/main php_streams.h Log: Make the macro use the function and not the other macro as discussed with Wez. Index: php4/main/php_streams.h diff -u php4/main/php_streams.h:1.60

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

2002-11-05 Thread Marcus Börger
helly Tue Nov 5 21:21:49 2002 EDT Modified files: /php4/ext/dba dba_dbm.c Log: correct file open modes Index: php4/ext/dba/dba_dbm.c diff -u php4/ext/dba/dba_dbm.c:1.19 php4/ext/dba/dba_dbm.c:1.20 --- php4/ext/dba/dba_dbm.c:1.19 Tue Nov 5 20:53:50

[PHP-CVS] cvs: php4 /ext/dba config.m4 dba.c dba_dbm.c dba_flatile.c php_flatfile.h /ext/dba/libdbm dbm.c dbm.h /ext/dba/libflatfile .cvsignore flatfile.c flatfile.h /ext/dba/tests dba_flatfile.phpt

2002-11-05 Thread Marcus Börger
helly Tue Nov 5 23:16:18 2002 EDT Added files: /php4/ext/dba dba_flatile.c php_flatfile.h /php4/ext/dba/libflatfile .cvsignore flatfile.c flatfile.h /php4/ext/dba/tests dba_flatfile.phpt Removed files: /php4/ext/dba/libdbm

[PHP-CVS] cvs: php4 /tests dirname.phpt /tests/run-test test001.phpt test002.phpt test003.phpt test004.phpt test005.phpt test006.phpt test007.phpt

2002-11-04 Thread Marcus Börger
helly Mon Nov 4 05:43:22 2002 EDT Added files: /php4/tests/run-testtest001.phpt test002.phpt test003.phpt test004.phpt test005.phpt test006.phpt test007.phpt Removed files:

[PHP-CVS] cvs: php4 /tests/lang bug20175.phpt

2002-11-04 Thread Marcus Börger
helly Mon Nov 4 05:51:08 2002 EDT Added files: /php4/tests/langbug20175.phpt Log: See http://bugs.php.net/20175 Index: php4/tests/lang/bug20175.phpt +++ php4/tests/lang/bug20175.phpt --TEST-- Bug #20175 (Static vars can't store ref to new

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

2002-11-04 Thread Marcus Börger
helly Mon Nov 4 08:39:18 2002 EDT Modified files: /php4/ext/dba dba_db2.c dba_db3.c dba_dbm.c dba_gdbm.c Log: use ecmalloc/efree functions instead of (c|m)alloc/free Index: php4/ext/dba/dba_db2.c diff -u php4/ext/dba/dba_db2.c:1.27

[PHP-CVS] cvs: php4 /tests/lang bug20175.phpt

2002-11-04 Thread Marcus Börger
helly Mon Nov 4 12:12:22 2002 EDT Modified files: /php4/tests/langbug20175.phpt Log: 2nd wow returns different results with ZE1/ZE2 Index: php4/tests/lang/bug20175.phpt diff -u php4/tests/lang/bug20175.phpt:1.2 php4/tests/lang/bug20175.phpt:1.3 ---

[PHP-CVS] cvs: php4 / NEWS

2002-11-04 Thread Marcus Börger
helly Mon Nov 4 13:11:43 2002 EDT Modified files: /php4 NEWS Log: collect and append dba changes Index: php4/NEWS diff -u php4/NEWS:1.1238 php4/NEWS:1.1239 --- php4/NEWS:1.1238Sun Nov 3 12:37:58 2002 +++ php4/NEWS Mon Nov 4 13:11:43 2002

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

2002-11-03 Thread Marcus Börger
helly Sun Nov 3 05:52:19 2002 EDT Modified files: /php4 run-tests.php Log: pass params used for info call to skipif also #try php.ini with #output_handler=mb_string #mbstring.http_output=UCS-2LE Index: php4/run-tests.php diff -u

[PHP-CVS] cvs: php4 /ext/standard/tests/image bug13213.jpg bug13213.phpt getimagesize.phpt image_type_to_mime_type.phpt skipif_imagetype.inc test1pix.bmp test1pix.jpc test1pix.jpg test2pix.gif test4pix.gif test4pix.iff test4pix.png test4pix.psd test4pix.tif

2002-11-03 Thread Marcus Börger
helly Sun Nov 3 08:52:45 2002 EDT Added files: /php4/ext/standard/tests/image bug13213.jpg bug13213.phpt getimagesize.phpt image_type_to_mime_type.phpt

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

2002-11-03 Thread Marcus Börger
helly Sun Nov 3 10:09:49 2002 EDT Modified files: /php4/ext/dba dba_cdb.c Log: -fixed -use *e*malloc Index: php4/ext/dba/dba_cdb.c diff -u php4/ext/dba/dba_cdb.c:1.14 php4/ext/dba/dba_cdb.c:1.15 --- php4/ext/dba/dba_cdb.c:1.14 Thu Sep 19 00:18:20

[PHP-CVS] cvs: php4 /ext/dba/tests dba_cdb_read.phpt test.cdb

2002-11-03 Thread Marcus Börger
helly Sun Nov 3 10:11:42 2002 EDT Added files: /php4/ext/dba/tests dba_cdb_read.phpt test.cdb Log: cdb interface is currently readonly Index: php4/ext/dba/tests/dba_cdb_read.phpt +++ php4/ext/dba/tests/dba_cdb_read.phpt --TEST-- DBA CDB handler test

[PHP-CVS] cvs: php4 /ext/dba/tests dba_cdb.phpt dba_cdb_read.phpt skipif.inc test.inc

2002-11-03 Thread Marcus Börger
helly Sun Nov 3 10:22:33 2002 EDT Modified files: /php4/ext/dba/tests dba_cdb.phpt dba_cdb_read.phpt skipif.inc test.inc Log: cdb interface is currently readonly Index: php4/ext/dba/tests/dba_cdb.phpt diff -u

[PHP-CVS] cvs: php4 /ext/dba dba.c dba_cdb.c php_dba.h /ext/dba/tests dba_cdb_read.phpt

2002-11-03 Thread Marcus Börger
helly Sun Nov 3 11:43:07 2002 EDT Modified files: /php4/ext/dba dba.c dba_cdb.c php_dba.h /php4/ext/dba/tests dba_cdb_read.phpt Log: cdb now allows multiple key-value pairs with same key Index: php4/ext/dba/dba.c diff -u php4/ext/dba/dba.c:1.47

[PHP-CVS] cvs: php4 / NEWS

2002-11-03 Thread Marcus Börger
helly Sun Nov 3 12:37:58 2002 EDT Modified files: /php4 NEWS Log: info about added functionality in dba Index: php4/NEWS diff -u php4/NEWS:1.1237 php4/NEWS:1.1238 --- php4/NEWS:1.1237Thu Oct 31 20:35:49 2002 +++ php4/NEWS Sun Nov 3 12:37:58

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

2002-11-03 Thread Marcus Börger
helly Sun Nov 3 12:40:34 2002 EDT Modified files: /php4 run-tests.php Log: force showing progress of test Index: php4/run-tests.php diff -u php4/run-tests.php:1.112 php4/run-tests.php:1.113 --- php4/run-tests.php:1.112Sun Nov 3 10:42:59 2002

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

2002-11-03 Thread Marcus Börger
helly Sun Nov 3 12:43:24 2002 EDT Modified files: /php4 run-tests.php Log: without these nearly all tests fail if for example php.ini contains output_handler=mb_string mbstring.http_output=UCS-2LE Index: php4/run-tests.php diff -u

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

2002-11-02 Thread Marcus Börger
helly Sat Nov 2 07:44:36 2002 EDT Modified files: /php4 run-tests.php Log: ws Index: php4/run-tests.php diff -u php4/run-tests.php:1.106 php4/run-tests.php:1.107 --- php4/run-tests.php:1.106Sat Nov 2 07:33:24 2002 +++ php4/run-tests.php Sat

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

2002-11-02 Thread Marcus Börger
helly Sat Nov 2 16:48:06 2002 EDT Modified files: /php4 run-tests.php Log: -allow parameters to be directories -${dir} - $dir Index: php4/run-tests.php diff -u php4/run-tests.php:1.108 php4/run-tests.php:1.109 --- php4/run-tests.php:1.108Sat

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

2002-11-02 Thread Marcus Börger
helly Sat Nov 2 17:06:04 2002 EDT Modified files: /php4 run-tests.php Log: copy paste error #all these different versions here Index: php4/run-tests.php diff -u php4/run-tests.php:1.109 php4/run-tests.php:1.110 --- php4/run-tests.php:1.109

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

2002-11-01 Thread Marcus Börger
helly Fri Nov 1 07:12:40 2002 EDT Modified files: /php4/ext/standard/tests/time 001.phpt Log: update test #This test fails for me. I expanded the test output and checked the function. #The only way to fix this behaviour would be to store the last

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

2002-11-01 Thread Marcus Börger
helly Fri Nov 1 08:03:31 2002 EDT Modified files: /php4 run-tests.php Log: -move -d stuff into function and update settings for info call Index: php4/run-tests.php diff -u php4/run-tests.php:1.104 php4/run-tests.php:1.105 ---

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

2002-11-01 Thread Marcus Börger
helly Fri Nov 1 09:15:24 2002 EDT Modified files: /php4/ext/dba dba.c Log: php_error - php_error_docref Index: php4/ext/dba/dba.c diff -u php4/ext/dba/dba.c:1.46 php4/ext/dba/dba.c:1.47 --- php4/ext/dba/dba.c:1.46 Fri Oct 25 06:06:35 2002 +++

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

2002-11-01 Thread Marcus Börger
helly Fri Nov 1 09:20:31 2002 EDT Modified files: /php4/ext/dba/tests .cvsignore test.inc Log: test.dbm* - test0.dbm* Index: php4/ext/dba/tests/.cvsignore diff -u php4/ext/dba/tests/.cvsignore:1.2 php4/ext/dba/tests/.cvsignore:1.3 ---

[PHP-CVS] cvs: php4 /ext/dba/tests dba001.phpt dba002.phpt dba003.phpt dba004.phpt dba005.phpt dba006.phpt dba007.phpt

2002-11-01 Thread Marcus Börger
helly Fri Nov 1 09:21:36 2002 EDT Modified files: /php4/ext/dba/tests dba001.phpt dba002.phpt dba003.phpt dba004.phpt dba005.phpt dba006.phpt dba007.phpt Log: Always show handler used Index: php4/ext/dba/tests/dba001.phpt diff -u

[PHP-CVS] cvs: php4 /ext/dba/tests dba_cdb.phpt dba_db2.phpt dba_db3.phpt dba_gdbm.phpt dba_handler.inc dba_ndbm.phpt

2002-11-01 Thread Marcus Börger
helly Fri Nov 1 09:23:23 2002 EDT Added files: /php4/ext/dba/tests dba_cdb.phpt dba_db2.phpt dba_db3.phpt dba_gdbm.phpt dba_handler.inc dba_ndbm.phpt Log: Add testcase for every single handler # db2 fails for me with SIGSEGV

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

2002-10-30 Thread Marcus Börger
helly Wed Oct 30 07:18:48 2002 EDT Modified files: /php4 README.TESTING run-tests.php Log: Enough discussion on display_erros it seems Index: php4/README.TESTING diff -u php4/README.TESTING:1.17 php4/README.TESTING:1.18 --- php4/README.TESTING:1.17

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

2002-10-30 Thread Marcus Börger
helly Wed Oct 30 09:15:16 2002 EDT Modified files: /php4/ext/xslt sablot.c xslt.c Log: php_error - php_error_docref Index: php4/ext/xslt/sablot.c diff -u php4/ext/xslt/sablot.c:1.59 php4/ext/xslt/sablot.c:1.60 --- php4/ext/xslt/sablot.c:1.59 Fri Oct

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

2002-10-30 Thread Marcus Börger
helly Wed Oct 30 09:57:57 2002 EDT Modified files: /php4/ext/domxmlconfig.m4 Log: added default library path Index: php4/ext/domxml/config.m4 diff -u php4/ext/domxml/config.m4:1.42 php4/ext/domxml/config.m4:1.43 --- php4/ext/domxml/config.m4:1.42

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

2002-10-30 Thread Marcus Börger
helly Wed Oct 30 12:42:37 2002 EDT Modified files: /php4/ext/domxmlconfig.m4 Log: that was not good :-( #failure was in my installation Index: php4/ext/domxml/config.m4 diff -u php4/ext/domxml/config.m4:1.43 php4/ext/domxml/config.m4:1.44 ---

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

2002-10-30 Thread Marcus Börger
helly Wed Oct 30 12:54:36 2002 EDT Modified files: /php4/ext/gdgd.c /php4/ext/gd/libgd gdxpm.c Log: fix warnings Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.219 php4/ext/gd/gd.c:1.220 --- php4/ext/gd/gd.c:1.219 Tue Oct 29 20:05:15

[PHP-CVS] cvs: php4 /ext/xml/tests skipif.inc

2002-10-29 Thread Marcus Börger
helly Tue Oct 29 06:43:47 2002 EDT Modified files: /php4/ext/xml/tests skipif.inc Log: do not dl() load in skipif.inc Index: php4/ext/xml/tests/skipif.inc diff -u php4/ext/xml/tests/skipif.inc:1.1 php4/ext/xml/tests/skipif.inc:1.2 ---

[PHP-CVS] cvs: php4 /ext/xml/tests 001.phpt 002.phpt 003.phpt 004.phpt 006.phpt 007.phpt xml001.phpt xml002.phpt xml003.phpt xml004.phpt xml006.phpt xml007.phpt

2002-10-29 Thread Marcus Börger
helly Tue Oct 29 06:59:25 2002 EDT Added files: /php4/ext/xml/tests xml001.phpt xml002.phpt xml003.phpt xml004.phpt xml006.phpt xml007.phpt Removed files: /php4/ext/xml/tests 001.phpt 002.phpt 003.phpt 004.phpt

[PHP-CVS] cvs: php4 /ext/xml/tests xml001.phpt xml002.phpt xml003.phpt xml004.phpt xml007.phpt

2002-10-29 Thread Marcus Börger
helly Tue Oct 29 07:12:20 2002 EDT Modified files: /php4/ext/xml/tests xml001.phpt xml002.phpt xml003.phpt xml004.phpt xml007.phpt Log: Fix tests #Why do i need to define the class infront of its usage in ZE2? Index:

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

2002-10-29 Thread Marcus Börger
helly Tue Oct 29 07:53:58 2002 EDT Modified files: /php4/ext/standard file.c Log: fix overrun Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.276 php4/ext/standard/file.c:1.277 --- php4/ext/standard/file.c:1.276 Thu Oct 24 15:17:08

[PHP-CVS] cvs: php4 /tests/lang 029.phpt

2002-10-29 Thread Marcus Börger
helly Tue Oct 29 08:30:23 2002 EDT Modified files: /php4/tests/lang029.phpt Log: no notices here Index: php4/tests/lang/029.phpt diff -u php4/tests/lang/029.phpt:1.4 php4/tests/lang/029.phpt:1.5 --- php4/tests/lang/029.phpt:1.4Sun Oct 6

[PHP-CVS] cvs: php4 /tests/lang 035.phpt

2002-10-29 Thread Marcus Börger
helly Tue Oct 29 08:51:44 2002 EDT Modified files: /php4/tests/lang035.phpt Log: Rewrite: Taken from ZE2 RFC + a little textual modification Index: php4/tests/lang/035.phpt diff -u php4/tests/lang/035.phpt:1.2 php4/tests/lang/035.phpt:1.3 ---

[PHP-CVS] cvs: php4 /ext/standard/tests/file userstreams.phpt

2002-10-29 Thread Marcus Börger
helly Tue Oct 29 09:05:56 2002 EDT Modified files: /php4/ext/standard/tests/file userstreams.phpt Log: -WS -Use // instead of /* ... */ comments #this test fails for me. Very weired... Index: php4/ext/standard/tests/file/userstreams.phpt diff -u

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

2002-10-29 Thread Marcus Börger
helly Tue Oct 29 09:13:12 2002 EDT Modified files: /php4 run-tests.php Log: better use array_diff_assoc the old way resulted in erroneus .diff Index: php4/run-tests.php diff -u php4/run-tests.php:1.98 php4/run-tests.php:1.99 ---

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

2002-10-29 Thread Marcus Börger
helly Tue Oct 29 11:45:20 2002 EDT Modified files: /php4/ext/domxmlphp_domxml.c Log: -php_error = php_error_docref -two warnings Index: php4/ext/domxml/php_domxml.c diff -u php4/ext/domxml/php_domxml.c:1.214 php4/ext/domxml/php_domxml.c:1.215 ---

Re: [PHP-CVS] cvs: php4 /ext/domxml php_domxml.c

2002-10-29 Thread Marcus Börger
Confirms to CODING_STANDARDS. I only had to change the order. Perhaps we should rewrite that parg 9. [9] When commenting out code using a #if statement, do NOT use 0 only. Append to any 0 an _cvs username here. For example, #if 0_FOO, where FOO is cvs user foo. This allows easier

Re: [PHP-CVS] cvs: php4 /ext/domxml php_domxml.c

2002-10-29 Thread Marcus Börger
At 18:48 29.10.2002, Derick Rethans wrote: On Tue, 29 Oct 2002, Marcus Börger wrote: Confirms to CODING_STANDARDS. I only had to change the order. Perhaps we should rewrite that parg 9. [9] When commenting out code using a #if statement, do NOT use 0 only. Append to any 0 an _cvs

[PHP-CVS] cvs: php4 / CODING_STANDARDS

2002-10-29 Thread Marcus Börger
helly Tue Oct 29 15:25:09 2002 EDT Modified files: /php4 CODING_STANDARDS Log: rewrite paragraph 9 No instances yet. And it does not work with #if 0_FOO but with #if FOO_0 Index: php4/CODING_STANDARDS diff -u php4/CODING_STANDARDS:1.23

[PHP-CVS] cvs: php4 /ext/iconv/tests skipif.inc test.inc translit-utf8.phpt

2002-10-29 Thread Marcus Börger
helly Tue Oct 29 16:51:32 2002 EDT Modified files: /php4/ext/iconv/tests skipif.inc test.inc translit-utf8.phpt Log: -do not dl() load -magic_quotes_runtime Index: php4/ext/iconv/tests/skipif.inc diff -u php4/ext/iconv/tests/skipif.inc:1.2

[PHP-CVS] cvs: php4 /ext/xslt/tests xslt_process-001.phpt xslt_set_object.phpt xslt_setopt.phpt

2002-10-29 Thread Marcus Börger
helly Tue Oct 29 16:57:50 2002 EDT Modified files: /php4/ext/xslt/testsxslt_process-001.phpt xslt_set_object.phpt xslt_setopt.phpt Log: -add reason to --SKIPIF-- -add magic_quotes_runtime to --INI-- --use var_dump()

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c microtime.c microtime.h

2002-10-29 Thread Marcus Börger
helly Tue Oct 29 18:35:49 2002 EDT Modified files: /php4/ext/standard basic_functions.c microtime.c microtime.h Log: make microtime and gettimeofday unavailable instead of return false return false in case needed library function is unavailable. Index:

[PHP-CVS] cvs: php4 /ext/iconv/tests bug16069.inc bug16069.phpt eucjp2iso2022jp.inc eucjp2iso2022jp.phpt eucjp2sjis.inc eucjp2sjis.phpt eucjp2utf8.inc eucjp2utf8.phpt iconv001.phpt iconv002.inc iconv002.phpt ob_iconv_handler.phpt skipif.inc test.inc translit-failure.phpt translit-utf8.inc translit-utf8.phpt

2002-10-28 Thread Marcus Börger
helly Mon Oct 28 12:15:22 2002 EDT Added files: /php4/ext/iconv/tests test.inc Removed files: /php4/ext/iconv/tests bug16069.inc eucjp2iso2022jp.inc eucjp2sjis.inc eucjp2utf8.inc iconv002.inc

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

2002-10-28 Thread Marcus Börger
helly Mon Oct 28 12:17:50 2002 EDT Modified files: /php4 run-tests.php Log: forgot 'error_log=' and 'report_memleaks=1' #commenting on php-dev Index: php4/run-tests.php diff -u php4/run-tests.php:1.94 php4/run-tests.php:1.95 ---

Re: [PHP-CVS] cvs: php4 /ext/iconv/tests

2002-10-28 Thread Marcus Börger
At 18:33 28.10.2002, Melvyn Sopacua wrote: At 18:15 28-10-2002, Marcus Börger wrote: Log: fix this tests -they did not dl load module in test Yes, exactly as they shouldn't. It's been discussed. Why did you revert that? The main reason - to repeat it: ./configure --prefix

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

2002-10-28 Thread Marcus Börger
helly Mon Oct 28 13:21:09 2002 EDT Modified files: /php4 run-tests.php Log: remove last line commited by error revert log_errors Index: php4/run-tests.php diff -u php4/run-tests.php:1.96 php4/run-tests.php:1.97 --- php4/run-tests.php:1.96 Mon

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

2002-10-28 Thread Marcus Börger
Sorry for the mistake in the message and the additional line. I forgot to save first marcus At 19:19 28.10.2002, Marcus Börger wrote: helly Mon Oct 28 13:19:38 2002 EDT Modified files: /php4 run-tests.php Log: forgot 'error_log=' and 'report_memleaks=1

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

2002-10-28 Thread Marcus Börger
At 19:29 28.10.2002, Derick Rethans wrote: On Mon, 28 Oct 2002, Marcus Börger wrote: helly Mon Oct 28 13:19:38 2002 EDT Modified files: /php4 run-tests.php Log: forgot 'error_log=' and 'report_memleaks=1' #commenting on php-dev Please test! It now spits out lots

[PHP-CVS] cvs: php4 /ext/session/tests 008-php4.2.3.phpt

2002-10-27 Thread Marcus Börger
helly Sun Oct 27 18:56:08 2002 EDT Modified files: /php4/ext/session/tests 008-php4.2.3.phpt Log: This test requires special settings #wait/read next commit on run-test.php Index: php4/ext/session/tests/008-php4.2.3.phpt diff -u

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

2002-10-27 Thread Marcus Börger
helly Sun Oct 27 19:02:25 2002 EDT Modified files: /php4/ext/mbstring/testshtmlent.phpt Log: fix test Index: php4/ext/mbstring/tests/htmlent.phpt diff -u php4/ext/mbstring/tests/htmlent.phpt:1.1 php4/ext/mbstring/tests/htmlent.phpt:1.2 ---

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

2002-10-27 Thread Marcus Börger
helly Sun Oct 27 19:07:11 2002 EDT Modified files: /php4 run-tests.php Log: allow default ini overwrites to be overwritten themselves in --INI-- #see followup on dev list Index: php4/run-tests.php diff -u php4/run-tests.php:1.91

[PHP-CVS] cvs: php4 /ext/standard/tests/strings 001.phpt strcspn.phpt strspn.phpt

2002-10-26 Thread Marcus Börger
helly Sat Oct 26 12:48:04 2002 EDT Added files: /php4/ext/standard/tests/stringsstrcspn.phpt strspn.phpt Removed files: /php4/ext/standard/tests/strings001.phpt Log: split tests Index:

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

2002-10-26 Thread Marcus Börger
helly Sat Oct 26 12:56:26 2002 EDT Added files: /php4/ext/standard/tests/stringsstrings001.phpt Log: change to use EXPECTREGEX and rename Index: php4/ext/standard/tests/strings/strings001.phpt +++ php4/ext/standard/tests/strings/strings001.phpt

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

2002-10-26 Thread Marcus Börger
helly Sat Oct 26 12:58:38 2002 EDT Removed files: /php4/ext/standard/tests/strings002.phpt Log: remove original version -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php4 /ext/standard/tests/stringshtmlentities01.phpt htmlentities02.phpt htmlentities03.phpthtmlentities04.phpt htmlentities05.phpt htmlentities06.phpthtmlentities07.phpt htmlentities08.phpt htmlentities09.phpthtmlentities1.phpt htmlentities2.phpt htmlentities3.phpthtmlentities4.phpt htmlentities5.phpt htmlentities6.phpthtmlentities7.phpt htmlentities8.phpt htmlentities9.phpt

2002-10-26 Thread Marcus Börger
. Could you send me test logs? I'll analyze what is wrong with them. Regards, Moriyoshi [EMAIL PROTECTED] (Marcus Börger) wrote: Tests 5, 6 and 8 fail for me is this a failure in mbstrig or in html_entities()? I wonder about test 8 it expects characters is that really what is expected

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

2002-10-26 Thread Marcus Börger
At 21:39 26.10.2002, Derick Rethans wrote: On Sat, 26 Oct 2002, Marcus Börger wrote: helly Sat Oct 26 12:54:30 2002 EDT Modified files: /php4 README.TESTING run-tests.php Log: -introduce EXPECTREGEX -add %c for EXPECTF #i think we must escape the special

[PHP-CVS] cvs: php4 / README.TESTING

2002-10-26 Thread Marcus Börger
helly Sat Oct 26 19:49:25 2002 EDT Modified files: /php4 README.TESTING Log: Only in EXPECTREGEX Index: php4/README.TESTING diff -u php4/README.TESTING:1.16 php4/README.TESTING:1.17 --- php4/README.TESTING:1.16Sat Oct 26 12:54:30 2002 +++

Re: [PHP-CVS] cvs: php4 /ext/standard/tests/strings htmlentities1.phpt htmlentities2.phpt htmlentities3.phpt htmlentities4.phpt htmlentities5.phpt htmlentities6.phpt htmlentities7.phpt htmlentities8.phpt htmlentities9.phpt

2002-10-25 Thread Marcus Börger
These tests must have a skipif logic since the ini value mbstring.internal_encoding is only read if mbstring is available. --SKIPIF-- ?php if (!extension_loaded(mbstring)) die('skip mbstring not available');? marcus At 23:11 24.10.2002, Moriyoshi Koizumi wrote: moriyoshi Thu Oct

[PHP-CVS] cvs: php4 /ext/dba/tests .cvsignore 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt skipif.inc test.inc

2002-10-25 Thread Marcus Börger
helly Fri Oct 25 05:42:29 2002 EDT Added files: /php4/ext/dba/tests .cvsignore 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt skipif.inc test.inc Log: Added some tests for dba extension Index:

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

2002-10-25 Thread Marcus Börger
helly Fri Oct 25 06:28:37 2002 EDT Modified files: /php4/ext/standard/tests/stringsstrtr.phpt Log: remove unnecessary sections #becomes an example Index: php4/ext/standard/tests/strings/strtr.phpt diff -u

[PHP-CVS] cvs: php4 /ext/standard/tests/strings 003.phpt str_shuffle.phpt strtr.phpt

2002-10-25 Thread Marcus Börger
helly Fri Oct 25 06:46:19 2002 EDT Added files: /php4/ext/standard/tests/stringsstr_shuffle.phpt Removed files: /php4/ext/standard/tests/strings003.phpt Modified files: /php4/ext/standard/tests/strings

[PHP-CVS] cvs: php4 /ext/exif/tests 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt exif001.phpt exif002.phpt exif003.phpt exif004.phpt exif005.phpt

2002-10-25 Thread Marcus Börger
helly Fri Oct 25 06:59:52 2002 EDT Added files: /php4/ext/exif/testsexif001.phpt exif002.phpt exif003.phpt exif004.phpt exif005.phpt Removed files: /php4/ext/exif/tests001.phpt 002.phpt

[PHP-CVS] cvs: php4 /ext/exif/tests exif005.phpt

2002-10-25 Thread Marcus Börger
helly Fri Oct 25 07:10:08 2002 EDT Modified files: /php4/ext/exif/testsexif005.phpt Log: README.TESTING examples Index: php4/ext/exif/tests/exif005.phpt diff -u php4/ext/exif/tests/exif005.phpt:1.1 php4/ext/exif/tests/exif005.phpt:1.2 ---

[PHP-CVS] cvs: php4 / README.TESTING

2002-10-25 Thread Marcus Börger
helly Fri Oct 25 07:17:45 2002 EDT Modified files: /php4 README.TESTING Log: update Index: php4/README.TESTING diff -u php4/README.TESTING:1.13 php4/README.TESTING:1.14 --- php4/README.TESTING:1.13Wed Oct 23 20:00:26 2002 +++ php4/README.TESTING

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

2002-10-25 Thread Marcus Börger
It should not break any test...please send a list of those failed. marcus At 19:24 25.10.2002, Ilia Alshanetsky wrote: iliaa Fri Oct 25 13:24:10 2002 EDT Modified files: /php4 run-tests.php Log: The log_errors=1 breaks a number of tests and is useless for our

[PHP-CVS] cvs: php4 / README.TESTING

2002-10-23 Thread Marcus Börger
helly Wed Oct 23 08:59:18 2002 EDT Modified files: /php4 README.TESTING Log: update and correct Index: php4/README.TESTING diff -u php4/README.TESTING:1.6 php4/README.TESTING:1.7 --- php4/README.TESTING:1.6 Tue Oct 22 05:00:51 2002 +++

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

2002-10-23 Thread Marcus Börger
helly Wed Oct 23 19:09:08 2002 EDT Modified files: /php4/ext/standard html.c Log: fix warning Index: php4/ext/standard/html.c diff -u php4/ext/standard/html.c:1.55 php4/ext/standard/html.c:1.56 --- php4/ext/standard/html.c:1.55 Tue Oct 22 16:11:48

[PHP-CVS] cvs: php4 /tests .cvsignore

2002-10-23 Thread Marcus Börger
helly Wed Oct 23 19:20:01 2002 EDT Modified files: /php4/tests .cvsignore Log: allow php here for the moment #hope someone will remove those php files here Index: php4/tests/.cvsignore diff -u php4/tests/.cvsignore:1.7 php4/tests/.cvsignore:1.8 ---

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

2002-10-23 Thread Marcus Börger
helly Wed Oct 23 19:51:15 2002 EDT Modified files: /php4/ext/exif/tests001.phpt 003.phpt Log: better use var_dump and EXPECTF #seems i waited for EXPECTF Index: php4/ext/exif/tests/001.phpt diff -u php4/ext/exif/tests/001.phpt:1.8

[PHP-CVS] cvs: php4 / README.TESTING

2002-10-23 Thread Marcus Börger
helly Wed Oct 23 20:00:26 2002 EDT Modified files: /php4 README.TESTING Log: additions Index: php4/README.TESTING diff -u php4/README.TESTING:1.12 php4/README.TESTING:1.13 --- php4/README.TESTING:1.12Wed Oct 23 17:44:43 2002 +++

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

2002-10-23 Thread Marcus Börger
Nice test and additional skip logic but i think we should use characters available in germany like our umlauts. I suspect the test fails for me because my locale does not recognize the three characters used which are non german characters anyway... marcus At 01:04 24.10.2002, Ilia Alshanetsky

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

2002-10-23 Thread Marcus Börger
helly Wed Oct 23 20:49:38 2002 EDT Modified files: /php4/ext/standard/tests/stringsstrtoupper.phpt Log: use german characters for a test with german locale Index: php4/ext/standard/tests/strings/strtoupper.phpt diff -u

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

2002-10-23 Thread Marcus Börger
At 02:46 23.10.2002, Jani Taskinen wrote: You propably didn't notice, but this extension is actually deprecated..you should use DBA instead. --Jani That does not mean we should fix it - as long as it isn't removed. marcus -- PHP CVS Mailing List (http://www.php.net/) To

[PHP-CVS] cvs: php4 /tests/func 006.phpt

2002-10-22 Thread Marcus Börger
helly Tue Oct 22 05:34:54 2002 EDT Modified files: /php4/tests/func006.phpt Log: Test result depends on these ini settings Index: php4/tests/func/006.phpt diff -u php4/tests/func/006.phpt:1.3 php4/tests/func/006.phpt:1.4 ---

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

2002-10-21 Thread Marcus Börger
Your log message becomes a comment here shouldn't it be Bug #number? marcus At 13:00 21.10.2002, Thies C. Arntzen wrote: thies Mon Oct 21 07:00:41 2002 EDT Modified files: /php4/ext/oci8 oci8.c Log: #19948 Index: php4/ext/oci8/oci8.c diff -u

[PHP-CVS] cvs: php4 /ext/exif exif.c /ext/exif/tests 005.phpt test5.jpg

2002-10-19 Thread Marcus Börger
helly Sat Oct 19 05:52:00 2002 EDT Added files: /php4/ext/exif/tests005.phpt test5.jpg Modified files: /php4/ext/exif exif.c Log: Allow ifd start at offset other than 0007h and provide testcase. #Now we can read images

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/exif exif.c /ext/exif/tests 005.phpt test5.jpg

2002-10-19 Thread Marcus Börger
helly Sat Oct 19 06:24:04 2002 EDT Added files: (Branch: PHP_4_2_0) /php4/ext/exif/tests005.phpt test5.jpg Modified files: /php4/ext/exif exif.c Log: MFH: Allow ifd start at offset other than 0008h and provide testcase.

[PHP-CVS] cvs: php4 /ext/exif/tests 002.phpt

2002-10-14 Thread Marcus Börger
helly Mon Oct 14 20:35:06 2002 EDT Modified files: /php4/ext/exif/tests002.phpt Log: remove ob_end_clean() and instead use ini section #Derick you're right this was no good idea. I just left it over after testing #the test. Index:

[PHP-CVS] cvs: php4 /main output.c

2002-10-04 Thread Marcus Börger
helly Fri Oct 4 13:11:36 2002 EDT Modified files: /php4/main output.c Log: suggest paranthesis around || and Index: php4/main/output.c diff -u php4/main/output.c:1.138 php4/main/output.c:1.139 --- php4/main/output.c:1.138Thu Oct 3 09:32:01 2002

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

2002-10-04 Thread Marcus Börger
helly Fri Oct 4 13:17:01 2002 EDT Modified files: /php4/ext/standard basic_functions.c Log: return FALSE on error Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/basic_functions.c:1.522 php4/ext/standard/basic_functions.c:1.523 ---

Re: [PHP-CVS] cvs: php4 /main output.c

2002-10-04 Thread Marcus Börger
highlight.html= #00 i can find no #BB At 19:11 04.10.2002, Marcus Börger wrote: helly Fri Oct 4 13:11:36 2002 EDT Modified files: /php4/main output.c Log: suggest paranthesis around || and Index: php4/main/output.c diff -u php4/main/output.c:1.138 php4/main/output.c

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

2002-10-04 Thread Marcus Börger
globally? Function up and including today returned NULL if there was a problem with parsing the parameters. This could well break BC in my eyes. Is this absolutely necessary ? On Fri, Oct 04, 2002 at 05:17:01PM -, Marcus Börger wrote : helly Fri Oct 4 13:17:01 2002

Re: [PHP-CVS] cvs: php4 /main network.c php_streams.h streams.c

2002-10-04 Thread Marcus Börger
No good idea it broke at least exif which was the first extension that changed to streams. marcus At 20:21 04.10.2002, Sascha Schumann wrote: sas Fri Oct 4 14:21:40 2002 EDT Modified files: /php4/main network.c php_streams.h streams.c Log: Improve the general

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

2002-10-04 Thread Marcus Börger
helly Fri Oct 4 17:19:56 2002 EDT Modified files: /php4 run-tests.php Log: Return to old counting where every test is counted (even those of skipped extensions). Inform about the number of extensions tested and skipped. This makes the test summary

[PHP-CVS] cvs: php4 /main streams.c

2002-10-02 Thread Marcus Börger
helly Wed Oct 2 09:25:38 2002 EDT Modified files: /php4/main streams.c Log: Another missing variable init #Wez shouldn't stream-filterhead-fops-flush() affect return value also? Index: php4/main/streams.c diff -u php4/main/streams.c:1.87

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

2002-10-01 Thread Marcus Börger
I was working on this one too and thought about listing all skipped directories. I also thought about a special skip file that allows to skip all tests in a directory by one file. This came to my mind when seeing many extensions having an include file that is used for the skip section. Will we

[PHP-CVS] cvs: php4 /ext/iconv/tests 002.phpt

2002-09-28 Thread Marcus Börger
helly Sat Sep 28 09:59:17 2002 EDT Modified files: /php4/ext/iconv/tests 002.phpt Log: Synch with README.TESTING Index: php4/ext/iconv/tests/002.phpt diff -u php4/ext/iconv/tests/002.phpt:1.2 php4/ext/iconv/tests/002.phpt:1.3 ---

<    1   2