Page MenuHomePhabricator
Authored By
Paladox
Mar 22 2018, 11:19 PM
Size
4 KB
Referenced Files
None
Subscribers
None
297c297
< ; When floats & doubles are serialized, store serialize_precision significant
---
> ; When floats & doubles are serialized store serialize_precision significant
374c374
< expose_php = Off
---
> expose_php = On
383c383
< max_execution_time = 30
---
> max_execution_time = 10
528d527
< ; This directive is DEPRECATED.
530c529
< ; Development Value: Off
---
> ; Development Value: On
533c532
< ;track_errors = Off
---
> track_errors = Off
672c671
< post_max_size = 8M
---
> post_max_size = 10M
825c824
< upload_max_filesize = 2M
---
> upload_max_filesize = 10M
870c869,879
< ; extension=modulename
---
> ; extension=modulename.extension
> ;
> ; For example, on Windows:
> ;
> ; extension=msql.dll
> ;
> ; ... or under UNIX:
> ;
> ; extension=msql.so
> ;
> ; ... or with a path:
872c881
< ; For example:
---
> ; extension=/path/to/extension/msql.so
874,915c883,915
< ; extension=mysqli
< ;
< ; When the extension library to load is not located in the default extension
< ; directory, You may specify an absolute path to the library file:
< ;
< ; extension=/path/to/extension/mysqli.so
< ;
< ; Note : The syntax used in previous PHP versions ('extension=<ext>.so' and
< ; 'extension='php_<ext>.dll') is supported for legacy reasons and may be
< ; deprecated in a future PHP major version. So, when it is possible, please
< ; move to the new ('extension=<ext>) syntax.
< ;
< ; Notes for Windows environments :
< ;
< ; - ODBC support is built in, so no dll is needed for it.
< ; - Many DLL files are located in the extensions/ (PHP 4) or ext/ (PHP 5+)
< ; extension folders as well as the separate PECL DLL download (PHP 5+).
< ; Be sure to appropriately set the extension_dir directive.
< ;
< ;extension=bz2
< ;extension=curl
< ;extension=fileinfo
< ;extension=gd2
< ;extension=gettext
< ;extension=gmp
< ;extension=intl
< ;extension=imap
< ;extension=interbase
< ;extension=ldap
< ;extension=mbstring
< ;extension=exif ; Must be after mbstring as it depends on it
< ;extension=mysqli
< ;extension=oci8_12c ; Use with Oracle Database 12c Instant Client
< ;extension=openssl
< ;extension=pdo_firebird
< ;extension=pdo_mysql
< ;extension=pdo_oci
< ;extension=pdo_odbc
< ;extension=pdo_pgsql
< ;extension=pdo_sqlite
< ;extension=pgsql
< ;extension=shmop
---
> ; If you only provide the name of the extension, PHP will look for it in its
> ; default extension directory.
> ;
> ; Windows Extensions
> ; 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 extension_dir directive.
> ;
> ;extension=php_bz2.dll
> ;extension=php_curl.dll
> ;extension=php_fileinfo.dll
> ;extension=php_ftp.dll
> ;extension=php_gd2.dll
> ;extension=php_gettext.dll
> ;extension=php_gmp.dll
> ;extension=php_intl.dll
> ;extension=php_imap.dll
> ;extension=php_interbase.dll
> ;extension=php_ldap.dll
> ;extension=php_mbstring.dll
> ;extension=php_exif.dll ; Must be after mbstring as it depends on it
> ;extension=php_mysqli.dll
> ;extension=php_oci8_12c.dll ; Use with Oracle Database 12c Instant Client
> ;extension=php_openssl.dll
> ;extension=php_pdo_firebird.dll
> ;extension=php_pdo_mysql.dll
> ;extension=php_pdo_oci.dll
> ;extension=php_pdo_odbc.dll
> ;extension=php_pdo_pgsql.dll
> ;extension=php_pdo_sqlite.dll
> ;extension=php_pgsql.dll
> ;extension=php_shmop.dll
919c919
< ;extension=snmp
---
> ;extension=php_snmp.dll
921,926c921,926
< ;extension=soap
< ;extension=sockets
< ;extension=sqlite3
< ;extension=tidy
< ;extension=xmlrpc
< ;extension=xsl
---
> ;extension=php_soap.dll
> ;extension=php_sockets.dll
> ;extension=php_sqlite3.dll
> ;extension=php_tidy.dll
> ;extension=php_xmlrpc.dll
> ;extension=php_xsl.dll
939c939
< ;date.timezone =
---
> date.timezone = <%= @timezone %>
1059a1060,1063
> [SQL]
> ; http://php.net/sql.safe-mode
> sql.safe_mode = Off
>
1761a1766,1776
> [mcrypt]
> ; For more information about mcrypt settings see http://php.net/mcrypt-module-open
>
> ; Directory where to load mcrypt algorithms
> ; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)
> ;mcrypt.algorithms_dir=
>
> ; Directory where to load mcrypt modes
> ; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)
> ;mcrypt.modes_dir=
>
1773c1788
< ;opcache.memory_consumption=128
---
> opcache.memory_consumption=128
1776c1791
< ;opcache.interned_strings_buffer=8
---
> opcache.interned_strings_buffer=16
1780c1795
< ;opcache.max_accelerated_files=10000
---
> opcache.max_accelerated_files=10000
1793c1808
< ;opcache.validate_timestamps=1
---
> opcache.validate_timestamps=<%= @opcache_validate %>
1806a1822,1825
> ; If enabled, a fast shutdown sequence is used for the accelerated code
> ; Depending on the used Memory Manager this may cause some incompatibilities.
> opcache.fast_shutdown=1
>
1914a1934
>

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5658049
Default Alt Text
(4 KB)

Event Timeline