php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "PHP 7.2"

What common issue arises when using the ssh2_connect function with PHP 7.2 compared to PHP 5.6?

When using the ssh2_connect function with PHP 7.2, a common issue that arises is the lack of support for the ssh2 extension in PHP 7.2 by default. To...

What are common issues when transitioning a website from PHP 5.6 to PHP 7.2?

One common issue when transitioning a website from PHP 5.6 to PHP 7.2 is the removal of deprecated functions and features. This can cause errors or wa...

What are the differences between using mysqli_query in PHP 5.x and PHP 7.2?

In PHP 5.x, the mysqli_query function requires two parameters: the database connection and the query string. However, in PHP 7.2, the order of paramet...

How can PHP users adapt their code to work with PHP 7.2, mysqli_query, and mysqli_error?

PHP users can adapt their code to work with PHP 7.2 by updating their code to use the mysqli_query function instead of the deprecated mysql_query func...

What are the key differences between PHP 7.2 and PHP 5.6 that could cause compatibility issues in scripts?

PHP 7.2 introduced several new features and deprecated some functions that were present in PHP 5.6. This could cause compatibility issues in scripts t...

Showing 1 to 5 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1999 2000 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.