File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,8 @@ enum php_openssl_encoding {
130
130
131
131
/* OpenSSLCertificate class */
132
132
133
+ zend_class_entry * php_openssl_certificate_ce ;
134
+
133
135
static zend_object_handlers php_openssl_certificate_object_handlers ;
134
136
135
137
static zend_object * php_openssl_certificate_create_object (zend_class_entry * class_type ) {
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ typedef struct _php_openssl_certificate_object {
118
118
zend_object std ;
119
119
} php_openssl_certificate_object ;
120
120
121
- zend_class_entry * php_openssl_certificate_ce ;
121
+ extern zend_class_entry * php_openssl_certificate_ce ;
122
122
123
123
static inline php_openssl_certificate_object * php_openssl_certificate_from_obj (zend_object * obj ) {
124
124
return (php_openssl_certificate_object * )((char * )(obj ) - XtOffsetOf (php_openssl_certificate_object , std ));
You can’t perform that action at this time.
0 commit comments