Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remplemented support for SplArray using Traversable interface. | Dmitry Stogov | 2008-01-09 | 3 | -17/+134 |
| | |||||
* | MFH: fix win32 compile | Rob Richards | 2008-01-09 | 1 | -2/+8 |
| | |||||
* | apply proper fix of bug #43793 to zlib.deflate (window+16 = gzip) | Greg Beaver | 2008-01-09 | 1 | -1/+1 |
| | |||||
* | Fixed bug #43703 (Signature compatibility check broken) | Dmitry Stogov | 2008-01-09 | 2 | -2/+25 |
| | |||||
* | apply same fix of bug #43793 to zlib.deflate | Greg Beaver | 2008-01-09 | 1 | -1/+1 |
| | |||||
* | fix Bug #43793: zlib filter is unable to auto-detect gzip/zlib file headers | Greg Beaver | 2008-01-09 | 2 | -1/+42 |
| | |||||
* | - MFB: #43790, fix crash when no family name has been found | Pierre Joye | 2008-01-09 | 1 | -1/+2 |
| | |||||
* | Fixed bug #43498 (file_exists() on a proftpd server got SIZE not | Ilia Alshanetsky | 2008-01-08 | 1 | -0/+1 |
| | | | | | | allowed in ASCII mode). # Original patch by crrodriguez at suse dot de | ||||
* | MySQL 6 compatibility fix. | Ulf Wendel | 2008-01-08 | 1 | -0/+4 |
| | |||||
* | strncpy->strlcpy | Andrey Hristov | 2008-01-08 | 4 | -5/+5 |
| | |||||
* | Merge from HEAD: looks more than it is. Whitespace, some SQL formatting ↵ | Ulf Wendel | 2008-01-08 | 38 | -136/+183 |
| | | | | | | | changes etc. No "real" changes. | ||||
* | WS | Ilia Alshanetsky | 2008-01-07 | 1 | -2/+2 |
| | |||||
* | MFB: Fixed a safe_mode bypass in cURL identified by Maksymilian Arciemowicz. | Ilia Alshanetsky | 2008-01-06 | 1 | -1/+1 |
| | |||||
* | - MFH Show info for CL and CGI if both are going to be used | Marcus Boerger | 2008-01-06 | 1 | -3/+21 |
| | |||||
* | remove potential preg warnings if --EXPECTHEADERS-- is combined with ↵ | Greg Beaver | 2008-01-05 | 1 | -1/+1 |
| | | | | --EXPECTF-- or --EXPECTRE-- | ||||
* | implement --FILE_EXTERNAL-- section for using an external file as --FILE--, ↵ | Greg Beaver | 2008-01-05 | 1 | -4/+18 |
| | | | | use CGI for --EXPECTHEADERS--, fix --POST_RAW-- | ||||
* | MFH | Ulf Wendel | 2008-01-04 | 5 | -3/+589 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Added: mysqli_fetch_assoc_zerofill.phpt checks for UNSIGNED ZEROFILL mysqli_stmt_bind_result_zerofill.phpt checks for UNSIGNED ZEROFILL mysqli_stmt_bind_param_call_user_func.phpt Needs to be refined once http://bugs.php.net/bug.php?id=43568 has been closed and a decision has been made on call_user_func_array(). There seems to be a BC break between 5_2 -> 5_3 . Johannes has an eye on it Modified: mysqli_change_user_insert_id.phpt skip test for buggy MySQL Server versions mysqli_insert_id.phpt added additional checks | ||||
* | New testcases for array_diff() function | Raghubansh Kumar | 2008-01-04 | 12 | -0/+1556 |
| | |||||
* | New testcases for array_diff_assoc() function | Raghubansh Kumar | 2008-01-04 | 12 | -0/+1664 |
| | |||||
* | MFH: Fix for bug #43036 | Ulf Wendel | 2008-01-04 | 1 | -16/+16 |
| | |||||
* | MFH: Remove test for deprecated (and removed) function | Ulf Wendel | 2008-01-03 | 1 | -50/+0 |
| | |||||
* | Skip test for PostgreSQL driver since error is too dissimilar to other | Ilia Alshanetsky | 2008-01-03 | 1 | -0/+1 |
| | | | | | drivers | ||||
* | remove unused PHP_EXTNAME_API macros. | Nuno Lopes | 2008-01-03 | 27 | -162/+0 |
| | | | | | #in preparation for the gcc 4 visibility patch | ||||
* | - MFH: Remove more replication stuff | Johannes Schlüter | 2008-01-03 | 2 | -53/+0 |
| | |||||
* | Header protection | Andrey Hristov | 2008-01-03 | 1 | -0/+4 |
| | |||||
* | Remove unused field | Andrey Hristov | 2008-01-03 | 2 | -131/+130 |
| | |||||
* | this testcase has been split into many smaller testcases and committed. | Raghubansh Kumar | 2008-01-03 | 1 | -418/+0 |
| | |||||
* | new smaller testcases for array_map() function | Raghubansh Kumar | 2008-01-03 | 21 | -0/+2431 |
| | |||||
* | Adding PHPT tests for the ReflectionMethod class. | Steve Seear | 2008-01-03 | 18 | -0/+1928 |
| | |||||
* | - Fix problems with double definitions | Andrey Hristov | 2008-01-02 | 12 | -148/+135 |
| | | | | | | | - Clean up a bit a type mess - 4 types less. No need to have aliases for the same thing (unification is the name). - New macro for Johannes mysqlnd_stmt_ro_result_metadata | ||||
* | Fixed bug #43647 (Make FindFile use PATH_SEPARATOR instead of ";") | Ilia Alshanetsky | 2008-01-02 | 1 | -1/+1 |
| | |||||
* | Update copyright | Ilia Alshanetsky | 2008-01-01 | 1 | -1/+1 |
| | |||||
* | fixed binary arithmetic (MF5.2) | Hartmut Holzgraefe | 2008-01-01 | 1 | -1/+1 |
| | |||||
* | - Updated to version 2007.11 | Derick Rethans | 2008-01-01 | 1 | -641/+964 |
| | |||||
* | MFH: Fix test | Hannes Magnusson | 2008-01-01 | 1 | -1/+1 |
| | |||||
* | Leftover: Bump copyright year. | Sebastian Bergmann | 2008-01-01 | 1 | -1/+1 |
| | |||||
* | Update copyright | Ilia Alshanetsky | 2007-12-31 | 2 | -2/+2 |
| | |||||
* | Leftover: Bump copyright year. | Sebastian Bergmann | 2007-12-31 | 1 | -2/+2 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 770 | -776/+776 |
| | |||||
* | MFH: Bump copyright year, 1 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #43663 (Extending PDO class with a __call() function doesn't work). | David Soria Parra | 2007-12-30 | 2 | -2/+32 |
| | | | | | CVS | ||||
* | Fixed typo | Ilia Alshanetsky | 2007-12-30 | 1 | -1/+1 |
| | |||||
* | MFH:- This makes no sense with non-ipv6 builds. (and fixes lot of issues ↵ | Jani Taskinen | 2007-12-29 | 1 | -2/+5 |
| | | | | with misconfigured servers) | ||||
* | MFB5.2: Fix test | Hannes Magnusson | 2007-12-29 | 1 | -1/+1 |
| | |||||
* | correct fix for bug #43522 | Antony Dovgal | 2007-12-29 | 1 | -2/+9 |
| | |||||
* | fix test | Antony Dovgal | 2007-12-29 | 1 | -0/+2 |
| | |||||
* | MFH: Update the class method documentation links | Hannes Magnusson | 2007-12-29 | 1 | -3/+5 |
| | |||||
* | Here comes the NEWS entry. The RM knows his job ;) | Andrey Hristov | 2007-12-28 | 1 | -0/+1 |
| | |||||
* | Remove RPL functions. They were always experimental and lead to crashes. | Andrey Hristov | 2007-12-28 | 12 | -511/+2 |
| | | | | | | The underlying functions will be removed from libmysql as of MySQL 6.0, so it's right time to remove them. | ||||
* | Fixed possible memory corruption | Dmitry Stogov | 2007-12-28 | 1 | -0/+2 |
| |