summaryrefslogtreecommitdiff
path: root/Lib/php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Only call strlen(lc_fname) if we are going to use the resultOlly Betts2014-02-171-2/+1
* Work around differences in clang libc++ std::vector<bool>::const_referenceMarvin Greenberg2014-02-041-1/+1
* Director exceptions now derive from std::exceptionWilliam S Fulton2014-01-201-5/+14
* Fix PHP compilation error in ZTS mode (64 bit windows) due to TSRMLS_FETCH() ...William S Fulton2014-01-161-2/+1
* Error out attempting to use directors without -c++William S Fulton2013-12-231-4/+0
* Beautify director.swg filesWilliam S Fulton2013-12-231-53/+32
* Fix Examples/php/pointer to work with PHP 5.5Miklos Vajna2013-12-121-1/+1
* [PHP] The usage of $input in PHP directorout typemaps has beenOlly Betts2013-12-123-7/+7
* Add array function PHP keywordsWilliam S Fulton2013-11-111-10/+88
* Minor cleanup prior to merging to masterWilliam S Fulton2013-10-111-3/+0
* Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-10-102-2/+11
|\
| * [PHP] Fix SWIG_ZTS_ConvertResourcePtr() not to dereference NULLOlly Betts2013-06-041-2/+2
| * [PHP] Add missing directorin typemap for char* and char[] whichOlly Betts2013-04-091-0/+9
* | Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-01-288-96/+292
|\ \ | |/
| * Fix for gcc warning -Wunused-value without triggering -Wunused-parameterWilliam S Fulton2012-09-071-2/+2
| * std::string typemap modifications so they can be used with %apply for other s...William S Fulton2012-05-261-3/+3
| * Fix some language's std::map wrappers to recognise difference_type, size_type...William S Fulton2012-05-151-0/+4
| * [PHP] Avoid using zend_error_noreturn() as it doesn't work with allOlly Betts2012-05-121-0/+1
| * [PHP] Fix the constant typemaps for SWIGTYPE, etc - previouslyOlly Betts2012-05-101-5/+2
| * The 'directorin' typemap now accepts , etc expansions instead of having to u...William S Fulton2011-12-212-6/+6
| * Update keyword list to include keywords add in PHP releases up to 5.3.Olly Betts2011-11-281-0/+134
| * [PHP] Fix director code to work when PHP is built with ZTS enabled, Olly Betts2011-06-231-14/+24
| * Need to cast away const-ness for the PHP API.Olly Betts2011-05-301-1/+1