2011-08-17 |
Ilia Alshanetsky | Back to dev |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Ilia Alshanetsky | 5.3.7 |
commit | commitdiff | tree | snapshot |
2011-08-13 |
Christopher... | More test portability fixes mostly for gcov.php.net |
commit | commitdiff | tree | snapshot |
2011-08-12 |
Andrey Hristov | prevent a crash if cs is NULL, which can happen with... |
commit | commitdiff | tree | snapshot |
2011-08-12 |
Ulf Wendel | MySQL 5.6 fractional seconds and PS |
commit | commitdiff | tree | snapshot |
2011-08-12 |
Ulf Wendel | Andrey, please have a look. Not sure if the test is... |
commit | commitdiff | tree | snapshot |
2011-08-12 |
Ulf Wendel | Andrey, please have a look. This should not cause errors. |
commit | commitdiff | tree | snapshot |
2011-08-11 |
Rasmus Lerdorf | Fix bug number there |
commit | commitdiff | tree | snapshot |
2011-08-11 |
Ilia Alshanetsky | Back to dev |
commit | commitdiff | tree | snapshot |
2011-08-11 |
Ilia Alshanetsky | 5.3.7RC5 |
commit | commitdiff | tree | snapshot |
2011-08-11 |
Ilia Alshanetsky | Fixed bug #55399 (parse_url() incorrectly treats '... |
commit | commitdiff | tree | snapshot |
2011-08-11 |
Pierre Joye | - fix build (introduce by r314641) |
commit | commitdiff | tree | snapshot |
2011-08-11 |
Dmitry Stogov | Fixed possible memory leak |
commit | commitdiff | tree | snapshot |
2011-08-10 |
Rasmus Lerdorf | Use HOST_NAME_MAX constant here instead for the gethost... |
commit | commitdiff | tree | snapshot |
2011-08-10 |
Ilia Alshanetsky | Fix win32 build |
commit | commitdiff | tree | snapshot |
2011-08-10 |
Ilia Alshanetsky | Fixed memset usage (identified by coverity) |
commit | commitdiff | tree | snapshot |
2011-08-10 |
Andrey Hristov | relax constraint |
commit | commitdiff | tree | snapshot |
2011-08-10 |
Dmitry Stogov | Fixed bug #55323 (SoapClient segmentation fault when... |
commit | commitdiff | tree | snapshot |
2011-08-09 |
Nuno Lopes | terminate timeouting processes with SIGKILL (9) |
commit | commitdiff | tree | snapshot |
2011-08-09 |
Scott MacVicar | Fix building of pure C++ extensions as static |
commit | commitdiff | tree | snapshot |
2011-08-09 |
Ilia Alshanetsky | Make static analyzers happy |
commit | commitdiff | tree | snapshot |
2011-08-09 |
Ilia Alshanetsky | Minimize stack usage and added missing dtors |
commit | commitdiff | tree | snapshot |
2011-08-09 |
Xinchen Hui | Fixed built (missing 2nd arg for strncpy) |
commit | commitdiff | tree | snapshot |
2011-08-09 |
Xinchen Hui | Avoiding strcpy, strcat, sprintf usage to make static... |
commit | commitdiff | tree | snapshot |
2011-08-09 |
Xinchen Hui | Avoiding strcpy usage, Make static analyzer happy |
commit | commitdiff | tree | snapshot |
2011-08-09 |
Scott MacVicar | Update SQLite3 to the latest version |
commit | commitdiff | tree | snapshot |
2011-08-09 |
Xinchen Hui | Eliminated compiler's warnings and make static analyzer... |
commit | commitdiff | tree | snapshot |
2011-08-09 |
Pierrick Charron | Remove unused variable |
commit | commitdiff | tree | snapshot |
2011-08-09 |
Pierrick Charron | Remove unused variable |
commit | commitdiff | tree | snapshot |
2011-08-08 |
Xinchen Hui | Remove unnecessary(no sense) memset and making the... |
commit | commitdiff | tree | snapshot |
2011-08-08 |
Etienne Kneuss | Fix typo |
commit | commitdiff | tree | snapshot |
2011-08-08 |
Ilia Alshanetsky | Deadcode & sizeof fix for issues found by coverity |
commit | commitdiff | tree | snapshot |
2011-08-08 |
Ilia Alshanetsky | Make static analyzers happy |
commit | commitdiff | tree | snapshot |
2011-08-08 |
Pierrick Charron | Fix typo |
commit | commitdiff | tree | snapshot |
2011-08-08 |
Pierrick Charron | Use snprintf to make the static analyzers happy |
commit | commitdiff | tree | snapshot |
2011-08-08 |
Xinchen Hui | Prevented the warning about truncate int to char |
commit | commitdiff | tree | snapshot |
2011-08-08 |
Pierrick Charron | Use snprintf and strncat to make the static analyzers... |
commit | commitdiff | tree | snapshot |
2011-08-08 |
Xinchen Hui | Remove no sense statements |
commit | commitdiff | tree | snapshot |
2011-08-08 |
Ilia Alshanetsky | Avoid strcpy() usage |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Ilia Alshanetsky | Fixes for variety of issues identified by coverity... |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Gwynne Raskind | possible use without init fixed |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Gwynne Raskind | Front- and back-port rev 314431 (missing php.h include) |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Gwynne Raskind | Back- and front-port fixes for #55019 |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Rasmus Lerdorf | Fix more signed 1-bit bitfield, and let's use strlcpy... |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Rasmus Lerdorf | Not an issue here, but a good habit to follow consisten... |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Rasmus Lerdorf | Make static analyzers happy |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Xinchen Hui | revert -r314422 |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Xinchen Hui | Fixed bug that may dereferenced NULL pointer before... |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Xinchen Hui | Initialize variable with fixed value for avoiding compi... |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Pierrick Charron | function_name cannot be false |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Pierrick Charron | class entry is never used |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Pierrick Charron | Pointer returned is never used |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Rasmus Lerdorf | Oops |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Rasmus Lerdorf | These naked strcpy()s scare me |
commit | commitdiff | tree | snapshot |
2011-08-06 |
Rasmus Lerdorf | Not our issue, but fixing here for now and reporting... |
commit | commitdiff | tree | snapshot |
2011-08-06 |
Rasmus Lerdorf | Fix another Coverity warning by initializing this to... |
commit | commitdiff | tree | snapshot |
2011-08-06 |
Felipe Pena | - Added ZEND_MOD_END macro to use in the end of zend_mo... |
commit | commitdiff | tree | snapshot |
2011-08-06 |
Felipe Pena | - Added missing PHP_FE_END/ZEND_FE_END |
commit | commitdiff | tree | snapshot |
2011-08-06 |
Felipe Pena | - Fixed bug #55313 (Number of retries not set when... |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Rasmus Lerdorf | efree match_sets on an error here - found by Coverity |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Rasmus Lerdorf | Another potential missing va_end() found by Coverity |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Christopher... | Improve test portabilty |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Rasmus Lerdorf | Fix missing va_end() found by Coverity |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Andrey Hristov | Fix for bug #55283 SSL options set by mysqli_ssl_set... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Felipe Pena | - Added missing check (thanks neweracracker at gmail... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Felipe Pena | - Fixed possible efree(NULL) (bug #55296) |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Pierre Joye | - update libcurl to 7.21.7 |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Andrey Hristov | Remove a warning by explicitly compiling out a non... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Andrey Hristov | completely compile out a currently non-needed function |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Andrey Hristov | compile out both parts of the code that are currently... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Dmitry Stogov | Fixed bug #55339 (Segfault with allow_call_time_pass_re... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Dmitry Stogov | Fixed bug #50816 (Using class constants in array defini... |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Stanislav Malyshev | fix termination in sha-512 too |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Stanislav Malyshev | fix salt truncation bug in sha256 |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Pierre Joye | - blowfish 1.2 update, 2nd part |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Pierre Joye | - add test for blowfish 1.2 (Solar Designer) |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Pierre Joye | - Fix #55301 (sybase part, take #2) check if malloc... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Ilia Alshanetsky | back to dev |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Ilia Alshanetsky | 5.3.7RC4 |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Pierre Joye | - Fix #55301 (mssql part) check if malloc succeded |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Pierre Joye | - Fix #55301 (sybase part) check if malloc succeded |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Pierre Joye | - Fix #55301 (url scanner part) check if malloc succeded |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Pierre Joye | - Fix #55301 (readline part) check if malloc succeded |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Pierre Joye | - Fix #55301 (interbase part) check if malloc succeded |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Pierre Joye | - Fix #55301 (pdo_odbc part) check if malloc succeded |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Pierre Joye | - Fix #55301 (com_dotnet part) check if malloc succeded |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Pierre Joye | - Fix #55301 (curl part) check if malloc succeded |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Pierre Joye | - Fix #55295, check if malloc failed |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Andrey Hristov | longer error messages, don't cut them |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Christopher... | Add explicit casts to remove some of Pierre's snapshot... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Ulf Wendel | Double check if line is sill usable and connected to... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Ulf Wendel | Check what happens if switching DB via API fails. Expec... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Ulf Wendel | Would be nice if tests get updated whenever a feature... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Ulf Wendel | Fix mysqlnd detection |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Christopher... | Fix cast warning seen on some platforms |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Felipe Pena | - Revert accidental change |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Christopher... | Patch r313663 and r313665 to allow PECL builds to work... |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Christopher... | Update skipif |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Felipe Pena | - Use ZEND_FE_END macro here |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Felipe Pena | - Make usage of new PHP_FE_END macro |
commit | commitdiff | tree | snapshot |
next |