[ 
https://issues.apache.org/jira/browse/THRIFT-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13414622#comment-13414622
 ] 

Xavier HAUSHERR edited comment on THRIFT-1615 at 7/15/12 12:48 PM:
-------------------------------------------------------------------

Hi,

Here is my latest patch (thrift.patch) without Symfony Autoloader. 
The patch is up to date with your last commit "Thrift-1652: TSaslTransport does 
not log the error when kerberos auth…" (1361615)

I have create my own autoloader, and added the possibility to autoload Thrift 
generated definition files. I have added APC cache possibility too to keep good 
performances.

You can see examples on Unit Tests.

I hope you enjoy this one.

Tell me if you have any question or if you wan't some changes.
                
      was (Author: xkobal):
    Hi,

Here is my latest patch without Symfony Autoloader. 
The patch is up to date with your last commit "Thrift-1652: TSaslTransport does 
not log the error when kerberos auth…" (1361615)

I have create my own autoloader, and added the possibility to autoload Thrift 
generated definition files. I have added APC cache possibility too to keep good 
performances.

You can see examples on Unit Tests.

I hope you enjoy this one.

Tell me if you have any question or if you wan't some changes.
                  
> Thrift for Symfony 2
> --------------------
>
>                 Key: THRIFT-1615
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1615
>             Project: Thrift
>          Issue Type: Improvement
>          Components: PHP - Compiler, PHP - Library
>    Affects Versions: 0.8, 0.9
>            Reporter: Xavier HAUSHERR
>              Labels: improvement, php, symfony2
>             Fix For: 0.9
>
>         Attachments: namespace.patch, thrift-0.8.x-phpsf2.patch, 
> thrift-trunk-phpsf2.patch, thrift.patch
>
>
> Hi,
> In order to use Thrift with the Framework Symfony 2 and its great 
> ClassLoader, I have:
> namespaced your PHP Lib (phpsf2)
> added an option sf2 to the PHP compiler. The main differences, are the use of 
> namespace, and remove your autloader.
> I have done this in the 0.8x branch (stable version) and in your trunk.
> I use it with a Symfony bundle I create to have a cool integration in Symfony 
> 2. Here is the git: g...@github.com:ebuzzing/OverblogThriftBundle.git
> Feel free to send me any question, any feedback on my pull request.
> Best regards.
> Xavier HAUSHERR
> Overblog CTO
> @xkobal

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to