On 2/2/07, Simon Laws <[EMAIL PROTECTED]> wrote:
On 2/2/07, Andrew Borley <[EMAIL PROTECTED]> wrote: > > On 2/2/07, Simon Laws <[EMAIL PROTECTED]> wrote: > > On 2/2/07, Andrew Borley <[EMAIL PROTECTED]> wrote: > > > > > > Hi Simon, > > > I'm taking a look at them now. I'll let you know how I get on. > > > > > > Cheers > > > Andy > > > > > > On 2/2/07, Simon Laws < [EMAIL PROTECTED]> wrote: > > > > I've attached patches to add reference support to the PHP > Extension ( > > > > https://issues.apache.org/jira/browse/TUSCANY-1089 ). This is a > fairly > > > major > > > > change and there have been several build problems in getting this > to > > > work. > > > > As it's been a bit of a struggle I'm keen to get someone else to > help me > > > try > > > > in on other boxes because I'm still having problems on my > configuration > > > and > > > > its not clear if it's me or if there are rela problems. Sharing > via svn > > > is > > > > the best way to do this but I should mention that this won't work > > > without > > > > some changes to the SCA_SDO PECL extension which I'm in the > process of > > > > making at the moment. They aren't there just yet. > > > > > > > > > > > > Simon > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > Andy, just thinking that by defauly we may want to disable the > automake > > link to the PHP Extension and PHP Calculator sub projects because of > course > > they won't generally build unless you have your environment set up > just so. > > In the patches I left them enabled :-( > > > > Simon > > > > > Hi Simon, > The PHP extension & sample are by default disabled at the moment - you > need to run "configure --enable-php" to build them on Linux. I've > committed the patches (& aslo updated the windows vcproj file), but > currently I'm failing to build on windows due to not having the PECL > SCA_SDO stuff that you mentioned and also getting some weird DLL > import and Winsock error messages... any ideas? > > Cheers > Andy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > yes - if you look at the top of the PHPServiceWrapper you will see a #define you have to uncomment to make it work on windows. This needs to be in a #ifdef win32 or similar but I've been working on UNIX for the last 3 weeks so didn't go back to fixing it. Sorry Simon
I've just checked in some changes to the VC project on windows which will hopefully work for you now. I've also updated the build for the PHP Calculator sample. Having said this I can't get it to run on my windows box. As I've said before I'm a bit suspicious of my windows configuration but I'm not getting the same error as before so it's likely that ithis is a real problem with the PHP Extension code. Would still be useful to know if you see a failure in the PHP engine code also. Regards Simon
