History log of /PHP-7.4/ext/dom/php_dom.c (Results 51 – 75 of 220)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 73c1be26 15-Jan-2015 Xinchen Hui

Bump year


Revision tags: php-5.5.21RC1, php-5.6.5RC1
# 2d212b42 23-Dec-2014 Nikita Popov

Drop duplicate arg from hash_get_current_key_ex


Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4
# bdeb220f 13-Dec-2014 Anatol Belski

first shot remove TSRMLS_* things


Revision tags: php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1, php-5.5.18, php-5.4.34
# 37a685ff 12-Oct-2014 Tjerk Meesters

More fixes for nodelist array access
- testing for null property read
- no zval copying if the type is already long
- memory fix for master


# 59f39dea 09-Oct-2014 Tjerk Meesters

Refactored DOMNodeList array dereferencing implementation


# 2f099478 09-Oct-2014 Dmitry Stogov

zval must not be converted in place without duplication


Revision tags: php-5.5.18RC1, php-5.6.1
# 9469db93 26-Sep-2014 Florian MARGAINE

DOMNodeList elements are accessible through array notation

Fixes #67949


Revision tags: php-5.6.2
# d0cb7153 19-Sep-2014 Johannes Schlüter

s/PHP 5/PHP 7/


Revision tags: php-5.4.33, php-5.5.17, php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1, php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE
# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1


Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32
# 49a78cc6 19-Aug-2014 Anatol Belski

ported ext/dom


# 63d3f0b8 19-Aug-2014 Anatol Belski

basic macro replacements, all at once


# 1504f7d6 17-Aug-2014 Lior Kaplan

Correct typo in comments: 'initialized'


Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1
# 2ed8a170 07-Jul-2014 Dmitry Stogov

Refactored run_time_cache usage in object handlers


Revision tags: php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4, php-5.4.29, php-5.5.13
# 9eb89ddd 23-May-2014 Dmitry Stogov

Use optimized zend_array_dup() function. convert zend_hash_num_elements() and zend_hash_next_free_element() into macros.


Revision tags: php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1
# d8651fbe 03-May-2014 Xinchen Hui

Make they are in the same style of Z_ISREF


Revision tags: php-5.6.0beta2, php-5.5.12, php-5.4.28
# 4ed452c1 21-Apr-2014 Dmitry Stogov

Convert zval_get_string() into "fast path" macro and "slow path" function


# 59d45e69 17-Apr-2014 Nikita Popov

Fix libxml/sxe/dom node import/export

Also fix sxe zts.


# e96073b1 17-Apr-2014 Dmitry Stogov

Moved zend_literal->cache_slot right into zval.
It should be accessed using Z_CACHE_SLOT() macro.
zend_literal structure is removed.
API functions that accepted pointer to zend_literal no

Moved zend_literal->cache_slot right into zval.
It should be accessed using Z_CACHE_SLOT() macro.
zend_literal structure is removed.
API functions that accepted pointer to zend_literal now accept pointer to zval or cache_slot directly.
Calls of such functiond that now accept cache_slot need to be changed to pass -1 instead of NULL.

show more ...


# e59c8661 16-Apr-2014 Nikita Popov

Finish DOM port

All tests pass now


# 59f6d189 16-Apr-2014 Nikita Popov

Fix remaining XPath issue


# 39d12294 16-Apr-2014 Nikita Popov

Mostly fix Dom XPath


Revision tags: php-5.4.28RC1
# 9eb85698 15-Apr-2014 Nikita Popov

Make DOM mostly work


# 3b9fdf37 15-Apr-2014 Nikita Popov

Make DOM compile

Just make it compile, not work yet...


# 7a1a6092 15-Apr-2014 Nikita Popov

Add functions for extracting long/double/string from zval

These function get the long / double / string value of a zval with
usual cast semantics, but without actually modifying the zval

Add functions for extracting long/double/string from zval

These function get the long / double / string value of a zval with
usual cast semantics, but without actually modifying the zval.

Didn't go on a killing spree for convert_to_* yet...

show more ...


Revision tags: php-5.5.12RC1
# 2f0a758f 15-Apr-2014 Nikita Popov

Start working on dom extension

Nowhere near compiling yet...


123456789