Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 238 Bytes

PHP_USE_RTLD_NOW.md

File metadata and controls

10 lines (7 loc) · 238 Bytes

PHP_USE_RTLD_NOW

  • Default: OFF
  • Values: ON|OFF

Use dlopen with the RTLD_NOW mode flag instead of RTLD_LAZY when loading shared PHP extensions.

Note

This option is not available when the target system is Windows.