Franco Fichtner
3da643e044
php: remove obsolete mbstring module
...
This module was used in the old XMLRPC client code, but is no longer
needed. Removal was escalated by FreeBSD when the oniguruma4 dependency
of the php56-mbstring module was marked BROKEN.
2015-12-13 11:37:43 +01:00
Ad Schellevis
3ec8474d97
(php, suhosin) accept larger post input variables, needed to support new captiveportal file upload message
2015-10-18 15:53:42 +00:00
Ad Schellevis
2da831052c
oops, this wasn't supposed to be in the commit
2015-07-08 16:03:28 +00:00
Ad Schellevis
c0cc76263c
(legacy) cleanups related to pfsense-utils.inc (remove unused, move single usage, isset issues)
2015-07-08 15:48:16 +00:00
Franco Fichtner
8b05e4bb6c
captive portal: remove include files from web directory
...
radius.inc includes both radius_accounting.inc and radius_authentication.inc,
but lives in /usr/local/etc/inc, which makes an extra include path and the
desired code separation a bit pointless.
2015-06-28 10:32:41 +02:00
Franco Fichtner
9166342021
pkg: move package remnants out of obsolete dir
2015-06-26 11:18:10 +02:00
Franco Fichtner
94ec1de54a
src: no hay pcntl
2015-06-01 07:55:41 +02:00
Franco Fichtner
3256e66d4b
rc: a bit more pruning; we know what we are doing!
2015-05-31 21:13:19 +02:00
Franco Fichtner
a173ea37bd
rc: push PHP extensions to extensions.ini, which...
...
is also used by the ports to register the modules, which may
finally fix the spurious module load errors.
2015-05-31 20:56:48 +02:00
Ad Schellevis
1ffc66153b
(xdebug) fix xdebug configuration issue
2015-05-29 17:33:25 +00:00
Franco Fichtner
adf5f0eff9
rc: remove unused pecl package
2015-05-15 09:05:22 +02:00
Franco Fichtner
c98b514ee6
src: whitespace sweep
2015-05-05 21:35:26 +02:00
Ad Schellevis
7953e21f0c
add XDebug support switch and debugger for development
...
When using webgrind, use the optional graphviz package for callgraph support
2015-05-05 14:32:57 +00:00
Ad Schellevis
ab507101ed
prepare for new mvc framework, we use two different document roots in our new setup to separate legacy and new code.
2015-05-01 11:56:32 +00:00
Franco Fichtner
f6c6889d74
php: annoy Jos and Ad by enabling warnings by default...
...
... when using the core.git mount hook. :)
Does not affect the packages/images.
2015-04-01 11:54:14 +02:00
Franco Fichtner
241ed34a2c
php: alright, dom extention is needed
2015-04-01 10:11:31 +02:00
Franco Fichtner
4d00208b87
php: dom and libxml extensions are embedded
2015-04-01 09:41:42 +02:00
Franco Fichtner
410a8bc518
src: remove the need for PHP's posix extension
2015-04-01 09:36:25 +02:00
Franco Fichtner
3bb1d29e9f
inc: remove unused shmop plugin usage
2015-04-01 09:18:33 +02:00
Franco Fichtner
9120b96675
globals: zap more unused or obsolete glue
2015-03-24 17:34:46 +01:00
Ad Schellevis
052e38cd2b
move contrib php package into own directory
2015-03-24 13:10:35 +00:00
Franco Fichtner
c94b5c6da9
rc: change PHP error reporting a bit more
...
* We can now see the errors we suppress. E_WARNING is the one that
should be zapped as soon as possible.
* According to the manual, display_startup_errors should not be enabled.
* Add ignore_repeated_errors to avoid multiple reports in e.g. loops.
2015-03-03 09:42:20 +00:00
Franco Fichtner
fd370c5712
crash_reporter: tweak the error reporting
...
* add E_PARSE to show proper info about parse errors
* remove PHP 5.5 support, we've never shipped it
* fix textarea display width and disable send button
2015-03-03 07:21:25 +00:00
Franco Fichtner
58899e5598
src: prune unused xmlreader/xmlwriter code
2015-03-02 09:15:44 +01:00
Franco Fichtner
a1f66881da
rc: apply harmless whitespace changes
2014-12-28 20:19:53 +01:00
Franco Fichtner
6001cb9a17
php: tokenizer plugin is required for style checker
2014-12-28 10:26:38 +01:00
Franco Fichtner
23f0e05767
php: adapt for pear packages
2014-12-28 10:16:41 +01:00
Franco Fichtner
727453c076
src: move all files (again)
...
Make "src" the implicit "/usr/local" so that nobody can
sneak in weird files in the base file system or potentially
overwrite them.
This is the last time, I swear... :)
2014-12-10 16:42:39 +01:00