Jeroen P

Results 6 issues of Jeroen P

The default column values in create table statements after running `show create table` contain invalid default values that do not correspond to the original tables. A non-exhaustive list of examples:...

When running the `show create table` query, the returned create statement does not contain the sequence number for the auto-increment column. It would be good to add this. It can...

### Quick summary I have tested with a site where the `feedburner-form` plugin was installed. The plugin only works on PHP versions lower than 8 as it uses the 'create_function`...

[Type] Bug
Studio App
[Pri] High
[Status] Priority Review Triggered
Studio Compatibility Boost

See #22607 statfs syscall functions are returning hardcoded default values which can in some cases lead to unexpected results. This PR introduces a way for `__syscall_statfs64` to return real values...

**Version of emscripten/emsdk:** 3.1.61 The [___syscall_statfs64 ](https://github.com/emscripten-core/emscripten/blob/8eb432e21ba19b3f14b2b367891c03f704ad45bf/src/library_syscall.js#L804)function currently returns hardcoded values while some filesystems could potentially return more accurate stats. For example, `NODEFS` could leverage [the Node statfs filesystem function](https://nodejs.org/api/fs.html#fsstatfspath-options-callback)...

### What In #510 we implemented support for symlinks. Unfortunately, this only works for MacOS. When running Studio on Windows, PHP WASM mounts symlink nodes with invalid target paths such...

Studio App
Enhancement