History log of /ext-ds/src/php/handlers/php_vector_handlers.c (Results 1 – 13 of 13)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 53b57937 28-Feb-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix #206: Null coalescing operator on Vector make search failed

This happens because php_ds_vector_read_dimension makes a REF from the value
when type is not BP_VAR_R. So when the type i

Fix #206: Null coalescing operator on Vector make search failed

This happens because php_ds_vector_read_dimension makes a REF from the value
when type is not BP_VAR_R. So when the type is BP_VAR_IS then we see the first
element becomes a reference. You can see this when doing var_dump.

show more ...


# 8595b29f 03-Nov-2020 Remi Collet

review object management


# b297e8f3 14-Oct-2020 Rudi Theunissen

Fix array access


# f4fee1ad 04-Sep-2020 Rudi Theunissen

First steps to PHP 8 support


Revision tags: v1.2.9, v1.2.8, v1.2.7, v1.2.6, v1.2.5, v1.2.4, v1.2.3, v1.2.2, v1.2.1, v1.2.0
# 9ae66013 30-Jun-2017 Rudi Theunissen

Fix null coalesce access


Revision tags: v1.1.10, v1.1.9, v1.1.8, v1.1.7, v1.1.6, v1.1.5, v1.1.4
# 49836c52 08-Aug-2016 Rudi Theunissen

Refactoring of php subdirectory prefixes


Revision tags: v1.1.3
# 1644f758 05-Aug-2016 Rudi Theunissen

Add all gc handlers


Revision tags: v1.1.2
# a4052fc5 04-Aug-2016 Rudi Theunissen

Minor refactor of vector clear and realloc


Revision tags: v1.1.1
# e937fb56 03-Aug-2016 Rudi Theunissen

Fix object release memory leaks #30


Revision tags: v1.1.0, v1.0.4, v1.0.3, v1.0.2
# 0d1e0952 06-Jul-2016 Rudi Theunissen

Object renames, priority queue updates


# 7c8f0b20 04-Jul-2016 Rudi Theunissen

Rebased


# a4849852 03-Jul-2016 Rudi Theunissen

Significant include refactor, htable renaming


# 81366fe7 03-Jul-2016 Rudi Theunissen

Significant rename to split ds from php