Alan Seiden
Alan Seiden
It would expedite TLS configuration for 5250 and other services if we could easily set up a local Certificate Authority. An arcane process through DCM, local CA setup would be...
I noticed that the PHP Debug extension can use debug launch options from the `settings.json` global configuration, which avoids the need for launch.json workspace configuration. This would be especially useful...
Closes #130
### What example(s) need improvement? List of OSS doesn't include PHP ### What improvement(s) could be made? Link to IBM's PHP page.
**Describe the solution you'd like** To match features with tools such as pm2, we would like SC to be able to have supervisory abilities, specifically to restart processes that end...
If I select the tn5250 terminal immediately after first connecting to an IBM i, the focus is not on the tn5250 tab. I need to click into the terminal to...
The `SOAP_FUNCTIONS_ALL` constant was deprecated in PHP 8.4: https://github.com/php/php-src/commit/42497c1ea56a8452af84ea9c2177c1175f4136d6 Would it be fairly safe (not harm PHP 7-8.3 applications) to remove reference to SOAP_FUNCTIONS_ALL here: https://github.com/Shardj/zf1-future/blob/master/library/Zend/Soap/Server.php and here: https://github.com/Shardj/zf1-future/blob/master/tests/Zend/Soap/ServerTest.php I...