summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Remove variable which is set but never usedOlly Betts2021-04-191-5/+0
* Simplify magic property methodsOlly Betts2021-04-171-19/+9
* Simplify globalvariableHandler() furtherOlly Betts2021-04-171-26/+7
* Remove remnants of attempts to wrap to PHP global varsOlly Betts2021-04-171-66/+12
* 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-161-12/+2
* Remove <module>_{alter,get}_newobject functionsOlly Betts2021-04-161-47/+26
* Revert to call_user_function() for PHP 7Olly Betts2021-04-141-0/+9
* Fix calling of protected director methodsOlly Betts2021-04-141-8/+11
* Mark wrapped abstract classesOlly Betts2021-04-141-0/+4
* Fix some cases of converting PHP NULL to C++ NULLOlly Betts2021-04-131-7/+0
* Merge branch 'master' into gsoc2017-php7-classes-via-c-apiOlly Betts2021-04-135-11/+17
|\
| * Eliminate unused Printf argsOlly Betts2021-04-135-9/+10
| * Make -py3 generate a check for Python >= 3.0Olly Betts2021-04-121-2/+7
* | Eliminate CALL_METHOD and CALL_METHOD_PARAM_1 macrosOlly Betts2021-04-131-9/+2
* | 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
* | Eliminate tempPointer variableOlly Betts2021-04-131-1/+0
* | Fix memory leak in SWIG toolOlly Betts2021-04-131-4/+2
* | Eliminate non-standard $lower_param typemap variableOlly Betts2021-04-131-1/+0
* | php: Fix testcase li_boost_shared_ptr_bitsOlly Betts2021-04-041-0/+3
* | php: Wrap classes using only swig_object_wrapperOlly Betts2021-04-041-66/+33
* | 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
* | Remove debug codeOlly Betts2021-04-011-4/+0
* | wrap fake class constants via C APIOlly Betts2021-04-011-638/+89
* | Eliminate another global variableOlly Betts2021-03-311-10/+5
* | Fix value of $source typemap parameterOlly Betts2021-03-311-1/+1
* | Eliminate 3 List variablesOlly Betts2021-03-311-69/+43
* | Remove now-unused variables and code to set themOlly Betts2021-03-311-15/+0
* | Merge branch 'master' into gsoc2017-php7-classes-via-c-apiOlly Betts2021-03-311-5/+0
|\ \ | |/
| * Remove variables which are set but never usedOlly Betts2021-03-311-5/+0
* | Use zstring access macrosOlly Betts2021-03-291-14/+14
* | Remove unnecessary NULL checkOlly Betts2021-03-291-1/+1
* | Remove obsolete FIXMEOlly Betts2021-03-291-14/+0
* | Use standard SWIG overload dispatchOlly Betts2021-03-291-177/+13
* | Fix whitespace odditiesOlly Betts2021-03-291-9/+9
* | More PHP8 compatibility fixesOlly Betts2021-03-291-0/+8
* | Remove more code which is no longer usedOlly Betts2021-03-281-249/+20
* | Remove code which is no longer usedOlly Betts2021-03-281-182/+0
* | Simplify printing code a littleOlly Betts2021-03-271-2/+2
* | Eliminate extras hash tableOlly Betts2021-03-271-16/+6
* | Use ZEND_THIS instead of getThis()Olly Betts2021-03-271-10/+10
* | Drop unnecessary casts to swig_object_wrapper*Olly Betts2021-03-271-4/+4
* | Improve how we allocate swig_object_wrapperOlly Betts2021-03-261-3/+2