Antonio Musarra's Blog Blog

Activate the PDO Informix module in Zend Server 5 0

Activate the PDO Informix module in Zend Server 5

0 Condivisioni

This brief article draws on an issue raised by a colleague of mine about not being able to load the PHP module PDO Informix on Microsoft Windows platform. The resolution of the problem is very simple, it is similar to that described in The Ultimate Guide of: Mac OS X Snow Leopard, Informix, PHP 5.3 & PDO , the only difference is the execution platform, ie, Microsoft Windows.

SugarREST API returns a entry_list even when the record is not found 0

SugarREST API returns a entry_list even when the record is not found

0 Condivisioni

Calling the REST API get_entry for a record that does not exist, I would expect that the service returns a fault instead of a entry_list. See example shown below:

Source 1. JSON returned...