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 |
2010-05-20 |
Johannes Schlüter | - Improved CLI Interactive readline shell (Johannes) |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Ilia Alshanetsky | Fixed a memory leak |
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 |
Derick Rethans | - Added scalar typehinting. |
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 |
Derick Rethans | - Fixed name. |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Jérôme Loyet | change the startup libevent info log from notice to... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Jérôme Loyet | fix undefined value for log_level when not set in the... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Sara Golemon | Add parameter to openssl_(en|de)crypt |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Jérôme Loyet | - set hard and soft limit (instead of only the soft... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Jérôme Loyet | - #51821, fix --with-libevent-dir (patch by tony2001) |
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 | And I thought I fixed that... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Andrey Hristov | Fix comment |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Pierre Joye | - #51793, Add alpha argument to imagecolorset |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Andrey Hristov | NEWS entry |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Andrey Hristov | Remove duplicated code. |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Andrey Hristov | Update test file |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Andrey Hristov | Add iterator to mysqli_result. Works both for : |
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, sasl support for ldap on windows |
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 |
Antony Dovgal | fix external build |
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-14 |
Pierrick Charron | Added support for CURLOPT_MAX_RECV_SPEED_LARGE and... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Andrey Hristov | - initialize some variables |
commit | commitdiff | tree | snapshot |
next |