php4-beta | 200004
Date: 04/29/00
- Next message: Andrei Zmievski: "[PHP4BETA] cvs: /php4/ext/standard strnatcmp.c"
- Previous message: Giosue' Vitaglione: "[PHP4BETA] RC1 + DOM ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
zeev Sat Apr 29 10:58:17 2000 EDT
Modified files:
/php4 php.h
Log:
- Never mind. Seems like we're still missing the open() functionality
Index: php4/php.h
diff -u php4/php.h:1.88 php4/php.h:1.89
--- php4/php.h:1.88 Sat Apr 29 10:51:28 2000
+++ php4/php.h Sat Apr 29 10:57:47 2000
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php.h,v 1.88 2000/04/29 17:51:28 zeev Exp $ */
+/* $Id: php.h,v 1.89 2000/04/29 17:57:47 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>
- Next message: Andrei Zmievski: "[PHP4BETA] cvs: /php4/ext/standard strnatcmp.c"
- Previous message: Giosue' Vitaglione: "[PHP4BETA] RC1 + DOM ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

