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 |
2010-05-12 |
Dmitry Stogov | Fixed a possible memory corruption in pack(). Reported... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Michael Wallner | Fixed bug #51725 (xmlrpc_get_type() returns true on... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Christopher... | Restructure into PHP/PECL/PEAR component areas (at... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Dmitry Stogov | Fixed bug #49893 (Crash while creating an instance... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Andrey Hristov | One more time fixing the tests, lets use $IS_MYSQLND... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Andrey Hristov | here comes the news, too |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Andrey Hristov | Fix for mysqli_stmt_execute.phpt, should be ran only... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Andrey Hristov | These tests should be run only if mysqli uses mysqlnd... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Raphael Geissert | Document CGI options in the manpage (bug #51718) |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Ilia Alshanetsky | Removed double allocation of buffer inside openssl_rand... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Dmitry Stogov | Fixed a possible memory corruption in substr_replace() |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Dmitry Stogov | Fixed a possible memory corruption because of unexpecte... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Andrey Hristov | Fix for bug #51605 (Mysqli zombie links) |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Felipe Pena | - Fixed bug #51740 (acinclude.m4 macro PHP_CHECK_SIZEOF... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Rob Richards | fix bug #48601 (xpath() returns FALSE for legitimate... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Dmitry Stogov | Fixed bug #50698 (SoapClient should handle wsdls with... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Rob Richards | fix bug #49490 (XPath namespace prefix conflict) |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Derick Rethans | - Fixed bug #49081 (DateTime::diff() mistake if start... |
commit | commitdiff | tree | snapshot |
next |