Kévin Dunglas
|
52a0be5728
|
feat(ext): expose GoValue() and PHPValue() functions (#1877)
* feat(ext): expose a GoValue function
* GoValue()
|
2025-09-15 16:25:11 +02:00 |
|
Youenn Le Gouedec
|
984f0a0211
|
docs: replace GEN_STUB_FILE by GEN_STUB_SCRIPT (#1849)
|
2025-09-08 14:13:16 +02:00 |
|
Adiel Cristo
|
c564c3ffb9
|
fix: minor docs fixes
|
2025-08-29 12:46:40 +02:00 |
|
Alexander Stecher
|
d540727369
|
feat:(extgen) make Go arrays more consistent with PHP arrays (#1800)
* Makes go arrays more consistent with PHP arrays.
* NewAssociativeArray.
* linting
* go linting
* Exposes all primitive types.
* Removes pointer alias
* linting
* Optimizes hash update.
* Fixes extgen tests.
* Moves file to tests.
* Fixes suggested by @dunglas.
* Replaces 'interface{}' with 'any'.
* Panics on wrong zval.
* interface improvements as suggested by @dunglas.
* Adjusts docs.
* Adjusts docs.
* Removes PackedArray alias and adjusts docs.
* Updates docs.
|
2025-08-25 16:24:15 +02:00 |
|
Alexandre Daubois
|
8df41236d9
|
feat(extgen): add support for arrays as parameters and return types (#1724)
* feat(extgen): add support for arrays as parameters and return types
* cs
---------
Co-authored-by: Kévin Dunglas <kevin@dunglas.fr>
|
2025-07-16 12:05:29 +02:00 |
|
Alexandre Daubois
|
1804e36b93
|
feat(extgen): add support for //export_php:namespace (#1721)
|
2025-07-16 12:01:39 +02:00 |
|
Alexandre Daubois
|
92abb16bc0
|
docs: add French translation for extensions (#1705)
|
2025-06-30 16:54:43 +02:00 |
|
Alexandre Daubois
|
93f2384749
|
docs: add extension and extension generator docs (#1652)
|
2025-06-30 14:29:25 +02:00 |
|