Project

General

Profile

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

# Date Author Comment
dcbbd7b4 02/03/2016 09:54 AM Renato Botelho

Merge pull request #2581 from PiBa-NL/23_silence_syncerror

5a045be8 02/02/2016 08:25 PM Pi Ba

xmlrpc_client.inc, silence the php 'crash' error, sync errors are reported through file-notices already.

e85f3ed8 01/26/2016 07:38 PM Renato Botelho

Since we moved to stream related function on xmlrpc_client, we should use tcp:// as protocol for http. Fix issue reported at https://forum.pfsense.org/index.php?topic=105890.0

d17bd596 11/20/2015 11:43 AM Renato Botelho

Remove debug leftover

8540bdcb 11/20/2015 11:30 AM Renato Botelho

Fix #5329

Since PHP 5.6, fsockopen() is checking SSL certificates, xmlrpc_client
is used only for HA today so it's safe to disable this check.

Since fsockopen() doesn't provide a way to disable it, move code to use
stream_socket_client()

46bc6e54 08/25/2015 05:49 PM Renato Botelho

Move main pfSense content to src/