summaryrefslogtreecommitdiff
path: root/Lib/php
Commit message (Expand)AuthorAgeFilesLines
* 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
| * SWIG_ZTS_SetPointerZval() now interprets bit 1 in newobject as meaning (wrapOlly Betts2011-05-302-14/+27
| * Avoid pointless creation of a PHP stringOlly Betts2011-05-301-3/+1
| * Make a char * pointer we don't modify through const.Olly Betts2011-05-241-1/+1
| * [PHP] Fix sharing of type information between multiple SWIG-wrapped modules (...Olly Betts2011-03-121-1/+1
| * [PHP] Add casts to the typemaps for long long and unsigned longOlly Betts2011-03-072-10/+10
| * [PHP] Add missing INPUT, OUTPUT and INOUT typemaps in the typemaps.i library ...William S Fulton2011-02-191-25/+65
| * [PHP] Fix invalid erase during iteration of std::map in generatedOlly Betts2011-02-181-6/+0
| * Fix some eroneous typecheck rankings for phpWilliam S Fulton2011-02-051-5/+5
| * Fix typecheck typemaps for SWIGTYPE *const&William S Fulton2011-01-301-0/+6
| * Added some missing multi-argument typemaps: (char *STRING, size_t LENGTH) and...William S Fulton2011-01-141-2/+1
* | Add rvalue reference typemapsWilliam S Fulton2013-01-243-7/+25