helly           Fri Jan 12 22:28:06 2007 UTC

  Modified files:              
    /php-src/ext/spl    php_spl.c 
  Log:
  - WS
  
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.107&r2=1.108&diff_format=u
Index: php-src/ext/spl/php_spl.c
diff -u php-src/ext/spl/php_spl.c:1.107 php-src/ext/spl/php_spl.c:1.108
--- php-src/ext/spl/php_spl.c:1.107     Tue Jan  9 18:38:38 2007
+++ php-src/ext/spl/php_spl.c   Fri Jan 12 22:28:05 2007
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_spl.c,v 1.107 2007/01/09 18:38:38 helly Exp $ */
+/* $Id: php_spl.c,v 1.108 2007/01/12 22:28:05 helly Exp $ */
 
 #ifdef HAVE_CONFIG_H
        #include "config.h"
@@ -215,7 +215,7 @@
        zval *result = NULL;
        int ret;
 
-       /* UTODO: Wewant the stream toacept a zstrfor opening */
+       /* UTODO: We want the stream to acept a zstr for opening */
        class_file_len = spprintf(&class_file, 0, "%v%v", lc_name, 
file_extension);
 
        ret = php_stream_open_for_zend_ex(class_file, &file_handle, 
ENFORCE_SAFE_MODE|USE_PATH|STREAM_OPEN_FOR_INCLUDE TSRMLS_CC);

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

Reply via email to