Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix test | Ulf Wendel | 2011-11-23 | 1 | -6/+9 |
| | |||||
* | Message can vary depending on server version | Ulf Wendel | 2011-11-23 | 2 | -4/+4 |
| | |||||
* | Fixed bug #48216 (PHP Fatal error: SOAP-ERROR: Parsing WSDL: Extra content ↵ | Dmitry Stogov | 2011-11-23 | 1 | -9/+1 |
| | | | | at the end of the doc, when server uses chunked transfer encoding with spaces after chunk size) | ||||
* | - Fixed memory leak when calling the Finfo constructor twice | Felipe Pena | 2011-11-23 | 2 | -0/+27 |
| | |||||
* | - Fix the fix (thanks Chris Jones!) | Felipe Pena | 2011-11-22 | 1 | -1/+1 |
| | |||||
* | Fix test to remove dependancy over php.net | Pierrick Charron | 2011-11-22 | 1 | -17/+14 |
| | |||||
* | Skipping with libmysql. If a documentation points to more or less ↵ | Ulf Wendel | 2011-11-22 | 3 | -0/+9 |
| | | | | unmaintained wiki contents, I take it as a request to stop testing a feature. Can't tell if I get false positive, hit a bug or not. This is not libmysql testing. Its PHP MySQL API testing. | ||||
* | use the method in all builds. Thus it can be used for detection | Andrey Hristov | 2011-11-22 | 1 | -7/+0 |
| | | | | | of state transitioning in every case | ||||
* | - Fix the fix | Felipe Pena | 2011-11-22 | 1 | -2/+2 |
| | |||||
* | - Fixed possible memory leak in finfo_open() | Felipe Pena | 2011-11-22 | 1 | -1/+1 |
| | |||||
* | - Fixed invalid free in call_user_method() function | Felipe Pena | 2011-11-22 | 2 | -1/+15 |
| | |||||
* | - Fixed memory leak in several Intl locale functions | Felipe Pena | 2011-11-22 | 1 | -5/+15 |
| | |||||
* | Fixed bug #60357 (__toString() method triggers E_NOTICE "Array to string ↵ | Xinchen Hui | 2011-11-22 | 2 | -0/+12 |
| | | | | conversion") | ||||
* | Fix this test to work with all version (even old) of libcurl | Pierrick Charron | 2011-11-22 | 1 | -1/+1 |
| | |||||
* | Fix memory leak when using libcurl < 7.17.0 | Pierrick Charron | 2011-11-22 | 2 | -23/+17 |
| | |||||
* | - Fixed possible crash in mb_ereg_search_init() using empty pattern | Felipe Pena | 2011-11-21 | 2 | -2/+25 |
| | |||||
* | Comparison between pointer and integer | Xinchen Hui | 2011-11-21 | 1 | -1/+1 |
| | |||||
* | C++ style comment | Xinchen Hui | 2011-11-21 | 1 | -1/+1 |
| | |||||
* | Fix memory leak | Pierrick Charron | 2011-11-21 | 1 | -0/+8 |
| | |||||
* | Fix memory leak | Pierrick Charron | 2011-11-21 | 1 | -0/+12 |
| | |||||
* | Fix test to use PHP_CURL_HTTP_REMOTE_SERVER | Pierrick Charron | 2011-11-21 | 1 | -3/+4 |
| | |||||
* | - restore correct window_size | Pierre Joye | 2011-11-20 | 1 | -1/+1 |
| | |||||
* | - fix build, ansi c requires constant value, no expresion, even constant var | Pierre Joye | 2011-11-19 | 1 | -2/+2 |
| | |||||
* | - Fixed bug #60339 (valgrind reports LEAK --with-mm) | Felipe Pena | 2011-11-19 | 1 | -1/+1 |
| | | | | | patch by: yohgaki at ohgaki dot net | ||||
* | backport the line from trunk and fix uninitialized variables | Antony Dovgal | 2011-11-19 | 1 | -0/+1 |
| | |||||
* | - Fixed bug #60337 bcscale related crashed on 64bits platforms | Mateusz Kocielski | 2011-11-19 | 2 | -1/+14 |
| | |||||
* | fix bug #60164 (Stubs of a specific length break phar_open_from_fp scanning ↵ | Stanislav Malyshev | 2011-11-19 | 4 | -2/+46 |
| | | | | for __HALT_COMPILER) | ||||
* | fix test number | Stanislav Malyshev | 2011-11-19 | 1 | -1/+1 |
| | |||||
* | Fix bug #60150 (Integer overflow during the parsing of invalid exif header) | Stanislav Malyshev | 2011-11-19 | 3 | -2/+23 |
| | |||||
* | r319456 also fixed the OCI8 part of #55301 (multiple null pointer) | Christopher Jones | 2011-11-18 | 1 | -2/+3 |
| | |||||
* | Added new SoapClient option "keep_alive". FR #60329 | Pierrick Charron | 2011-11-18 | 2 | -3/+10 |
| | |||||
* | Sync to 5.3 and check additional cases for #55748 | Christopher Jones | 2011-11-18 | 2 | -2/+15 |
| | |||||
* | Fixed bug #60306 (Characters lost while converting from cp936 to utf8) | Xinchen Hui | 2011-11-18 | 2 | -3/+12 |
| | |||||
* | fixes for bug #55748 | Stanislav Malyshev | 2011-11-18 | 3 | -0/+10 |
| | |||||
* | Remove unused variables in libmbfl | Pierrick Charron | 2011-11-18 | 2 | -2/+1 |
| | |||||
* | fix bug #60082 (Crash in ArrayObject() when using recursive references) | Antony Dovgal | 2011-11-18 | 1 | -1/+10 |
| | | | | | | | | | | --Tis line, and those below, will be ignored-- M trunk/ext/spl/spl_array.c M branches/PHP_5_4/ext/spl/spl_array.c M branches/PHP_5_3/ext/spl/spl_array.c M branches/PHP_5_3/NEWS | ||||
* | - Fixed bug #60267 (Compile failure with freetds 0.91) | Felipe Pena | 2011-11-16 | 1 | -0/+5 |
| | |||||
* | - Fixed bug #55874 (GCC does not provide __sync_fetch_and_add on some archs) | Felipe Pena | 2011-11-15 | 1 | -2/+1 |
| | | | | | patch by: klightspeed at netspace dot net dot au | ||||
* | Fixed bug #60244 (pg_fetch_* functions do not validate that row param is >0). | Ilia Alshanetsky | 2011-11-15 | 2 | -0/+61 |
| | |||||
* | - Fixed bug #52624 (tempnam() by-pass open_basedir with inexistent directory) | Felipe Pena | 2011-11-15 | 2 | -1/+13 |
| | |||||
* | - Fixed bug #54682 (Tidy::diagnose() NULL pointer dereference) | Felipe Pena | 2011-11-15 | 2 | -1/+14 |
| | |||||
* | Forgot the bug specific test. | David Soria Parra | 2011-11-15 | 1 | -0/+10 |
| | |||||
* | Fixed bug #55371 (get_magic_quotes_gpc() throws deprecation warning.) | David Soria Parra | 2011-11-15 | 4 | -14/+2 |
| | | | | | Patch by David Zuelke <david dot zuelke at bitextender dot com> | ||||
* | - We can constify in 5.4+ | Felipe Pena | 2011-11-15 | 1 | -1/+1 |
| | |||||
* | - Add missing include. | Johannes Schlüter | 2011-11-14 | 1 | -1/+1 |
| | |||||
* | functor? Where did that come from? | Rasmus Lerdorf | 2011-11-14 | 1 | -1/+1 |
| | |||||
* | Fixed bug #44686 (SOAP-ERROR: Parsing WSDL with references) | Dmitry Stogov | 2011-11-14 | 3 | -5/+212 |
| | |||||
* | - Fixed tests in ext/standard/tests/http by adding the INI setting value | Gustavo André dos Santos Lopes | 2011-11-14 | 5 | -56/+65 |
| | | | | | | allow_url_fopen=1 - Converted test file from dos line endings to unix line endings. | ||||
* | Adjusting error messages | Lars Strojny | 2011-11-14 | 1 | -1/+1 |
| | |||||
* | Fix test | Rasmus Lerdorf | 2011-11-12 | 1 | -6/+3 |
| |