mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
fix typo
This commit is contained in:
parent
ada35ab562
commit
917eefc3ff
2 changed files with 2 additions and 2 deletions
|
@ -564,7 +564,7 @@ default_socket_timeout = 60
|
|||
; Note that ODBC support is built in, so no dll is needed for it.
|
||||
; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5)
|
||||
; extension folders as well as the separate PECL DLL download (PHP 5).
|
||||
; Be sure to appropriately set the extensions_dir directive.
|
||||
; Be sure to appropriately set the extension_dir directive.
|
||||
|
||||
;extension=php_mbstring.dll
|
||||
;extension=php_bz2.dll
|
||||
|
|
|
@ -622,7 +622,7 @@ default_socket_timeout = 60
|
|||
; Note that ODBC support is built in, so no dll is needed for it.
|
||||
; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5)
|
||||
; extension folders as well as the separate PECL DLL download (PHP 5).
|
||||
; Be sure to appropriately set the extensions_dir directive.
|
||||
; Be sure to appropriately set the extension_dir directive.
|
||||
|
||||
;extension=php_mbstring.dll
|
||||
;extension=php_bz2.dll
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue