File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5757
5858PHPAPI ZEND_DECLARE_MODULE_GLOBALS (ps )
5959
60- static int php_session_rfc1867_callback (unsigned int event , void * event_data , void * * extra );
60+ static zend_result php_session_rfc1867_callback (unsigned int event , void * event_data , void * * extra );
6161static int (* php_session_rfc1867_orig_callback )(unsigned int event , void * event_data , void * * extra );
6262static void php_session_track_init (void );
6363
@@ -98,8 +98,8 @@ zend_class_entry *php_session_update_timestamp_iface_entry;
9898
9999#define APPLY_TRANS_SID (PS(use_trans_sid) && !PS(use_only_cookies))
100100
101- static int php_session_send_cookie (void );
102- static int php_session_abort (void );
101+ static zend_result php_session_send_cookie (void );
102+ static zend_result php_session_abort (void );
103103
104104/* Initialized in MINIT, readonly otherwise. */
105105static int my_module_number = 0 ;
You can’t perform that action at this time.
0 commit comments