summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fix in typemap for void** and void*&Olly Betts2021-04-142-12/+6
* Revert to call_user_function() for PHP 7Olly Betts2021-04-141-0/+9
* Fix calling of protected director methodsOlly Betts2021-04-141-8/+11
* Restore checks for flat functions in php testcasesOlly Betts2021-04-1434-49/+50
* Restore checks for globals in php testcasesOlly Betts2021-04-1438-58/+99
* Mark wrapped abstract classesOlly Betts2021-04-142-0/+13
* Reenable check::classes() and check::classmethods()Olly Betts2021-04-142-6/+2
* Fix some cases of converting PHP NULL to C++ NULLOlly Betts2021-04-132-32/+9
* Merge branch 'master' into gsoc2017-php7-classes-via-c-apiOlly Betts2021-04-136-11/+21
|\
| * php: Make typemap formatting more consistentOlly Betts2021-04-131-21/+21
| * php: Merge two identical typemapsOlly Betts2021-04-131-8/+2
| * Eliminate unused Printf argsOlly Betts2021-04-135-9/+10
| * Make -py3 generate a check for Python >= 3.0Olly Betts2021-04-122-2/+11
* | Eliminate CALL_METHOD and CALL_METHOD_PARAM_1 macrosOlly Betts2021-04-131-9/+2
* | Refactor to eliminate SWIG_ConvertResourcePtr()Olly Betts2021-04-131-31/+21
* | Stop generating unused Zend resource destructorsOlly Betts2021-04-131-70/+6
* | Removed unused #define-s in generated codeOlly Betts2021-04-131-3/+0
* | Remove redundant castOlly Betts2021-04-131-1/+1
* | Fix typemap formatting incosistenciesOlly Betts2021-04-131-5/+8
* | Eliminate tempPointer variableOlly Betts2021-04-132-4/+2
* | Fix memory leak in SWIG toolOlly Betts2021-04-131-4/+2
* | Eliminate non-standard $lower_param typemap variableOlly Betts2021-04-132-7/+2
* | Merge 2 functionally identical typemapsOlly Betts2021-04-131-11/+2
* | Eliminate direct reference to c_result in typemapOlly Betts2021-04-131-2/+1
* | Implement type-checking of wrapped objectsOlly Betts2021-04-121-3/+11
* | Fix mixed declarations and codeOlly Betts2021-04-051-7/+10
* | Rename userNewObj to newobjectOlly Betts2021-04-051-3/+3
* | php: Fix testcase li_boost_shared_ptr_bitsOlly Betts2021-04-041-0/+3
* | php: Wrap classes using only swig_object_wrapperOlly Betts2021-04-046-204/+84
* | Merge branch 'master' into gsoc2017-php7-classes-via-c-apiOlly Betts2021-04-021-4/+4
|\ \ | |/
| * php: Avoid double underscore in generated codeOlly Betts2021-04-021-4/+4
* | Remove NULL check which can never be NULLOlly Betts2021-04-021-2/+1
* | Eliminate per-class dtor functionOlly Betts2021-04-021-6/+1
* | Eliminate SWIG_classWrapper propertyOlly Betts2021-04-011-6/+4