MySQLConverterTool

MySQLConverterTool : How to Convert MySQL to MySQLi

MySQLConverterTool-master.zip

Introduction

The old MySQL extension (ext/mysql) was deprecated in PHP 5.5 and removed in PHP 7.0.

This tool converts ext/mysql code to ext/mysqli code, as ext/mysqli is the current MySQL extension. There's also PDO_MySQL but this tool does not use that. This tool is not perfect but will help with the conversion.

Alternatively, a quicker and simpler short-term fix is to use a bundled native PHP library such as php7-mysql-shim. Instead of converting code (e.g., mysql_connect() to mysqli_connect()) it uses ext/mysqli to define ext/mysqlfunctions in PHP. Much easier but more of a short-term fix. Although php7-mysql-shim contains PHP 7 in the name, it works with older PHP versions but only if ext/mysql is not installed on your system.

Usage

There are two interfaces: GUI and CLI. Example usages:

Using PHP's built-in web server

For example, in a terminal you might do this:

shell> wget https://github.com/philip/MySQLConverterTool/archive/master.zip
shell> unzip master.zip
shell> cd MySQLConverterTool-master/GUI
shell> php -S localhost:8000

Then, go to http://localhost:8000. From there you can choose to convert a snippet (copy-n-paste), a single file, or a directory. You can choose to convert the files themselves (assuming the web server has rights), make backups, or simply output the code to your browser.

Use CLI

Download as you did above, and here is an example to convert a file named /tmp/my.php

$ cd MySQLConverterTool-master
$ php cli.php -f /tmp/my.php

Execute php cli.php -h to see the available options.

Important Warning

That absolutely NO security checks are performed by the tool which prevent users from trying to read and convert files (e.g. /etc/passwd). Make sure to add security measures, if needed.

Additional Documentation

See the wiki for additional information, including screenshots.

Limitations

With short-open-tag disabled, short tags (<? and <?=) are essentially ignored due to how the tokenizer extension works. So, if you use the likes of <? (instead of <?php) then enable short-open-tag before executing the conversion otherwise that PHP code will be ignored (not converted). For details, see issue #16.

경축! 아무것도 안하여 에스천사게임즈가 새로운 모습으로 재오픈 하였습니다.
어린이용이며, 설치가 필요없는 브라우저 게임입니다.
https://s1004games.com

Also, a mysql_result equivelant does not exist in ext/mysqli so you must define mysqli_result. The tool does suggest code for this but it does not insert this definition into your converted markup.

Alternatives

The php7-mysql-shim PHP library defines all mysql_ functions for you, so simply include it (a single PHP file) and your code should work without a need to convert. It uses ext/mysqli and works fine in PHP 5.3 or greater. There are pros and cons to each approach.

Also, consider refactoring your code. Whether you convert your code with MySQLConverterTool or define ext/mysql functions using a library such as php7-mysql-shim, these are considered stop-gap measures until you rewrite your code. For example, your new code will probably use prepared statements.

Other

Although unit tests exist, they were not maintained by the lazy developer here. Perhaps one day, see UnitTests/README.

All forms of feedback is welcome and encouraged! Either as bug reports, feature requests, pull requests, complaints, and so on.

 

[출처] https://github.com/philip/MySQLConverterTool

 

 

 

본 웹사이트는 광고를 포함하고 있습니다.
광고 클릭에서 발생하는 수익금은 모두 웹사이트 서버의 유지 및 관리, 그리고 기술 콘텐츠 향상을 위해 쓰여집니다.
번호 제목 글쓴이 날짜 조회 수
109 내가 본 워드프레스 핵심 구조 및 기능 (Wordpress Architecture and Function) file 졸리운_곰 2020.02.20 34
108 [php machine learing] 회귀 분석 phpml 졸리운_곰 2020.02.06 89
107 [php machine learning] PHP-ML을 이용한 분류 졸리운_곰 2020.02.06 153
106 PHP-CRUD-API [mysql 및 데이터베이스 자동 미들웨어(middleware) by php] file 졸리운_곰 2020.01.25 41
105 Docker를 이용하여 멀티플랫폼에서 MSSQL + Laravel을 개발해보자. file 졸리운_곰 2020.01.23 140
104 PHP 기반의 Micro Frameworks 정리 졸리운_곰 2019.11.19 41
103 Micro-Framework, Lumen 살펴보기 file 졸리운_곰 2019.11.19 20
102 라라벨-루멘-PHP 날코딩 성능 비교 file 졸리운_곰 2019.11.19 113
101 Using WordPress with Lumen 졸리운_곰 2019.11.06 125
100 Micro-Framework, Lumen 살펴보기 file 졸리운_곰 2019.11.05 67
99 PHP 로 guid(uuid) 만들기 졸리운_곰 2019.02.27 716
98 PHP 리다이렉션(페이지 이동)의 3가지 방법 졸리운_곰 2019.01.11 94
97 mysql_ 함수에서 mysqli_ 함수로 변환 : How to Convert MySQL to MySQLi file 졸리운_곰 2019.01.05 70
96 PHP 의존성 관리도구 – Composer 시작하기 졸리운_곰 2018.12.28 47
95 PHP Mysqli 함수(사용빈도 높은것만..^^) 졸리운_곰 2018.12.25 96
94 Java 개발자로서 PHP 최단 시간에 공부하기 졸리운_곰 2018.11.21 64
93 Learn Blockchain In PHP 졸리운_곰 2018.11.18 89
» MySQLConverterTool : How to Convert MySQL to MySQLi file 졸리운_곰 2018.11.16 52
91 How to Convert MySQL to MySQLi file 졸리운_곰 2018.11.16 50
90 php game programming ebook 2004 : php 게임 프로그래밍 file 졸리운_곰 2018.10.15 48
대표 김성준 주소 : 경기 용인 분당수지 U타워 등록번호 : 142-07-27414
통신판매업 신고 : 제2012-용인수지-0185호 출판업 신고 : 수지구청 제 123호 개인정보보호최고책임자 : 김성준 sjkim70@stechstar.com
대표전화 : 010-4589-2193 [fax] 02-6280-1294 COPYRIGHT(C) stechstar.com ALL RIGHTS RESERVED