Date: 06/30/99
- Next message: sas: "[PHP-DEV] CVS update: php3/regex"
- Previous message: sas: "[PHP-DEV] CVS update: php3/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wednesday June 30, 1999 @ 20:03
Author: sas
Update of /repository/php3/test
In directory php:/tmp/cvs-serv21288/test
Modified Files:
testall
Log Message:
* --with-shared-apache works again (for legacy users mostly)
This uses RPATHS correctly now
* initial try to get 'make test' run in a VPATH environment
(test/testphp needs a change, but I don't know awk very well)
* avoid name clash on glibc2 systems which have BerkeleyDB installed
/usr/include/db1 contains "db.h", breaking dba_db2.c
* revert patch for PostgreSQL, should work now fine again
* revert HSREGEX patch, I misinterpreted HS for HoSt == system :-(
Index: php3/test/testall
diff -u php3/test/testall:1.10 php3/test/testall:1.11
--- php3/test/testall:1.10 Tue Jun 22 03:26:01 1999
+++ php3/test/testall Wed Jun 30 20:03:53 1999
@@ -1,5 +1,7 @@
#!/bin/sh
+php=${PHP:-../php}
+
count=0
fail=0
@@ -8,7 +10,7 @@
okay=1
if [ -f $d/extension ]; then
e=`cat $d/extension`
- okay=`echo "<?echo extension_loaded('$e');" | ../php -q`
+ okay=`echo "<?echo extension_loaded('$e');" | $php -q`
fi
if [ "x$okay" = "x1" ]; then
-- PHP Development Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: sas: "[PHP-DEV] CVS update: php3/regex"
- Previous message: sas: "[PHP-DEV] CVS update: php3/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

