Justtechjobs.com Find a programming school near you






Online Campus Both


php4-beta | 200004

[PHP4BETA] cvs: /php4 php.h From: Zeev Suraski (zeev <email protected>)
Date: 04/29/00

zeev Sat Apr 29 10:51:58 2000 EDT

  Modified files:
    /php4 php.h
  Log:
  - Give VIRTUAL_DIR another try after testing it extensively on our web site
  
  
Index: php4/php.h
diff -u php4/php.h:1.87 php4/php.h:1.88
--- php4/php.h:1.87 Thu Apr 27 11:37:02 2000
+++ php4/php.h Sat Apr 29 10:51:28 2000
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php.h,v 1.87 2000/04/27 18:37:02 zeev Exp $ */
+/* $Id: php.h,v 1.88 2000/04/29 17:51:28 zeev Exp $ */
 
 #ifndef _PHP_H
 #define _PHP_H
@@ -291,7 +291,7 @@
 #define PUTS_H(str) php_header_write((str), strlen((str)))
 #define PUTC_H(c) (php_header_write(&(c), 1), (c))
 
-/* #define VIRTUAL_DIR */
+#define VIRTUAL_DIR
 #include "php_virtual_cwd.h"
 
 /* Virtual current directory support */

-- 
PHP 4.0 Beta Mailing List <http://www.php.net/version4/>
To unsubscribe, e-mail: php4beta-unsubscribe <email protected>
For additional commands, e-mail: php4beta-help <email protected>
To contact the list administrators, e-mail: php4beta-admin <email protected>