summaryrefslogtreecommitdiffstats
path: root/bindings/php5/wrapper_source.py
Commit message (Collapse)AuthorAgeFilesLines
* Bindings php5: add support for xmlNode argumentsBenjamin Dauvergne2009-03-271-2/+14
| | | | | | | | * bindings/php5/php_code.py: * bindings/php5/wrapper_source.py: complete error reporting about on documentation treatment. treat xmlNode* arguments (convert string to xmlNode, give as argument, then frees it).
* All: Fix missing field initializer problemsBenjamin Dauvergne2009-01-241-1/+1
| | | | | | * lots of files: Explicitely set all field of initialized structures, in order to remove -Wno-missing-field-initilizers from needed compiler options when using -Wall -Wextra.
* * Remove ending blanksBenjamin Dauvergne2008-09-121-1/+1
|
* * Fix blanks mismatch (space in *.c and *h files or tabs in *.py files) and ↵Benjamin Dauvergne2008-08-051-1/+1
| | | | formatting
* Move all files related to the php5 binding insideBenjamin Dauvergne2008-08-051-0/+468
the php5 subdirectory.