Date: 01/30/00
- Next message: Allen Lee: "[PHP4BETA] PDFlib and storing bin data in MySQL"
- Previous message: Zeev Suraski: "Re: [PHP4BETA] <?$a=array();?> eats all memory and does no longer terminate."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
zeev Sun Jan 30 23:15:28 2000 EDT
Modified files:
/php4/ext/standard basic_functions.h
Log:
Fix typo
Index: php4/ext/standard/basic_functions.h
diff -u php4/ext/standard/basic_functions.h:1.42 php4/ext/standard/basic_functions.h:1.43
--- php4/ext/standard/basic_functions.h:1.42 Sun Jan 30 23:10:30 2000
+++ php4/ext/standard/basic_functions.h Sun Jan 30 23:14:58 2000
@@ -29,7 +29,7 @@
*/
-/* $Id: basic_functions.h,v 1.42 2000/01/30 22:10:30 zeev Exp $ */
+/* $Id: basic_functions.h,v 1.43 2000/01/30 22:14:58 zeev Exp $ */
#ifndef _BASIC_FUNCTIONS_H
#define _BASIC_FUNCTIONS_H
@@ -182,7 +182,7 @@
} putenv_entry;
#endif
-/* Values are coma-delimited
+/* Values are comma-delimited
*/
#define SAFE_MODE_PROTECTED_ENV_VARS "LD_LIBRARY_PATH"
-- 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: Allen Lee: "[PHP4BETA] PDFlib and storing bin data in MySQL"
- Previous message: Zeev Suraski: "Re: [PHP4BETA] <?$a=array();?> eats all memory and does no longer terminate."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

