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
