Google Code Exporter
Google Code Exporter
Support PHP Desktop on Linux / Ubuntu. Porting tips were described in this topic: https://groups.google.com/d/topic/phpdesktop/y76-TlXQXxQ/discussion Porting to Linux should be easier now using CEF views. Maybe this can be accomplished...
Currently if the start page fails loading you will see a message like: `Error while loading start page. An internal local server was blocked by your firewall. Please check your...
``` I would like to see an example of how to embed postgresql along with phpdesktop in application's installer when you have chance to do so. Also if you have...
``` We need a way to protect the www/ directory, using php encoder is an option, but it won't protect other files in the www directory. Before we start work...
Upstream CEF issue: https://bitbucket.org/chromiumembedded/cef/issues/1420/issues-with-back-forward-reload-on-post Issue reported on CEF Forum: http://www.magpcss.org/ceforum/viewtopic.php?f=6&t=12238 During testing of POST requests for pretty urls, a new bug was found. When doing a post request to a...
When developing a desktop application there might be the need to run a PHP script that does some heavy lifting, thus executes for a significant amount of time, for that...
API functions should accessible in javascript through the "phpdesktop" object, e.g. phpdesktop.SetFullscreen(). Some functions have already been exposed, see the JavascriptApi wiki page. LaunchProcess() [ShellExecute in Windows API] - equivalent...
Mongoose options: https://github.com/cztomczak/phpdesktop/blob/784291bae89a201d86bacab35c9e0e61d19c17ac/mongoose-rev-04fc209/UserManual.md We might consider adding these to settings.json: - access_log_file - enable_directory_listing - error_log_file - extra_mime_types - num_threads - url_rewrite_patterns - [request_timeout_ms](https://github.com/cztomczak/phpdesktop/blob/784291bae89a201d86bacab35c9e0e61d19c17ac/mongoose-rev-04fc209/UserManual.md#request_timeout_ms-30000) Original issue reported on code.google.com by...
``` It works on my machine because I have python installed. One of users reported a problem that it's not working on his computer, see: https://groups.google.com/d/msg/phpdesktop/8vgK2pmmszs/YSRHj5Hzl6oJ ``` Original issue reported...
``` It would be nice to be able to translate the error messages that may appear on application startup when something goes wrong. These messages are currently in English and...