History log of /ext-ds/src/php/handlers/php_set_handlers.c (Results 1 – 16 of 16)
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, v1.1.10, v1.1.9, v1.1.8, v1.1.7
# 4d44a0d7 28-Nov-2016 Rudi Theunissen

Clean up set op comments, moved to new branch


Revision tags: 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
# 31ad1f7d 08-Aug-2016 Rudi Theunissen

Partial refactor to fix wall


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

Add set gc handler


# 59ba967c 04-Aug-2016 Rudi Theunissen

Fix set by reference handler, attempt memtest


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
# ad652258 01-Aug-2016 Rudi Theunissen

Free objects when unserialize fails


Revision tags: v1.0.3, v1.0.2
# 19bcdf63 07-Jul-2016 Rudi Theunissen

Stack refactor


# b7d03170 07-Jul-2016 Rudi Theunissen

Set refactor


# 38ed7d94 06-Jul-2016 Rudi Theunissen

Rename all class entry files to have "ce" be a suffix


# a4849852 03-Jul-2016 Rudi Theunissen

Significant include refactor, htable renaming


# 81366fe7 03-Jul-2016 Rudi Theunissen

Significant rename to split ds from php