Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add FreeBSD pkgng repo definition | jim-p | 2013-12-03 | 1 | -0/+5 |
| | |||||
* | Remove this file, it causes other issues | smos | 2012-04-02 | 1 | -0/+0 |
| | |||||
* | Add empty dhcp6c client control socket file | smos | 2011-09-01 | 1 | -0/+0 |
| | |||||
* | Nuke files. These are now handled by /etc/rc.php_ini_setup | Scott Ullrich | 2008-12-24 | 1 | -61/+0 |
| | |||||
* | Nuke apc.rfc1867 = on | Scott Ullrich | 2008-12-05 | 1 | -1/+0 |
| | |||||
* | Turn on apc.rfc1867 = on (upload progress bar support which is apparently) | Scott Ullrich | 2008-11-24 | 1 | -0/+1 |
| | | | | native to APC. | ||||
* | Turn off expose_php | Scott Ullrich | 2008-11-02 | 1 | -0/+1 |
| | |||||
* | OpenSSL is now in the base php | Scott Ullrich | 2008-09-02 | 1 | -1/+0 |
| | |||||
* | Adding php5-openssl | Scott Ullrich | 2008-08-06 | 1 | -0/+1 |
| | |||||
* | Adding mhash | Scott Ullrich | 2008-07-24 | 1 | -0/+1 |
| | |||||
* | We do not need the simplexml php exentsion | Scott Ullrich | 2008-07-06 | 1 | -1/+1 |
| | |||||
* | Remove bogus - blah text. | Scott Ullrich | 2008-06-26 | 1 | -1/+1 |
| | |||||
* | Load pcre | Scott Ullrich | 2008-06-26 | 1 | -1/+1 |
| | |||||
* | Do not load module twice | Scott Ullrich | 2008-06-21 | 1 | -1/+1 |
| | |||||
* | Add simplexml | Scott Ullrich | 2008-06-21 | 1 | -0/+1 |
| | |||||
* | Set php.ini max execution and input to 180 seconds as a default. Conserves ↵ | Mark Crane | 2008-04-27 | 1 | -2/+2 |
| | | | | resources. If more time is needed set an override directly in the PHP code. http://forum.pfsense.org/index.php/topic,8878.msg49975.html#msg49975 | ||||
* | Tag where file came from | Scott Ullrich | 2008-03-30 | 1 | -0/+1 |
| | |||||
* | Add ldap.so | Scott Ullrich | 2008-03-11 | 1 | -0/+1 |
| | |||||
* | Updating php.ini to match HEAD for 7.X | Scott Ullrich | 2008-03-04 | 1 | -9/+45 |
| | |||||
* | Add ldap.so library. | Scott Ullrich | 2007-12-28 | 1 | -0/+2 |
| | | | | Work sponsored-by: Centipede Networks | ||||
* | Turn register_argc_argv on | Scott Ullrich | 2007-11-23 | 1 | -1/+1 |
| | |||||
* | We no longer need memory limit, our port does not use it. | Scott Ullrich | 2007-03-16 | 1 | -1/+0 |
| | |||||
* | Now that php is back to normal, back out the extension lines so that they ↵ | Scott Ullrich | 2007-03-08 | 1 | -3/+0 |
| | | | | are not loaded twice | ||||
* | Bump php working max memory to 32 megabytes | Scott Ullrich | 2007-03-08 | 1 | -0/+1 |
| | |||||
* | Include curl | Scott Ullrich | 2007-03-08 | 1 | -0/+1 |
| | |||||
* | Load pcre.so module | Scott Ullrich | 2007-03-07 | 1 | -0/+1 |
| | |||||
* | Add xml.so | Scott Ullrich | 2007-03-07 | 1 | -0/+1 |
| | |||||
* | Hard code our php extensions directory to ↵ | Scott Ullrich | 2007-03-07 | 1 | -0/+1 |
| | | | | /usr/local/lib/php/extensions/no-debug-non-zts-20020429/ | ||||
* | Unbreak radius auth | Scott Ullrich | 2006-10-02 | 1 | -1/+2 |
| | |||||
* | Set implicit_flush = true as well. Now downloading and slow tasks actually ↵ | Scott Ullrich | 2006-09-25 | 1 | -0/+1 |
| | | | | update the progress bar, etc in real time. | ||||
* | output_buffering needs to be set to 0 | Scott Ullrich | 2006-09-25 | 1 | -1/+1 |
| | |||||
* | Output buffering needs to be off. | Scott Ullrich | 2006-09-25 | 1 | -0/+1 |
| | |||||
* | Woops, we are not ready for optimization. | Scott Ullrich | 2006-08-29 | 1 | -1/+0 |
| | |||||
* | Use default shm size | Scott Ullrich | 2006-08-29 | 1 | -1/+2 |
| | |||||
* | Enable client cli caching as well. | Scott Ullrich | 2006-08-29 | 1 | -0/+1 |
| | |||||
* | add :/usr/local/pkg/ to the path | Scott Ullrich | 2006-04-12 | 1 | -1/+4 |
| | | | | Suggested-by: FernandoTCL | ||||
* | Do not require upload progress bar plugin | Scott Ullrich | 2005-12-12 | 1 | -4/+0 |
| | |||||
* | Update maximum post size to 90 megs | Scott Ullrich | 2005-04-26 | 1 | -2/+2 |
| | |||||
* | Match max_execution_time and max_input_time to known good values that allow ↵ | Scott Ullrich | 2005-04-26 | 1 | -2/+2 |
| | | | | for really long php execution script time. | ||||
* | Raise maximum upload size to 50 megs. | Scott Ullrich | 2005-04-16 | 1 | -2/+2 |
| | |||||
* | Correct progress bar usag | Scott Ullrich | 2005-03-26 | 1 | -3/+3 |
| | |||||
* | Set upload progress bar variables for php | Scott Ullrich | 2005-03-26 | 1 | -1/+4 |
| | |||||
* | Add upload progress bar tracking support to php (as a module) | Scott Ullrich | 2005-03-26 | 1 | -0/+1 |
| | |||||
* | * Raise upload max filesize to 16M | Scott Ullrich | 2005-02-25 | 1 | -3/+3 |
| | | | | * Raise post_max_size to 15M | ||||
* | Initial revision | Scott Ullrich | 2004-11-07 | 1 | -0/+10 |