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 | ||||
* | - 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 |
| | |||||
* | - each file needs a role | Pierre Joye | 2005-08-07 | 1 | -8/+8 |
| | | | | | NB: "Fix" 1.4 to do what 1.3 does | ||||
* | - add package2.xml | Pierre Joye | 2005-08-06 | 1 | -0/+65 |
| | |||||
* | - prepare release | Pierre Joye | 2005-08-06 | 1 | -2/+11 |
| | |||||
* | - fix examples | Pierre Joye | 2005-08-06 | 3 | -3/+3 |
| | |||||
* | fix tests | Rob Richards | 2005-08-06 | 10 | -20/+26 |
| | |||||
* | - Tweak tests a bit | Marcus Boerger | 2005-07-03 | 10 | -22/+28 |
| | |||||
* | 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 |
| | |||||
* | - OO example | Pierre Joye | 2005-06-23 | 1 | -0/+9 |
| | |||||
* | - initial tests | Pierre Joye | 2005-06-23 | 10 | -0/+294 |
| | |||||
* | - Add OO interface | Pierre Joye | 2005-06-23 | 4 | -160/+789 |
| | | | | | - some {{{ fixes | ||||
* | - now stable thanks to Pierre | Rob Richards | 2005-05-02 | 1 | -5/+21 |
| | | | | | - prep for release | ||||
* | - remove Experimental | Rob Richards | 2005-05-02 | 3 | -5/+1 |
| | | | | | | - add Pierre to Credits - update TODO | ||||
* | use php streams for uri I/O under PHP 4 | Rob Richards | 2005-03-04 | 2 | -1/+56 |
| | |||||
* | - we do not use any global | Pierre Joye | 2005-02-24 | 1 | -6/+0 |
| | |||||
* | - we do not need this function anymore | Pierre Joye | 2005-02-24 | 1 | -3/+1 |
| | |||||
* | - revert previous commit, use libxml version to enable or not a function | Pierre Joye | 2005-02-24 | 2 | -22/+39 |
| | | | | | | | | | (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 | 2 | -1/+11 |
| | |||||
* | fix libxml versions for comments | Rob Richards | 2005-02-23 | 2 | -7/+6 |
| | |||||
* | - ifdef all (protos and functions) and using the correct version | Pierre Joye | 2005-02-22 | 2 | -7/+52 |
| | | | | | | - fix protos ending - ws | ||||
* | - examples usage, initial commit | Pierre Joye | 2005-02-21 | 3 | -0/+113 |
| | |||||
* | - add xmlTextWriterStartComment and xmlTextWriterEndComment support | Pierre Joye | 2005-02-21 | 2 | -1/+61 |
| | |||||
* | - 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 aclocal "underquoted argument" warnings | Hartmut Holzgraefe | 2005-02-13 | 1 | -1/+1 |
| | |||||
* | Fix bug #2482 (xmlwriter_start_document chrashes apache) | Rob Richards | 2004-10-08 | 2 | -22/+33 |
| | | | | | | Fix other function parameters prep for release | ||||
* | Fix some misbehaving pecls (my own included ;-) | Wez Furlong | 2004-07-31 | 1 | -5/+9 |
| | |||||
* | No PECL should be enabled by default | Edin Kadribasic | 2004-07-29 | 1 | -1/+1 |
| | |||||
* | prep for alpha release | Rob Richards | 2004-07-20 | 1 | -4/+3 |
| | |||||
* | add optional flush paramter to xmlwriter_output_memory | Rob Richards | 2004-07-20 | 1 | -3/+6 |
| |