summaryrefslogtreecommitdiff
path: root/Lib/php/php.swg
Commit message (Expand)AuthorAgeFilesLines
* Cleanup SWIG_VERSION definitionWilliam S Fulton2022-10-131-2/+0
* Fix compile error when using directorsWilliam S Fulton2022-10-101-1/+1
* Sort out predefined SWIG-specific macrosOlly Betts2022-10-051-0/+2
* SWIGTYPE && input typemaps now assume object has been movedWilliam S Fulton2022-08-311-2/+19
* Cosmetic stray semi-colon removal after %typemap using quotesWilliam S Fulton2022-08-311-1/+1
* Performance optimisation for directors for classes passed by valueWilliam S Fulton2022-07-041-1/+1
* Movable and move-only types supported in "out" typemaps.William S Fulton2022-06-301-1/+1
* [php] Eliminate sprintf to temp buffer to create ZVALOlly Betts2022-06-091-12/+4
* [PHP] Fix cleanup code handling issuesOlly Betts2022-02-171-4/+4
* [php] Initialise zval in directorin typemapsOlly Betts2022-01-241-0/+2
* [php] Generate PHP type declarationsOlly Betts2022-01-201-57/+78
* [php] Remove redundant in typemap for boolOlly Betts2021-12-131-1/+0
* Replace remaining PHP errors with PHP exceptionsOlly Betts2021-05-261-3/+3
* php: Throw exceptions instead of using errorsOlly Betts2021-05-251-12/+23
* Map known PHP interfaces to zend_class_entry*Olly Betts2021-05-251-0/+3
* Fix directorout SWIGTYPE typemapsOlly Betts2021-04-221-2/+20
* Eliminate remaining use of $needNewFlowOlly Betts2021-04-221-7/+2
* Make PHP directors work more like other languagesOlly Betts2021-04-221-10/+7
* Wrap pointer to member as object not resourceOlly Betts2021-04-221-4/+4
* Use malloc() not emalloc() when free() gets usedOlly Betts2021-04-211-1/+1
* Use $1 instead of result in out typemapsOlly Betts2021-04-211-2/+2
* Eliminate SWIG_SetZval()Olly Betts2021-04-211-9/+6
* Use PHP objects instead of resources to wrap pointersOlly Betts2021-04-211-2/+2
* Fix GCC -Wsign-compare warningOlly Betts2021-04-191-1/+1
* Remove remnants of attempts to wrap to PHP global varsOlly Betts2021-04-171-1/+0
* Eliminate $zend_obj typemap variableOlly Betts2021-04-161-6/+6
* Fix in typemap for void** and void*&Olly Betts2021-04-141-3/+3
* Fix some cases of converting PHP NULL to C++ NULLOlly Betts2021-04-131-25/+9
* Fix typemap formatting incosistenciesOlly Betts2021-04-131-5/+8
* Eliminate tempPointer variableOlly Betts2021-04-131-3/+2
* Eliminate non-standard $lower_param typemap variableOlly Betts2021-04-131-6/+2
* Merge 2 functionally identical typemapsOlly Betts2021-04-131-11/+2
* Eliminate direct reference to c_result in typemapOlly Betts2021-04-131-2/+1
* Use standard SWIG overload dispatchOlly Betts2021-03-291-1/+1
* Whitespace tweaksOlly Betts2021-03-261-1/+1
* Merge branch 'master' into gsoc2017-php7-classes-via-c-apiOlly Betts2021-03-261-1/+2
|\
| * [php] Fix misleadingly indented void* in typemapOlly Betts2021-03-261-6/+7
* | Merge branch 'master' into gsoc2017-php7-classes-via-c-apiOlly Betts2021-03-251-8/+18
|\ \ | |/
| * php: Fix char* typecheck typemap to accept NullOlly Betts2021-03-191-1/+4
| * Fix hardcoded _v in PHP typecheck typemapsOlly Betts2019-02-121-5/+5
| * [php] Fix typemap indentation (cosmetic)Olly Betts2019-02-111-2/+2
| * Fix overloading for non-pointers and NULL - PhpWilliam S Fulton2018-12-301-3/+10
| * [php] Fix reported descriptor in typemap error messageOlly Betts2017-08-091-1/+1
* | Refactor declarations inside if-else block.Nihal2017-09-231-4/+3
* | Fix memory leaks in SWIGTYPE typemapsOlly Betts2017-09-141-3/+3
* | Fix director_basic test caseNihal2017-09-141-2/+2
* | Fix bug in *const& "in" typemaps.Nihal2017-09-131-1/+2
* | Bug Fix Director upcall functions to return object pointersNihal2017-09-031-15/+16
* | Refactor SWIG_SetZval to simplify the arguments. Solve constructor rename bugNihal2017-08-281-4/+4
* | Refactor code and solve few test cases.Nihal2017-08-181-6/+6