mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +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_status;
|
||||
|
||||
typedef struct {
|
||||
typedef struct _php_ps_globals {
|
||||
char *save_path;
|
||||
char *session_name;
|
||||
char *id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue