Re: [PHP] Re: Problem compile 5.2.3 souce under SUSE 10.1

2007-07-23 Thread Jeff Lanzarotta
Oh, OK, thanks. - Original Message From: M. Sokolewicz <[EMAIL PROTECTED]> To: Jeff Lanzarotta <[EMAIL PROTECTED]> Cc: PHP General List Sent: Monday, July 23, 2007 11:32:17 AM Subject: [PHP] Re: Problem compile 5.2.3 souce under SUSE 10.1 Jeff Lanzarotta wrote: > Hello

[PHP] Problem compile 5.2.3 souce under SUSE 10.1

2007-07-23 Thread Jeff Lanzarotta
Hello, I am not sure if this is the right mailing list or not, but here goes... I am attempting to compile php 5.2.3 from source under SUSE 10.1. The compile is fine, it is the 'make test' that is failing... When I run 'make test' I am getting: =

[PHP] Socket communications question

2006-10-13 Thread Jeff Lanzarotta
Hello, I am trying to get a php web page to communicate with a java application with little success... I can get the php page to send the request to the java application, just fine. But when the java app sends the response back, the php page does not seem to get it... As a side note, the java ap

Re: [PHP] recv() socket question

2006-09-28 Thread Jeff Lanzarotta
September 28, 2006 10:14 am, Jeff Lanzarotta wrote: > > I am writing a web page that contains some php code the will > > send/receive a message from a java application running on our > server. > > > > The php code successfully sends a message to the server but will >

[PHP] recv() socket question

2006-09-28 Thread Jeff Lanzarotta
Hello, I am writing a web page that contains some php code the will send/receive a message from a java application running on our server. The php code successfully sends a message to the server but will not, as far as I know, receive the message back. The only way I know this is that I attempt to