Project

General

Profile

Download (9.72 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
93b1f6fb 10/27/2015 07:49 PM Stephen Beaver

Include www/classes and www/classes/Form in the PHP include path

3646fbcb 10/13/2015 10:43 AM Renato Botelho

Remove /usr/local/lib/php.ini, we don't need 2 copies of this

e4121dde 10/01/2015 04:27 PM Renato Botelho

Introduce read_global_var:

- Add a new script, read_global_var, that returns the value of any item
contained in global array $g
- Replace all grep and sed magic from shell scripts

a5c36eb2 10/01/2015 01:21 PM Renato Botelho

Introduce read_xml_tag.sh

Create /usr/local/sbin/read_xml_tag.sh, that will read a xml tag from
config file using xmllint. Replace all direct read using cat, grep, sed,
... by this script

339b8893 10/01/2015 11:51 AM Renato Botelho

Fix #5220, setup PHP timezone:

- Get defined zoneinfo in the following order:
- /var/db/zoneinfo
- /cf/conf/config.xml
- /etc/inc/globals_override.inc
- /etc/inc/globals.inc

c580e34c 09/30/2015 05:33 PM Renato Botelho

Consider globals_override.inc and replace hard coded pfSense string by product_name

d759f499 09/15/2015 01:56 PM Renato Botelho

Use PHP 5.6 extensions dir

a5c53d26 09/01/2015 01:43 PM Renato Botelho

Do not explicit add opcache to zend_extension, just enable or disable it

aee36a29 08/27/2015 01:02 PM Renato Botelho

Remove ioncube references from php.ini, and set zend_extensions properly

3e9127fa 08/27/2015 12:56 PM Renato Botelho

Move opcache to zend_extensions

46bc6e54 08/25/2015 05:49 PM Renato Botelho

Move main pfSense content to src/