Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -57/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+57 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -57/+0 |
| | |||||
* | Fixed bug #46110 (XMLWriter - openmemory() and openuri() leak memory on | Ilia Alshanetsky | 2008-09-17 | 1 | -0/+6 |
| | | | | | multiple calls). | ||||
* | - Added arginfo | Felipe Pena | 2008-06-27 | 1 | -84/+445 |
| | |||||
* | Fix tests (new error message for void parameters) | Felipe Pena | 2008-03-10 | 1 | -1/+1 |
| | |||||
* | MFH: New way for check void parameters | Felipe Pena | 2008-03-10 | 1 | -2/+2 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 2 | -2/+2 |
| | |||||
* | MFH | Antony Dovgal | 2007-10-25 | 1 | -0/+1 |
| | |||||
* | MFH | Antony Dovgal | 2007-10-25 | 1 | -0/+1 |
| | |||||
* | Fixed bug #43099 (XMLWriter::endElement() does not check # of params) | Ilia Alshanetsky | 2007-10-24 | 1 | -0/+3 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -2/+2 |
| | |||||
* | MFH | Antony Dovgal | 2007-07-16 | 4 | -0/+16 |
| | |||||
* | fix tests as discussed | Antony Dovgal | 2007-06-26 | 2 | -2/+2 |
| | |||||
* | Fixed tests | Dmitry Stogov | 2007-06-25 | 2 | -2/+2 |
| | |||||
* | - [@DOC] MFH: #41326, better fix. It restores BC and allows both canonical | Pierre Joye | 2007-05-14 | 3 | -16/+22 |
| | | | | | | | | and short form: - when $content is given, the closing tag will be generated (even for empty string) - when $content is ignored or NULL is given, the short form will be used | ||||
* | - MFH: #41326, Writing empty tags with Xmlwriter::WriteElement[ns] | Pierre Joye | 2007-05-08 | 3 | -16/+82 |
| | |||||
* | Fix bug #41287 (Namespace functions don't allow xmlns to be optional) | Rob Richards | 2007-05-04 | 2 | -8/+51 |
| | | | | | add test | ||||
* | MFH: parameter entity argument (pe) should be bool | Rob Richards | 2007-01-06 | 2 | -3/+18 |
| | | | | | update test | ||||
* | MFH: bug #39504 (xmlwriter_write_dtd_entity() creates Attlist tag, not entity) | Hannes Magnusson | 2007-01-06 | 3 | -6/+35 |
| | | | | | Add & improve test | ||||
* | fixed compiler warning | Ilia Alshanetsky | 2007-01-01 | 1 | -3/+3 |
| | |||||
* | Added missing entity functions (MFH from HEAD) | Ilia Alshanetsky | 2007-01-01 | 1 | -1/+10 |
| | | | | | Fixed php_xmlwriter_streams_IO_close() docs | ||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 2 | -2/+2 |
| | |||||
* | statification of local functions and variables. | Nuno Lopes | 2006-11-09 | 2 | -110/+103 |
| | | | | | | | | | | also remove a few uneeded global variables interesting new warnings: /cvs/php5/ext/xmlwriter/php_xmlwriter.c:391: warning: 'xmlwriter_objects_clone' defined but not used /cvs/php5/ext/xmlwriter/php_xmlwriter.c:1281: warning: 'zif_xmlwriter_start_dtd_entity' defined but not used /cvs/php5/ext/xmlwriter/php_xmlwriter.c:1325: warning: 'zif_xmlwriter_end_dtd_entity' defined but not used /cvs/php5/ext/xmlwriter/php_xmlwriter.c:1333: warning: 'zif_xmlwriter_write_dtd_entity' defined but not used | ||||
* | MFH: Fix double "wron param count" messages | Hannes Magnusson | 2006-11-03 | 1 | -1/+0 |
| | |||||
* | plug leaks that in the previous patch | Nuno Lopes | 2006-09-16 | 1 | -0/+1 |
| | |||||
* | add missing checks around expand_filepath() | Nuno Lopes | 2006-09-16 | 1 | -3/+2 |
| | |||||
* | - fix tests for PI with libxml 2.6.24+, a new line is now added | Pierre Joye | 2006-07-19 | 2 | -6/+10 |
| | |||||
* | fix typo, add new test | Antony Dovgal | 2006-07-11 | 2 | -1/+42 |
| | |||||
* | Synch with HEAD | Rob Richards | 2006-05-10 | 2 | -397/+103 |
| | |||||
* | - Update after api changes | Marcus Boerger | 2006-05-10 | 1 | -37/+37 |
| | |||||
* | #ifdef new functions and use their bodies to make PECL extensions compile ↵ | Antony Dovgal | 2006-04-03 | 1 | -2/+24 |
| | | | | | | | with PHP < 5.1.3 (as was agreed with Ilia) | ||||
* | fix bug #36898 (__set() leaks in classes extending internal ones) | Antony Dovgal | 2006-03-29 | 1 | -8/+3 |
| | | | | | | | | | Added: ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC) ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC) to initialize and destroy zend_object structs | ||||
* | - fix order | Pierre Joye | 2006-02-09 | 1 | -2/+1 |
| | |||||
* | MFH: initialize variables and reduce the number of warnings | Antony Dovgal | 2006-02-06 | 1 | -2/+2 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 3 | -71/+3 |
| | |||||
* | Fixed parameter parsing for setIndent() method. | Ilia Alshanetsky | 2005-12-17 | 1 | -1/+1 |
| | |||||
* | MFH: fix C++ comments in C code | Antony Dovgal | 2005-12-15 | 1 | -2/+2 |
| | |||||
* | fix tests and their skip conditions | Antony Dovgal | 2005-12-12 | 7 | -7/+2 |
| | |||||
* | MFH: allow NULL prefix to create default namespace | Rob Richards | 2005-12-09 | 3 | -7/+7 |
| | | | | | fix tests | ||||
* | MFH: enable a few additional functions | Rob Richards | 2005-12-09 | 9 | -3/+289 |
| | | | | | - add tests | ||||
* | MFH: fix res parameter typos | Rob Richards | 2005-12-07 | 2 | -2/+30 |
| | | | | | - add test | ||||
* | MFH: fix typos in xmlwriter/config.m4 | Antony Dovgal | 2005-12-04 | 1 | -2/+2 |
| | |||||
* | MFH: fix compile warning | Antony Dovgal | 2005-12-03 | 2 | -3/+3 |
| | |||||
* | MFH | foobar | 2005-12-03 | 1 | -1/+1 |
| | |||||
* | MFJ: use --enable instead of --with | Michael Wallner | 2005-12-02 | 1 | -1/+1 |
| | |||||
* | MFH | foobar | 2005-12-02 | 1 | -49/+14 |
| | |||||
* | Enable hash & xmlwriter by default | Ilia Alshanetsky | 2005-12-02 | 1 | -2/+2 |
| | |||||
* | Added xmlwriter to 5.1 | Ilia Alshanetsky | 2005-12-02 | 24 | -0/+2840 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_5_1'. | SVN Migration | 2005-08-08 | 22 | -2881/+0 |
| |