in php.ini file
there is a line like that
extension=php_openssl.dll
which define OpenSSL
but there is one more line which is header of this extension something like that
[PHPOpenSSL]
what was it ? what was this[text] ty
in php.ini file
there is a line like that
extension=php_openssl.dll
which define OpenSSL
but there is one more line which is header of this extension something like that
[PHPOpenSSL]
what was it ? what was this[text] ty
The
extension=php_openssl.dll
Tells PHP to load that DLL.
The
[PHPOpenSSL]
line defines parameters specific to that library. Specifically, words inside of [brackets] define section headers, and php.ini organizes extensions into sections.