Skip to content

Releases: OOPS-ORG-PHP/mod_execdir

v1.0.6

02 Feb 08:10
Compare
Choose a tag to compare

Github Releases (by Release)

Changes:

  • PHP 8.1 Support (#33)
  • proc_open_re :: argument string duplicate check (#35)
  • fixed build failure on PHP 5.x (#31)

v1.0.5

21 Mar 18:06
Compare
Choose a tag to compare

Github Releases (by Release)

Changes:

  • PHP 7.4/8.0 Support (#27, #28)
  • fixed opcache redeclare problems (#26)
  • support new feature of PHP 7.4's proc_open (#29)

v1.0.4

05 Feb 21:08
Compare
Choose a tag to compare

Github Releases (by Release)

Changes:

  • fixed #24 support PHP 7.3

v1.0.3

09 Feb 18:36
Compare
Choose a tag to compare

Github Releases (by Release)

Changes:

  • fixed #21 confirm php 7.2 support

v1.0.2

02 Oct 09:06
Compare
Choose a tag to compare

Github Releases (by Release)

Changes:

  • fixed #12 Removing support for original system function with _orig
    If you still want to use the _orig function, you must give the --enable-execdir-addon option at configure time.
  • fixed #13 closing of fd incorrect when PTS enabled (php bug #69442)
  • fixed #15 But when using "2>&1" in exec command
  • fixed #16 error "NULL byte detected."
  • fixed #17 failed run-test 000-jailed_shellcmd.phpt

v1.0.1

10 Jan 09:27
Compare
Choose a tag to compare

Github Releases (by Release)

Changes:

  • fixed #8 backquote and $() syntax weakness after semi colon
  • fixed #9 can't print debug message
  • print value of mod_execdir ini option on phpinfo() entry
  • fixed #11 When safe_mode enabled, wrong operation shell_exec function in php 5.3 and before

v1.0.0

22 Jun 20:28
Compare
Choose a tag to compare

Github Releases (by Release)

Changes:

  • Initial release
  • verified from PHP 5.1 to PHP 7.0