summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 5.4.0rc2php-5.4.0RC2Stanislav Malyshev2011-11-240-0/+0
|
* 5.4.0RC2Stanislav Malyshev2011-11-243-4/+4
|
* Fixed Bug #60369 Crash with static property in traitStefan Marr2011-11-232-2/+20
|
* Sorted engine changes by severity and added chainedStanislav Malyshev2011-11-231-15/+18
| | | | | string offset description.
* 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-233-0/+28
|
* - 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-222-1/+4
|
* Revert last commitPierrick Charron2011-11-221-0/+2
| | | | | | Keep get_magic_quotes_gpc and get_magic_quotes_runtime as deprecated even if it's not the case in the code
* Those functions are not deprecated (r319249 #55371)Pierrick Charron2011-11-221-2/+0
|
* - Fixed invalid free in call_user_method() functionFelipe Pena2011-11-223-1/+16
|
* - Fixed memory leak in several Intl locale functionsFelipe Pena2011-11-222-28/+41
|
* Fixed bug #60357 (__toString() method triggers E_NOTICE "Array to string ↵Xinchen Hui2011-11-223-0/+16
| | | | 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
|
* export zend_on_timeout handler from ZEAntony Dovgal2011-11-221-1/+1
|
* - Fixed possible crash in mb_ereg_search_init() using empty patternFelipe Pena2011-11-213-2/+26
|
* 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
|
* fix is_a reflectionStanislav Malyshev2011-11-201-0/+1
|
* - 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
* - Fix testsFelipe Pena2011-11-193-3/+7
|
* - Fixed bug #43200 (Interface implementation / inheritence not possible in ↵Felipe Pena2011-11-194-1/+82
| | | | abstract classes)
* 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-193-1/+16
|
* - Removed C++ comment styleFelipe Pena2011-11-191-1/+1
|
* fix bug #60164 (Stubs of a specific length break phar_open_from_fp scanning ↵Stanislav Malyshev2011-11-194-2/+46
| | | | for __HALT_COMPILER)
* fix NEWSStanislav Malyshev2011-11-191-4/+0
|
* fix test numberStanislav Malyshev2011-11-191-1/+1
|
* Fix bug #60150 (Integer overflow during the parsing of invalid exif header)Stanislav Malyshev2011-11-194-2/+27
|
* r319456 also fixed the OCI8 part of #55301 (multiple null pointer)Christopher Jones2011-11-181-2/+3
|
* - CSFelipe Pena2011-11-181-18/+21
|
* Fixes Bug #54441 (Handling of changing modifiers on a trait alias)Stefan Marr2011-11-182-5/+57
| | | | | # this now results also in a compilation error, since it would open the door for inconsistencies, and violates the DRY principle.
* ws in NEWSPierrick Charron2011-11-181-1/+1
|
* Added new SoapClient option "keep_alive". FR #60329Pierrick Charron2011-11-183-3/+13
|
* Fixed bug #60138 (GC crash with referenced array in RecursiveArrayIterator)Dmitry Stogov2011-11-181-0/+16
|
* Sync to 5.3 and check additional cases for #55748Christopher Jones2011-11-182-2/+15
|
* fix typoStanislav Malyshev2011-11-181-1/+1
|
* Fixed bug #60306 (Characters lost while converting from cp936 to utf8)Xinchen Hui2011-11-183-3/+16
|