This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
php-upgrade-cheatsheet [2018/01/04 06:19] malvin |
php-upgrade-cheatsheet [2020/06/13 15:10] (current) |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| \\ | \\ | ||
| Not that many organizations are prepared to deal with the change. So the [[https:// | Not that many organizations are prepared to deal with the change. So the [[https:// | ||
| + | \\ | ||
| + | \\ | ||
| + | {{ :: | ||
| + | |||
| ===== PHP 5.x to 7 ===== | ===== PHP 5.x to 7 ===== | ||
| - | Deprecated | + | ==== Deprecated |
| **Sample** | **Sample** | ||
| Line 24: | Line 29: | ||
| **Fix for php7** | **Fix for php7** | ||
| - | if your class has a constructor having the same name as your class name, then it is now deprecated in PHP 7. Change constructor to < | + | If your class has a constructor having the same name as your class name, then it is now deprecated in PHP 7. Change constructor to < |
| Sample | Sample | ||
| Line 41: | Line 46: | ||
| ?></ | ?></ | ||
| + | \\ | ||
| + | \\ | ||
| + | |||
| + | ---- | ||
| + | |||
| ===== See Also===== | ===== See Also===== | ||
| * [[http:// | * [[http:// | ||