summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed bu #50392 (date_create_from_format() enforces 6 digits for 'u' format ↵Ilia Alshanetsky2009-12-153-7/+70
| | | | character)
* - Added SKIPIFFelipe Pena2009-12-151-0/+4
|
* - Fixed memory leak when E_STRICT message is gettedFelipe Pena2009-12-142-0/+130
|
* - Fix testJani Taskinen2009-12-141-3/+1
|
* - Fix testJani Taskinen2009-12-141-0/+1
|
* - Fixed bug #50469 (Fixed typo in imagepsencodefont error string).Pierrick Charron2009-12-141-1/+1
|
* - Fixed bug #50458 (PDO::FETCH_FUNC fails with Closures)Pierrick Charron2009-12-142-82/+38
|
* - Fixed bug #49174 (crash on queryString set)Felipe Pena2009-12-131-2/+2
|
* - Fixed bug #50209 (Compiling with libedit cannot find readline.h)Felipe Pena2009-12-132-2/+4
| | | | | (patch by tcallawa at redhat dot com)
* - Fixed tests for when running using libeditFelipe Pena2009-12-136-6/+6
|
* Fixed bug #50451 (http wrapper breaks on 2048 char long headers)Ilia Alshanetsky2009-12-131-2/+5
| | | | | | # Improvement on the fix for bug #49851
* - Fixed bug #50445 (PDO-ODBC stored procedure call from Solaris 64-bit ↵Felipe Pena2009-12-111-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 Joye2009-12-112-1/+9
|
* - #50334, add sha support for VC6 too, not merged in trunk as we don't ↵Pierre Joye2009-12-112-0/+14
| | | | support vc6 there
* - #50334, use our own implementations of stpncpy and mempcy, avoiding weird ↵Pierre Joye2009-12-112-22/+12
| | | | behaviors on certain platforms like solaris
* fix testJani Taskinen2009-12-111-3/+4
|
* Make MYSQLND_NET dynamically allocated structure with allocatorAndrey Hristov2009-12-114-93/+136
| | | | | and deallocator. More member functions will come.
* remove stale commentAndrey Hristov2009-12-111-1/+0
|
* Move two functions which are used in the extension as methods ofAndrey Hristov2009-12-116-111/+100
| | | | | the connection. Two functions less in the global namespace.
* Add new 'fetch' test and make several small test fixesChristopher Jones2009-12-103-1/+129
|
* Remove text recently merged to online docChristopher Jones2009-12-101-451/+9
|
* bump version numberAndrey Hristov2009-12-101-2/+2
|
* Add plugin storage for MYSQLND_STMT tooAndrey Hristov2009-12-103-2/+19
|
* Fix pdo build, forgot to remove the zval caching from pdo-mysqlAndrey Hristov2009-12-103-35/+3
|
* - not needed anymoreJani Taskinen2009-12-101-97/+0
|
* - Fix test mess (testing the deprecated ini option is pointless when using ↵Jani Taskinen2009-12-101-9/+4
| | | | the func does same thing)
* Fixed bug #49851 (http wrapper breaks on 1024 char long headers).Ilia Alshanetsky2009-12-101-0/+4
|
* - [DOC] expose MPIR version when mpir is used instead of gmpPierre Joye2009-12-102-1/+9
|
* Remove stub code which never actually was used for anything.Andrey Hristov2009-12-0911-209/+1
| | | | | Things like this can be built on top of the core.
* Remove the zval caching from mysqlnd. It was disabled versions agoAndrey Hristov2009-12-0918-963/+75
| | | | | | due to problems on windows, which were not debugged. Better have code that is disabled not in the core.
* Fix compilation warningsAndrey Hristov2009-12-091-41/+38
|
* - #50334, fix build for platform without endian.h (like solaris)Pierre Joye2009-12-092-4/+2
|
* Remove disabled code - threaded fetching. This can be implementedAndrey Hristov2009-12-0913-823/+3
| | | | | | on a upper level and by offloading it we reduce the complexity of the core.
* - Add one test from HEADJani Taskinen2009-12-091-0/+37
|
* Adapting tests to accept actual behaviour found in 5.2, 5.3 and 6.0. The ↵Ulf Wendel2009-12-094-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 Joye2009-12-093-0/+127
|
* - drop non used code and fix warningPierre Joye2009-12-091-16/+5
|
* - #50334, crypt ignores sha512 and add support for sha256/512 to php's crypt ↵Pierre Joye2009-12-096-5/+1707
| | | | [DOC]
* Backported 5.3 tests to 5.2 and added more RecursiveIteratorIterator testsWilliam Martin2009-12-087-0/+219
|
* Upgraded to Sqlite 3.6.21Ilia Alshanetsky2009-12-083-7449/+6455
|
* - Added MAKE_COPY_ZVAL(ppzv, pzv) macroFelipe Pena2009-12-0814-111/+37
|
* ouch, that ZTSStanislav Malyshev2009-12-081-2/+2
|
* win32 should have different testStanislav Malyshev2009-12-082-0/+44
|
* add "no params" checkStanislav Malyshev2009-12-081-0/+7
|
* add realpath cache inspect functionsStanislav Malyshev2009-12-084-0/+72
|
* - Take account of surrogate pairs.Moriyoshi Koizumi2009-12-072-1/+11
|
* Added FILTER_FLAG_STRIP_BACKTICK option to the filter extension.Ilia Alshanetsky2009-12-073-0/+3
|
* Fixed bug #50323 (Allow use of ; in values via ;; in PDO DSN even in the ↵Pierrick Charron2009-12-062-4/+97
| | | | middle of a string).
* Fixed bug #50323 (Allow use of ; in values via ;; in PDO DSN).Ilia Alshanetsky2009-12-061-1/+1
|
* - Fixed bug #50162 (Memory leak when fetching timestamp column from Oracle ↵Felipe Pena2009-12-061-14/+6
| | | | | | | database) - Fixed bug #34852 (Failure in odbc_exec() using oracle-supplied odbc driver) (patch by tim dot tassonis at trivadis dot com)