summaryrefslogtreecommitdiff
path: root/Lib/php
Commit message (Expand)AuthorAgeFilesLines
* Initial support for std::string_viewOlly Betts2023-05-081-0/+69
* [php] Add throws typemaps for string* + const string*Olly Betts2023-04-241-0/+5
* [php] Support INPUT,INOUT,OUTPUT for std::string&Olly Betts2023-04-211-9/+37
* Remove remaining traces of PHP7 supportOlly Betts2023-04-201-4/+2
* [php] Remove unused exception.i includeOlly Betts2023-04-201-2/+0
* Make string& consistent in PHP's std_string.iOlly Betts2023-04-201-6/+6
* Remove support for PHP7Olly Betts2023-04-142-66/+3
* [php] Fix handling of multi-module casesOlly Betts2022-10-181-1/+1
* 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
* [php] Fix testcase segfaults with PHP 8.0Olly Betts2022-09-291-0/+4
* [php] Workaround PHP 8.2 header problemOlly Betts2022-09-281-2/+0
* Add missing typecheck typemaps for std::auto_ptr and std::unique_ptrWilliam S Fulton2022-09-172-0/+12
* Provide SWIGTYPE MOVE typemaps in swigmove.iWilliam S Fulton2022-09-161-0/+24
* SWIGTYPE && input typemaps now assume object has been movedWilliam S Fulton2022-08-313-6/+23
* Cosmetic stray semi-colon removal after %typemap using quotesWilliam S Fulton2022-08-314-10/+10
* Add PHP support for std::unique_ptr and std::auto_ptrWilliam S Fulton2022-08-063-3/+83
* [php] Add parentheses around $value when castingOlly Betts2022-07-271-6/+6
* More move semantics improvementsWilliam S Fulton2022-07-041-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-092-30/+10
* argcargv.i cosmetic updatesWilliam S Fulton2022-05-151-1/+1
* Typemaps for (int ARGC, char **ARGV) fixupWilliam S Fulton2022-05-151-4/+0
* Fix argcargv.i in Perl5, Tcl, PHPErez Geva2022-05-111-0/+4
* Add argcargv.i to more languages: Perl 5, Tcl, PHPErez Geva2022-05-061-0/+40
* [PHP] Fix cleanup code handling issuesOlly Betts2022-02-172-5/+5
* Merge pull request #2197 from swig-fortran/rename-warnOlly Betts2022-02-101-3/+3
|\
| * Renames performed by `%namewarn` with `rename=` are printed in warning messageSeth R Johnson2022-02-061-3/+3
* | Fix typosDimitris Apostolou2022-02-101-1/+1
|/
* Fix -Wstrict-prototypes warning in generated PHP wrappersOlly Betts2022-02-031-1/+1
* [php] Initialise zval in directorin typemapsOlly Betts2022-01-241-0/+2
* [php] Fix director upcall checkOlly Betts2022-01-221-7/+2
* [php] Fix long long handling on 32 bit platformsOlly Betts2022-01-221-2/+2
* [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-207-94/+136
* [php] Use SWIG_TypeCheckStruct to check typesOlly Betts2021-12-191-37/+17
* [PHP] Add new PHP 8.1 keywordOlly Betts2021-12-181-0/+9
* Improve naming of zend_class_entry structsOlly Betts2021-12-171-6/+6
* Improve generated object handlersOlly Betts2021-12-171-0/+21
* Rename php_fetch_object with swig_ prefixOlly Betts2021-12-171-3/+3
* Tweak source whitespace to match SWIG conventionsOlly Betts2021-12-151-0/+1
* [php] Remove redundant in typemap for boolOlly Betts2021-12-131-1/+0
* [php] Fix two incorrect PHP 8 conditionalsOlly Betts2021-12-081-1/+1
* Replace remaining PHP errors with PHP exceptionsOlly Betts2021-05-264-11/+8