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 |
|
#
d32270a1 |
| 18-Mar-2008 |
Antony Dovgal |
one more forgotten ze1_compat leftover
|
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, php-5.2.5RC1 |
|
#
4b4d634c |
| 07-Oct-2007 |
Yiduo (David) Wang |
MFH: Added macros for managing zval refcounts and is_ref statuses
|
Revision tags: 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)
|
#
adb1cd83 |
| 20-Sep-2007 |
Rob Richards |
MFH: fix bug #42139 (XMLReader option constants are broken using XML()) add test
|
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 |
|
#
423982ac |
| 26-Jul-2007 |
Hannes Magnusson |
MFH: arginfo
|
Revision tags: BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND, php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, 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 |
|
#
e8d2c948 |
| 12-Jan-2007 |
Antony Dovgal |
MFH: nuke skeleton leftovers
|
Revision tags: php-4.4.5RC1, php-5.2.1RC2 |
|
#
4223aa4d |
| 01-Jan-2007 |
Sebastian Bergmann |
MFH: Bump year.
|
Revision tags: php-5.2.1RC1, php-5.2.0, php-5.2.0RC6, php-5.2.0RC5 |
|
#
5cdb9128 |
| 04-Oct-2006 |
Antony Dovgal |
MFH
|
#
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, php-4.4.3RC2 |
|
#
a0750004 |
| 06-Jun-2006 |
Antony Dovgal |
implement a dummy clone_obj handler for ze1 compat mode (fixes segfault on every XMLReader instantiation)
|
Revision tags: BEFORE_NEW_OUTPUT_API, php-4.4.3RC1 |
|
#
aa38b557 |
| 10-May-2006 |
Rob Richards |
Synch with HEAD add readInnerXML, readOuterXML, readString, and setSchema functionality allow parser options to be passed when loading reader optimization: use xmlTextReader const f
Synch with HEAD add readInnerXML, readOuterXML, readString, and setSchema functionality allow parser options to be passed when loading reader optimization: use xmlTextReader const functions for string properties add test
show more ...
|
Revision tags: php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3 |
|
#
0f510a6a |
| 03-Apr-2006 |
Antony Dovgal |
#ifdef new functions and use their bodies to make PECL extensions compile with PHP < 5.1.3 (as was agreed with Ilia)
|
Revision tags: php-5.1.3RC2 |
|
#
867f89e5 |
| 30-Mar-2006 |
Marcus Boerger |
- MFH Return NULL instead of '' if node does not exist
|
#
59b8592c |
| 29-Mar-2006 |
Antony Dovgal |
fix bug #36898 (__set() leaks in classes extending internal ones) Added: ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC) ZEND_API void zend_ob
fix bug #36898 (__set() leaks in classes extending internal ones) 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
show more ...
|
#
652d77ec |
| 17-Mar-2006 |
Antony Dovgal |
fix #36743 (In a class extending XMLReader array properties are not writable)
|
Revision tags: php-5.1.3RC1, RELEASE_1_2 |
|
#
bccf4bd9 |
| 06-Feb-2006 |
Antony Dovgal |
MFH: initialize variables and reduce the number of warnings
|
Revision tags: RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2 |
|
#
6ba295f3 |
| 11-Jan-2006 |
Antony Dovgal |
int -> long 64bit fixes
|
Revision tags: php-5.1.2RC2, php-4.4.2RC2 |
|
#
5bd93221 |
| 01-Jan-2006 |
foobar |
bump year and license version
|
Revision tags: php-5.1.2RC1 |
|
#
d831a501 |
| 21-Dec-2005 |
Pierre Joye |
- MFH: typo in error msg
|
#
ab056b02 |
| 21-Dec-2005 |
Pierre Joye |
- fix {{{
|
#
8aedeb85 |
| 18-Dec-2005 |
Antony Dovgal |
tix fypo
|
#
5238fb0b |
| 18-Dec-2005 |
Zeev Suraski |
Fix prototypes
|
Revision tags: RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1 |
|
#
d3e0b57e |
| 15-Nov-2005 |
Dmitry Stogov |
Allow recursive calls to __get/__set for different properties
|