From f9d2b5088e2a8042690fe586645af1c73bd5dac0 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Fri, 12 Jan 2007 22:28:05 +0000 Subject: [PATCH] - WS --- ext/spl/php_spl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c index 8c403e4a4e..a73cbd347e 100755 --- a/ext/spl/php_spl.c +++ b/ext/spl/php_spl.c @@ -215,7 +215,7 @@ int spl_autoload(const zstr class_name, const zstr lc_name, int class_name_len, 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); -- 2.50.1