php-src/ext/mysqli
Daniel Scherzer ff810d5e36
Arginfo: reuse zend_string objects for initializing attribute values (#19241)
Avoid initializing the same string content multiple times and make use of the
fact that the strings created to initialize attribute values are not freed by
simply making use of an existing zend_string with the same content if one is
available.
2025-07-27 17:27:22 -07:00
..
tests Replace @deprecated with #[\Deprecated] for internal constants (#18780) 2025-06-26 11:27:15 -07:00
config.m4 Autotools: Remove redundant double quotes (#15634) 2024-08-29 15:17:03 +02:00
config.w32 Remove outdated code from mysqli Windows build (#14648) 2024-06-24 14:18:14 +02:00
CREDITS
mysqli.c ext/mysqli: Use zval_is_true() instead of converting to boolean 2025-05-31 14:25:43 +01:00
mysqli.stub.php Replace @deprecated with #[\Deprecated] for internal constants (#18780) 2025-06-26 11:27:15 -07:00
mysqli_api.c Use hasThis() where appropriate (#18967) 2025-06-28 10:12:43 +02:00
mysqli_arginfo.h Arginfo: reuse zend_string objects for initializing attribute values (#19241) 2025-07-27 17:27:22 -07:00
mysqli_driver.c ext/mysqli: Mark function pointer as returning zend_result (#15342) 2024-08-11 15:47:57 +01:00
mysqli_exception.c Trim trailing whitespace (#14721) 2024-06-29 18:41:45 +02:00
mysqli_mysqlnd.h Remove uses of TRUE/FALSE in mysqli/pdo_mysql 2021-05-26 15:07:23 +02:00
mysqli_nonapi.c Fix GH-17900 and GH-8084 2025-02-24 19:25:08 +01:00
mysqli_priv.h Remove MYSQLI_USE_MYSQLND constant and all the code with it 2022-05-30 15:28:08 +01:00
mysqli_prop.c ext/mysqli: Mark function pointer as returning zend_result (#15342) 2024-08-11 15:47:57 +01:00
mysqli_report.c ext/mysqli: Get rid of calls to strcpy (#18970) 2025-06-28 14:04:39 +02:00
mysqli_result_iterator.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
mysqli_warning.c ext/mysqli: Remove PHP 6 remnants 2024-08-11 17:27:09 +02:00
php_mysqli.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_mysqli_structs.h ext/mysqli: Mark function pointer as returning zend_result (#15342) 2024-08-11 15:47:57 +01:00