summaryrefslogtreecommitdiff
path: root/Lib/php/director.swg
Commit message (Expand)AuthorAgeFilesLines
* [php] Fix director upcall checkOlly Betts2022-01-221-7/+2
* Replace remaining PHP errors with PHP exceptionsOlly Betts2021-05-261-2/+2
* Implement director-disown for PHPOlly Betts2021-05-031-1/+21
* Fix directorout SWIGTYPE typemapsOlly Betts2021-04-221-0/+6
* Whitespace tweaksOlly Betts2021-04-221-2/+1
* Fix memory leak in director upcall checkOlly Betts2021-03-291-8/+4
* SWIG Director Support with Class Structure. Refactor Code to support rename.Nihal2017-08-011-14/+8
* [PHP] Add support for PHP7.Olly Betts2016-11-301-34/+34
* Create director_common.swg for language-indep codeOlly Betts2015-03-121-9/+0
* Fix PHP crash in director_finalizerOlly Betts2015-01-141-2/+1
* "if (strlen(msg))" -> "if (msg[0])"Olly Betts2014-02-171-1/+1
* Only call strlen(lc_fname) if we are going to use the resultOlly Betts2014-02-171-2/+1
* Director exceptions now derive from std::exceptionWilliam S Fulton2014-01-201-5/+14
* 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
* [PHP] Fix director code to work when PHP is built with ZTS enabled, Olly Betts2011-06-231-14/+24
* Avoid pointless creation of a PHP stringOlly Betts2011-05-301-3/+1
* [PHP] Fix invalid erase during iteration of std::map in generatedOlly Betts2011-02-181-6/+0
* Fix potential name clashes with symbols in the Director classWilliam S Fulton2010-05-271-6/+6
* SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton2010-02-271-3/+0
* fix SWIG naming conventionWilliam S Fulton2009-08-211-2/+2
* Merge https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-vmiklos/Miklos Vajna2009-07-221-0/+198