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
/
php4.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
WARN_* constants are user visible, so keep existing WARN_PHP4_* for
Olly Betts
2008-07-03
1
-2361
/
+0
*
[PHP4] Support for PHP4 has been removed. The PHP developers are
Olly Betts
2008-07-02
1
-444
/
+34
*
Clean up dead and unused code in SwigToPhpType(), and rename to
Olly Betts
2008-06-24
1
-15
/
+4
*
[PHP] Fix assertion failure when handling %typemap(in,numinputs=0)
Olly Betts
2008-06-24
1
-0
/
+4
*
[PHP] Fix segfault when wrapping a non-class function marked with
Olly Betts
2008-06-23
1
-1
/
+2
*
Remove some vc++ /W4 warnings
William S Fulton
2008-06-21
1
-32
/
+31
*
Remove old swig-1.1 Swig_typemap_lookup function. Rename Swig_typemap_lookup_...
William S Fulton
2008-05-15
1
-27
/
+18
*
Add the optimal attribute to the out typemap for more optimal code generation...
William S Fulton
2008-05-14
1
-20
/
+22
*
And remove a line I added to track down the abstract problem!
Olly Betts
2008-05-11
1
-1
/
+0
*
Use GetFlag not Getattr on feature:notabstract
Olly Betts
2008-05-11
1
-1
/
+1
*
[PHP] Check for %feature("notabstract") when generating PHP5 class wrapper.
Olly Betts
2008-05-11
1
-1
/
+2
*
[PHP] Fix bad PHP code generated when wrapping an enum in a
Olly Betts
2008-05-09
1
-1
/
+1
*
fix #1934695 Getattr(n, wrap:name) assertion
William S Fulton
2008-04-05
1
-0
/
+2
*
Fixes for $wrapname to work in %exception
William S Fulton
2008-02-25
1
-2
/
+2
*
PHP4 reaches EOL at the end of 2007, so remove PHP4 specific entry from the
Olly Betts
2007-11-28
1
-4
/
+1
*
Changes to compile with VC++6
William S Fulton
2007-11-10
1
-3
/
+4
*
[php] Fix makefile generated by -make (SF#1633679). Update
Olly Betts
2007-11-10
1
-2
/
+1
*
Replace cvs $Header$ with svn $Id$
William S Fulton
2007-10-17
1
-1
/
+1
*
Revert this fix unless ZEND_RAW_FENTRY is defined (it was added in
Olly Betts
2007-10-17
1
-3
/
+3
*
[PHP] Fix many occurrences of "warning: deprecated conversion from
Olly Betts
2007-10-16
1
-7
/
+5
*
Remove incorrect license in generated code. See swig-devel mailing 'licence i...
William S Fulton
2007-10-12
1
-21
/
+0
*
[php] Fix long-standing memory leak in wrapped constructors and
Olly Betts
2007-10-09
1
-33
/
+15
*
Can't use (double) cast in PHP default value, so rework.
Olly Betts
2007-08-25
1
-4
/
+8
*
[PHP5] Fix handling of double or float parameters with an integer default value.
Olly Betts
2007-08-25
1
-68
/
+88
*
[PHP5] Generate __isset() methods for setters for PHP 5.1 and later.
Olly Betts
2007-08-25
1
-5
/
+21
*
Eliminate unused parameters on calls to Printf()
Olly Betts
2007-08-25
1
-5
/
+5
*
Fix a bunch of minor bugs found by Coverity scanner
John Lenz
2007-08-10
1
-2
/
+8
*
[PHP5]
Olly Betts
2007-06-06
1
-28
/
+6
*
[PHP5]
Olly Betts
2007-05-26
1
-1
/
+12
*
Stop passing unused argument to Printf().
Olly Betts
2007-04-15
1
-1
/
+1
*
[PHP5] If ZTS is enabled, release <module>_globals_id in MSHUTDOWN
Olly Betts
2007-04-04
1
-4
/
+8
*
[PHP4] Add missing ZTS annotations to generated C++ wrapper code
Olly Betts
2007-04-03
1
-2
/
+2
*
[PHP5] When we know the literal numeric value for a constant, use
Olly Betts
2007-03-03
1
-2
/
+24
*
[PHP5] Fix PHP wrapper code generated for certain cases of
Olly Betts
2007-03-02
1
-0
/
+13
*
Fix generated makefile rule for building the module
Olly Betts
2007-02-07
1
-3
/
+3
*
add support for newfree typemaps in php module
William S Fulton
2007-01-12
1
-1
/
+12
*
API cleanup. Documentation
Dave Beazley
2007-01-03
1
-1
/
+1
*
API cleanup. Documentation.
Dave Beazley
2006-12-30
1
-1
/
+1
*
Fix bug #1613673 (bad PHP5 code generated for getters and setters).
Olly Betts
2006-12-14
1
-2
/
+2
*
beautify/format source code with gnu indent
William S Fulton
2006-11-01
1
-1095
/
+1095
*
Fix bug which effectively double-Delete()-ed a String *.
Olly Betts
2006-10-10
1
-2
/
+2
*
Covert a stderr message to a proper SWIG warning.
Olly Betts
2006-10-06
1
-5
/
+4
*
Clean up the old disabled "script accessible destructor" code. I don't think
Olly Betts
2006-10-06
1
-19
/
+6
*
Eliminate $ext in the generated php wrapper (namespace pollution bad!)
Olly Betts
2006-10-04
1
-3
/
+5
*
The wrapper function filtering should only happen for -php4 without -noproxy.
Olly Betts
2006-10-04
1
-27
/
+25
*
Remove some dead code; tidy up some formatting.
Olly Betts
2006-10-04
1
-7
/
+4
*
Tidy up descriptions of destructors.
Olly Betts
2006-10-03
1
-48
/
+27
*
More fixes for double generation of methods.
Olly Betts
2006-10-02
1
-14
/
+12
*
Sort out double generation of methods in the proxy case.
Olly Betts
2006-10-02
1
-27
/
+37
*
Revert the "automatic -noproxy for C code" change (for now at least) - the
Olly Betts
2006-09-20
1
-5
/
+3
[next]