summaryrefslogtreecommitdiffstats
path: root/abs/core/php/linhes.ini
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-09-27 16:32:31 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-09-27 16:32:31 (GMT)
commit81afb45f2912d8a6330ab0ff0c8dee85dd442373 (patch)
tree26e8e55d99eecab0cb211a0eb5a1f092cb97f343 /abs/core/php/linhes.ini
parente6390521d31973140a9fc8f0aaea6dac27e7096a (diff)
downloadlinhes_pkgbuild-81afb45f2912d8a6330ab0ff0c8dee85dd442373.zip
linhes_pkgbuild-81afb45f2912d8a6330ab0ff0c8dee85dd442373.tar.gz
linhes_pkgbuild-81afb45f2912d8a6330ab0ff0c8dee85dd442373.tar.bz2
php: update to 5.6.26
Diffstat (limited to 'abs/core/php/linhes.ini')
-rw-r--r--abs/core/php/linhes.ini39
1 files changed, 39 insertions, 0 deletions
diff --git a/abs/core/php/linhes.ini b/abs/core/php/linhes.ini
new file mode 100644
index 0000000..a85a5ef
--- /dev/null
+++ b/abs/core/php/linhes.ini
@@ -0,0 +1,39 @@
+[Date]
+; Defines the default timezone used by the date functions
+; http://php.net/date.timezone
+;date.timezone =
+
+; Log errors to specified file. PHP's default behavior is to leave this value
+; empty.
+; http://php.net/error-log
+; Example:
+;error_log = php_errors.log
+; Log errors to syslog (Event Log on Windows).
+error_log = syslog
+
+; How many GET/POST/COOKIE input variables may be accepted
+max_input_vars = 3000
+
+; This directive determines whether or not PHP will recognize code between
+; <? and ?> tags as PHP source which should be processed as such. It is
+; generally recommended that <?php and ?> should be used and that this feature
+; should be disabled, as enabling it may result in issues when generating XML
+; documents, however this remains supported for backward compatibility reasons.
+; Note that this directive does not control the <?= shorthand tag, which can be
+; used regardless of this directive.
+; Default Value: On
+; Development Value: Off
+; Production Value: Off
+; http://php.net/short-open-tag
+short_open_tag = On
+
+extension=ftp.so
+extension=gd.so
+extension=gettext.so
+extension=mcrypt.so
+extension=mysql.so
+extension=mysqli.so
+extension=openssl.so
+extension=pdo_mysql.so
+extension=sockets.so
+extension=zip.so