1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00
Commit Graph

18386 Commits

Author SHA1 Message Date
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
Andrei Zmievski dfbf573d5d Implement getAvailableLocales(). 2006-07-10 23:19:05 +00:00
Andrei Zmievski 07bb47a406 Fix validity checks. 2006-07-10 22:12:47 +00:00
Andrei Zmievski 5f19cb01f6 Implement isBoundary() for combining sequences. 2006-07-10 21:42:25 +00:00
Andrei Zmievski f2cbf6f950 Implement following() for combining sequences. 2006-07-10 21:18:01 +00:00
Antony Dovgal 93ae33c8a4 add Unicode EXPECT tags 2006-07-10 20:48:04 +00:00
Andrei Zmievski 8dd4e2692c Fix combining sequence iterators for forward and backward movement. 2006-07-10 20:14:12 +00:00
Hartmut Holzgraefe 743deb09c9 "transaction" tests should test commit, too, not only rollback 2006-07-10 16:29:24 +00:00
Dmitry Stogov 0a435165ba Fixed memory leaks in ext/spl/tests/fileobject_003.phpt 2006-07-10 15:48:09 +00:00
Hartmut Holzgraefe 4ea4434475 two additional tests improving pdo/pdo_mysql test code coverage 2006-07-10 14:05:46 +00:00
Dmitry Stogov 14a10f441d Fixed bug #37947 (zend_ptr_stack reallocation problem) 2006-07-10 14:02:54 +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
Antony Dovgal 0af0ad4ef7 initialize vars 2006-07-10 11:25:59 +00:00
Dmitry Stogov f32a21b112 Fixed bug #38055 (Wrong interpretation of boolean parameters) 2006-07-10 10:33:55 +00:00
Dmitry Stogov 1236514b0b Fixed bug #38019 (segfault extending mysqli class) 2006-07-10 10:05:35 +00:00
Dmitry Stogov 517c39a035 Fixed bug #38005 (SoapFault faultstring doesn't follow encoding rules) 2006-07-10 07:41:52 +00:00
Hartmut Holzgraefe d2cae0ccba SHOW ENGINES is only available in PHP 4.1.2 and above (and the output
format slightly changed between 4.1 and 5.0, too),
SHOW VARIABLES LIKE 'have_%' is the more portable alternative here
2006-07-10 07:39:23 +00:00
Dmitry Stogov 00d9e00ee4 Fixed test 2006-07-10 07:26:31 +00:00
Dmitry Stogov ae8d24392e Fixed bug #38004 Parameters in SoapServer are decoded twice 2006-07-10 07:23:12 +00:00
Nuno Lopes b51680b3b6 fix test on non-Harmut machine :) 2006-07-10 07:03:18 +00:00
Marcus Boerger 18d45918bc - Fix bug #37816 ReflectionProperty does not throw exception when accessing protected attribute 2006-07-10 00:13:50 +00:00
Marcus Boerger 465a418908 - Fix logic 2006-07-09 23:28:59 +00:00
Ilia Alshanetsky a96e3567de MFB: Removed pointless declarations 2006-07-09 23:28:41 +00:00
Hartmut Holzgraefe 86ae9a5756 more test coverage 2006-07-09 22:42:05 +00:00
Hartmut Holzgraefe 1fffe3cfa7 additional test cases added, should now cover all functions and modes
allthough still not all edge cases
2006-07-09 16:30:02 +00:00
Marcus Boerger 359dace679 - Add spl_object_hash() 2006-07-09 10:22:03 +00:00
Nuno Lopes 67793e71c0 change char* to void* when using the 't' parameter (as noted by Andrei) 2006-07-08 21:54:49 +00:00
Andrei Zmievski 63ef7fd050 Implement following() and preceding() for codepoint iterators. 2006-07-08 18:46:24 +00:00
Marcus Boerger 634fd5e58d - Add new test 2006-07-08 11:43:07 +00:00
Nuno Lopes 7a95cb8344 remove some left overs plus static keywording 2006-07-08 00:04:37 +00:00
Nuno Lopes 6cfeae5782 upgrade a couple of functions to Unicode 2006-07-07 23:30:30 +00:00
Andrei Zmievski 73b131869c Implement isBoundary() for code point iterator. 2006-07-07 22:52:26 +00:00
Andrei Zmievski 4757c4ce46 Implement TextIterator::isBoundary() for break iterators. 2006-07-07 22:34:46 +00:00
Andrei Zmievski abbc1053fd Implement TextIterator methods following() and preceding(). 2006-07-07 21:41:18 +00:00
Hannes Magnusson 7e3e99251f Added new method to see if function is disabled or not 2006-07-07 11:53:54 +00:00
Antony Dovgal dc9ea3b961 add missing items to the changelog 2006-07-07 09:21:54 +00:00
Ilia Alshanetsky 5166641599 MFB: E_ERROR > E_RECOVERABLE_ERROR 2006-07-06 23:13:41 +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
Ilia Alshanetsky a033c5e7f6 MFB: Eliminate some compiler warnings 2006-07-04 20:13:40 +00:00