aboutsummaryrefslogtreecommitdiff
path: root/Lib/php
AgeCommit message (Expand)Author
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
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
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-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-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
2009-12-03Add input typemaps for long long and unsigned long long for PHP.Olly Betts
2009-12-02[PHP] Fix warning and rename of reserved class name to be case insensitive.Olly Betts
2009-08-21fix SWIG naming conventionWilliam S Fulton
2009-08-14remove redundant if not __cplusplus for directorin typemap - directors are al...William S Fulton
2009-08-14PHP: Add directorout typemap for primitive type const refsMiklos Vajna
2009-08-14Add SWIGTYPE *& typemaps for PHPWilliam S Fulton
2009-08-14Add min and max as built-in functions.Olly Betts
2009-08-13PHP fix const char\*\& typemaps and add in char_strings runtime test based on...William S Fulton
2009-08-13add php typecheck typemaps for const reference for primitivesWilliam S Fulton
2009-08-13PHP std::vector wrappers overhaul modelling on Java std_vector.i. Work around...William S Fulton
2009-08-13Add PHP const ref typemaps for primitive typesWilliam S Fulton