summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix case of expected functions and globalsgsoc2017-php7-classes-via-c-apiOlly Betts2021-05-043-3/+3
* Add member_pointer_const_runme.phpOlly Betts2021-05-041-0/+59
* Rework tests.phpOlly Betts2021-05-048-86/+37
* Fix and restore disabled code in PHP value exampleOlly Betts2021-05-041-1/+1
* Update details of PHP undefined constantsOlly Betts2021-05-041-8/+7
* Don't generate a .php wrapper file by defaultOlly Betts2021-05-04101-176/+46
* Fix segfault in exception class creationOlly Betts2021-05-042-49/+41
* Remove CG(active_class_entry) = NULL;Olly Betts2021-05-041-2/+0
* Document extension=modulenameOlly Betts2021-05-041-6/+14
* Fix extension= value for PHP < 7.2Olly Betts2021-05-041-2/+2
* php: Stop using dl()Olly Betts2021-05-036-36/+43
* Fix type in SWIG_DIRECTOR_CASTOlly Betts2021-05-031-1/+1
* Merge branch 'master' into gsoc2017-php7-classes-via-c-apiOlly Betts2021-05-0350-325/+271
|\
| * Remove support for $source and $targetOlly Betts2021-04-3027-279/+21
| * Support testing on AIX for tclWilliam S Fulton2021-04-282-3/+13
| * Fix Java %interface family of macrosWilliam S Fulton2021-04-2711-3/+154
| * Update node support level is now v16William S Fulton2021-04-271-1/+1
| * Node 16 uses c++14 featuresWilliam S Fulton2021-04-271-1/+1
| * Test node v16William S Fulton2021-04-272-3/+5
| * Javascript node install on TravisWilliam S Fulton2021-04-261-0/+2
| * bool performance warning fixWilliam S Fulton2021-04-261-1/+1
| * Disable Appveyor cygwin which has started to failWilliam S Fulton2021-04-261-2/+4
| * Correct disabling of c++11 testingWilliam S Fulton2021-04-262-2/+2
| * Member function pointer typemap tweaksWilliam S Fulton2021-04-265-19/+19
| * Remove AC_HEADER_STDC replacement codeWilliam S Fulton2021-04-261-10/+2
| * configure.ac tidyup after update (ccache)William S Fulton2021-04-261-14/+1
| * configure.ac update (ccache)William S Fulton2021-04-261-12/+21
| * configure.ac updateWilliam S Fulton2021-04-261-3/+11
| * Fix -Wchar-subscripts warningWilliam S Fulton2021-04-262-2/+2
| * Clean configure output detecting JavascriptcoreWilliam S Fulton2021-04-261-3/+3
| * Appveyor Visual c++11 testingWilliam S Fulton2021-04-261-2/+2
| * Testing of C++14 and C++17 detection improvedWilliam S Fulton2021-04-261-3/+35
* | Adjust director_finalizer_runme.phpOlly Betts2021-05-031-5/+14
* | Implement director-disown for PHPOlly Betts2021-05-032-8/+42
* | Only emit custom free_obj handler if neededOlly Betts2021-04-221-12/+14
* | Fix directorout SWIGTYPE typemapsOlly Betts2021-04-223-7/+46
* | Eliminate remaining use of $needNewFlowOlly Betts2021-04-222-8/+2
* | Make PHP directors work more like other languagesOlly Betts2021-04-228-87/+49
* | Whitespace tweaksOlly Betts2021-04-222-5/+4
* | Wrap pointer to member as object not resourceOlly Betts2021-04-222-19/+4
* | Fix mixed declarations and codeOlly Betts2021-04-221-1/+2
* | Pass NULL instead of an empty zend_function_entryOlly Betts2021-04-211-5/+1
* | Just call the internal class entry internal_ceOlly Betts2021-04-211-11/+11
* | Use malloc() not emalloc() when free() gets usedOlly Betts2021-04-211-1/+1
* | Use PTR instead of zv for SWIG_remove() parameterOlly Betts2021-04-211-2/+2
* | Use $1 instead of result in out typemapsOlly Betts2021-04-211-2/+2
* | Eliminate SWIG_SetZval()Olly Betts2021-04-213-32/+16
* | Remove bogus zend_string_release() in magic methodsOlly Betts2021-04-211-3/+0
* | Eliminate unused code in generated __isset methodsOlly Betts2021-04-211-5/+2
* | Eliminate $needNewFlow from factory.iOlly Betts2021-04-211-2/+2