| Commit message (Expand) | Author | Age | Files | Lines |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | - add a note about the actual problen so we don't forget it | Pierre Joye | 2009-05-26 | 1 | -0/+3 |
* | - MFB: #48202, Out of memory error when passing non-existing filename, enable... | Pierre Joye | 2009-05-25 | 1 | -2/+26 |
* | MFB: Fixed bug #48204 (xmlwriter_open_uri() does not emit warnings on | Ilia Alshanetsky | 2009-05-11 | 1 | -0/+1 |
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 1 | -1/+1 |
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | MFB: Fixed bug #46887 (Invalid calls to php_error_docref()) | Ilia Alshanetsky | 2008-12-18 | 1 | -1/+1 |
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) | Felipe Pena | 2008-11-17 | 1 | -57/+0 |
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+57 |
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -57/+0 |
* | MFB: Fixed bug #46110 (XMLWriter - openmemory() and openuri() leak memory on | Ilia Alshanetsky | 2008-09-17 | 1 | -0/+6 |
* | - MFB: Added arginfo | Felipe Pena | 2008-06-27 | 1 | -84/+445 |
* | New way for check void parameters | Felipe Pena | 2008-03-04 | 1 | -2/+2 |
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | MFB: 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 |
* | - [@DOC]#41326, better fix. It restores BC and allows both canonical and short | Pierre Joye | 2007-05-14 | 1 | -9/+9 |
* | - #41326, writing empty tags with Xmlwriter::WriteElement[ns] | Pierre Joye | 2007-05-08 | 1 | -5/+27 |
* | MFB: Fix bug #41287 (Namespace functions don't allow xmlns to be optional) | Rob Richards | 2007-05-04 | 1 | -8/+8 |
* | parameter entity argument (pe) should be bool | Rob Richards | 2007-01-06 | 1 | -3/+4 |
* | Fix parameter parsing | Hannes Magnusson | 2007-01-06 | 1 | -5/+5 |
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | Fixed bug #39504 (xmlwriter_write_dtd_entity() creates Attlist tag, | Rob Richards | 2006-11-13 | 1 | -7/+14 |
* | Enable xmlwriter_start_dtd_entity(), xmlwriter_end_dtd_entity() & xmlwriter_w... | Hannes Magnusson | 2006-11-09 | 1 | -0/+9 |
* | MFB: static'fication | Nuno Lopes | 2006-11-09 | 1 | -54/+103 |
* | Remove double "wrong param count" warnings | Hannes Magnusson | 2006-10-07 | 1 | -1/+0 |
* | MFB | Nuno Lopes | 2006-09-16 | 1 | -3/+3 |
* | add unicode support | Rob Richards | 2006-08-25 | 1 | -92/+128 |
* | fix typo | Antony Dovgal | 2006-07-11 | 1 | -1/+1 |
* | - Make this compatible with 5.0/1 again | Marcus Boerger | 2006-06-05 | 1 | -0/+4 |
* | fix compiler warnings | Rob Richards | 2006-05-10 | 1 | -18/+18 |
* | - Methods have flags | Marcus Boerger | 2006-05-09 | 1 | -39/+39 |
* | MF51: fix bug #36898 (__set() leaks in classes extending internal ones) | Antony Dovgal | 2006-03-29 | 1 | -8/+3 |
* | - Get rid of using ENFORCE_SAFE_MODE. | Andi Gutmans | 2006-02-19 | 1 | -1/+1 |
* | 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 | 1 | -2/+2 |
* | cleanup code making it easier to add new functionality and maintain | Rob Richards | 2005-12-19 | 1 | -356/+82 |
* | MFB51: Fixed parameter parsing for setIndent() method. | Ilia Alshanetsky | 2005-12-17 | 1 | -1/+1 |
* | - #35681, non ansi comment | Pierre Joye | 2005-12-15 | 1 | -2/+2 |
* | allow NULL prefix to create default namespace | Rob Richards | 2005-12-09 | 1 | -5/+5 |
* | - enable a few additional functions | Rob Richards | 2005-12-09 | 1 | -2/+20 |
* | - fix remaining parameter typo | Rob Richards | 2005-12-07 | 1 | -1/+1 |
* | - copy/paste error in startDtd, we do not need the res here | Pierre Joye | 2005-12-07 | 1 | -1/+1 |
* | fix compile warning | Antony Dovgal | 2005-12-03 | 1 | -0/+3 |
* | change to PHP 3.01 license | Rob Richards | 2005-12-01 | 1 | -8/+8 |
* | fix build under 5.0 | Rob Richards | 2005-11-23 | 1 | -2/+2 |
* | - switch to bsd license | Pierre Joye | 2005-11-15 | 1 | -8/+9 |
* | Allow recursive calls to __get/__set for different properties | Ilia Alshanetsky | 2005-11-15 | 1 | -3/+2 |
* | Provide a common handler for "close". | Ilia Alshanetsky | 2005-08-16 | 1 | -355/+89 |
* | Fix build under PHP 4 | Rob Richards | 2005-06-25 | 1 | -13/+18 |