File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2972,7 +2972,7 @@ static int accel_startup(zend_extension *extension)
2972
2972
orig_post_startup_cb = zend_post_startup_cb ;
2973
2973
zend_post_startup_cb = accel_post_startup ;
2974
2974
2975
- /* Prevent unloadig */
2975
+ /* Prevent unloading */
2976
2976
extension -> handle = 0 ;
2977
2977
2978
2978
return SUCCESS ;
@@ -3902,7 +3902,7 @@ static void preload_link(void)
3902
3902
} ZEND_HASH_FOREACH_END ();
3903
3903
} while (changed );
3904
3904
3905
- /* Move unlinked clases (and with unresilved constants) back to scripts */
3905
+ /* Move unlinked clases (and with unresolved constants) back to scripts */
3906
3906
orig_dtor = EG (class_table )-> pDestructor ;
3907
3907
EG (class_table )-> pDestructor = NULL ;
3908
3908
ZEND_HASH_REVERSE_FOREACH_STR_KEY_VAL (EG (class_table ), key , zv ) {
You can’t perform that action at this time.
0 commit comments