2009-12-25 |
Antony Dovgal | remove automatic file unlocking on shutdown and/or... |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Matteo Beccati | - Updated pdo_pgsql tests to be 8.5+ friendly |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Dmitry Stogov | Fixed bug #50519 (segfault in garbage collection when... |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Pierrick Charron | Fixed bug #50558 (Broken object model when extending... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Ilia Alshanetsky | Added missing host validation for HTTP urls inside... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Mikko Koppanen | Changed stream_resolve_include_path to use zend_resolve... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Antony Dovgal | fix the fix for #47409 |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Sriram Natarajan | - Update tests to reflect current behavior after fix... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Stanislav Malyshev | fix flags handling in zend_parse_method_parameters_ex |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Stanislav Malyshev | cleanup some code, improve error handling |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Jani Taskinen | - ws |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Jani Taskinen | I really like the extra space. |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Ilia Alshanetsky | Fixed bug #47409 (extract() problem with array containi... |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Andrey Hristov | Unify. The typedef-ed structs in mysqlnd are always... |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Antony Dovgal | fix minor leak in CGI sapi (happened once per child) |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Johannes Schlüter | Where using svn now, use svn paths |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Johannes Schlüter | PHP 5.3.2RC1 |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Johannes Schlüter | Wrap at 80 chars |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Johannes Schlüter | install mysqlnd headers to allow shared build of extensions |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Andrey Hristov | Fix double calls to free_contents if the connection... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Andrey Hristov | move state setting to the right place, in mysqlnd_init... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Pierre Joye | - fix build and warning (introduced by my last commit) |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Jani Taskinen | - Fixed bug #50517 (EXTRA_LDFLAGS polluted by wrong... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Moriyoshi Koizumi | - Fix bug #46478 (htmlentities() uses obsolete mapping... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Ilia Alshanetsky | Fixed bug #45599 (strip_tags() truncates rest of string... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Derick Rethans | - Updated to version 2009.20 (2009t) |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Sriram Natarajan | Fixed bug #50540 (Crash within ldap_first_reference... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Stanislav Malyshev | clean up normalizer code |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Andrey Hristov | Move this function to MYSQLND_NET as it works on the |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Andrey Hristov | magic numbers to macros |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Andrey Hristov | Move compression and decompression code to separate... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Jani Taskinen | - Sync (and KEEP it synced!) |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Jani Taskinen | - Tune the fix for bug #50508 and make it work with... |
commit | commitdiff | tree | snapshot |
2009-12-20 |
Felipe Pena | - New tests |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Stanislav Malyshev | Fixed bug #50196 stream_copy_to_stream() produces warni... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Stanislav Malyshev | fix bug #50196 |
commit | commitdiff | tree | snapshot |
2009-12-18 |
Stanislav Malyshev | Fixed bug #50394 (Reference argument converted to value... |
commit | commitdiff | tree | snapshot |
2009-12-18 |
Stanislav Malyshev | fix regression bug #50394: Reference argument converted... |
commit | commitdiff | tree | snapshot |
2009-12-18 |
Jani Taskinen | touch |
commit | commitdiff | tree | snapshot |
2009-12-18 |
Jani Taskinen | - Fixed bug #50508 (compile fails: Conflicting HEADER... |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Pierre Joye | - [DOC] add INTERNALDATE to imap_append (will merge... |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Jani Taskinen | - These are 2 separate sections.. |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Ulf Wendel | Test for what Andrey has found with 16M packets |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Andrey Hristov | refactoring : move more network related functions to |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Andrey Hristov | During refactoring of the function mysqlnd_stream_write... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Sriram Natarajan | - Fix NEWS for bug #50496 |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Sriram Natarajan | - Fixed bug #50496 (Use of <stdbool.h> is valid only... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Andrey Hristov | call free_contents in every case, in case something... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Andrey Hristov | Remove unneeded dereferences |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Andrey Hristov | move MYSQLND_NET code to a separate file. |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Pierre Joye | - add a test case and update the skip clause |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Andrey Hristov | remove duplicated code |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Andrey Hristov | Move code out of mysqlnd_conn::connect to mysqlnd_net... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Andrey Hristov | remove C++ comments |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Andrey Hristov | export this function |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Andrey Hristov | refactor: move code that belongs to MYSQLND_NET out... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Ilia Alshanetsky | Fixed bu #50392 (date_create_from_format() enforces... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Jani Taskinen | - Make $sbindir be usable in C code as well (like ... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Jani Taskinen | - Allow using $sbindir as well |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Felipe Pena | - Added SKIPIF |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Felipe Pena | - Fixed memory leak when E_STRICT message is getted |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Jani Taskinen | - Fix test |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Jani Taskinen | - Fix test |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Pierrick Charron | - Fixed bug #50469 (Fixed typo in imagepsencodefont... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Pierrick Charron | - Fixed bug #50458 (PDO::FETCH_FUNC fails with Closures) |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Felipe Pena | - Improved the bug#49174 entry summary |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Felipe Pena | - Completing the phrase |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Felipe Pena | - Fixed bug #49174 (crash on queryString set) |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Felipe Pena | - Fixed bug #50209 (Compiling with libedit cannot find... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Felipe Pena | - Fixed tests for when running using libedit |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Ilia Alshanetsky | Fixed bug #50451 (http wrapper breaks on 2048 char... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Felipe Pena | - Fixed bug #50464 (declare encoding doesn't work with) |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Felipe Pena | - Fixed bug #50445 (PDO-ODBC stored procedure call... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Pierre Joye | - fix build, come on, it is not that hard to test befor... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Pierre Joye | - #50334, add sha support for VC6 too, not merged in... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Pierre Joye | - #50334, use our own implementations of stpncpy and... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Jani Taskinen | - Fix test |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Jani Taskinen | fix test |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Andrey Hristov | Make MYSQLND_NET dynamically allocated structure with... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Jani Taskinen | Fix test |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Andrey Hristov | remove stale comment |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Andrey Hristov | Move two functions which are used in the extension... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Jani Taskinen | - Fix problem with SKIPIF failing to skip in some cases... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Christopher... | Add new 'fetch' test and make several small test fixes |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Christopher... | Remove text recently merged to online doc |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Pierre Joye | - #50334, add define on win as well |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Andrey Hristov | bump version number |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Andrey Hristov | Add plugin storage for MYSQLND_STMT too |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Andrey Hristov | Fix pdo build, forgot to remove the zval caching from... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Jani Taskinen | - not needed anymore |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Jani Taskinen | - Fix test mess (testing the deprecated ini option... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Ilia Alshanetsky | Fixed bug #49851 (http wrapper breaks on 1024 char... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Pierre Joye | - [DOC] expose MPIR version when mpir is used instead... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Andrey Hristov | Remove stub code which never actually was used for... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Andrey Hristov | Remove the zval caching from mysqlnd. It was disabled... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Andrey Hristov | Fix compilation warnings |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Pierre Joye | - #50334, fix build for platform without endian.h ... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Andrey Hristov | Remove disabled code - threaded fetching. This can... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Jani Taskinen | - Add one test from HEAD |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Ulf Wendel | Adapting tests to accept actual behaviour found in... |
commit | commitdiff | tree | snapshot |
next |