2010-06-02 |
Pierre Joye | - WS |
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 |
Pierrick Charron | Remove unused variables |
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 |
Michael Wallner | fix fpm build |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Michael Wallner | * raise warning if zend_fcall_info_init() cannot resolv... |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Andrey Hristov | Perform later initialization |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Stanley Sufficool | Fix bug #50755 & Enable multiple rowsets [DOC] |
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 |
Michael Wallner | new output api NEWS |
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 |
Michael Wallner | fix protos, and unintential double-patched content |
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 |
Antony Dovgal | fix ZTS build |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Ulf Wendel | Improve EXPECTF to work with other than default schemata |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Michael Wallner | * implement new output API, fixing some bugs and implem... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Johannes Schlüter | - token_get_all now returns false on error, not ""... |
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-30 |
Johannes Schlüter | - More trait reflection work |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Felipe Pena | - Fixed ReflectionClass::isTrait() checking (to not... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Jérôme Loyet | fix commit 299383 |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Felipe Pena | - Missing Trait check fix |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Felipe Pena | - Fixed wrong abstract class identification (it was... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Johannes Schlüter | - Add some folding marks |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Johannes Schlüter | - Make reflection aware of traits |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Johannes Schlüter | - Fix tests |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Johannes Schlüter | - A method called like a trait is no constructor |
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 |
Kalle Sommer... | Fixed compiler warning (pointer mismatch) |
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 |
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 |
Pierrick Charron | Remove unused variable |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Dmitry Stogov | Conditional compilation is replaced by macro |
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 | Remove a function that has no usage. The zval cache... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Ilia Alshanetsky | Fixed 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 |
Michael Wallner | Added support for object references in recursive serial... |
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 |
Antony Dovgal | fix zend_std_get_static_property() in ZTS mode |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Antony Dovgal | use correct condition in the if |
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-25 |
Dmitry Stogov | Fixed compatibility with "Run Time Cache" patch |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Dmitry Stogov | - Interned string related callbacks moved turned from... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Martin Jansen | Changed test case to use our new dummy MX records. |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Stanislav Malyshev | fix C++ builds on Mac |
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-24 |
Ilia Alshanetsky | Improved test |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Ilia Alshanetsky | Fixed tests |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Ilia Alshanetsky | Added support for numeric & scalar type hint as defined... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Dmitry Stogov | Fixed ZTS build |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Dmitry Stogov | Fixed exception handling in GOTO VM |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Dmitry Stogov | Added caches to eliminate repeatable run-time bindings... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Kalle Sommer... | Allow ereg to be built as shared on Windows |
commit | commitdiff | tree | snapshot |
2010-05-23 |
Ilia Alshanetsky | Allow arbitrary number of space characters between... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Sara Golemon | Ooops, return values... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Sara Golemon | Add JSON_BIGINT_AS_STRING for json_decode() to parse... |
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-21 |
Kalle Sommer... | Remove this RC file, it should be named template.rc... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Ilia Alshanetsky | Fixed tests |
commit | commitdiff | tree | snapshot |
next |