php:php-mysqli
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
php:php-mysqli [2022/02/15 23:42] – created Wulf Rajek | php:php-mysqli [2023/05/29 11:55] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== PHP mysqli migration ====== | ====== PHP mysqli migration ====== | ||
- | The mysql php extension has been deprecated after php5.4. The following functions are affected and should be replaced with the mysqli extension. Note differences in parameter order: | + | The mysql php extension has been deprecated after php5.4. The following functions are affected and should be replaced with the mysqli extension. |
+ | |||
+ | All functions require the database link as option, unless it's dealing with an existing result set. | ||
+ | Mysqli_connect has different options! | ||
+ | |||
+ | Note differences in parameter order: | ||
< | < |
php/php-mysqli.1644968543.txt.gz · Last modified: (external edit)