Revision tags: php-5.3.0RC2, php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1 |
|
#
08659c2d |
| 31-Dec-2008 |
Sebastian Bergmann |
MFH: Bump copyright year, 3 of 3.
|
Revision tags: NEWS |
|
#
c9f030f5 |
| 18-Dec-2008 |
Ilia Alshanetsky |
Fixed bug #46887 (Invalid calls to php_error_docref()) # Patch by oeriksson at mandriva dot com and crrodriguez at opensuse dot org
|
Revision tags: php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4 |
|
#
fc2fb50d |
| 17-Nov-2008 |
Felipe Pena |
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
Revision tags: BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3 |
|
#
7a37fa2d |
| 02-Nov-2008 |
Felipe Pena |
- Revert ZEND_BEGIN_ARG_INFO change
|
#
df100055 |
| 24-Oct-2008 |
Felipe Pena |
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
Revision tags: php-5.2.7RC2, php-5.2.7RC1 |
|
#
4732ab39 |
| 17-Sep-2008 |
Ilia Alshanetsky |
Fixed bug #46110 (XMLWriter - openmemory() and openuri() leak memory on multiple calls).
|
Revision tags: php-4.4.9, php-5.3.0alpha1, php-4.4.9RC1 |
|
#
f53142ac |
| 27-Jun-2008 |
Felipe Pena |
- Added arginfo
|
Revision tags: BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1 |
|
#
84a8bb03 |
| 10-Mar-2008 |
Felipe Pena |
MFH: New way for check void parameters
|
Revision tags: php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1, php-4.4.8 |
|
#
d1dded87 |
| 31-Dec-2007 |
Sebastian Bergmann |
MFH: Bump copyright year, 2 of 2.
|
Revision tags: php-4.4.8RC1, RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2 |
|
#
a687b6e6 |
| 24-Oct-2007 |
Ilia Alshanetsky |
Fixed bug #43099 (XMLWriter::endElement() does not check # of params)
|
Revision tags: php-5.2.5RC1, BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2 |
|
#
6c810b0d |
| 27-Sep-2007 |
Dmitry Stogov |
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
|
Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND, php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0 |
|
#
19d1d24d |
| 14-May-2007 |
Pierre Joye |
- [@DOC] MFH: #41326, better fix. It restores BC and allows both canonical and short form: - when $content is given, the closing tag will be generated (even for empty string)
- [@DOC] MFH: #41326, better fix. It restores BC and allows both canonical 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
show more ...
|
#
223cfe34 |
| 08-May-2007 |
Pierre Joye |
- MFH: #41326, Writing empty tags with Xmlwriter::WriteElement[ns]
|
#
78ccf4e0 |
| 04-May-2007 |
Rob Richards |
Fix bug #41287 (Namespace functions don't allow xmlns to be optional) add test
|
Revision tags: php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1, php-4.4.6, php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3 |
|
#
57792aca |
| 06-Jan-2007 |
Rob Richards |
MFH: parameter entity argument (pe) should be bool update test
|
#
252b9e9f |
| 06-Jan-2007 |
Hannes Magnusson |
MFH: bug #39504 (xmlwriter_write_dtd_entity() creates Attlist tag, not entity) Add & improve test
|
Revision tags: php-4.4.5RC1, php-5.2.1RC2 |
|
#
cb70d99e |
| 01-Jan-2007 |
Ilia Alshanetsky |
fixed compiler warning
|
#
5787b565 |
| 01-Jan-2007 |
Ilia Alshanetsky |
Added missing entity functions (MFH from HEAD) Fixed php_xmlwriter_streams_IO_close() docs
|
#
4223aa4d |
| 01-Jan-2007 |
Sebastian Bergmann |
MFH: Bump year.
|
Revision tags: php-5.2.1RC1 |
|
#
d6802e10 |
| 09-Nov-2006 |
Nuno Lopes |
statification of local functions and variables. also remove a few uneeded global variables interesting new warnings: /cvs/php5/ext/xmlwriter/php_xmlwriter.c:391: warning: 'xmlwriter_objec
statification of local functions and variables. 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
show more ...
|
#
050f94f7 |
| 03-Nov-2006 |
Hannes Magnusson |
MFH: Fix double "wron param count" messages
|
Revision tags: php-5.2.0, php-5.2.0RC6, php-5.2.0RC5 |
|
#
557b5834 |
| 16-Sep-2006 |
Nuno Lopes |
plug leaks that in the previous patch
|
#
c7101ba6 |
| 16-Sep-2006 |
Nuno Lopes |
add missing checks around expand_filepath()
|
Revision tags: php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1 |
|
#
24d3381b |
| 11-Jul-2006 |
Antony Dovgal |
fix typo, add new test
|
Revision tags: php-4.4.3RC2, BEFORE_NEW_OUTPUT_API, php-4.4.3RC1 |
|
#
1048c9cd |
| 10-May-2006 |
Rob Richards |
Synch with HEAD
|