summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Don't generate a .php wrapper file by defaultOlly Betts2021-05-041-18/+24
* Fix segfault in exception class creationOlly Betts2021-05-041-49/+40
* Remove CG(active_class_entry) = NULL;Olly Betts2021-05-041-2/+0
* php: Stop using dl()Olly Betts2021-05-031-18/+21
* Fix type in SWIG_DIRECTOR_CASTOlly Betts2021-05-031-1/+1
* Merge branch 'master' into gsoc2017-php7-classes-via-c-apiOlly Betts2021-05-0325-267/+14
|\
| * Remove support for $source and $targetOlly Betts2021-04-3023-275/+11
| * bool performance warning fixWilliam S Fulton2021-04-261-1/+1
| * Fix -Wchar-subscripts warningWilliam S Fulton2021-04-262-2/+2
* | Implement director-disown for PHPOlly Betts2021-05-031-7/+21
* | Only emit custom free_obj handler if neededOlly Betts2021-04-221-12/+14
* | Eliminate remaining use of $needNewFlowOlly Betts2021-04-221-1/+0
* | Make PHP directors work more like other languagesOlly Betts2021-04-221-43/+13
* | Whitespace tweaksOlly Betts2021-04-221-3/+3
* | Pass NULL instead of an empty zend_function_entryOlly Betts2021-04-211-5/+1
* | Just call the internal class entry internal_ceOlly Betts2021-04-211-11/+11
* | Use PTR instead of zv for SWIG_remove() parameterOlly Betts2021-04-211-2/+2
* | Eliminate SWIG_SetZval()Olly Betts2021-04-211-1/+0
* | Remove bogus zend_string_release() in magic methodsOlly Betts2021-04-211-3/+0
* | Eliminate unused code in generated __isset methodsOlly Betts2021-04-211-5/+2
* | Merge branch 'master' into gsoc2017-php7-classes-via-c-apiOlly Betts2021-04-211-1/+1
|\ \ | |/
| * Fix more "allows to" and other typosOlly Betts2021-04-211-1/+1
* | Use PHP objects instead of resources to wrap pointersOlly Betts2021-04-211-47/+69
* | Fix -prefix to prefix PHP class namesOlly Betts2021-04-201-15/+15
* | Merge branch 'master' into gsoc2017-php7-classes-via-c-apiOlly Betts2021-04-191-1/+1
|\ \ | |/
| * Initialise _v to 0 in typecheck caseOlly 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
* | 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