Skip to content

Instantly share code, notes, and snippets.

/**
* refactor !!!!
*
* Subscribe user to mailerlite list
*
* @param $data
* @param string $listId
* @return string
*/
@hkristjan
hkristjan / gist:e185fff98c51a35c68ee
Last active August 29, 2015 14:13
Xdebug config for php.ini
#xdebug php.ini config
zend_extension = /opt/php-5.5.9/lib/php/extensions/no-debug-non-zts-20121212/xdebug.so
xdebug.remote_enable = On
xdebug.idekey=phpstorm
xdebug.remote_host=10.10.0.1
xdebug.remote_log = "/tmp/xdebug_php5.5.9.log"
xdebug.profiler_enable=1
html_errors=1