Github user Jens-G commented on a diff in the pull request:

    https://github.com/apache/thrift/pull/1013#discussion_r64133332
  
    --- Diff: lib/haxe/README.md ---
    @@ -117,3 +117,48 @@ may only support parts of the library, or not be 
compatible at all.
     Javascript:
     - tutorial fails to build because of unsupported Sys.args
     
    +PHP HTTP Server notes
    +========================
    +
    +- you have to import PHP files generated by haxe into PHP
    +```php
    +require_once  dirname(__FILE__) . '/bin/php-web-server/Main-debug.php';
    +```
    +
    +- trace() by default outputs into stdout (http response), so you have to 
redirect it to stderr or you own logs, something like
    +```haxe
    +//remap trace to error log
    --- End diff --
    
    see my other comment


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to