mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Added "auto_reset_presistent" ini entry.
This commit is contained in:
parent
99d36a7557
commit
1ea87faeb1
2 changed files with 4 additions and 4 deletions
|
@ -148,6 +148,7 @@ typedef struct {
|
|||
long num_links,num_persistent;
|
||||
long max_links,max_persistent;
|
||||
long allow_persistent;
|
||||
long auto_reset_persistent;
|
||||
int le_lofp,le_string;
|
||||
int ignore_notices;
|
||||
char *last_notice;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue