Download instant client 12.2 basic and basic devel rpm from oracle
alien -kv oracle-instantclient12*.rpm
alien -kv oracle-instantclient12*.rpm
upstream php-handler { | |
server unix:/run/php-fpm/www.sock; | |
} | |
server { | |
#listen 443 ssl; | |
listen 80; | |
server_name 192.168.1.8; | |
#ssl_certificate /etc/ssl/nginx/cloud.example.com.crt; |
#ifdef ESP8266 | |
extern "C" { | |
#include "user_interface.h" | |
} | |
#endif | |
#include <ESP8266WiFi.h> | |
#include <WiFiClientSecure.h> | |
ADC_MODE(ADC_VCC); |
<?php | |
/** | |
* This program is free software. It comes without any warranty, to | |
* the extent permitted by applicable law. You can redistribute it | |
* and/or modify it under the terms of the Do What The Fuck You Want | |
* To Public License, Version 2, as published by Sam Hocevar. See | |
* http://sam.zoy.org/wtfpl/COPYING for more details. | |
*/ | |
/** |