Re: [PHP-DEV] Question about ABI compatibility for an ext/xsl patch and an API question for the implementation

2011-10-03 Thread Christian Stocker
On 27.09.11 07:03, Christian Stocker wrote: Hi again I just had the idea for a 4th option. Won't be less controversy, but it's backwards and forwards compatible. 4) use a php ini setting in PHP 5.3 So, here's a patch for PHP_5_3 with this approach https://gist.github.com/1259520 can

Re: [PHP-DEV] Question about ABI compatibility for an ext/xsl patch and an API question for the implementation

2011-09-27 Thread Rasmus Lerdorf
This sounds like the best approach actually. On Sep 27, 2011, at 7:03 AM, Christian Stocker christian.stoc...@liip.ch wrote: Hi again I just had the idea for a 4th option. Won't be less controversy, but it's backwards and forwards compatible. 4) use a php ini setting in PHP 5.3 I

[PHP-DEV] Question about ABI compatibility for an ext/xsl patch and an API question for the implementation

2011-09-26 Thread Christian Stocker
Hi Some weeks ago I wrote a patch to disable writing from within XSLT templates. That patch is now in 5.4 but wasn't accepted in PHP 5.3 since it changed a struct in the header file. I have now I new patch which doesn't need that changing in the struct, but I need a new .h file from libxslt.

Re: [PHP-DEV] Question about ABI compatibility for an ext/xsl patch and an API question for the implementation

2011-09-26 Thread Christian Stocker
Hi again I just had the idea for a 4th option. Won't be less controversy, but it's backwards and forwards compatible. 4) use a php ini setting in PHP 5.3 I know, we try to avoid that as much as possible. BUT * It will only be in 5.3, not even committed to 5.4 * If you don't have the ini