Google Code Exporter
Google Code Exporter
``` It's a PHP bug 44942: https://bugs.php.net/bug.php?id=44942 When executing wmic.exe to fetch software/hardware information, it will hang: ob_start(); $ret = system("C:\Windows\System32\wbem\wmic.exe path win32_computersystemproduct get uuid"); $output = ob_get_contents(); ob_end_clean(); Tried...
User can execute applications using php's system() command or similar, but there is no easy way to end long running processes when phpdesktop application closes. ## Option 1 - "execute_on_startup"...
Would it be possible to add an option to let the user minimize the app to the system tray? Original issue reported on code.google.com by `[email protected]` on 3 Apr 2013...
``` What steps will reproduce the problem? 1. Open google website in phpdesktop 2. Click microphone to start voice input 3. Error message "No internet connection" appears What is the...
For those interested in sponsoring a Mac release please see Issue #208. Support for PHP Desktop on Mac OS. Latest CEF/Chrome versions provide support only for Mac 10.9+ 64-bit. Related...
Currently the solution is to set a fixed web server port in settings.json: ``` "web_server": { "listen_on": ["127.0.0.1", 54007], ``` See the Settings wiki page: https://github.com/cztomczak/phpdesktop/wiki/Settings#listen_on Related topic on the...
Mongoose requires setting PUT_DELETE_PASSWORDS_FILE option (.htpasswd file with username/password) and later when performing PUT/DELETE request these credentials must be included in headers. A new option in settings.json "put_delete_password_file" with two...
``` Need to implement CefRequestHandler::OnQuotaRequest: /// // Called on the IO thread when JavaScript requests a specific storage quota // size via the webkitStorageInfo.requestQuota function. |origin_url| is the // origin...
This project is great! But IE is obviously too inferior for a project such as this. I'll wait for the chrome version instead. Anyway, here are my suggestions: Frameless Browser...
An option in settings.json to set an image for a splash screen. This is to prevent user seeing a blank window with white background during application launch while loading start...