summaryrefslogtreecommitdiff
path: root/Source/Modules/php.cxx
Commit message (Expand)AuthorAgeFilesLines
* Create director_common.swg for language-indep codeOlly Betts2015-03-121-0/+1
* [PHP] When wrapping a returned resource as an object, check if allOlly Betts2015-01-231-10/+32
* Fix PHP crash in director_finalizerOlly Betts2015-01-141-3/+1
* Fix PHP backend for default_args testcaseOlly Betts2015-01-141-10/+11
* [PHP] Fix segfault in director upcall checkOlly Betts2015-01-121-7/+8
* Fix linux gcc warnings and strtol correctionsWilliam S Fulton2015-01-111-2/+2
* Provide -cppext as a general command line optionOlly Betts2015-01-081-10/+0
* [PHP] Add support for specifying any PHP interfaces a wrapped classOlly Betts2014-09-121-0/+11
* PHP: Fix memory leak if a director method is passed Null for selfOlly Betts2014-08-291-3/+3
* [PHP] The generated __isset() method now returns true for read-only properties.Olly Betts2014-05-011-21/+22
* Eliminate needless casting away const from string constantsOlly Betts2014-04-301-1/+1
* [PHP] Fix wrapping director constructors with default parameters with a ZTS-e...Olly Betts2014-04-031-12/+20
* [PHP] Pass the ZTS context we already have to avoid needing toOlly Betts2014-04-021-12/+10
* Fix Examples/php/pointer to work with PHP 5.5Miklos Vajna2013-12-121-8/+26
* [PHP] The usage of $input in PHP directorout typemaps has beenOlly Betts2013-12-121-2/+1
* Remove a couple of unused variable warnings in generated codeWilliam S Fulton2013-10-181-1/+0
* Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-10-101-6/+5
|\
| * PHP directors - generate call_user_function on one lineWilliam S Fulton2013-10-011-2/+2
| * Use ZVAL_STRINGL instead of ZVAL_STRING to set funcname as we know the length...Olly Betts2013-04-141-1/+2
| * Removed unused Printf parameterOlly Betts2013-04-141-1/+1
| * Fix some useless code detected by scan-build (LLVM/Clang)Sylvestre Ledru2013-03-081-2/+0
* | Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-01-281-152/+171
|\ \ | |/
| * Remove cvs/svn Id stringsWilliam S Fulton2013-01-121-2/+0
| * Fix to work with a ZTS build of PHP (broken in 2.0.7)Olly Betts2013-01-081-0/+1
| * gcc-4.6 warning fixWilliam S Fulton2012-12-151-4/+0
| * Fix Strcmp - it didn't have consistent null pointer handling - revert to what...William S Fulton2012-12-021-1/+2
| * Distinguish between an "abstract" attribute on a class containing a list of a...William S Fulton2012-11-241-3/+3
| * Remove some unused code and pointless variable assignmentsWilliam S Fulton2012-11-231-6/+1
| * Fix segfaults when using filename paths greater than 1024 characters in lengt...William S Fulton2012-11-181-1/+3
| * Resource leak fixes (or hiding them from Coverity static analysis tool by usi...William S Fulton2012-11-141-0/+1
| * Remove DohClose (Close) and replace with calls to DohDelete (Delete) to fix s...William S Fulton2012-11-141-4/+3
| * Cosmetic variable renaming for consistency across language modulesWilliam S Fulton2012-10-271-6/+6
| * Fix director typemap searching so that a typemap specified with a name will b...William S Fulton2012-10-271-39/+9
| * Fix SF#3528035, a regression introduced by the fix for SF#3428833.Olly Betts2012-05-231-1/+2
| * [PHP] Fix getters for template members. (SF#3428833)Olly Betts2012-05-181-19/+26
| * Add back 'NIL', dropped by mistake in change before last.Olly Betts2012-05-141-1/+1
| * Remove some commented out codeOlly Betts2012-05-141-4/+0
| * Drop check for "ZEND_MODULE_API_NO > 20010900". We only support PHP5Olly Betts2012-05-141-3/+2
| * [PHP] Fix memory leak in code generated for a callback. Patch fromOlly Betts2012-05-121-0/+1
| * [PHP] Avoid using zend_error_noreturn() as it doesn't work with allOlly Betts2012-05-121-25/+17
| * Correct special variables in 'directorargout' typemap. This change will break...William S Fulton2011-12-201-2/+6
| * Remove numerous hard coded 'result' variable name in generated c/c++ wrappers...William S Fulton2011-10-301-16/+17
| * Add in $symname expansion for director methodsWilliam S Fulton2011-08-041-0/+2
| * [PHP] Don't generate "return $r;" in cases where $r hasn't been set.Olly Betts2011-07-291-1/+5
| * [PHP] Fix director code to work when PHP is built with ZTS enabled, Olly Betts2011-06-231-4/+33
| * SWIG_ZTS_SetPointerZval() now interprets bit 1 in newobject as meaning (wrapOlly Betts2011-05-301-0/+3
| * [PHP] Fix handling of directors when -prefix is used.Olly Betts2011-05-301-3/+3
| * [PHP] Fix handling of methods of classes with a virtual base class (SF#3124665).Olly Betts2011-05-241-22/+12
| * [PHP] Fix handling of overloaded methods/functions where some Olly Betts2011-03-141-3/+6
| * Remove redundant code highlighted by warnings in gcc-4.6William S Fulton2011-03-141-4/+0