Project

General

Profile

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

# Date Author Comment
603a97cb 03/03/2015 11:01 AM Phil Davis

Be safe use require_once in zeromq

I was testing code and just doing stuff like:
require_once("zeromq.inc");
in Diagnostics->Command Prompt, PHP Execute
That brings an error because underneath that PHP Execute code it has already included auth.inc
I guess zeromq.inc is used quite separately to the rest of the system, and must be OK just having a "require" here. But it seems safer to always use require_once, just in case it gets called in a new way/sequence....

8ff85c39 10/14/2014 11:39 PM Ermal LUÇI

rename interfaces_carp_setup to interfaces_sync_setup and call it during bootup since it does not only relate to carp interfaces.

2f650f35 05/09/2014 11:57 PM Phil Davis

Use function_exists test

44689480 05/09/2014 01:10 PM Phil Davis

Use require_once in more places

50b2851b 04/28/2014 08:07 PM Warren Baker

Handle 0MQ filter configure

5721595b 03/15/2014 12:08 AM Chris Buechler

standardize on https://www.pfsense.org

d23525a0 08/20/2010 01:04 PM Renato Botelho

Merge remote branch 'mainline/master' into inc

5180d00a 08/19/2010 08:34 PM Scott Ullrich

Use params array

bc87e826 08/19/2010 08:17 PM Scott Ullrich

No need to include xmlrpc.inc

4614d447 08/19/2010 08:16 PM Scott Ullrich

Turn off debugging

1518d578 08/19/2010 08:15 PM Scott Ullrich

ZeroMQ is now working!

2445e851 08/19/2010 04:26 PM Scott Ullrich

Misc fixes

62bf5cd0 08/16/2010 08:44 PM Renato Botelho

Fix some syntax errors

666d84c1 08/16/2010 02:34 PM Scott Ullrich

Fix typo

052e65ef 08/15/2010 10:42 PM Scott Ullrich

Adapt to use 2.0's accounts

5da3430e 08/15/2010 10:17 PM Scott Ullrich

Adding initial xmlrpc -> zeromq conversion