summaryrefslogtreecommitdiff
path: root/Source/Modules/php.cxx
Commit message (Expand)AuthorAgeFilesLines
* Parse storage class more flexiblyOlly Betts2023-05-111-7/+7
* Removed unused default parameter valueOlly Betts2023-05-081-1/+1
* [PHP] Wrap method with both static and non-static overloadsOlly Betts2023-05-081-1/+18
* Remove remaining traces of PHP7 supportOlly Betts2023-04-201-13/+1
* Remove support for PHP7Olly Betts2023-04-141-2/+3
* Visual C++ warning fixesWilliam S Fulton2022-10-241-2/+2
* [php] Fix handling of multi-module casesOlly Betts2022-10-181-2/+7
* Cleanup SWIG_VERSION definitionWilliam S Fulton2022-10-131-6/+6
* Use https for swig.org linksOlly Betts2022-10-061-1/+1
* [php] Fix emitted PHP type declarations in corner casesphp-type-declaration-fixesOlly Betts2022-10-041-83/+215
* Prefer !Equal() to Cmp() != 0Olly Betts2022-10-031-5/+5
* [php] Add php:allowdynamicproperties featureOlly Betts2022-09-291-4/+13
* [php] Suppress -Wdeclaration-after-statement in php.hOlly Betts2022-09-291-3/+22
* [php] Workaround PHP 8.2 header problemOlly Betts2022-09-281-0/+8
* [php] Adapt swig_ptr_cast_object for PHP 8.2Olly Betts2022-09-281-0/+2
* [php] Fix handling of friend functionsOlly Betts2022-07-291-6/+14
* [php] Omit incompatible return type declaractionOlly Betts2022-07-131-10/+23
* [php] Emit arginfo after all the codeOlly Betts2022-07-131-79/+115
* php: Move ME and FE generation back out of PHPTypesOlly Betts2022-07-111-28/+29
* php: Encapsulate arginfo generationOlly Betts2022-07-111-144/+147
* [php] Stop setting unused php:proxy attributeOlly Betts2022-07-111-5/+0
* Remove set but not used variablesOlly Betts2022-06-301-7/+0
* [php] Adjust #required params for subclass methodsOlly Betts2022-06-141-4/+18
* [php] Fix missing parameter type declarationsOlly Betts2022-06-121-28/+13
* [php] Skip directorout typemap if PHP exception pendingOlly Betts2022-06-101-4/+8
* Fix PHP parameter type declarations compatibilityOlly Betts2022-06-101-35/+78
* Revert "Fix PHP parameter type declarations compatibility"Olly Betts2022-06-091-77/+34
* Fix PHP parameter type declarations compatibilityOlly Betts2022-06-091-34/+77
* Rename zend_types to be clearerOlly Betts2022-06-091-8/+8
* [php] Eliminate sprintf to temp buffer to create ZVALOlly Betts2022-06-091-3/+1
* WIP: Refactor pararent class trackingOlly Betts2022-06-081-11/+14
* Header file tidyupWilliam S Fulton2022-05-071-1/+0
* Add DOH Exit() and SetExitHandler()Olly Betts2022-03-061-4/+4
* [PHP] Fix cleanup code handling issuesOlly Betts2022-02-171-3/+6
* [php] Make zend_function_entry arrays constOlly Betts2022-01-241-3/+3
* [php] Fix director upcall checkOlly Betts2022-01-221-4/+5
* [php] Make internal function wrappers staticOlly Betts2022-01-221-9/+9
* [php] Add type declarations for optional params tooOlly Betts2022-01-211-0/+4
* [php] Actually generate parameter type declarationsOlly Betts2022-01-211-1/+1
* [php] Use -prefix setting in type declarationsOlly Betts2022-01-211-0/+1
* [php] Allow testing if an object is SWIG-wrappedOlly Betts2022-01-201-0/+13
* [php] Generate PHP type declarationsOlly Betts2022-01-201-91/+309
* 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