I just done fixes to successfully compile SCA_SDO module on Gentoo Linux 
and PHP 5.6.18: https://github.com/vex75/SCA_SDO-1.2.4_compile_fix

понедельник, 15 марта 2010 г., 16:29:15 UTC+2 пользователь cdouglas написал:
>
> Hello,
>  Wanted to share the changes I had to make to the code to get SCA/SDO
> to work with 5.3.2 without warnings or errors. If I find more, I will
> update.
>
> If using with PHP >= 5.3.0, you need to make the following source code
> changes:
>
> remove all "static" except "static char rcs_id[] ..." from sdo.cpp.
>
> Add #include <stdio.h> to commonj/sdo/SDODataConverter.cpp
>
> /usr/local/lib/php/SCA/SCA_CommentReader.php
>   Line 381: $targetLine = preg_replace("{[ \t]+}", " ", $targetLine);
>   Line 385: if (strpos($word,$bindingAnnotation) === 0) {
>   Line 592: $targetLine = preg_replace("{[ \t]+}", " ", $targetLine);
>
> /usr/local/lib/php/SCA/SCA_AnnotationRules.php
>   Line 222:  $line         = preg_replace("{[ \t]+}", " ", $line);
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"phpsoa" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to phpsoa+unsubscr...@googlegroups.com.
To post to this group, send email to phpsoa@googlegroups.com.
Visit this group at https://groups.google.com/group/phpsoa.
For more options, visit https://groups.google.com/d/optout.

Reply via email to