summaryrefslogtreecommitdiff
path: root/Lib/php/phprun.swg
Commit message (Expand)AuthorAgeFilesLines
* [php] Fix handling of multi-module casesOlly Betts2022-10-181-1/+1
* [php] Workaround PHP 8.2 header problemOlly Betts2022-09-281-2/+0
* Add PHP support for std::unique_ptr and std::auto_ptrWilliam S Fulton2022-08-061-3/+13
* Fix typosDimitris Apostolou2022-02-101-1/+1
* Fix -Wstrict-prototypes warning in generated PHP wrappersOlly Betts2022-02-031-1/+1
* [php] Provide zend_class_implements_interface() for 7.xOlly Betts2022-01-211-6/+18
* [php] Fix minor version testOlly Betts2022-01-211-1/+1
* Fix unterminated comment in previous commitOlly Betts2022-01-211-1/+1
* [php] Fix zend_class_implements_interface() compatOlly Betts2022-01-211-1/+6
* [php] Allow testing if an object is SWIG-wrappedOlly Betts2022-01-201-1/+18
* [php] Generate PHP type declarationsOlly Betts2022-01-201-0/+21
* [php] Use SWIG_TypeCheckStruct to check typesOlly Betts2021-12-191-37/+17
* Improve generated object handlersOlly Betts2021-12-171-0/+21
* Rename php_fetch_object with swig_ prefixOlly Betts2021-12-171-3/+3
* Replace remaining PHP errors with PHP exceptionsOlly Betts2021-05-261-5/+2
* Map known PHP interfaces to zend_class_entry*Olly Betts2021-05-251-0/+2
* Clean up includes of PHP API headersOlly Betts2021-05-051-4/+3
* Fix directorout SWIGTYPE typemapsOlly Betts2021-04-221-5/+20
* Make PHP directors work more like other languagesOlly Betts2021-04-221-0/+3
* Fix mixed declarations and codeOlly Betts2021-04-221-1/+2
* Eliminate SWIG_SetZval()Olly Betts2021-04-211-22/+10
* Fix mixed declarations and codeOlly Betts2021-04-211-4/+6
* Use PHP objects instead of resources to wrap pointersOlly Betts2021-04-211-60/+23
* Fix GCC -Wempty-body warningOlly Betts2021-04-191-1/+1
* Eliminate $zend_obj typemap variableOlly Betts2021-04-161-3/+5
* Refactor to eliminate SWIG_ConvertResourcePtr()Olly Betts2021-04-131-31/+21
* 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: Wrap classes using only swig_object_wrapperOlly Betts2021-04-041-123/+34
* Eliminate SWIG_classWrapper propertyOlly Betts2021-04-011-6/+4
* Use zstring access macrosOlly Betts2021-03-291-2/+2
* Fix compatibility with PHP8Olly Betts2021-03-281-0/+8
* Add compatibility for PHP 7.3 and earlierOlly Betts2021-03-281-1/+15
* Eliminate extras hash tableOlly Betts2021-03-271-1/+0
* Improve how we allocate swig_object_wrapperOlly Betts2021-03-261-1/+1
* Add FIXME commentOlly Betts2021-03-261-0/+1
* Simplify assignmentOlly Betts2021-03-261-2/+1
* Whitespace tweaksOlly Betts2021-03-261-1/+1
* php: Eliminate SWIG_ZEND_NAMED_FEOlly Betts2021-03-261-4/+0
* Merge branch 'master' into gsoc2017-php7-classes-via-c-apiOlly Betts2021-03-261-1/+1
|\
| * php: Trim trailing whitespace from PHP typemapsOlly Betts2021-03-261-2/+2
* | Merge branch 'master' into gsoc2017-php7-classes-via-c-apiOlly Betts2021-03-251-16/+16
|\ \ | |/
| * Add initial support for PHP8Olly Betts2021-03-191-2/+6
| * Improve PHP object creationOlly Betts2021-03-191-9/+5
| * [PHP] Fix access to already released memoryOlly Betts2019-02-091-4/+4
| * [php] Fix SWIG_ZEND_CONSTANT_SET_FLAGS for PHP < 7.3Olly Betts2019-02-081-1/+1
| * [php] Fix function constants for PHP 7.3Olly Betts2019-02-081-0/+7
| * Fix overloading for non-pointers and NULL - PhpWilliam S Fulton2018-12-301-1/+1
| * Remove support for PHP5Olly Betts2018-06-071-1/+1