- 25 Mar, 2015 5 commits
-
-
Ad Schellevis authored
-
Franco Fichtner authored
Submitted by: Ad
-
Franco Fichtner authored
-
Ad Schellevis authored
-
Franco Fichtner authored
-
- 24 Mar, 2015 21 commits
-
-
Franco Fichtner authored
Either the RAM requirements have increased, or hardware has increased. Simply stating the arbitrary and obvious while doing things of little value to `fix' the situation it is probably better to just force an old-fashioned out of memory, which is mostly the point where the user realises that it is not going to work anyway.
-
Franco Fichtner authored
-
Ad Schellevis authored
-
Franco Fichtner authored
`If a globalized variable is unset() inside of a function, only the local variable is destroyed. The variable in the calling environment will retain the same value as before unset() was called.' via http://php.net/manual/en/function.unset.php
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
System Administrator authored
-
Franco Fichtner authored
-
System Administrator authored
-
Franco Fichtner authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Franco Fichtner authored
-
System Administrator authored
-
System Administrator authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Ad Schellevis authored
-
Franco Fichtner authored
-
Franco Fichtner authored
I guess this is a typo. It makes sense to preceede is_array() with isset() here since PHP throws a warning on unset variables nowadays. However, is_array() should not be used if the following operation is `foreach' as it would mask the fact that the array that is set is not an array at all (maybe due to a bug). Rather want to catch it instead. A bit of style along the way and `lint' target fixing.
-
- 23 Mar, 2015 14 commits
-
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
reference : https://forum.opnsense.org/index.php?topic=132.msg754#msg754
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
Rewrite config handling
-
Ad Schellevis authored
-
Ad Schellevis authored
-