217 Commits (60327d87a7599ce5288a9fb7675f20f3ec29c7ff)

Author SHA1 Message Date
Andrey Hristov 60327d87a7 Plug a leak in mysqli when in the same script 15 years ago
Ulf Wendel f671ad6275 Adding MYSQLI_OPT_SSL_VERIFY_SERVER_CERT for use with mysqli_options(). 15 years ago
Andrey Hristov 27567040d2 Fix for bug #52654 mysqli doesn't install headers with structures it uses 16 years ago
Andrey Hristov 83051b1a86 And a fix for MySQL Server which is pre 5.1.23, which doesn't support 16 years ago
Andrey Hristov 4a0b4494d4 defensive programming, check before using a resource 16 years ago
Ulf Wendel 4b5666a539 Fixing mysqli_stmt_attr_set @ libmysql 16 years ago
Andrey Hristov 3aa95c59cc Check before use, because mysqlnd can return NULL 16 years ago
Andrey Hristov d6458c3b1e Add checks to check the underlying pointer in the resource. 16 years ago
Andrey Hristov c91c86b743 Remove duplicated code. 16 years ago
Andrey Hristov 87bac04bf1 Better fix for #51605 16 years ago
Andrey Hristov 962aa93ec7 Fix for bug #51605 (Mysqli zombie links) 16 years ago
Kalle Sommer Nielsen cb30330800 Merge safe_mode changes into extensions that are in sync in both branches 16 years ago
Felipe Pena 45b68febe9 - Fix mem. leak 16 years ago
Andrey Hristov dd9fc198ce Fix for bug#49234 method not found ssl_set 16 years ago
Andrey Hristov 8338d48828 Fix for bug #51026 ssl not working 16 years ago
Andrey Hristov ccfd9cd744 allow persistency of PS 16 years ago
Andrey Hristov 6407250e70 Fix for bug#50772 16 years ago
Andrey Hristov 36a037d236 Fix build of mysqli when libmysql is used, mysqlnd_portability.h 16 years ago
Sebastian Bergmann 9ba1e81665 sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 16 years ago
Andrey Hristov 01adfaee5f Unify. The typedef-ed structs in mysqlnd are always capitalized. 16 years ago
Rasmus Lerdorf 2bdd3538de Fix broken build. 16 years ago
Ulf Wendel 4a95aa3989 Fix for bug #49965 . Let mysqli_options() try to cast option values to the appropriate type. 16 years ago
Ulf Wendel ab4670ee53 Fixing problems when calling connect (again and again) on a valid connection handle. Most of the patch comes from Andrey. 16 years ago
Andrey Hristov 3828ca158e Fix mysqli_stmt_attr_set in libmysql mode. 16 years ago
Andrey Hristov 9b44cbb490 Remove unused variable 16 years ago
Andrey Hristov eea0660def Fix error code checking for mysql_stmt_attr_set. There 16 years ago
Andrey Hristov dcb5c5b0a4 MFH: Fix handling of BIT fields in mysqli, when libmysql is used 16 years ago
Andrey Hristov 967239727e MFH:Fix for bug#48909 Segmentation fault in mysqli_stmt_execute 16 years ago
Ulf Wendel 617b4e9bd1 Fix for bug #49357 (MySQLi extension fails to recognize POINT (spatial) colums). 16 years ago
Ulf Wendel 5dfd12ddb7 Stepping back to PHP 5.2.x and earlier logic of allocating even huge pieces of memory for large BLOB types to avoid data truncation. This fixes the test failure of 005.phpt when using MySQL Client 16 years ago
Ulf Wendel c4c11fd38a Fixing a crash which must have existed since PHP 5.0. At least the crash can be reproduced with PHP 5.0.6. The crash happens only when using the MySQL Client Library (libmysql) - it does not happen 16 years ago
Jani Taskinen b312b3af2e - Revert bad fix for bug #49122 and only enable this when mysqlnd is used 17 years ago
Jani Taskinen 7b411d7cdf - Fixed bug #49122 (undefined reference to mysqlnd_stmt_next_result on compile with --with-mysqli and MySQL 6.0) 17 years ago
Andrey Hristov c1d46eb502 MFH:Add support for mysql_stmt_store_result() from libmysql 6.0.8+ and 5.4.x 17 years ago
Kalle Sommer Nielsen e26710bfc4 Fixed compiler warning again, uint8_t is only available with mysqlnd. This is not affecting HEAD 17 years ago
Ilia Alshanetsky 52f599687a Fixed build 17 years ago
Kalle Sommer Nielsen f02ebe4a08 MFH: Fix compiler warnings in ext/mysql, ext/mysqli and ext/pdo_mysql 17 years ago
Johannes Schlüter 074b084852 MFH: export mysql_refresh 17 years ago
Johannes Schlüter 7d3d47fa27 MFH: Fixed bug #46653 17 years ago
Sebastian Bergmann 08659c2dcd MFH: Bump copyright year, 3 of 3. 17 years ago
Andrey Hristov bf20aa12c7 MFH:Fix for bug#46019 MySQLi::init() leaks memory 17 years ago
Felipe Pena e304515ddb - MFH: Added parameter TSRMLS_DC in zend_is_callable() 18 years ago
Andrey Hristov 7833cf9f10 MFH: Fixed bug#45019 Segmentation fault with SELECT ? and UNION 18 years ago
Dmitry Stogov 833a2295d1 Support for closures 18 years ago
Andrey Hristov f4e659d2af Update ext/mysql's and ext/mysqli's tests 18 years ago
Andrey Hristov de560f3161 MFB: Update CVS from the development tree 18 years ago
Andrey Hristov 6867385d75 - Don't modify the variables which are passed for parameter binding. 18 years ago
Andrey Hristov 725b31fc6c Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with different 18 years ago
Andrey Hristov ff8a310468 Fix a problem with $mysqi->connect() not working with default values. 18 years ago
Andrey Hristov 1caa85a682 Pconnect working with mysqli_real_connect(). To less failing tests. 18 years ago