Re: php52 and Horde

2010-05-11 Thread Andrea Venturoli
On 05/05/10 15:15, Alex Keda wrote: 05.05.2010 16:08, Andrea Venturoli пишет: On 05/05/10 13:46, Alex Keda wrote: 04.05.2010 17:28, Andrea Venturoli пишет: In Makefile, there's: .if ${PHP_VER} == 5 USE_PHP+= dom .else USE_PHP+= domxml .endif However, there is no php52-domxml; should

Re: php52 and Horde

2010-05-05 Thread Alex Keda
04.05.2010 17:28, Andrea Venturoli пишет: In Makefile, there's: .if ${PHP_VER} == 5 USE_PHP+= dom .else USE_PHP+= domxml .endif However, there is no php52-domxml; should php52-dom be used? Is the makefile wrong? Should it check for ${PHP_VER}==52? Or do I need to use some knob?

php52 and Horde

2010-05-04 Thread Andrea Venturoli
In Makefile, there's: .if ${PHP_VER} == 5 USE_PHP+= dom .else USE_PHP+= domxml .endif However, there is no php52-domxml; should php52-dom be used? Is the makefile wrong? Should it check for ${PHP_VER}==52? Or do I need to use some knob? bye Thanks av.