1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 16:38:25 +02:00
Commit Graph

370 Commits

Author SHA1 Message Date
Antony Dovgal 3cf1565d90 typos in comments and other minor improvements 2006-08-10 13:44:00 +00:00
Ilia Alshanetsky 64710ee331 MFB: Improved fix for bug #37671 2006-08-04 22:14:10 +00:00
Antony Dovgal 484698f6fe fix leak in php_local_infile_init() handler 2006-07-27 10:53:03 +00:00
Ilia Alshanetsky 3cf509ab75 MFB: Added possible failure note. 2006-07-18 00:09:21 +00:00
Ilia Alshanetsky 3c75c080cf MFB: Fixed test for systems where set_charset() method is unavailable. 2006-07-13 15:42:55 +00:00
Antony Dovgal 3945c5e1c6 MFB: fix #38072 (boolean arg for mysqli_autocommit() is always true on Solaris) 2006-07-12 10:15:30 +00:00
Hartmut Holzgraefe 4fb0776b8e new test cases for mysqli_warnings and mysql_driver properties 2006-07-12 08:00:24 +00:00
Hartmut Holzgraefe 397a46b559 fixed C&P errors in groups handling, activated groups feature 2006-07-12 07:00:48 +00:00
Hartmut Holzgraefe eef7cb2d75 make sure embedded server is correctly initialized 2006-07-11 23:41:40 +00:00
Hartmut Holzgraefe 45a238c129 skip when testing embedded server 2006-07-11 23:37:41 +00:00
Hartmut Holzgraefe 0bbeae457b no need to test ping and kill with embedded server 2006-07-11 23:34:27 +00:00
Hartmut Holzgraefe ecb58ee2cd check both OO and procedural style as "thread_id" is a property and not
a method in the OO interface
2006-07-11 07:21:27 +00:00
Hartmut Holzgraefe 0bf1cbe8d0 modified test to use (and cover) mysqli->thread_id 2006-07-11 07:10:18 +00:00
Hartmut Holzgraefe 250f4efe6b test kill() 2006-07-11 07:04:44 +00:00
Hartmut Holzgraefe 1c39435499 test ping() 2006-07-11 07:04:31 +00:00
Hartmut Holzgraefe b259f66300 test multi_query(), next_result(), more_results()
(only partially covered by a bug testcase yet)
2006-07-11 07:04:16 +00:00
Hartmut Holzgraefe 587c37a036 get_client_info() test 2006-07-11 07:03:31 +00:00
Hartmut Holzgraefe bf71e83fbf test was only covering fetch_fields(), added fetch_field() and fetch_field_direct() 2006-07-11 07:02:50 +00:00
Hartmut Holzgraefe 9301bc929d test was not covering DOUBLE bindings 2006-07-11 07:02:02 +00:00
Michael Wallner 3c0a4a8b07 - revert messed up patch 2006-07-10 13:16:07 +00:00
Michael Wallner 9539a8b980 - fix 5.2 build 2006-07-10 13:08:11 +00:00
Antony Dovgal 70a7d0319b fix mysqli_*_free_storage() funcs to conform with their prototypes 2006-07-10 13:02:31 +00:00
Dmitry Stogov 0644e2e386 Another fix for #38019 2006-07-10 12:46:46 +00:00
Dmitry Stogov 1236514b0b Fixed bug #38019 (segfault extending mysqli class) 2006-07-10 10:05:35 +00:00
Antony Dovgal 1e5849ca94 add test 2006-07-05 14:12:41 +00:00
Antony Dovgal 6345105612 fix bug #38003(in classes inherited from mysqli it's possible to call private constructors from invalid context)
also, use appropriate macro instead of accessing structure elements directly
2006-07-05 11:48:17 +00:00
Dmitry Stogov 943960c324 Added automatic module globals management 2006-06-13 13:12:20 +00:00
Ilia Alshanetsky b36fde4b9e MFB: Fixed bug #37671 (MySQLi extension fails to recognize BIT column). 2006-06-04 14:57:06 +00:00
Michael Wallner 1ba7a6812c MFB: #37630 MySQL extensions should link against thread safe client libs if built with ZTS 2006-06-01 19:15:31 +00:00
Michael Wallner 5777060367 MFB: Fixed bug #36949 (invalid internal mysqli objects dtor) 2006-05-29 16:55:40 +00:00
Andrey Hristov e4e7d27e4a MFB 2006-05-10 12:29:09 +00:00
Georg Richter 4508ae73f7 merge from 5.2 2006-05-09 13:53:39 +00:00
Georg Richter b6d7fdf465 Merge from 5.2 2006-05-09 11:27:20 +00:00
Antony Dovgal 8c63a3bce7 MF51: fix tests 2006-03-30 20:43:55 +00:00
Antony Dovgal cb2232e808 MF51: fix #36922 (missing MYSQLI_REPORT_STRICT constant in userspace) 2006-03-30 11:23:11 +00:00
Antony Dovgal 87f6b66a62 fix typo 2006-03-29 16:30:54 +00:00
Antony Dovgal 6a53a49c8b MF51: fix bug #36898 (__set() leaks in classes extending internal ones)
Added:
ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC)
ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC)
2006-03-29 15:08:52 +00:00
Ilia Alshanetsky 7f18e7f62c MFB51: Fixed bug #36802 (mysqli_set_charset() crash with a non-open connection). 2006-03-21 15:35:48 +00:00
Pierre Joye bb1ec86f9d - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase
(calling ini_set('magic_....') returns 0|false
- get_magic_quotes_gpc, get_magic_quotes_runtime are kept but always return false
- set_magic_quotes_runtime raises an E_CORE_ERROR
2006-03-08 00:43:32 +00:00
Marcus Boerger 20273c4fe9 - Fix build 2006-03-05 17:31:44 +00:00
Johannes Schlüter 50e52dcc3e - Fix build after unicode changes 2006-03-05 15:49:55 +00:00
Ilia Alshanetsky c20dbeb121 MFB51: Remove no longer needed check (checked at a higher level now). 2006-03-01 18:37:25 +00:00
Antony Dovgal 29d3ee55d5 fix #36420 (segfault when access result->num_rows after calling result->close()) 2006-02-16 16:08:52 +00:00
Ilia Alshanetsky 2b24ddb6a3 MFB51: Fixed bug #36420 (segfault when access result->num_rows after calling
result->close())
2006-02-16 16:05:02 +00:00
Andrey Hristov 94dffc55ac bring tests up-to-date with 5_1 branch
#few are failing and will stop failing when bugfixes are upmerged from 5_1
2006-01-04 23:04:06 +00:00
foobar 251c5173fd bump year and license version 2006-01-01 13:10:10 +00:00
Zeev Suraski 9f0868506e Whitespace 2005-12-26 09:30:40 +00:00
Stefan Esser 5790c9d727 MFB: format string fixes 2005-12-23 18:43:03 +00:00
Zeev Suraski 84a2475b16 Fix prototype (MFB) 2005-12-22 14:56:29 +00:00
foobar c0c7b984f0 nuke php3 legacy 2005-12-06 01:39:35 +00:00