georg           Mon Mar 10 20:22:20 2003 EDT

  Modified files:              
    /php4/ext/mysqli    config.m4 
  Log:
  added new profiler-files
  
  
Index: php4/ext/mysqli/config.m4
diff -u php4/ext/mysqli/config.m4:1.3 php4/ext/mysqli/config.m4:1.4
--- php4/ext/mysqli/config.m4:1.3       Mon Mar  3 17:36:47 2003
+++ php4/ext/mysqli/config.m4   Mon Mar 10 20:22:20 2003
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.3 2003/03/03 22:36:47 georg Exp $
+dnl $Id: config.m4,v 1.4 2003/03/11 01:22:20 georg Exp $
 dnl config.m4 for extension mysqli
 
 dnl Comments in this file start with the string 'dnl'.
@@ -54,5 +54,5 @@
   ])
   PHP_SUBST(MYSQLI_SHARED_LIBADD)
 
-  PHP_NEW_EXTENSION(mysqli, mysqli.c mysqli_api.c mysqli_nonapi.c mysqli_fe.c 
mysqli_profiler.c, $ext_shared)
+  PHP_NEW_EXTENSION(mysqli, mysqli.c mysqli_api.c mysqli_nonapi.c mysqli_fe.c 
mysqli_profiler.c mysqli_profiler_com.c, $ext_shared)
 fi



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to