[PHP-DEV] CVS update: php3/tests From: danny (php-dev <email protected>)
Date: 09/29/98

Date: Tuesday September 29, 1998 @ 16:12
Author: danny

Update of /repository/php3/tests
In directory asf:/u2/tmp/cvs-serv13888/tests

Modified Files:
        informix.php3
Added Files:
        informix_blb.php3 informix_proc.php3
Log Message:

Informix driver: new test scripts for stored procedures and blobs

Index: php3/tests/informix.php3
diff -c php3/tests/informix.php3:1.4 php3/tests/informix.php3:1.5
*** php3/tests/informix.php3:1.4 Sun Sep 20 07:39:06 1998
--- php3/tests/informix.php3 Tue Sep 29 16:12:24 1998
***************
*** 1,5 ****
-
  <script language=PHP>
  
  function check_ifx($res) {
      $msg = ifx_error($res);
--- 1,9 ----
  <script language=PHP>
+ //
+ // test script to exercise basic PHP3 Informix driver functionality
+ // uses the ODS/SE 7.x stores7 demo database
+ // sept 1998 Danny.Heijl <email protected>
+ //
  
  function check_ifx($res) {
      $msg = ifx_error($res);

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>