aboutsummaryrefslogtreecommitdiff
path: root/Lib/php
AgeCommit message (Expand)Author
2013-12-12Fix Examples/php/pointer to work with PHP 5.5Miklos Vajna
2013-12-12[PHP] The usage of $input in PHP directorout typemaps has beenOlly Betts
2013-11-11Add array function PHP keywordsWilliam S Fulton
2013-10-11Minor cleanup prior to merging to masterWilliam S Fulton
2013-10-10Merge branch 'master' into gsoc2009-matevzWilliam S Fulton
2013-06-04[PHP] Fix SWIG_ZTS_ConvertResourcePtr() not to dereference NULLOlly Betts
2013-04-09[PHP] Add missing directorin typemap for char* and char[] whichOlly Betts
2013-01-28Merge branch 'master' into gsoc2009-matevzWilliam S Fulton
2013-01-24Add rvalue reference typemapsWilliam S Fulton
2012-09-07Fix for gcc warning -Wunused-value without triggering -Wunused-parameterWilliam S Fulton
2012-05-26std::string typemap modifications so they can be used with %apply for other s...William S Fulton
2012-05-15Fix some language's std::map wrappers to recognise difference_type, size_type...William S Fulton
2012-05-12[PHP] Avoid using zend_error_noreturn() as it doesn't work with allOlly Betts
2012-05-10[PHP] Fix the constant typemaps for SWIGTYPE, etc - previouslyOlly Betts
2012-04-23Using C++11 enum classes with just a forward reference.William S Fulton
2011-12-21The 'directorin' typemap now accepts , etc expansions instead of having to u...William S Fulton
2011-11-28Update keyword list to include keywords add in PHP releases up to 5.3.Olly Betts
2011-06-23[PHP] Fix director code to work when PHP is built with ZTS enabled, Olly Betts
2011-05-30Need to cast away const-ness for the PHP API.Olly Betts
2011-05-30SWIG_ZTS_SetPointerZval() now interprets bit 1 in newobject as meaning (wrapOlly Betts
2011-05-30Avoid pointless creation of a PHP stringOlly Betts
2011-05-24Make a char * pointer we don't modify through const.Olly Betts
2011-03-12[PHP] Fix sharing of type information between multiple SWIG-wrapped modules (...Olly Betts
2011-03-07[PHP] Add casts to the typemaps for long long and unsigned longOlly Betts
2011-02-19[PHP] Add missing INPUT, OUTPUT and INOUT typemaps in the typemaps.i library ...William S Fulton
2011-02-18[PHP] Fix invalid erase during iteration of std::map in generatedOlly Betts
2011-02-05Fix some eroneous typecheck rankings for phpWilliam S Fulton
2011-01-30Fix typecheck typemaps for SWIGTYPE *const&William S Fulton
2011-01-14Added some missing multi-argument typemaps: (char *STRING, size_t LENGTH) and...William S Fulton
2010-07-20merge revisions 11877-12162 from trunk to gsoc2009-matevzWilliam S Fulton
2010-07-20merge revisions 11243-11872 from trunk to gsoc2009-matevzWilliam S Fulton
2010-06-25Attach the swig_php_init_member_ptr fragment to all the typemaps which need it.Olly Betts
2010-06-24Remove potential symbol clash with wrapped code (php)William S Fulton
2010-06-24Wrapping pointer to member function types is likely to be rare, so useOlly Betts
2010-06-10Fix // comments to /* */ in typemaps which should be usable from C code.Olly Betts
2010-05-27Fix potential name clashes with symbols in the Director classWilliam S Fulton
2010-05-26[PHP] When using %throws or %catches, SWIG-generated PHP5 wrappersOlly Betts
2010-05-26Tidy up typemaps, combining variants with the same code.Olly Betts
2010-05-25[PHP] Add missing directorin typemap for const std::string &.Olly Betts
2010-05-25Set string contents when we allocate it for a small efficiency gain.Olly Betts
2010-04-04remove std::map specializations - not needed since the typemap matching rules...William S Fulton
2010-04-01Change typemap matching rules for the default type (SWIGTYPE) to follow templ...William S Fulton
2010-03-06merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license ch...William S Fulton
2010-02-27SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton
2010-01-13[PHP] Add datetime to the list of PHP predefined classes (patch from DavidOlly Betts
2009-12-04[PHP] "empty" is a reserved word in PHP, so rename empty() methodOlly Betts
2009-12-03Fix warnings for passing string constant for char * (the PHP API isn't constOlly Betts
2009-12-03Add PHP typemaps for pointer to method.Olly Betts
2009-12-03Add long long and unsigned long long const reference typemaps.Olly Betts
2009-12-03[PHP] Add typemaps for long long and unsigned long long.Olly Betts