Update of /cvsroot/monetdb/sql/src/test/mapi/Tests
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv11962/src/test/mapi/Tests

Modified Files:
      Tag: Nov2009
        php_monetdb.SQL.bat php_monetdb.SQL.sh 
Log Message:
Switch over from Cimpl version of PHP to native.
This also involves installing the files in an appropriate location.

Index: php_monetdb.SQL.sh
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/mapi/Tests/php_monetdb.SQL.sh,v
retrieving revision 1.3
retrieving revision 1.3.14.1
diff -u -d -r1.3 -r1.3.14.1
--- php_monetdb.SQL.sh  29 Oct 2007 20:11:59 -0000      1.3
+++ php_monetdb.SQL.sh  12 Nov 2009 12:31:15 -0000      1.3.14.1
@@ -1,6 +1,6 @@
 #!/bin/sh
 
 path="`monetdb-clients-config --pkglibdir`/Tests"
-dir="`monetdb-clients-config --phpextensiondir`"
+dir="`monetdb-clients-config --datadir`/php"
 
-Mlog -x "php -n -d extension_dir=$dir -f $path/sqlsample.php $MAPIPORT"
+Mlog -x "php -n -d include_path=$dir -f $path/sqlsample.php $MAPIPORT"

Index: php_monetdb.SQL.bat
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/mapi/Tests/php_monetdb.SQL.bat,v
retrieving revision 1.4
retrieving revision 1.4.14.1
diff -u -d -r1.4 -r1.4.14.1
--- php_monetdb.SQL.bat 31 Oct 2007 11:25:14 -0000      1.4
+++ php_monetdb.SQL.bat 12 Nov 2009 12:31:15 -0000      1.4.14.1
@@ -2,9 +2,7 @@
 
 call monetdb-clients-config --internal
 
-set testpath=%CLIENTS_PREFIX%\lib\MonetDB\Tests
-
 prompt # $t $g  
 echo on
 
-php -n -d "extension_dir=%phpextensiondir%" -f "%testpath%\sqlsample.php"
+php -n -d "include_path=%datadir%\php" -f "%pkglibdir%\Tests\sqlsample.php" 
%MAPIPORT%


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to