[PHP-CVS] cvs: php-src /ext/standard dl.c

2003-08-17 Thread David Croft
david   Sun Aug 17 05:57:21 2003 EDT

  Modified files:  
/php-src/ext/standard   dl.c 
  Log:
  #typo
  
  
Index: php-src/ext/standard/dl.c
diff -u php-src/ext/standard/dl.c:1.83 php-src/ext/standard/dl.c:1.84
--- php-src/ext/standard/dl.c:1.83  Tue Jun 10 16:03:37 2003
+++ php-src/ext/standard/dl.c   Sun Aug 17 05:57:21 2003
@@ -18,7 +18,7 @@
+--+
 */
 
-/* $Id: dl.c,v 1.83 2003/06/10 20:03:37 imajes Exp $ */
+/* $Id: dl.c,v 1.84 2003/08/17 09:57:21 david Exp $ */
 
 #include "php.h"
 #include "dl.h"
@@ -77,7 +77,7 @@
convert_to_string_ex(file);
 
if (!PG(enable_dl)) {
-   php_error_docref(NULL TSRMLS_CC, E_WARNING, "Dynamically loaded 
extentions aren't enabled");
+   php_error_docref(NULL TSRMLS_CC, E_WARNING, "Dynamically loaded 
extensions aren't enabled");
} else if (PG(safe_mode)) {
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Dynamically loaded 
extensions aren't allowed when running in Safe Mode");
} else {



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



[PHP-CVS] cvs: php4 / ChangeLog

2003-03-21 Thread David Croft
david   Fri Mar 21 20:37:06 2003 EDT

  Modified files:  
/php4   ChangeLog 
  Log:
  #strip rcs tags
  
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1302 php4/ChangeLog:1.1303
--- php4/ChangeLog:1.1302   Fri Mar 21 20:31:23 2003
+++ php4/ChangeLog  Fri Mar 21 20:37:06 2003
@@ -2394,7 +2394,7 @@
 
 * sapi/apache/libpre.c
   sapi/apache/php_apache_http.h:
-  Added missing headers and $Id: ChangeLog,v 1.1302 2003/03/22 01:31:23 changelog 
Exp $ tags.
+  Added missing headers and Id tags.
 
 * sapi/cgi/config9.m4:
   MFB: Fixed bug #22356 (Do not add empty -I flags).
@@ -2953,7 +2953,7 @@
   main/streams/plain_wrapper.c
   main/streams/streams.c
   main/streams/userspace.c:
-  ws fixes + missing $Id: ChangeLog,v 1.1302 2003/03/22 01:31:23 changelog Exp $ 
tags, headers added
+  ws fixes + missing Id tags, headers added
 
 2003-02-19  Corne' Cornelius  <[EMAIL PROTECTED]>
 
@@ -3871,7 +3871,7 @@
 
 * (PHP_4_3)
   sapi/cgi/cgi_main.c:
-  Added missing $Id: ChangeLog,v 1.1302 2003/03/22 01:31:23 changelog Exp $ tag
+  Added missing Id tag
 
 2003-02-14  Thies C. Arntzen  <[EMAIL PROTECTED]>
 



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