mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Add a note about what a missing const specifier does mean in the context
of the request_info structure.
This commit is contained in:
parent
949b0893dc
commit
3b195720e0
1 changed files with 5 additions and 0 deletions
|
@ -59,6 +59,11 @@ typedef struct _sapi_module_struct sapi_module_struct;
|
|||
|
||||
extern sapi_module_struct sapi_module; /* true global */
|
||||
|
||||
/* Some values in this structure needs to be field in before
|
||||
* calling sapi_activate(). We WILL change the `char *' entries,
|
||||
* so make sure that you allocate a separate buffer for them
|
||||
* and that you free them after sapi_deactivate().
|
||||
*/
|
||||
|
||||
typedef struct {
|
||||
const char *request_method;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue