Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #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 | ||||
* | 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 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | MFH: allow NULL prefix to create default namespace | Rob Richards | 2005-12-09 | 1 | -5/+5 |
| | | | | | fix tests | ||||
* | MFH: enable a few additional functions | Rob Richards | 2005-12-09 | 1 | -2/+20 |
| | | | | | - add tests | ||||
* | MFH: fix res parameter typos | Rob Richards | 2005-12-07 | 1 | -2/+2 |
| | | | | | - add test | ||||
* | MFH: fix compile warning | Antony Dovgal | 2005-12-03 | 1 | -0/+3 |
| | |||||
* | Added xmlwriter to 5.1 | Ilia Alshanetsky | 2005-12-02 | 1 | -0/+1831 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_5_1'. | SVN Migration | 2005-08-08 | 1 | -2097/+0 |
| | |||||
* | Fix build under PHP 4 | Rob Richards | 2005-06-25 | 1 | -13/+18 |
| | |||||
* | fix build for libxml > 2.6.17 | Rob Richards | 2005-06-24 | 1 | -0/+1 |
| | |||||
* | - fix win32 builds, vc likes to have declarations first | Pierre Joye | 2005-06-24 | 1 | -2/+4 |
| | |||||
* | - Add OO interface | Pierre Joye | 2005-06-23 | 1 | -156/+752 |
| | | | | | - some {{{ fixes | ||||
* | use php streams for uri I/O under PHP 4 | Rob Richards | 2005-03-04 | 1 | -1/+53 |
| | |||||
* | - revert previous commit, use libxml version to enable or not a function | Pierre Joye | 2005-02-24 | 1 | -22/+38 |
| | | | | | | | | | (safer) - add xmlwriter_flush, flush the buffer, works with both file and mem buffer, BC kept - use ifdef for the function implementation (Rob, Pierre) | ||||
* | - Checks for older versions of libxml2 | Marcus Boerger | 2005-02-23 | 1 | -0/+8 |
| | |||||
* | fix libxml versions for comments | Rob Richards | 2005-02-23 | 1 | -2/+2 |
| | |||||
* | - ifdef all (protos and functions) and using the correct version | Pierre Joye | 2005-02-22 | 1 | -7/+48 |
| | | | | | | - fix protos ending - ws | ||||
* | - add xmlTextWriterStartComment and xmlTextWriterEndComment support | Pierre Joye | 2005-02-21 | 1 | -1/+58 |
| | |||||
* | - more zend_bool. | Pierre Joye | 2005-02-20 | 1 | -3/+5 |
| | | | | | | Fix flush buffer in output_memory Fix isparm in start_dtd_entity | ||||
* | - int is not zend_bool, fixed indented output | Pierre Joye | 2005-02-20 | 1 | -2/+2 |
| | |||||
* | Fix bug #2482 (xmlwriter_start_document chrashes apache) | Rob Richards | 2004-10-08 | 1 | -7/+7 |
| | | | | | | Fix other function parameters prep for release | ||||
* | add optional flush paramter to xmlwriter_output_memory | Rob Richards | 2004-07-20 | 1 | -3/+6 |
| | |||||
* | initial xmlwriter code | Rob Richards | 2004-07-13 | 1 | -0/+1314 |