mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
Made server wide switch for unicode on/off (according to PDM).
This commit is contained in:
parent
5a4b6845dc
commit
09ca61c125
59 changed files with 644 additions and 805 deletions
|
@ -75,6 +75,7 @@ SAPI_API sapi_module_struct sapi_module;
|
|||
|
||||
SAPI_API void sapi_startup(sapi_module_struct *sf)
|
||||
{
|
||||
sf->ini_entries = NULL;
|
||||
sapi_module = *sf;
|
||||
|
||||
#ifdef ZTS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue