Commit Graph

31 Commits

Author SHA1 Message Date
Scott Ullrich
1457211e3d Turn off expose_php 2008-11-02 00:41:49 +00:00
Chris Buechler
d4f1ce8afd openssl is static in php now, was only changed in RELENG_1 previously 2008-09-03 13:10:46 +00:00
Scott Ullrich
415c8d9ae1 Fix libraries 2008-06-28 20:09:35 +00:00
Scott Ullrich
3f5d66e0de Load needed modules, we no longer requires a retarted master port that is hard to sync so each module is loaded seperately. 2008-06-27 03:59:09 +00:00
Scott Ullrich
4e8e15e61f Turn register_argc_argv on 2007-11-23 05:59:21 +00:00
Scott Ullrich
f84c7d76e6 Backout last change 2007-05-04 23:21:28 +00:00
Scott Ullrich
879add632d Somehow the path is not being set past .:, remove it for testing 2007-05-04 22:47:41 +00:00
Scott Ullrich
b5a4915d08 We no longer need memory limit, our port does not use it. 2007-03-16 00:21:35 +00:00
Scott Ullrich
e8805207a8 Now that php is back to normal, back out the extension lines so that they are not loaded twice 2007-03-08 23:48:39 +00:00
Scott Ullrich
69f4b3a77a Bump php working max memory to 32 megabytes 2007-03-08 20:13:00 +00:00
Scott Ullrich
c968bcdf8c Include curl 2007-03-08 18:12:47 +00:00
Scott Ullrich
8452103901 Load pcre.so module 2007-03-07 02:31:11 +00:00
Scott Ullrich
f3b8a784e2 Add xml.so 2007-03-07 02:26:20 +00:00
Scott Ullrich
c4e3f1492e Hard code our php extensions directory to /usr/local/lib/php/extensions/no-debug-non-zts-20020429/ 2007-03-07 02:03:13 +00:00
Scott Ullrich
856e58a60b Unbreak radius auth 2006-10-02 00:51:38 +00:00
Scott Ullrich
cb589a4958 Set implicit_flush = true as well. Now downloading and slow tasks actually update the progress bar, etc in real time. 2006-09-25 23:38:17 +00:00
Scott Ullrich
79c05ed90f output_buffering needs to be set to 0 2006-09-25 23:35:00 +00:00
Scott Ullrich
d017ef26fc Output buffering needs to be off. 2006-09-25 18:56:53 +00:00
Scott Ullrich
33c702ad70 Woops, we are not ready for optimization. 2006-08-29 03:14:12 +00:00
Scott Ullrich
601ff0402e Use default shm size 2006-08-29 03:09:45 +00:00
Scott Ullrich
ff17efe329 Enable client cli caching as well. 2006-08-29 02:55:32 +00:00
Scott Ullrich
4b4f52dbfe add :/usr/local/pkg/ to the path
Suggested-by: FernandoTCL
2006-04-12 19:22:35 +00:00
Scott Ullrich
821b94466d Do not require upload progress bar plugin 2005-12-12 02:25:55 +00:00
Scott Ullrich
b8c56a9edb Update maximum post size to 90 megs 2005-04-26 23:58:33 +00:00
Scott Ullrich
32963a17e3 Match max_execution_time and max_input_time to known good values that allow for really long php execution script time. 2005-04-26 18:55:30 +00:00
Scott Ullrich
22fbc24c55 Raise maximum upload size to 50 megs. 2005-04-16 23:06:01 +00:00
Scott Ullrich
0e410b8cbe Correct progress bar usag 2005-03-26 02:16:16 +00:00
Scott Ullrich
5202dbd710 Set upload progress bar variables for php 2005-03-26 01:42:33 +00:00
Scott Ullrich
f9e35766a5 Add upload progress bar tracking support to php (as a module) 2005-03-26 01:39:23 +00:00
Scott Ullrich
c0c8d62c3a * Raise upload max filesize to 16M
* Raise post_max_size to 15M
2005-02-25 17:30:52 +00:00
Scott Ullrich
5b23774500 Initial revision 2004-11-07 03:06:49 +00:00