summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix mixed declarations and codeOlly Betts2021-04-211-4/+6
* | Merge branch 'master' into gsoc2017-php7-classes-via-c-apiOlly Betts2021-04-2120-20/+76
|\ \ | |/
| * Fix more "allows to" and other typosOlly Betts2021-04-219-12/+12
| * swigrun.swg: fix typoEven Rouault2021-04-211-1/+1
| * perl5: Enable more testcasesOlly Betts2021-04-212-0/+22
| * php: Enable more testcasesOlly Betts2021-04-212-0/+32
| * php: Enable prefix testcaseOlly Betts2021-04-201-0/+1
| * php: Fix director_profile_runme.phpOlly Betts2021-04-201-4/+4
| * php: Enable testcase director_stlOlly Betts2021-04-201-0/+1
| * java: Remove duplicate li_std_map entryOlly Betts2021-04-201-1/+0
| * Hook up sym testcaseOlly Betts2021-04-202-5/+6
| * Fix GCC -Wstringop-truncation warningOlly Betts2021-04-191-1/+2
* | Use PHP objects instead of resources to wrap pointersOlly Betts2021-04-219-118/+107
* | Fix -prefix to prefix PHP class namesOlly Betts2021-04-203-17/+18
* | Don't special case NULL in the REF in typemapOlly Betts2021-04-201-8/+4
* | Remove left-over arrayptr_runme.phpOlly Betts2021-04-191-13/+0
* | Remove PHP-specific testcase workaroundsOlly Betts2021-04-194-19/+3
* | Fix GCC -Wsign-compare warningOlly Betts2021-04-191-1/+1
* | Merge branch 'master' into gsoc2017-php7-classes-via-c-apiOlly Betts2021-04-192-1/+6
|\ \ | |/
| * Initialise _v to 0 in typecheck caseOlly Betts2021-04-192-1/+6
* | Fix -Wimplicit-fallthrough warningsOlly Betts2021-04-191-2/+2
* | Remote Lib/php/globalvar.iOlly Betts2021-04-191-293/+0
* | Fix GCC -Wempty-body warningOlly Betts2021-04-191-1/+1
* | Generate list of string compares for __isset()Olly Betts2021-04-191-9/+16
* | Clean up code to generate magic property methodsOlly Betts2021-04-191-154/+137
* | [ci] Try -std=c++11 instead of -std=gnu++11Olly Betts2021-04-191-6/+6
* | [ci] Set CPPSTD=c++11 for PHPOlly Betts2021-04-191-6/+6
* | Make examples fail on any PHP diagnosticOlly Betts2021-04-193-14/+1
* | [ci] Run PHP tests on bionicOlly Betts2021-04-191-6/+6
* | [ci] Fix edit mistake in previous commitOlly Betts2021-04-191-1/+0
* | [ci] Specify --enable-cpp11-testing directlyOlly Betts2021-04-191-6/+7
* | Remove variable which is set but never usedOlly Betts2021-04-191-5/+0
* | Fix PHP sync exampleOlly Betts2021-04-194-19/+19
* | Adjust PHP sync exampleOlly Betts2021-04-183-15/+47
* | [ci] Enable --enable-cpp11-testing for PHPOlly Betts2021-04-181-6/+6
* | [ci] Reduce appveyor to one MSVC Python buildOlly Betts2021-04-181-28/+0
* | Simplify magic property methodsOlly Betts2021-04-172-19/+17
* | Expand li_std_string_runme.phpOlly Betts2021-04-171-5/+28
* | Simplify globalvariableHandler() furtherOlly Betts2021-04-171-26/+7
* | Drop special case for PHP in allowexcept.iOlly Betts2021-04-171-12/+0
* | Add PHP run test for global_varsOlly Betts2021-04-173-0/+37
* | Remove remnants of attempts to wrap to PHP global varsOlly Betts2021-04-173-69/+16
* | Modernise checks for PHP NULL and resourcesOlly Betts2021-04-171-14/+2
* | Filter less in check::functions()Olly Betts2021-04-173-5/+3
* | Drop support for long obsolete typemap varsOlly Betts2021-04-161-14/+0
* | Remove set but not used variableOlly Betts2021-04-161-2/+0
* | Remove unused typemap variable $classFlagOlly Betts2021-04-161-1/+0
* | Eliminate $zend_obj typemap variableOlly Betts2021-04-164-24/+15
* | Remove <module>_{alter,get}_newobject functionsOlly Betts2021-04-161-47/+26
* | Fix directorout typemap for const TYPE &Olly Betts2021-04-151-3/+12