[PHP-DEV] Solid 3.5 and PHP 4.0.4pl1

2001-02-28 Thread Denis Gasparin
Hi to all! Is anyone able to compile PHP 4.0.4pl1 with Solid 3.5 libraries? I have tried but it gives very very very many errors when the php module is linked during apache compilation. I know that a similar problem has been solved with PHP 4.0.3 and infact I'm able to compile S

Re: [PHP-DEV] Solid 3.5 and PHP 4.0.4pl1

2001-03-01 Thread Denis Gasparin
>Yes, I am able to compile with 3.5, and 3.51 which requires build >libraries #122 (I believe) from SolidTech. I am using the downloadble demo version. How i can check the library version? The date of the libraries are 637257 Nov 1 20:16 socl2x35.so 1390530 Nov 1 20:16 socl

[PHP-DEV] Bug in Php 4.0.4pl1 configure (does not require solid lib)

2001-03-05 Thread Denis Gasparin
Hi to all! I found a bug in the configure script of PHP 4.0.4pl1 in the solid section. There is a test in this file for the existence of the solid files after which there are several echo statements if there is a problem (you can pretty much search for these in the file). On the last ech

[PHP-DEV] Creation of a new external module

2001-05-04 Thread Denis Gasparin
I'm trying to create a new external module for PHP called acme. I used the ext_skel script to create the module directory and skeleton and then modified the config.m4 as indicated in that file. Then I moved to the created acme directory, issued the phpize command, configure and make. The compi