History log of /php-src/ext/dom/html_collection.c (Results 1 – 8 of 8)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 73b7993b 31-Aug-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Merge branch 'PHP-8.3'

* PHP-8.3:
Fix GH-15654: Signed integer overflow in ext/dom/nodelist.c


# 88252353 08-Jul-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Reapply "Stop using reserved names in dom"

This reverts commit dda96768ece24cb56f09924baf9d6b9dd27ad587.

# dda96768 08-Jul-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Revert "Stop using reserved names in dom"

This reverts commit 013bc53f0cf0c55a196a4336bc7d07dcded6ed95.

This somehow breaks the Windows build. Will investigate later.

# 013bc53f 06-Jul-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Stop using reserved names in dom

# 59e639b5 28-Jun-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Follow-up on GH-13516: include config.h from build dir for new files in ext-dom (#14705)

GH-13516 was created before the new DOM files were added, and the PR was
never rebased to include

Follow-up on GH-13516: include config.h from build dir for new files in ext-dom (#14705)

GH-13516 was created before the new DOM files were added, and the PR was
never rebased to include the new DOM files, so there are three places
which were not replaced.

show more ...

# 6e7adb3c 09-May-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Update ext/dom names after policy change (#14171)

# 47feb579 10-Apr-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Support named items in dimension handling for HTMLCollection

Closes GH-13937.

# ac039cf7 10-Apr-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Implement HTMLCollection::namedItem()