summaryrefslogtreecommitdiff
path: root/Lib/php
Commit message (Expand)AuthorAgeFilesLines
* Add initial support for PHP8Olly Betts2021-03-191-2/+6
* Improve PHP object creationOlly Betts2021-03-191-9/+5
* php: Fix char* typecheck typemap to accept NullOlly Betts2021-03-191-1/+4
* Consistent parameter names for std::pairWilliam S Fulton2019-02-141-2/+2
* Add STL container copy constructors where missingWilliam S Fulton2019-02-142-1/+5
* Add missing typedefs to std::vector + typedef correctionsWilliam S Fulton2019-02-131-0/+10
* Add missing typedefs to std::pairWilliam S Fulton2019-02-131-0/+2
* Add missing typedefs to std::mapWilliam S Fulton2019-02-131-0/+6
* Add missing parameter names in STL container wrappersWilliam S Fulton2019-02-131-1/+1
* Merge branch 'master' of git+ssh://github.com/swig/swigWilliam S Fulton2019-02-123-20/+19
|\
| * [php] Whitespace improvements in generated C/C++ codeOlly Betts2019-02-122-15/+14
| * Fix hardcoded _v in PHP typecheck typemapsOlly Betts2019-02-121-5/+5
* | Create a consistent stl.i library fileWilliam S Fulton2019-02-121-2/+0
|/
* Remove PHP-specific avoidance of uninitialised variableOlly Betts2019-02-111-6/+0
* [php] Fix typemap indentation (cosmetic)Olly Betts2019-02-111-2/+2
* [PHP] Fix access to already released memoryOlly Betts2019-02-092-5/+5
* [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-082-2/+8
* Fix overloading for non-pointers and NULL - PhpWilliam S Fulton2018-12-302-4/+11
* PHP: Make reserved keywords to reserved function only (#1335)Alexander Gabriel2018-10-291-16/+16
* Add support for non-default compare template argument in std::map wrappersWilliam S Fulton2018-10-091-5/+5
* Remove support for PHP5Olly Betts2018-06-072-57/+52
* [php] Fix reported descriptor in typemap error messageOlly Betts2017-08-091-1/+1
* Fix wrapping of references/pointers and qualifiers to member pointersWilliam S Fulton2017-03-161-1/+2
* [PHP7] Fix segfault on module unloadOlly Betts2016-12-301-1/+1
* Add explicit check for expected PHP versionOlly Betts2016-12-011-0/+5
* [PHP] Fix minor misindentation in generated wrapperOlly Betts2016-12-011-1/+1
* [PHP7] Wrap bool constants as PHP booleansOlly Betts2016-11-302-1/+4
* [PHP] Add support for PHP7.Olly Betts2016-11-3011-563/+470
* Fix redundant NULL check in php typemapsWilliam S Fulton2016-10-151-6/+12
* [PHP] Fix "in" typemap for char INPUT[ANY]Olly Betts2016-09-021-1/+1
* [PHP] Fix out typemap for member function pointersOlly Betts2016-09-021-5/+1
* Remove unused SWIG_landfillOlly Betts2016-08-301-3/+0
* Fix directorin SWIGTYPE typemaps to make a copy as these are used for pass by...William S Fulton2016-05-141-1/+1
* Php fix for -Wmissing-field-initializers warningWilliam S Fulton2015-12-191-0/+4
* Consistent memory initialization in php typemaps.William S Fulton2015-07-302-2/+2
* Create director_common.swg for language-indep codeOlly Betts2015-03-121-9/+0
* Fix PHP crash in director_finalizerOlly Betts2015-01-141-2/+1
* Add c++11 strongly typed enum support for PHPWilliam S Fulton2014-11-272-2/+2
* [PHP] Fix throwing a PHP exception through C++ from a subclassedOlly Betts2014-09-111-3/+5
* Fix segmentation faults with directors in PHP >= 5.4Olly Betts2014-09-091-1/+1
* Add more new PHP5.6 keywordsOlly Betts2014-06-081-0/+22
* Fix compiler warnings in generated code when using -std=c++98 -std=gnu89 -ped...William S Fulton2014-05-242-3/+3
* Eliminate unused parameter from SWIG_Php_GetModule()Olly Betts2014-04-021-2/+2
* [PHP] Pass ZTS context through to t_output_helper() so it worksOlly Betts2014-04-022-8/+8
* [PHP] Update the lists of PHP keywords with new ones from PHP 5.4Olly Betts2014-02-191-68/+218
* Make PHP %keywordwarn message wording consistent with other languagesOlly Betts2014-02-191-2/+2
* Whitespace tweaksOlly Betts2014-02-171-4/+4
* "if (strlen(msg))" -> "if (msg[0])"Olly Betts2014-02-171-1/+1
* Just call strcmp() rather than strlen() twice plus zend_binary_strcmp()Olly Betts2014-02-171-6/+6