mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
add struct name
This commit is contained in:
parent
2121989d4d
commit
bc596544a1
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ typedef enum {
|
||||||
php_session_active,
|
php_session_active,
|
||||||
} php_session_status;
|
} php_session_status;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct _php_ps_globals {
|
||||||
char *save_path;
|
char *save_path;
|
||||||
char *session_name;
|
char *session_name;
|
||||||
char *id;
|
char *id;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue