Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform.
Geographic restrictions, eligibility, and terms apply.
Get started with Nexo.
Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Compile a school timetable. 2 versions: php/mysql and Java (new)
...PHP/MYSQL VERSION
E' INDISPENSABILE disabilitare 'notices' in php.ini
YOU MUST disable notices in php.ini
Just set
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE
Se non modificate php.ini l'error_log di httpd diventerà enorme (decine di GB) e vi troverete con un hard disk pieno.
If you don't disable it the file error_log of httpd will grow to several GB and fill up yoir HD.
Non ho tempo per fare una nuova versione che contenga questo avviso, siete avvertiti!
I have no time for a new version, you are advised!
QUesto dovrebbe essere il comportamento normale di php; dalle spiegazioni in php.ini:
"; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT