index
:
delta/swig.git
a11426-fortran
builtin-hashable
cccl-std
char-escaping
char_enums
ci-d
ci-test-ubuntu-20.04
cmake
coverity-scan
docstring-indentation
doxygen
enable-more-warnings-in-ci
fix-mod_runme.js
gdb_pretty_printers
gsoc2008-jezabek
gsoc2012-c
gsoc2012-doxygen
gsoc2012-objc
gsoc2016-hhvm
gsoc2017-php7-classes-via-c-api
guile-changes
interfaces
issue-379-pythoncode-indent
maintenance-2.0
master
matlab
monotouch
no-swig-preinst
ocaml-ci
ocaml-debug-ci
parse-storage-class-flexibly
perl-5.8-minimum
php-codegen-improvements
php-stop-using-dl
php-type-declaration-fixes
php-type-hints
r-experimental
release-4.1
remove-obsolete-js-support
ruby-ci-testing
sphinxdocs
stl-vector-ptrs
swig-2.0
talby-perl5-improvements
template-in-array-size-fix
test-using-swig-typecheckstruct-more
travis-osx
yziquel-ocaml
github.com: swig/swig.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Modules
/
php.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create director_common.swg for language-indep code
Olly Betts
2015-03-12
1
-0
/
+1
*
[PHP] When wrapping a returned resource as an object, check if all
Olly Betts
2015-01-23
1
-10
/
+32
*
Fix PHP crash in director_finalizer
Olly Betts
2015-01-14
1
-3
/
+1
*
Fix PHP backend for default_args testcase
Olly Betts
2015-01-14
1
-10
/
+11
*
[PHP] Fix segfault in director upcall check
Olly Betts
2015-01-12
1
-7
/
+8
*
Fix linux gcc warnings and strtol corrections
William S Fulton
2015-01-11
1
-2
/
+2
*
Provide -cppext as a general command line option
Olly Betts
2015-01-08
1
-10
/
+0
*
[PHP] Add support for specifying any PHP interfaces a wrapped class
Olly Betts
2014-09-12
1
-0
/
+11
*
PHP: Fix memory leak if a director method is passed Null for self
Olly Betts
2014-08-29
1
-3
/
+3
*
[PHP] The generated __isset() method now returns true for read-only properties.
Olly Betts
2014-05-01
1
-21
/
+22
*
Eliminate needless casting away const from string constants
Olly Betts
2014-04-30
1
-1
/
+1
*
[PHP] Fix wrapping director constructors with default parameters with a ZTS-e...
Olly Betts
2014-04-03
1
-12
/
+20
*
[PHP] Pass the ZTS context we already have to avoid needing to
Olly Betts
2014-04-02
1
-12
/
+10
*
Fix Examples/php/pointer to work with PHP 5.5
Miklos Vajna
2013-12-12
1
-8
/
+26
*
[PHP] The usage of $input in PHP directorout typemaps has been
Olly Betts
2013-12-12
1
-2
/
+1
*
Remove a couple of unused variable warnings in generated code
William S Fulton
2013-10-18
1
-1
/
+0
*
Merge branch 'master' into gsoc2009-matevz
William S Fulton
2013-10-10
1
-6
/
+5
|
\
|
*
PHP directors - generate call_user_function on one line
William S Fulton
2013-10-01
1
-2
/
+2
|
*
Use ZVAL_STRINGL instead of ZVAL_STRING to set funcname as we know the length...
Olly Betts
2013-04-14
1
-1
/
+2
|
*
Removed unused Printf parameter
Olly Betts
2013-04-14
1
-1
/
+1
|
*
Fix some useless code detected by scan-build (LLVM/Clang)
Sylvestre Ledru
2013-03-08
1
-2
/
+0
*
|
Merge branch 'master' into gsoc2009-matevz
William S Fulton
2013-01-28
1
-152
/
+171
|
\
\
|
|
/
|
*
Remove cvs/svn Id strings
William S Fulton
2013-01-12
1
-2
/
+0
|
*
Fix to work with a ZTS build of PHP (broken in 2.0.7)
Olly Betts
2013-01-08
1
-0
/
+1
|
*
gcc-4.6 warning fix
William S Fulton
2012-12-15
1
-4
/
+0
|
*
Fix Strcmp - it didn't have consistent null pointer handling - revert to what...
William S Fulton
2012-12-02
1
-1
/
+2
|
*
Distinguish between an "abstract" attribute on a class containing a list of a...
William S Fulton
2012-11-24
1
-3
/
+3
|
*
Remove some unused code and pointless variable assignments
William S Fulton
2012-11-23
1
-6
/
+1
|
*
Fix segfaults when using filename paths greater than 1024 characters in lengt...
William S Fulton
2012-11-18
1
-1
/
+3
|
*
Resource leak fixes (or hiding them from Coverity static analysis tool by usi...
William S Fulton
2012-11-14
1
-0
/
+1
|
*
Remove DohClose (Close) and replace with calls to DohDelete (Delete) to fix s...
William S Fulton
2012-11-14
1
-4
/
+3
|
*
Cosmetic variable renaming for consistency across language modules
William S Fulton
2012-10-27
1
-6
/
+6
|
*
Fix director typemap searching so that a typemap specified with a name will b...
William S Fulton
2012-10-27
1
-39
/
+9
|
*
Fix SF#3528035, a regression introduced by the fix for SF#3428833.
Olly Betts
2012-05-23
1
-1
/
+2
|
*
[PHP] Fix getters for template members. (SF#3428833)
Olly Betts
2012-05-18
1
-19
/
+26
|
*
Add back 'NIL', dropped by mistake in change before last.
Olly Betts
2012-05-14
1
-1
/
+1
|
*
Remove some commented out code
Olly Betts
2012-05-14
1
-4
/
+0
|
*
Drop check for "ZEND_MODULE_API_NO > 20010900". We only support PHP5
Olly Betts
2012-05-14
1
-3
/
+2
|
*
[PHP] Fix memory leak in code generated for a callback. Patch from
Olly Betts
2012-05-12
1
-0
/
+1
|
*
[PHP] Avoid using zend_error_noreturn() as it doesn't work with all
Olly Betts
2012-05-12
1
-25
/
+17
|
*
Correct special variables in 'directorargout' typemap. This change will break...
William S Fulton
2011-12-20
1
-2
/
+6
|
*
Remove numerous hard coded 'result' variable name in generated c/c++ wrappers...
William S Fulton
2011-10-30
1
-16
/
+17
|
*
Add in $symname expansion for director methods
William S Fulton
2011-08-04
1
-0
/
+2
|
*
[PHP] Don't generate "return $r;" in cases where $r hasn't been set.
Olly Betts
2011-07-29
1
-1
/
+5
|
*
[PHP] Fix director code to work when PHP is built with ZTS enabled,
Olly Betts
2011-06-23
1
-4
/
+33
|
*
SWIG_ZTS_SetPointerZval() now interprets bit 1 in newobject as meaning (wrap
Olly Betts
2011-05-30
1
-0
/
+3
|
*
[PHP] Fix handling of directors when -prefix is used.
Olly Betts
2011-05-30
1
-3
/
+3
|
*
[PHP] Fix handling of methods of classes with a virtual base class (SF#3124665).
Olly Betts
2011-05-24
1
-22
/
+12
|
*
[PHP] Fix handling of overloaded methods/functions where some
Olly Betts
2011-03-14
1
-3
/
+6
|
*
Remove redundant code highlighted by warnings in gcc-4.6
William S Fulton
2011-03-14
1
-4
/
+0
[next]