summaryrefslogtreecommitdiff
path: root/ext/xmlwriter
Commit message (Expand)AuthorAgeFilesLines
* 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
* - 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
* MFH: parameter entity argument (pe) should be boolRob Richards2007-01-062-3/+18
* MFH: bug #39504 (xmlwriter_write_dtd_entity() creates Attlist tag, not entity)Hannes Magnusson2007-01-063-6/+35
* fixed compiler warningIlia Alshanetsky2007-01-011-3/+3
* Added missing entity functions (MFH from HEAD)Ilia Alshanetsky2007-01-011-1/+10
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
* statification of local functions and variables.Nuno Lopes2006-11-092-110/+103
* 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 wit...Antony Dovgal2006-04-031-2/+24
* fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-8/+3
* - fix orderPierre Joye2006-02-091-2/+1
* MFH: initialize variables and reduce the number of warningsAntony Dovgal2006-02-061-2/+2
* bump year and license versionfoobar2006-01-013-71/+3
* Fixed parameter parsing for setIndent() method.Ilia Alshanetsky2005-12-171-1/+1
* MFH: fix C++ comments in C codeAntony Dovgal2005-12-151-2/+2
* fix tests and their skip conditionsAntony Dovgal2005-12-127-7/+2
* MFH: allow NULL prefix to create default namespaceRob Richards2005-12-093-7/+7
* MFH: enable a few additional functionsRob Richards2005-12-099-3/+289
* MFH: fix res parameter typosRob Richards2005-12-072-2/+30
* MFH: fix typos in xmlwriter/config.m4Antony Dovgal2005-12-041-2/+2
* MFH: fix compile warningAntony Dovgal2005-12-032-3/+3
* MFHfoobar2005-12-031-1/+1
* MFJ: use --enable instead of --withMichael Wallner2005-12-021-1/+1
* MFHfoobar2005-12-021-49/+14
* Enable hash & xmlwriter by defaultIlia Alshanetsky2005-12-021-2/+2
* Added xmlwriter to 5.1Ilia Alshanetsky2005-12-0224-0/+2840
* This commit was manufactured by cvs2svn to create branch 'PHP_5_1'.SVN Migration2005-08-0822-2881/+0
* - each file needs a rolePierre Joye2005-08-071-8/+8
* - add package2.xmlPierre Joye2005-08-061-0/+65
* - prepare releasePierre Joye2005-08-061-2/+11
* - fix examplesPierre Joye2005-08-063-3/+3
* fix testsRob Richards2005-08-0610-20/+26
* - Tweak tests a bitMarcus Boerger2005-07-0310-22/+28
* Fix build under PHP 4Rob Richards2005-06-251-13/+18
* fix build for libxml > 2.6.17Rob Richards2005-06-241-0/+1
* - fix win32 builds, vc likes to have declarations firstPierre Joye2005-06-241-2/+4
* - OO examplePierre Joye2005-06-231-0/+9
* - initial testsPierre Joye2005-06-2310-0/+294
* - Add OO interfacePierre Joye2005-06-234-160/+789