Changes between Version 1 and Version 2 of Ticket #55942, comment 14
- Timestamp:
- 07/20/2022 11:01:15 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55942, comment 14
v1 v2 27 27 Wondering if `NULL` (the PHP type) should map to `"NULL"` in the ENUM. Seems logical but might run into some problems later on, perhaps? 28 28 29 Thinking this should n't support "resource" and "resource (closed)". Currently not supported afaik, and not sure it's a good idea to save a PHP resource in the DB (not even sure how/if that can still be used somehow after retrieving it).29 Thinking this should not support "resource" and "resource (closed)". Currently not supported afaik, and not sure it's a good idea to save a PHP resource in the DB (not even sure how/if that can still be used somehow after retrieving it). 30 30 31 31 The rest are pretty self-explanatory. Array and Object will be serialized, the others can be typecast when retrieving, or it can use `settype()` (https://www.php.net/manual/en/function.settype.php).