Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed bu #50392 (date_create_from_format() enforces 6 digits for 'u' format ↵ | Ilia Alshanetsky | 2009-12-15 | 3 | -7/+70 | |
| | | | | character) | |||||
* | - Added SKIPIF | Felipe Pena | 2009-12-15 | 1 | -0/+4 | |
| | ||||||
* | - Fixed memory leak when E_STRICT message is getted | Felipe Pena | 2009-12-14 | 2 | -0/+130 | |
| | ||||||
* | - Fix test | Jani Taskinen | 2009-12-14 | 1 | -3/+1 | |
| | ||||||
* | - Fix test | Jani Taskinen | 2009-12-14 | 1 | -0/+1 | |
| | ||||||
* | - Fixed bug #50469 (Fixed typo in imagepsencodefont error string). | Pierrick Charron | 2009-12-14 | 1 | -1/+1 | |
| | ||||||
* | - Fixed bug #50458 (PDO::FETCH_FUNC fails with Closures) | Pierrick Charron | 2009-12-14 | 2 | -82/+38 | |
| | ||||||
* | - Fixed bug #49174 (crash on queryString set) | Felipe Pena | 2009-12-13 | 1 | -2/+2 | |
| | ||||||
* | - Fixed bug #50209 (Compiling with libedit cannot find readline.h) | Felipe Pena | 2009-12-13 | 2 | -2/+4 | |
| | | | | | (patch by tcallawa at redhat dot com) | |||||
* | - Fixed tests for when running using libedit | Felipe Pena | 2009-12-13 | 6 | -6/+6 | |
| | ||||||
* | Fixed bug #50451 (http wrapper breaks on 2048 char long headers) | Ilia Alshanetsky | 2009-12-13 | 1 | -2/+5 | |
| | | | | | | # Improvement on the fix for bug #49851 | |||||
* | - Fixed bug #50445 (PDO-ODBC stored procedure call from Solaris 64-bit ↵ | Felipe Pena | 2009-12-11 | 1 | -4/+6 | |
| | | | | | | | causes seg fault). (Original patch by davbrown4 at yahoo dot com) | |||||
* | - fix build, come on, it is not that hard to test before commit, is it? | Pierre Joye | 2009-12-11 | 2 | -1/+9 | |
| | ||||||
* | - #50334, add sha support for VC6 too, not merged in trunk as we don't ↵ | Pierre Joye | 2009-12-11 | 2 | -0/+14 | |
| | | | | support vc6 there | |||||
* | - #50334, use our own implementations of stpncpy and mempcy, avoiding weird ↵ | Pierre Joye | 2009-12-11 | 2 | -22/+12 | |
| | | | | behaviors on certain platforms like solaris | |||||
* | fix test | Jani Taskinen | 2009-12-11 | 1 | -3/+4 | |
| | ||||||
* | Make MYSQLND_NET dynamically allocated structure with allocator | Andrey Hristov | 2009-12-11 | 4 | -93/+136 | |
| | | | | | and deallocator. More member functions will come. | |||||
* | remove stale comment | Andrey Hristov | 2009-12-11 | 1 | -1/+0 | |
| | ||||||
* | Move two functions which are used in the extension as methods of | Andrey Hristov | 2009-12-11 | 6 | -111/+100 | |
| | | | | | the connection. Two functions less in the global namespace. | |||||
* | Add new 'fetch' test and make several small test fixes | Christopher Jones | 2009-12-10 | 3 | -1/+129 | |
| | ||||||
* | Remove text recently merged to online doc | Christopher Jones | 2009-12-10 | 1 | -451/+9 | |
| | ||||||
* | bump version number | Andrey Hristov | 2009-12-10 | 1 | -2/+2 | |
| | ||||||
* | Add plugin storage for MYSQLND_STMT too | Andrey Hristov | 2009-12-10 | 3 | -2/+19 | |
| | ||||||
* | Fix pdo build, forgot to remove the zval caching from pdo-mysql | Andrey Hristov | 2009-12-10 | 3 | -35/+3 | |
| | ||||||
* | - not needed anymore | Jani Taskinen | 2009-12-10 | 1 | -97/+0 | |
| | ||||||
* | - Fix test mess (testing the deprecated ini option is pointless when using ↵ | Jani Taskinen | 2009-12-10 | 1 | -9/+4 | |
| | | | | the func does same thing) | |||||
* | Fixed bug #49851 (http wrapper breaks on 1024 char long headers). | Ilia Alshanetsky | 2009-12-10 | 1 | -0/+4 | |
| | ||||||
* | - [DOC] expose MPIR version when mpir is used instead of gmp | Pierre Joye | 2009-12-10 | 2 | -1/+9 | |
| | ||||||
* | Remove stub code which never actually was used for anything. | Andrey Hristov | 2009-12-09 | 11 | -209/+1 | |
| | | | | | Things like this can be built on top of the core. | |||||
* | Remove the zval caching from mysqlnd. It was disabled versions ago | Andrey Hristov | 2009-12-09 | 18 | -963/+75 | |
| | | | | | | due to problems on windows, which were not debugged. Better have code that is disabled not in the core. | |||||
* | Fix compilation warnings | Andrey Hristov | 2009-12-09 | 1 | -41/+38 | |
| | ||||||
* | - #50334, fix build for platform without endian.h (like solaris) | Pierre Joye | 2009-12-09 | 2 | -4/+2 | |
| | ||||||
* | Remove disabled code - threaded fetching. This can be implemented | Andrey Hristov | 2009-12-09 | 13 | -823/+3 | |
| | | | | | | on a upper level and by offloading it we reduce the complexity of the core. | |||||
* | - Add one test from HEAD | Jani Taskinen | 2009-12-09 | 1 | -0/+37 | |
| | ||||||
* | Adapting tests to accept actual behaviour found in 5.2, 5.3 and 6.0. The ↵ | Ulf Wendel | 2009-12-09 | 4 | -6/+6 | |
| | | | | behaviour is wrong according to the documentation: mysqli_connect_error() should return an empty string (not NULL), if there is no error. However, changing this would break BC and most users will not notice the difference between NULL and empty string anyway. | |||||
* | - #50334, add CRYPT_SHA* constants and tests [DOC] | Pierre Joye | 2009-12-09 | 3 | -0/+127 | |
| | ||||||
* | - drop non used code and fix warning | Pierre Joye | 2009-12-09 | 1 | -16/+5 | |
| | ||||||
* | - #50334, crypt ignores sha512 and add support for sha256/512 to php's crypt ↵ | Pierre Joye | 2009-12-09 | 6 | -5/+1707 | |
| | | | | [DOC] | |||||
* | Backported 5.3 tests to 5.2 and added more RecursiveIteratorIterator tests | William Martin | 2009-12-08 | 7 | -0/+219 | |
| | ||||||
* | Upgraded to Sqlite 3.6.21 | Ilia Alshanetsky | 2009-12-08 | 3 | -7449/+6455 | |
| | ||||||
* | - Added MAKE_COPY_ZVAL(ppzv, pzv) macro | Felipe Pena | 2009-12-08 | 14 | -111/+37 | |
| | ||||||
* | ouch, that ZTS | Stanislav Malyshev | 2009-12-08 | 1 | -2/+2 | |
| | ||||||
* | win32 should have different test | Stanislav Malyshev | 2009-12-08 | 2 | -0/+44 | |
| | ||||||
* | add "no params" check | Stanislav Malyshev | 2009-12-08 | 1 | -0/+7 | |
| | ||||||
* | add realpath cache inspect functions | Stanislav Malyshev | 2009-12-08 | 4 | -0/+72 | |
| | ||||||
* | - Take account of surrogate pairs. | Moriyoshi Koizumi | 2009-12-07 | 2 | -1/+11 | |
| | ||||||
* | Added FILTER_FLAG_STRIP_BACKTICK option to the filter extension. | Ilia Alshanetsky | 2009-12-07 | 3 | -0/+3 | |
| | ||||||
* | Fixed bug #50323 (Allow use of ; in values via ;; in PDO DSN even in the ↵ | Pierrick Charron | 2009-12-06 | 2 | -4/+97 | |
| | | | | middle of a string). | |||||
* | Fixed bug #50323 (Allow use of ; in values via ;; in PDO DSN). | Ilia Alshanetsky | 2009-12-06 | 1 | -1/+1 | |
| | ||||||
* | - Fixed bug #50162 (Memory leak when fetching timestamp column from Oracle ↵ | Felipe Pena | 2009-12-06 | 1 | -14/+6 | |
| | | | | | | | database) - Fixed bug #34852 (Failure in odbc_exec() using oracle-supplied odbc driver) (patch by tim dot tassonis at trivadis dot com) |