summaryrefslogtreecommitdiff
path: root/Source/Modules/php4.cxx
Commit message (Expand)AuthorAgeFilesLines
* WARN_* constants are user visible, so keep existing WARN_PHP4_* forOlly Betts2008-07-031-2361/+0
* [PHP4] Support for PHP4 has been removed. The PHP developers areOlly Betts2008-07-021-444/+34
* Clean up dead and unused code in SwigToPhpType(), and rename toOlly Betts2008-06-241-15/+4
* [PHP] Fix assertion failure when handling %typemap(in,numinputs=0)Olly Betts2008-06-241-0/+4
* [PHP] Fix segfault when wrapping a non-class function marked withOlly Betts2008-06-231-1/+2
* Remove some vc++ /W4 warningsWilliam S Fulton2008-06-211-32/+31
* Remove old swig-1.1 Swig_typemap_lookup function. Rename Swig_typemap_lookup_...William S Fulton2008-05-151-27/+18
* Add the optimal attribute to the out typemap for more optimal code generation...William S Fulton2008-05-141-20/+22
* And remove a line I added to track down the abstract problem!Olly Betts2008-05-111-1/+0
* Use GetFlag not Getattr on feature:notabstractOlly Betts2008-05-111-1/+1
* [PHP] Check for %feature("notabstract") when generating PHP5 class wrapper.Olly Betts2008-05-111-1/+2
* [PHP] Fix bad PHP code generated when wrapping an enum in aOlly Betts2008-05-091-1/+1
* fix #1934695 Getattr(n, wrap:name) assertionWilliam S Fulton2008-04-051-0/+2
* Fixes for $wrapname to work in %exceptionWilliam S Fulton2008-02-251-2/+2
* PHP4 reaches EOL at the end of 2007, so remove PHP4 specific entry from theOlly Betts2007-11-281-4/+1
* Changes to compile with VC++6William S Fulton2007-11-101-3/+4
* [php] Fix makefile generated by -make (SF#1633679). UpdateOlly Betts2007-11-101-2/+1
* Replace cvs $Header$ with svn $Id$William S Fulton2007-10-171-1/+1
* Revert this fix unless ZEND_RAW_FENTRY is defined (it was added inOlly Betts2007-10-171-3/+3
* [PHP] Fix many occurrences of "warning: deprecated conversion fromOlly Betts2007-10-161-7/+5
* Remove incorrect license in generated code. See swig-devel mailing 'licence i...William S Fulton2007-10-121-21/+0
* [php] Fix long-standing memory leak in wrapped constructors andOlly Betts2007-10-091-33/+15
* Can't use (double) cast in PHP default value, so rework.Olly Betts2007-08-251-4/+8
* [PHP5] Fix handling of double or float parameters with an integer default value.Olly Betts2007-08-251-68/+88
* [PHP5] Generate __isset() methods for setters for PHP 5.1 and later.Olly Betts2007-08-251-5/+21
* Eliminate unused parameters on calls to Printf()Olly Betts2007-08-251-5/+5
* Fix a bunch of minor bugs found by Coverity scannerJohn Lenz2007-08-101-2/+8
* [PHP5]Olly Betts2007-06-061-28/+6
* [PHP5]Olly Betts2007-05-261-1/+12
* Stop passing unused argument to Printf().Olly Betts2007-04-151-1/+1
* [PHP5] If ZTS is enabled, release <module>_globals_id in MSHUTDOWNOlly Betts2007-04-041-4/+8
* [PHP4] Add missing ZTS annotations to generated C++ wrapper codeOlly Betts2007-04-031-2/+2
* [PHP5] When we know the literal numeric value for a constant, useOlly Betts2007-03-031-2/+24
* [PHP5] Fix PHP wrapper code generated for certain cases ofOlly Betts2007-03-021-0/+13
* Fix generated makefile rule for building the moduleOlly Betts2007-02-071-3/+3
* add support for newfree typemaps in php moduleWilliam S Fulton2007-01-121-1/+12
* API cleanup. DocumentationDave Beazley2007-01-031-1/+1
* API cleanup. Documentation.Dave Beazley2006-12-301-1/+1
* Fix bug #1613673 (bad PHP5 code generated for getters and setters).Olly Betts2006-12-141-2/+2
* beautify/format source code with gnu indentWilliam S Fulton2006-11-011-1095/+1095
* Fix bug which effectively double-Delete()-ed a String *.Olly Betts2006-10-101-2/+2
* Covert a stderr message to a proper SWIG warning.Olly Betts2006-10-061-5/+4
* Clean up the old disabled "script accessible destructor" code. I don't thinkOlly Betts2006-10-061-19/+6
* Eliminate $ext in the generated php wrapper (namespace pollution bad!)Olly Betts2006-10-041-3/+5
* The wrapper function filtering should only happen for -php4 without -noproxy.Olly Betts2006-10-041-27/+25
* Remove some dead code; tidy up some formatting.Olly Betts2006-10-041-7/+4
* Tidy up descriptions of destructors.Olly Betts2006-10-031-48/+27
* More fixes for double generation of methods.Olly Betts2006-10-021-14/+12
* Sort out double generation of methods in the proxy case.Olly Betts2006-10-021-27/+37
* Revert the "automatic -noproxy for C code" change (for now at least) - theOlly Betts2006-09-201-5/+3