Skip to content

Releases: cgi-js/node-php-cgi

v1.1.0: [phpcgijs] [docs] [feature] [improvement] Production ready with cgijs npm module as dependency for more features

27 Nov 04:29
Compare
Choose a tag to compare

v1.1.0: [phpcgijs] [docs] [feature] [improvement]
Production ready with cgijs npm module as dependency for more features

  1. Adding cgijs submodule as dependency.
  2. cgijs module has better architecture and more features to run php as well as other interpreted language scripts or other executables.
  3. Bumping deps and devdeps versions to remove security vulnerabilities
  4. Features of last cgijs commit.

cgijs v1.1.0 as dependency

Run CGI Files. Run Multiple Protocol Proxies for local, remote, or embedded servers.
Manage Processes, embedded servers, embedded databases, other embedded processes.

[Rectified]:

  • Errors of not exporting utils module export within the package
  • Cleaner testing of httpd, nginx, mysql, mongodb processes
  • Cleaner testing of json and os API's of utils module

[Added]

  • Major changes to proxy module exports. proxy module now exports socks, udp, http, tcp, redirect API's Added external packages to proxy module for support of proxies with UDP, TCP, SSH, FTP, Socks.
  • Added external package to proxy module for support of http to socks redirection Added shelljs API to utils module in cgijs

[TODO]:

  • To be tested with tomcat and Language inbuilt development servers. Next release will cover this.
  • Merge all supported protocols (http, https, socks, udp, tcp) functioning into setup, start, stop, serve proxy API's within them, apart from present API's of process.process module exports. Next release will cover this.
  • Cleaner testing of csv, file API's of utils module. Next release will cover this.

[phpcgijs] [improvement] [docs] Newer version for node-cgi-js

27 Nov 04:34
Compare
Choose a tag to compare

[phpcgijs] [improvement] [docs]
Newer version for node-cgi-js

[Commit]: Testing newer version for node-cgi-js. Testing with wordpress and drupal pending

[phpcgijs] [imporvement] Adding dynamic PHP-CGI path configuration to the repo that can be instantiated from express server.

27 Nov 04:33
Compare
Choose a tag to compare

[phpcgijs] [improvement] [docs]
Adding dynamic PHP-CGI path configuration to the repo that can be instantiated from express server.

[Commit]: Adding dynamic PHP-CGI path configuration to the repo that can be instantiated from express server. Available Tests pass through. Adding docs for relevant changes.

Adding dynamic PHP-CGI path configuration

27 Nov 04:31
Compare
Choose a tag to compare

[Commit]: Adding dynamic PHP-CGI path configuration to the repo that can be instantiated from express server. Available Tests pass through.