]> granicus.if.org Git - php/commitdiff
- Fixed bug #55028 (// is abad comment)
authorFelipe Pena <felipe@php.net>
Fri, 10 Jun 2011 22:48:36 +0000 (22:48 +0000)
committerFelipe Pena <felipe@php.net>
Fri, 10 Jun 2011 22:48:36 +0000 (22:48 +0000)
ext/openssl/xp_ssl.c

index 75fee75d718e7b83ab084472037eb1f584980846..4b4a144691805b7a95f87383863a69a21098807c 100644 (file)
@@ -145,7 +145,7 @@ static int handle_ssl_error(php_stream *stream, int nr_bytes, zend_bool is_init
 
                                default:
                                        do {
-                                               // NULL is automatically added
+                                               /* NULL is automatically added */
                                                ERR_error_string_n(ecode, esbuf, sizeof(esbuf));
                                                if (ebuf.c) {
                                                        smart_str_appendc(&ebuf, '\n');