[PHP-DEV] fix for servlet extension make failure

2003-01-03 Thread Giuseppe Tanzilli - CSF
ciao, this is my first post to the list, so please excuse me if I'm wrong I'm tryng to use the servlet extension, but it seems to be broken in 4.3 and last 4.4 snapshots (in php-4.2.3 build correctly but get the same problem). My dev system is based on: Redhat8/sun jdk 1.4.1/tomcat 4.1.18 I

[PHP-DEV] patch to sapi/servlet fixes bug 21291 more, please apply to STABLE/HEAD

2003-01-10 Thread Giuseppe Tanzilli - CSF
hi, tryng to use the php servlet sapi with Tomcat 4.1, I found this problems: -- configure generates a makefile without JAVA_INCLUDES -- make fails on servlet.c (php_module_startup call) -- make do not build phpsrvlt.jar -- got it working, every page start with HTTP/1.0 200 X this patch fixes all

[PHP-DEV] please apply to PHP_4_3 branch: servlet build fix

2003-02-03 Thread Giuseppe Tanzilli - CSF
hi, committed some fixes to build the servlet sapi, but have no permission to commit this small fix, please apply to 4_3 branch thanks a log Giuseppe -- --- Giuseppe Tanzilli [EMAIL PROTECTED] CSF Sistemi srl phone ++39 0775 7771 Via del

[PHP-DEV] please apply ext/java fix for sapi/servlet build on Unix

2003-02-06 Thread Giuseppe Tanzilli - CSF
ciao, as from subject, please apply this patch to PHP_4_3 branch. It is needed to complete the fix to build sapi/servlet on Unix bye Giuseppe -- --- Giuseppe Tanzilli [EMAIL PROTECTED] CSF Sistemi srl phone ++39 0775 7771 Via del Ciavattino

[PHP-DEV] locale bug from php4.3.0

2003-03-24 Thread Giuseppe Tanzilli - CSF
Hi, just porting big 4.2.3 application to 4.3.2rc, I see something changed from 4.3.0 about locale settings. Before 4.3.0 locale was used to print out numbers in string format and to read numbers from string formats. I mean php uses the decimal delimiter definied in the locale settings. From 4.3.0