[PHP-DEV] Re: [PHP-QA] 4.0.6RC4 out.

2001-06-20 Thread Phil Driscoll

Just built RC4 --with-apxs --with-mysql on Suze 7.1
Build went fine.
Tested with PhpMyAdmin 2.1.0 - works fine but got some new warning messages 
for deprecated mysql_db_query - which is fine.

Tested with all my own code (predominantly mysql related but accessing a wide 
range of core language features) with no problems.

My production machines are still NT - but not for long :) - so I can't do a 
sensible comparison on memory use.

I then built a cgi version and ran run-tests. The test output is attached. It 
failed on a few tests. I don't know whether these are real failures, or my 
incompetence - it's the first time I've run the tests on Linux.

Cheers
-- 
Phil Driscoll

X-Powered-By: PHP/4.0.6RC4
Content-type: text/html


Warning:  Undefined variable:  ext_found in run-tests.php on line 307
Running tests in /home/phil/php-4.0.6RC4/ext/crack/tests

[all 1 test(s) skipped]


Warning:  Undefined variable:  ext_found in run-tests.php on line 307
Running tests in /home/phil/php-4.0.6RC4/ext/ctype/tests

[all 2 test(s) skipped]


Warning:  Undefined variable:  ext_found in run-tests.php on line 307
Running tests in /home/phil/php-4.0.6RC4/ext/cybermut/tests
===
[all 1 test(s) skipped]


Warning:  Undefined variable:  ext_found in run-tests.php on line 307
Running tests in /home/phil/php-4.0.6RC4/ext/db/tests
=
[all 6 test(s) skipped]


Warning:  Undefined variable:  ext_found in run-tests.php on line 307
Running tests in /home/phil/php-4.0.6RC4/ext/gmp/tests
==
[all 2 test(s) skipped]


Warning:  Undefined variable:  ext_found in run-tests.php on line 307
Running tests in /home/phil/php-4.0.6RC4/ext/iconv/tests

[all 1 test(s) skipped]


Warning:  Undefined variable:  ext_found in run-tests.php on line 307
Running tests in /home/phil/php-4.0.6RC4/ext/interbase/tests

[all 6 test(s) skipped]


Warning:  Undefined variable:  ext_found in run-tests.php on line 307
Running tests in /home/phil/php-4.0.6RC4/ext/mcrypt/tests
=
[all 1 test(s) skipped]


Warning:  Undefined variable:  ext_found in run-tests.php on line 307
Running tests in /home/phil/php-4.0.6RC4/ext/session/tests
==
Session Object Serialization ... passed
session_unset() without any session  ... passed
Session Object Deserialization   ... passed
session_set_save_handler test (004.phpt) ... failed
Custom save handler, multiple session_start()s, complex data structu ... failed


Warning:  Undefined variable:  ext_found in run-tests.php on line 307
Running tests in /home/phil/php-4.0.6RC4/ext/skeleton/tests
===
[all 1 test(s) skipped]


Warning:  Undefined variable:  ext_found in run-tests.php on line 307
Running tests in /home/phil/php-4.0.6RC4/ext/standard/tests/file

File type functions  ... passed


Warning:  Undefined variable:  ext_found in run-tests.php on line 307
Running tests in /home/phil/php-4.0.6RC4/ext/standard/tests/math

Simple math tests... passed


Warning:  Undefined variable:  ext_found in run-tests.php on line 307
Running tests in /home/phil/php-4.0.6RC4/ext/standard/tests/general_functions
=
sprintf() function   ... passed
quoted_printable_decode() function test  ... passed
levenshtein() function test  ... passed
fgetcsv() with tab delimited fields (BUG #8258)  ... passed
is_scalar() function test... passed


Warning:  Undefined variable:  ext_found in run-tests.php on line 307
Running tests in /home/phil/php-4.0.6RC4/ext/standard/tests/reg
===
RegReplace test 1... passed
RegReplace test 2... passed
ereg_replace single-quote test   ... passed
simple ereg test ... passed
Test Regular expression register support in ereg

[PHP-DEV] Re: [PHP-QA] 4.0.6RC4 out.

2001-06-20 Thread derick

Hello,

I could build RC4 just fine. I'm using it on my dev machine now, I'll
certainly find some probs (if there are some).

configure script:
./configure --with-apache=../$APACHE_DIR --with-gd \
--with-ttf --with-mysql
--with-pdflib --with-config-file-path=/etc/httpd \
--enable-track-vars --enable-memory-limit \
--with-dom --with-pgsql --with-curl \
--with-sablot --with-ftp --with-mcrypt \
--with-srm=/opt/srm --with-zlib --with-ncurses

greetingz,


Derick Rethans

-
PHP: Scripting the Web - www.php.net - [EMAIL PROTECTED]
 SRM: Site Resource Manager - www.vl-srm.net
-


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]