summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* PHP 5.3.9RC2php-5.3.9RC2Johannes Schlüter2011-11-240-0/+0
|
* - PHP 5.3.9RC2Johannes Schlüter2011-11-243-4/+4
|
* - add crt warning iniPierre Joye2011-11-242-0/+10
|
* - merge crt warning change (r216594) and rename the ini to ↵Pierre Joye2011-11-243-9/+22
| | | | windows.show_crt_warning
* Fixed bug #60367 (Reflection and Late Static Binding)Xinchen Hui2011-11-243-1/+30
|
* Good to fix something, but don't forget to update testsUlf Wendel2011-11-231-0/+4
|
* Good to fix something, but don't forget to update testsUlf Wendel2011-11-232-39/+52
|
* Always good to fix something, but don't forget to update testsUlf Wendel2011-11-231-0/+9
|
* Fix testUlf Wendel2011-11-231-5/+10
|
* 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-232-9/+4
| | | | 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
|
* - Fixed invalid free in call_user_method() functionFelipe Pena2011-11-223-1/+16
|
* - Fixed memory leak in several Intl locale functionsFelipe Pena2011-11-222-5/+16
|
* 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-213-2/+28
|
* 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
* - 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/+17
|
* - 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-195-2/+69
| | | | for __HALT_COMPILER)
* fix NEWSStanislav Malyshev2011-11-191-1/+1
|
* fix bug #60150 for 5.3 tooStanislav Malyshev2011-11-194-2/+27
|
* r319456 also fixed the OCI8 part of #55301 (multiple null pointer)Christopher Jones2011-11-181-2/+3
|
* Fixed bug #60138 (GC crash with referenced array in RecursiveArrayIterator)Dmitry Stogov2011-11-183-4/+23
|
* Sync to 5.3 and check additional cases for #55748Christopher Jones2011-11-182-1/+17
|
* fix bug #60082 (Crash in ArrayObject() when using recursive references)Antony Dovgal2011-11-182-1/+12
| | | | | | | | | | --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 #60099 (__halt_compiler() works in braced namespaces)Felipe Pena2011-11-163-0/+16
|
* - Fixed bug #60267 (Compile failure with freetds 0.91)Felipe Pena2011-11-162-0/+8
|
* keep code to be compatible with PHP4George Wang2011-11-161-0/+6
|
* keep PHP_5_4 in sync with PHP_5_3 branchGeorge Wang2011-11-161-1/+8
|
* - Added .phar to default authorized extensionsJérôme Loyet2011-11-162-1/+2
|
* typoJérôme Loyet2011-11-161-1/+1
|
* - FR #60199 (enhance FPM error log when the primary script can't be open)Jérôme Loyet2011-11-152-0/+15
|
* Minor NEWS grammar fixesChristopher Jones2011-11-151-2/+2
|
* - Fixed bug #55874 (GCC does not provide __sync_fetch_and_add on some archs)Felipe Pena2011-11-153-2/+10
| | | | | 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-153-0/+83
|