2010-06-03 |
Felipe Pena | - Added ZipArchive arginfo |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Christopher... | Add Berkeley DB 5 support. (An outstanding issue with... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Felipe Pena | - Fix memleak when passing a non string/object parameter |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Rasmus Lerdorf | vim fail |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Rasmus Lerdorf | Tweak the fix for bug #51847 to still call libintl_setl... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Pierre Joye | - silent warning |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Pierre Joye | - fix leak on error in mcrypt_create_iv on windows |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Pierre Joye | - allow shared build |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Rasmus Lerdorf | Fix for bug #51847 |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Johannes Schlüter | Berkeley DB 5's SQL frontend gives a slightly different... |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Andrey Hristov | defensive programming, check before using a resource |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Andrey Hristov | Perform later initialization |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Andrey Hristov | More check for valid MYSQLND_STMT before using it |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Andrey Hristov | Don't reference row_packet before checking if dereferen... |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Andrey Hristov | Check if data is correct and initialize in a safe manner |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Andrey Hristov | Handle problems in the row_decoder, return type used... |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Andrey Hristov | Bail if allocation fails |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Andrey Hristov | Fix test |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Andrey Hristov | try to workaround problems with non-c99 on HPUX |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Ulf Wendel | Updating test to reflect the latest and more verbose... |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Ulf Wendel | Fixing test - see also gcov results |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Ulf Wendel | Fixing test - make sure it checks the same conditions... |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Ulf Wendel | Fixing test |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Ulf Wendel | Fixing mysqli_stmt_attr_set @ libmysql |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Ulf Wendel | Improve EXPECTF to work with other than default schemata |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Pierre Joye | - Added recent Windows versions to php_uname and fix... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Pierre Joye | - ws |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Jérôme Loyet | fix commit 299383 |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Jérôme Loyet | typo (thx to Brian P. Mercer) |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Dmitry Stogov | Fixed bug #50976 (Soap headers Authorization not allowed) |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Dmitry Stogov | Fixed bug #50762 (in WSDL mode Soap Header handler... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Johannes Schlüter | These files talk about PHP 3, flex, CVS, ... interestin... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Johannes Schlüter | Update EXTENSIONS file |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Johannes Schlüter | Update credits |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Johannes Schlüter | Make the credits script more verbose |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Johannes Schlüter | From user's perspective this was added |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Jérôme Loyet | bug: include paths were not evaluated to to full path |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Jérôme Loyet | typo |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Ulf Wendel | Open server bug: mysqlnd works around it, libmysql... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Andrey Hristov | Check before use, because mysqlnd can return NULL |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Andrey Hristov | Don't use NULL pointer, always check before use |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Ulf Wendel | Test fixes and updates to work with a wider range of... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Andrey Hristov | Fix possible crashes, in case of OOM, due to half-baken |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Andrey Hristov | Fix crashes in the allocator in case of OOM. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Andrey Hristov | Fix deallocation which can crash if the object is half... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Antony Dovgal | merge FPM SAPI from trunk (as agreed with Johannes) |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Andrey Hristov | Don't use conn->net without checking if it is NULL... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Andrey Hristov | Fix test |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Andrey Hristov | Add checks to check the underlying pointer in the resource. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Felipe Pena | - Fixed bug #51899 (Parse error in parse_ini_file(... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Felipe Pena | - Fixed bug #51905 (ReflectionParameter fails if defaul... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Andrey Hristov | Handle the situation when MYSQLND_PROTOCOL's methods... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Andrey Hristov | Handle the situation when mysql_init()/mysqlnd_init() |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Felipe Pena | - Fixed bug #51911 (ReflectionParameter::getDefaultValu... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Andrey Hristov | Gracefully handle OOM in mysqlnd_stmt_init. Release... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Andrey Hristov | Init should return status value because initialization... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Andrey Hristov | Use the specialized macro for this case |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Andrey Hristov | Use only memory that has been allocated |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Andrey Hristov | Access memory which was really allocated |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Andrey Hristov | Fix shared build |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Andrey Hristov | Handle OOM in the code that generates PS Execute requests |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Andrey Hristov | Fix metadata duplicatin which wasn't crash-safe in... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Rasmus Lerdorf | Check for -1 as well here |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Rasmus Lerdorf | Let's have a sane error message here instead of some... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Andrey Hristov | Check set->data for validity before using it. |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Andrey Hristov | When OOM hits the wire, don't crash. |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Andrey Hristov | Fix for Bug #51870 |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Ilia Alshanetsky | Added support for JSON_NUMERIC_CHECK option in json_enc... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Christopher... | New current()/next() test |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Felipe Pena | - Added arginfo |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Antony Dovgal | fix ZTS build |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Sara Golemon | MFH: Add IV to openssl_(en|de)crypt() |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Michael Wallner | * fixed bug #47842 sscanf() does not support 64... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Pierre Joye | - #51854, fix logic (patch by Tjerk) |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Andrey Hristov | Remove duplicated code. |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Michael Wallner | fix typo |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Michael Wallner | add missing news about backlog socket context option... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Michael Wallner | * fixed bug #49819: STDOUT losing data with posix_isatty() |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Pierre Joye | - #43233 |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Pierre Joye | - #43233, sasl support for ldap on windows |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Pierre Joye | - 51844 |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Pierre Joye | - #51844, checkdnsrr does not support types other than MX |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Dmitry Stogov | Fixed a possible crash because of recursive GC invocation |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Rasmus Lerdorf | typo |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Felipe Pena | - Fixed bug #51827 (Bad warning when register_shutdown_... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Andrey Hristov | result_meta local storage |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Andrey Hristov | Allow overloading of mysqlnd_result_meta_init(). |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Andrey Hristov | Export MYSQLND_PROTOCOL methods |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Andrey Hristov | - Give possibility to overload mysqlnd_result_init(). |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Andrey Hristov | OOM fixes |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Andrey Hristov | - initialize some variables |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Andrey Hristov | Export the methods of MYSQLND_NET |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Andrey Hristov | Export the result_metadata methods to external modules. |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Andrey Hristov | Better fix for #51605 |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Dmitry Stogov | Fixed a possible resource destruction issues in shm_put... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Dmitry Stogov | Fixed a possible memory corruption in ArrayObject:... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Felipe Pena | - Fixed bug #51791 (constant() aborts execution when... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Christopher... | Errors using reserved words as methods |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Dmitry Stogov | Fixed a possible memory corruption in parse_str().... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Dmitry Stogov | Fixed a possible information leak because of interrupti... |
commit | commitdiff | tree | snapshot |
next |