php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #77642
Patch zend_compile.diff revision 2019-02-20 15:37 UTC by divinity76 at gmail dot com

Patch zend_compile.diff for Scripting Engine problem Bug #77642

Patch version 2019-02-20 15:37 UTC

Return to Bug #77642 | Download this patch
Patch Revisions:

Developer: divinity76@gmail.com

--- zend_compile.c	2019-02-20 16:27:55.663500000 +0100
+++ zend_compile.c	2019-02-20 16:29:02.076500000 +0100
@@ -3930,7 +3930,7 @@
 				  || (CG(active_class_entry)
 				   && !(CG(active_class_entry)->ce_flags & ZEND_ACC_LINKED))
 				  || !zend_check_protected(zend_get_function_root_class(fbc), CG(active_class_entry)))) {
-					/* incompatibe function */
+					/* incompatible function */
 					fbc = NULL;
 				}
 			}
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 08:01:29 2024 UTC