Skip to content

_wsystem and _wexec support #5

Description

@hfhchan

Since PHP only has system(), it is impossible to run a command line that contains Unicode chars outside the current codepage. However, Windows apps actually run a command line that contains Unicode chars by using _wsystem() instead of system() in the Windows C Runtime Library.

I wonder if you could provide a wfio_system() function that is a UTF-8 accepting equivalent system() function for PHP? (This function would similarly need to convert UTF-8 to UTF-16 before calling _wsystem().)

It will be very much appreciated if both _wsystem and _wexec, as well as utf-8 versions of shell_exec and passthru, could be supported!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions