summaryrefslogtreecommitdiff
path: root/ext/xmlwriter
Commit message (Collapse)AuthorAgeFilesLines
* Happy New Year~Xinchen Hui2013-01-012-2/+2
|
* Fix #62432 ReflectionMethod random corrupt memory on high concurrentJohannes Schlüter2012-06-271-1/+1
| | | | | This fixes the same issue in multiple extensions. This isn't needed in later branches as 5.4 introduced object_properties_init()
* - Fixed bug #62064 (memory leak in the XML Writer module)Felipe Pena2012-05-181-0/+2
|
* - Year++Felipe Pena2012-01-012-2/+2
|
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
|
* - Year++Felipe Pena2011-01-012-2/+2
|
* - Fix the fix :PFelipe Pena2010-02-151-2/+1
|
* - Fix test (bug #51040)Felipe Pena2010-02-151-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
|
* fix testsZoe Slattery2009-07-1712-12/+12
|
* - add a note about the actual problen so we don't forget itPierre Joye2009-05-261-0/+3
|
* - better fix for file:/// and file://localhost (thx Ilia), init file_dest ↵Pierre Joye2009-05-251-2/+4
| | | | when the path is an uri
* - #48202, Out of memory error when passing non-existing filename, enable ↵Pierre Joye2009-05-254-13/+27
| | | | related tests (marked as XFAIL now)
* - New tests (testfest DutchUG)Felipe Pena2009-05-1612-0/+251
|
* Fixed bug #48204 (xmlwriter_open_uri() does not emit warnings on invalidIlia Alshanetsky2009-05-111-0/+1
| | | | | paths)
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
|
* Fixed bug #46887 (Invalid calls to php_error_docref())Ilia Alshanetsky2008-12-181-1/+1
| | | | | # Patch by oeriksson at mandriva dot com and crrodriguez at opensuse dot org
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-57/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+57
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-57/+0
|
* Fixed bug #46110 (XMLWriter - openmemory() and openuri() leak memory onIlia Alshanetsky2008-09-171-0/+6
| | | | | multiple calls).
* - Added arginfoFelipe Pena2008-06-271-84/+445
|
* Fix tests (new error message for void parameters)Felipe Pena2008-03-101-1/+1
|
* MFH: New way for check void parametersFelipe Pena2008-03-101-2/+2
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
|
* MFHAntony Dovgal2007-10-251-0/+1
|
* MFHAntony Dovgal2007-10-251-0/+1
|
* Fixed bug #43099 (XMLWriter::endElement() does not check # of params)Ilia Alshanetsky2007-10-241-0/+3
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
|
* MFHAntony Dovgal2007-07-164-0/+16
|
* fix tests as discussedAntony Dovgal2007-06-262-2/+2
|
* Fixed testsDmitry Stogov2007-06-252-2/+2
|
* - [@DOC] MFH: #41326, better fix. It restores BC and allows both canonicalPierre Joye2007-05-143-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 Joye2007-05-083-16/+82
|
* Fix bug #41287 (Namespace functions don't allow xmlns to be optional)Rob Richards2007-05-042-8/+51
| | | | | add test
* MFH: parameter entity argument (pe) should be boolRob Richards2007-01-062-3/+18
| | | | | update test
* MFH: bug #39504 (xmlwriter_write_dtd_entity() creates Attlist tag, not entity)Hannes Magnusson2007-01-063-6/+35
| | | | | Add & improve test
* fixed compiler warningIlia Alshanetsky2007-01-011-3/+3
|
* Added missing entity functions (MFH from HEAD)Ilia Alshanetsky2007-01-011-1/+10
| | | | | Fixed php_xmlwriter_streams_IO_close() docs
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
|
* statification of local functions and variables.Nuno Lopes2006-11-092-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" messagesHannes Magnusson2006-11-031-1/+0
|
* plug leaks that in the previous patchNuno Lopes2006-09-161-0/+1
|
* add missing checks around expand_filepath()Nuno Lopes2006-09-161-3/+2
|
* - fix tests for PI with libxml 2.6.24+, a new line is now addedPierre Joye2006-07-192-6/+10
|
* fix typo, add new testAntony Dovgal2006-07-112-1/+42
|
* Synch with HEADRob Richards2006-05-102-397/+103
|
* - Update after api changesMarcus Boerger2006-05-101-37/+37
|
* #ifdef new functions and use their bodies to make PECL extensions compile ↵Antony Dovgal2006-04-031-2/+24
| | | | | | | with PHP < 5.1.3 (as was agreed with Ilia)
* fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-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