Skip to content

Instantly share code, notes, and snippets.

@333crist
333crist / parser-php-version.php
Created November 18, 2018 16:43
Migrasi PHP 5 ke PHP 7
<?php
# PHP MySQL to MySQLi migration shim library
# purpose: Redefines deprecated or missing mysql_ functions and calls mysqli_ functions for PHP5.5+.
# website: http://mysql.dotpointer.com/
# author: Robert Klebe, dotpointer, dotpointer at gmail.com
# licensing: Public domain, edit and share without permission.
# changelog
# 2013-09-24 xx:xx:xx - first version