History log of /PHP-8.2/ext/dom/parentnode.c (Results 26 – 36 of 36)
Revision Date Author Comments
# 01b3fc03 06-May-2021 KsaR

Update http->https in license (#6945)

1. Update: http://www.php.net/license/3_01.txt to https, as there is anyway server header "Location:" to https.
2. Update few license 3.0 to 3.01 as

Update http->https in license (#6945)

1. Update: http://www.php.net/license/3_01.txt to https, as there is anyway server header "Location:" to https.
2. Update few license 3.0 to 3.01 as 3.0 states "php 5.1.1, 4.1.1, and earlier".
3. In some license comments is "at through the world-wide-web" while most is without "at", so deleted.
4. fixed indentation in some files before |

show more ...


# e0aab741 16-Mar-2021 Máté Kocsis

Promote DOM invalid state errors during property access

Closes GH-6780


# 665e1f32 01-Feb-2021 Benjamin Eberlei

Fix bug #80600 DOMChildNode::remove does not work on DOMCharacterData.

Closes GH-6660


# 9f6820f7 15-Aug-2020 Benjamin Eberlei

Fix #79968: Manipulation on unattached DOMChildNode should throw DOMException


# 62b1d2cb 12-May-2020 George Peter Banyard

Fix [-Wundef] warning in DOM extension


# dfd0acf0 11-Apr-2020 Máté Kocsis

Generate method entries for ext/dom

Closes GH-5374


# 305b17e8 29-Mar-2020 Máté Kocsis

Do not include the same stub multiple times

Closes GH-5322


# 01b266aa 18-Mar-2020 Máté Kocsis

Improve error messages of various extensions

Closes GH-5278


# 0d913f9a 05-Mar-2020 Benjamin Eberlei

Fix another memory leak in dom_zvals_to_fragment.


# a7a2e985 03-Mar-2020 Nikita Popov

Fix memory leak in dom_zvals_to_fragment


# 5acd86df 28-Feb-2020 Benjamin Eberlei

[RFC] Implement new DOM Living Standard APIs in ext/dom


12