summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Remove unused Printf parametersphp-codegen-improvementsOlly Betts2021-12-181-2/+2
* Make some generated variables staticOlly Betts2021-12-171-2/+2
* Improve naming of zend_class_entry structsOlly Betts2021-12-171-28/+29
* Fix source code comment typoOlly Betts2021-12-171-1/+1
* Improve generated object handlersOlly Betts2021-12-171-69/+74
* Make some generated functions staticOlly Betts2021-12-171-4/+4
* Rename php_fetch_object with swig_ prefixOlly Betts2021-12-171-2/+2
* Tweak source whitespace to match SWIG conventionsOlly Betts2021-12-151-69/+67
* [php] Simplify creating overload dispatch nameOlly Betts2021-12-151-8/+2
* [php] Tidy up code which processes in typemapsOlly Betts2021-12-131-23/+21
* Make DOH Char macro more robustOlly Betts2021-12-131-1/+1
* Simplify PHP backend codeOlly Betts2021-12-131-13/+1
* Update PHP source commentOlly Betts2021-12-131-1/+1
* Remove unused code from PHP backendOlly Betts2021-12-131-47/+0
* Fix removeNode() to really unset previousSiblingOlly Betts2021-12-101-1/+1
* [php] Remove unused variableOlly Betts2021-12-101-2/+1
* Merge branch 'fix-crash-2101'William S Fulton2021-12-021-1/+0
|\
| * Fixed crashes when using embedded Python interpreters.John Senneker2021-11-301-1/+0
* | [php7] Use destructor action if presentOlly Betts2021-12-021-9/+26
* | Fix typosDimitris Apostolou2021-11-175-6/+6
|/
* Fix nspace warning messageWilliam S Fulton2021-11-111-1/+1
* Fix ODR violationsOlly Betts2021-09-204-2/+8
* swig -go: improve _cgo_panic implementationIan Lance Taylor2021-09-161-6/+3
* swig -go: don't use crosscall2 for panickingIan Lance Taylor2021-09-151-0/+31
* remove Go -no-cgo optionIan Lance Taylor2021-09-141-1556/+161
* Replace remaining PHP errors with PHP exceptionsOlly Betts2021-05-261-52/+6
* php: Throw exceptions instead of using errorsOlly Betts2021-05-251-8/+19
* Map known PHP interfaces to zend_class_entry*Olly Betts2021-05-251-19/+57
* Remove details of long-removed directoriesOlly Betts2021-05-161-10/+0
* [UFFI] Remove code for Common Lisp UFFIOlly Betts2021-05-161-405/+0
* [S-EXP] Remove code for Common Lisp S-ExpOlly Betts2021-05-161-402/+0
* [Pike] Remove code for PikeOlly Betts2021-05-161-892/+0
* [Modula3] Remove code for Modula3Olly Betts2021-05-162-3936/+1
* [CLISP] Remove code for GNU Common LispOlly Betts2021-05-161-515/+0
* [Chicken] Remove code for ChickenOlly Betts2021-05-161-1516/+0
* Remove bogus reference to allegrocl:old-sym:nameOlly Betts2021-05-131-1/+1
* [Allegrocl] Remove code for Allegro Common LispOlly Betts2021-05-131-2962/+0
* [php] Simplify naming of overloaded method wrappersOlly Betts2021-05-121-12/+2
* [php] Fix -prefix when there are subclassesOlly Betts2021-05-121-3/+3
* Fix comment typoOlly Betts2021-05-051-1/+1
* Clean up includes of PHP API headersOlly Betts2021-05-051-1/+0
* Improve commentOlly Betts2021-05-051-1/+3
* Don't generate a .php wrapper file by defaultOlly Betts2021-05-041-18/+24
* Fix segfault in exception class creationOlly Betts2021-05-041-49/+40
* Remove CG(active_class_entry) = NULL;Olly Betts2021-05-041-2/+0
* php: Stop using dl()Olly Betts2021-05-031-18/+21
* Fix type in SWIG_DIRECTOR_CASTOlly Betts2021-05-031-1/+1
* Merge branch 'master' into gsoc2017-php7-classes-via-c-apiOlly Betts2021-05-0325-267/+14
|\
| * Remove support for $source and $targetOlly Betts2021-04-3023-275/+11
| * bool performance warning fixWilliam S Fulton2021-04-261-1/+1