Merge branch 'PHP-8.1' into PHP-8.2

* PHP-8.1:
  Fix GH-11997: ctype_alnum 5 times slower in PHP 8.1 or greater
  Fix GH-12297: PHP Startup: Invalid library (maybe not a PHP library) 'mysqlnd.so' in Unknown on line
This commit is contained in:
Niels Dossche 2023-09-26 21:44:00 +02:00
commit 741dc80d0b
3 changed files with 50 additions and 32 deletions

View file

@ -15,6 +15,9 @@
+----------------------------------------------------------------------+
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "php.h"
#include "mysqlnd.h"
#include "mysqlnd_priv.h"