summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Fix testUlf Wendel2011-11-231-6/+9
|
* Message can vary depending on server versionUlf Wendel2011-11-232-4/+4
|
* Fixed bug #48216 (PHP Fatal error: SOAP-ERROR: Parsing WSDL: Extra content ↵Dmitry Stogov2011-11-231-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 twiceFelipe Pena2011-11-232-0/+27
|
* - Fix the fix (thanks Chris Jones!)Felipe Pena2011-11-221-1/+1
|
* Fix test to remove dependancy over php.netPierrick Charron2011-11-221-17/+14
|
* Skipping with libmysql. If a documentation points to more or less ↵Ulf Wendel2011-11-223-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 detectionAndrey Hristov2011-11-221-7/+0
| | | | | of state transitioning in every case
* - Fix the fixFelipe Pena2011-11-221-2/+2
|
* - Fixed possible memory leak in finfo_open()Felipe Pena2011-11-221-1/+1
|
* - Fixed invalid free in call_user_method() functionFelipe Pena2011-11-222-1/+15
|
* - Fixed memory leak in several Intl locale functionsFelipe Pena2011-11-221-5/+15
|
* Fixed bug #60357 (__toString() method triggers E_NOTICE "Array to string ↵Xinchen Hui2011-11-222-0/+12
| | | | conversion")
* Fix this test to work with all version (even old) of libcurlPierrick Charron2011-11-221-1/+1
|
* Fix memory leak when using libcurl < 7.17.0Pierrick Charron2011-11-222-23/+17
|
* - Fixed possible crash in mb_ereg_search_init() using empty patternFelipe Pena2011-11-212-2/+25
|
* Comparison between pointer and integerXinchen Hui2011-11-211-1/+1
|
* C++ style commentXinchen Hui2011-11-211-1/+1
|
* Fix memory leakPierrick Charron2011-11-211-0/+8
|
* Fix memory leakPierrick Charron2011-11-211-0/+12
|
* Fix test to use PHP_CURL_HTTP_REMOTE_SERVERPierrick Charron2011-11-211-3/+4
|
* - restore correct window_sizePierre Joye2011-11-201-1/+1
|
* - fix build, ansi c requires constant value, no expresion, even constant varPierre Joye2011-11-191-2/+2
|
* - Fixed bug #60339 (valgrind reports LEAK --with-mm)Felipe Pena2011-11-191-1/+1
| | | | | patch by: yohgaki at ohgaki dot net
* backport the line from trunk and fix uninitialized variablesAntony Dovgal2011-11-191-0/+1
|
* - Fixed bug #60337 bcscale related crashed on 64bits platformsMateusz Kocielski2011-11-192-1/+14
|
* fix bug #60164 (Stubs of a specific length break phar_open_from_fp scanning ↵Stanislav Malyshev2011-11-194-2/+46
| | | | for __HALT_COMPILER)
* fix test numberStanislav Malyshev2011-11-191-1/+1
|
* Fix bug #60150 (Integer overflow during the parsing of invalid exif header)Stanislav Malyshev2011-11-193-2/+23
|
* r319456 also fixed the OCI8 part of #55301 (multiple null pointer)Christopher Jones2011-11-181-2/+3
|
* Added new SoapClient option "keep_alive". FR #60329Pierrick Charron2011-11-182-3/+10
|
* Sync to 5.3 and check additional cases for #55748Christopher Jones2011-11-182-2/+15
|
* Fixed bug #60306 (Characters lost while converting from cp936 to utf8)Xinchen Hui2011-11-182-3/+12
|
* fixes for bug #55748Stanislav Malyshev2011-11-183-0/+10
|
* Remove unused variables in libmbflPierrick Charron2011-11-182-2/+1
|
* fix bug #60082 (Crash in ArrayObject() when using recursive references)Antony Dovgal2011-11-181-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 Pena2011-11-161-0/+5
|
* - Fixed bug #55874 (GCC does not provide __sync_fetch_and_add on some archs)Felipe Pena2011-11-151-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 Alshanetsky2011-11-152-0/+61
|
* - Fixed bug #52624 (tempnam() by-pass open_basedir with inexistent directory)Felipe Pena2011-11-152-1/+13
|
* - Fixed bug #54682 (Tidy::diagnose() NULL pointer dereference)Felipe Pena2011-11-152-1/+14
|
* Forgot the bug specific test.David Soria Parra2011-11-151-0/+10
|
* Fixed bug #55371 (get_magic_quotes_gpc() throws deprecation warning.)David Soria Parra2011-11-154-14/+2
| | | | | Patch by David Zuelke <david dot zuelke at bitextender dot com>
* - We can constify in 5.4+Felipe Pena2011-11-151-1/+1
|
* - Add missing include.Johannes Schlüter2011-11-141-1/+1
|
* functor? Where did that come from?Rasmus Lerdorf2011-11-141-1/+1
|
* Fixed bug #44686 (SOAP-ERROR: Parsing WSDL with references)Dmitry Stogov2011-11-143-5/+212
|
* - Fixed tests in ext/standard/tests/http by adding the INI setting valueGustavo André dos Santos Lopes2011-11-145-56/+65
| | | | | | allow_url_fopen=1 - Converted test file from dos line endings to unix line endings.
* Adjusting error messagesLars Strojny2011-11-141-1/+1
|
* Fix testRasmus Lerdorf2011-11-121-6/+3
|