From: Marcus Boerger Date: Fri, 12 Jan 2007 22:28:05 +0000 (+0000) Subject: - WS X-Git-Tag: RELEASE_1_0_0RC1~279 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9d2b5088e2a8042690fe586645af1c73bd5dac0;p=php - WS --- 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);