]> git.sesse.net Git - xml-template/history - php5-swig/xml-template.swig
Fix a segfaulting bug in the PHP5 SWIG version; we would get confused when PHP had...
[xml-template] / php5-swig / xml-template.swig
2011-11-03 sgunderson@bigfoot.comFix a segfaulting bug in the PHP5 SWIG version; we...
2011-11-03 sgunderson@bigfoot.comImplement prettyprinting in the PHP5 SWIG version.
2011-09-23 sgunderson@bigfoot.comMake the php5-swig XML_Template_process function mutati...
2011-09-23 sgunderson@bigfoot.comIn php5-swig, handle NULLs as empty strings instead...
2011-09-23 sgunderson@bigfoot.comSlightly more idiomatic shared_ptr usage.
2011-09-23 sgunderson@bigfoot.comIn php5-swig, add a function to process a preparsed...
2011-09-23 sgunderson@bigfoot.comIn php5-swig, take in std::string as filename parameter...
2011-09-23 sgunderson@bigfoot.comIn php5-swig, replace the output_by_fd() hack with...
2011-09-23 sgunderson@bigfoot.comDo weird dances to get php5-swig garbage collection...
2011-09-22 sgunderson@bigfoot.comSupport includes in php5-swig.
2011-09-22 sgunderson@bigfoot.comLeak a little less memory in php5-swig.
2011-09-22 sgunderson@bigfoot.comHandle NULL values in php5-swig.
2011-09-22 sgunderson@bigfoot.comImplement cloning in php5-swig.
2011-09-22 sgunderson@bigfoot.comFix is_associative_array() in php5-swig.
2011-09-22 sgunderson@bigfoot.comStart a PHP5-to-C++11 SWIG layer (!).