php-install Digest 27 Jul 2002 01:59:24 -0000 Issue 950

Topics (messages 7914 through 7922):

Re: PHP 4.2.2 Incompatibility with ZEND Encoded Files
        7914 by: stjohnr
        7916 by: Zeev Suraski

my application is not able to communicate with qmail sever !
        7915 by: Sreedhar Katikireddy

[CROSS POST] PHP Meetup & Texas PHP Users
        7917 by: Jay Blanchard
        7918 by: Manuel Lemos

Re: [PHP-DB] Re: [CROSS POST] PHP Meetup & Texas PHP Users
        7919 by: Pierre-Alain Joye

Re: PHP 4.2.2 and Apache 1.3.26 Installation
        7920 by: Khristopher_Klaich.nywd.uscourts.gov
        7922 by: Christopher Lyon

RPMs and tarballs
        7921 by: JOHN MEYER

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
By "patch" I mean we installed the "PHP 4.2.0 to 4.2.2 patch" (file:
http://www.php.net/do_download.php?download_file=php-4.2.0-to-4.2.2.patch.gz
) available from php.net.  This patch is described as the update to close
the HTTP POST header parsing vulnerability discovered on July 21st (the
"triggering" event for creation of the 4.2.2 version)..

I assume from your response that you performed the Full PHP 4.2.2 install
rather applying the Patch (as we did).  If that is correct, then it does
seem to confirm my belief that PHP 4.2.2 itself is not compatible with the
Zend Encoded/Optimized files!

I am experiencing the same "contact dropout" at Zend.  Since their web site
will not even respond, I suspect they are having difficulties (maybe even
related to this issue!).  Zend.com responds to ping, so their server is up,
but no site is delivered.

Thanks,

John



"Philipp steinkrüger" <[EMAIL PROTECTED]> wrote in message
news:001901c2348f$742f4da0$0a01a8c0@philipp...
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi,
>
> i dont know what you mean with "patch". i installed zend-optimizer
> with php 4.2.2 and i cant display my zend-encoded files anymore,
> just the word "Zend" is displayed. i dont have a solution yet and no one
> answers my questions at zend.com....
>
>
> regards,
> phiilpp
>
> - ----- Original Message -----
> From: "stjohnr" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, July 26, 2002 12:13 PM
> Subject: [PHP-INST] PHP 4.2.2 Incompatibility with ZEND Encoded Files
>
>
> > After installing the 4.2.2 Patch, we discovered that Zend-encoded files
> > will no longer work.
> >
> > Has anyone else experienced this?  Can't reach the www.zend.com site, so
> > I wonder it they installed the patch too!
> >
> >
> >
> >
> > --
> > PHP Install Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
>
> -----BEGIN PGP SIGNATURE-----
> Version: 6.5.8ckt http://www.ipgpp.com/
> Comment: KeyID: 0x690A9504
> Comment: Fingerprint: 35CE 467E C813 06B0 B8E3  0275 2B1E E84A 690A 9504
>
> iQA/AwUBPUEWsSse6EppCpUEEQKi9QCfZOWyDUsSv5oW0wHxCQUxsTyyJl4AoLeG
> aTVUWH0UwoY71/UEEjZ8x1AE
> =mWdm
> -----END PGP SIGNATURE-----
>
>


--- End Message ---
--- Begin Message ---
At 13:50 26/07/2002, stjohnr wrote:
>By "patch" I mean we installed the "PHP 4.2.0 to 4.2.2 patch" (file:
>http://www.php.net/do_download.php?download_file=php-4.2.0-to-4.2.2.patch.gz) 
>available from php.net.  This patch is described as the update to close
>the HTTP POST header parsing vulnerability discovered on July 21st (the
>"triggering" event for creation of the 4.2.2 version)..
>
>I assume from your response that you performed the Full PHP 4.2.2 install
>rather applying the Patch (as we did).  If that is correct, then it does
>seem to confirm my belief that PHP 4.2.2 itself is not compatible with the
>Zend Encoded/Optimized files!

It is fully compatible.  The only issue with the Optimizer and PHP 4.2.2, 
was that the Optimizer's installation program would not recognize PHP 4.2.2 
as a supported PHP version.  However, for people who already had PHP 4.2.1 
installed and upgraded - this is not an issue at all, since as far as 
binary compatibility goes - the optimizer is fully compatible with 
4.2.2.  Either way, this installation issue was addressed as well, and the 
new package available on www.zend.com will recognize PHP 4.2.2 as well.

You can take a look at phpinfo() to see whether the Optimizer was 
successfully loaded or not.  If it wasn't, you can take a look at your 
server's error log for possible causes, or submit a trouble ticket on 
www.zend.com/helpdesk/.

I'm not sure what was causing the access problems you had to www.zend.com - 
it hasn't been down since its last upgrade-related reboot 7 days ago.

Zeev

--- End Message ---
--- Begin Message ---

Hi !

    I am running my PHP application running on apache webserver.I am using
Qmail(installed on Linux operating system) as an SMTP server..The problem
is..I am not able to send any mails from my application using Qmail.Whereas
I am able to send mails from my application using SendMail..My PHP
application is running on windows 2000 and the qmail is running on
Linux.

The following is the technical information I am using in my application.....

A) The mail configuration settings (in php.ini) are.

1)SMTP = 192.168.10.24
2)sendmail_from = [EMAIL PROTECTED]
3)sendmail_path = /var/qmail/bin/sendmail

I tried with the following two options too..that didn't work out..

sendmail_path = /var/qmail/bin/sendmail
sendmail_path = /usr/sbin/sendmail

B) And I am using php's inbuilt "mail()"  function in my application as
follows..

mail("[EMAIL PROTECTED]","test","test");

Then when I tried from application I got the following message from Qmail
server..

"See http://pobox.com/~djb/docs/smtplf.html.";

When I have gone to the above link it is saying the following things the
qmail expects :

1)  Every line in an Internet mail message is required to end with CR LF.
The entire message ends with CR LF dot CR LF.  822bis specifically prohibits
other uses of LF.

2)The mail clients discussed above are incorrectly ending lines with LF and,
in most cases, ending the entire message with LF dot LF. That's not CR LF
dot CR LF, so a server such as msn.com will sit there waiting for the rest
of the message. After a while it'll give up and drop the connection. Your
mail doesn't get through.

Some mail servers convert a bare LF into CR LF, and accept LF dot LF as the
end of a mail message.

I wonder whether the php mail() function handles the mail ...The format
qmail is expecting.

I just want to know why the mails are not going through "qmail" from my
application where as my application is able to send mail using "sendmail"
with the above settings..

I appreciate your help regarding this problem..

Regards !
Sreedhar.












==========================================
Sreedhar Katikireddy, Software Engineer,
CS Software Solutions Pvt. Ltd.
425 Pantheon Road, Egmore, Chennai 600 008, INDIA
Phones: +91(44) 819 1336 thru 38, 819 3335
Fax: +91(44) 819 2339
url: www.cssolutionsinc.com
==========================================


--- End Message ---
--- Begin Message ---
Howdy all!

Just wanted to remind everyone that sign-up for the PHP Meetup is still in
progress at http://php.meetup.com . At latest count there are 289 folks
signed up world-wide with the top 10 cities being;

Washington DC (9 members)
Toronto (9 members)
Leeds, UK (8 members)
London, England (8 members)
Amsterdam (7 members)
Melbourne (6 members)
Atlanta (5 members)
Oakland-Alameda, CA (5 members)
Manhattan (below 42nd St) (5 members)
Montréal (4 members)

Why do something like this? Meet other developers, networking (you can never
tell when you're going to need another pair of hands for a project),
networking (you can never tell when someone is going to need to hire extra
hands for a project), and networking (you get the idea). Sign up soon! There
are thousands of PHP folks out there, spread the word.

On another note ....

TEXAS PHP Users!
php.meetup stats ...

Dallas, TX (2 members)
Austin, TX (2 members)
San Antonio, TX (2 members)
Bryan-College Station, TX (2 members)
Longview-Marshall, TX (1 members)

I would like to determine interest in having a PHP Mini-Conference in Texas,
perhaps in the January - April time frame. Due to some contacts that I have
I can get us discount rates at the T Bar M Tennis & Conference Center in New
Braunfels, with a meal package, and other non-PHP activities. There are many
golf courses in the area, T Bar M offers high and low rope course
instruction, there's tennis, water sports, close proximity to San Antonio,
The Hill Country, Gruene (where the oldest dance hall in Texas features tons
of stars as well as up-and-comers!), and much more.

You do not have to live in Texas to want to attend. Heck, you don't even
have to be a PHP developer, IT Managers who want to find out why PHP is good
for them, folks who have an interest in PHP but haven't taken the firt step,
or other computer types who just want to hang out with other computer types.

We could have a program of paper presentations, or it could be more of a
social/networking event. Heck, maybe someone such as an author or part of
the Zend group would be a guest speaker. There are many possibilities. Send
your thoughts on this to me directly at [EMAIL PROTECTED]
If you know of other PHP developers who are not on any of the lists here,
please forward this information to them if you think that they would be
interested.

I look forward to your responses...

Jay


--- End Message ---
--- Begin Message ---
Hello,

On 07/26/2002 09:25 AM, Jay Blanchard wrote:
> I look forward to your responses...

I am afraid this is going to be a major fiasco. The idea is good but the 
  meetup site is very badly implemented. It is very confusing. It is 
very hard to find how to choose a different city from those that are 
suggested.

When you finally realize that the closest city is too far away from 
where you live, you have an hard time to discover how to suggest a 
different city. When you think you have found to how to suggest a new 
city and do it, it seems that you're suggestion is being ignored.

Is there really anybody behind this site? It seems that it was something 
that somebody did but is not really maintaining it.

Another point is the choice of the day of the week is not very fortunate 
either because most people that work can't attend during weekdays. Even 
Friday night would have been a better idea.

Anyway, it shows that for the small numbers of users that subscribed to 
the various sites are just a reflex of how badly organized the 
initiative is. It is a pity. Maybe it should be better to organize 
something independent of the Meetup site which is only forcing 
inconvenient constraints of place and day of the week.

-- 

Regards,
Manuel Lemos

--- End Message ---
--- Begin Message ---
Something better for this need currently works good in France: 
http://www.communautephp.com/

For all of us who read french. 

The way of decide where and when are given to the users via a forum. This system works 
pretty well here.

pa
--- End Message ---
--- Begin Message ---
When you configured apache did you just excute ./configure or did you do 
something like ./configure --enable-modules=so?

K.








"Viraj Kalinga Abayarathna" <[EMAIL PROTECTED]>
07/25/2002 09:40 PM
Please respond to viraj

 
        To:     "Christopher Lyon" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
        cc: 
        Subject:        RE: [PHP-INST] PHP 4.2.2 and Apache 1.3.26 Installation


Please send your httpd.cof file to me.
this is a very strange problem, 'cos you
have set all the directives correctly.
send the conf, i want to see it.

vk
www.CeyNet.net
Low Cost Web Hosting.....


-----Original Message-----
From: Christopher Lyon [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 23, 2002 11:49 AM
To: '[EMAIL PROTECTED]'
Subject: [PHP-INST] PHP 4.2.2 and Apache 1.3.26 Installation


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
 
OS:
Red Hat 7.3
 
I am having a bit of a problem getting the two of these things
working. I have extracted both PHP and Apache, ran ./configure
- -with-mysql -with-apache=/usr/local/apache_1.3.26 from the php
directory. Then I ran make and make install. Once that was done I ran
the Apache ./configure, make and make install. I went to edit the
httpd.conf file and added the application/x-httpd-phpX .phpx stuff.
Once I was done with all of that I went to test to see if PHP was
working via some test pages and it looks like a no go. I am getting
just the raw html php code. Anybody have an idea of what I am missing
or what didn't get loaded?
 
 
 
 
-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>
 
iQA/AwUBPTzvcO7EIRdMOIylEQL3mgCfR59HfDLq3lnON6Fi8F8c5uu5Fe0AnRMz
We/80ljqpZK34fDw+tr3zV/k
=1Zvv
-----END PGP SIGNATURE-----



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



--- End Message ---
--- Begin Message ---
Here is what I used but beware. It didn't install the module directory in
the apache directory and I still can't get any php files to work.
 
 
Apache 1.3.26 
./configure --prefix=/usr/local/apache --enable-module=so 
            make 
            make install 
PHP 4.2.2 
./configure --with-mysql=  --with-apache=/source/of/apache 
            make 
            make install
 
 
 
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] 
Sent: Friday, July 26, 2002 8:30 AM
To: [EMAIL PROTECTED]
Cc: Christopher Lyon; [EMAIL PROTECTED]
Subject: RE: [PHP-INST] PHP 4.2.2 and Apache 1.3.26 Installation
 

When you configured apache did you just excute ./configure or did you do
something like ./configure --enable-modules=so? 

K. 







 
"Viraj Kalinga Abayarathna" <[EMAIL PROTECTED]> 
07/25/2002 09:40 PM 
Please respond to viraj 
        
        To:        "Christopher Lyon" <[EMAIL PROTECTED]>,
<[EMAIL PROTECTED]> 
        cc:         
        Subject:        RE: [PHP-INST] PHP 4.2.2 and Apache 1.3.26
Installation



Please send your httpd.cof file to me.
this is a very strange problem, 'cos you
have set all the directives correctly.
send the conf, i want to see it.

vk
www.CeyNet.net
Low Cost Web Hosting.....


-----Original Message-----
From: Christopher Lyon [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 23, 2002 11:49 AM
To: '[EMAIL PROTECTED]'
Subject: [PHP-INST] PHP 4.2.2 and Apache 1.3.26 Installation


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

OS:
Red Hat 7.3

I am having a bit of a problem getting the two of these things
working. I have extracted both PHP and Apache, ran ./configure
- -with-mysql -with-apache=/usr/local/apache_1.3.26 from the php
directory. Then I ran make and make install. Once that was done I ran
the Apache ./configure, make and make install. I went to edit the
httpd.conf file and added the application/x-httpd-phpX .phpx stuff.
Once I was done with all of that I went to test to see if PHP was
working via some test pages and it looks like a no go. I am getting
just the raw html php code. Anybody have an idea of what I am missing
or what didn't get loaded?




-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>

iQA/AwUBPTzvcO7EIRdMOIylEQL3mgCfR59HfDLq3lnON6Fi8F8c5uu5Fe0AnRMz
We/80ljqpZK34fDw+tr3zV/k
=1Zvv
-----END PGP SIGNATURE-----



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



--- End Message ---
--- Begin Message ---
Hi.  I'm running SuSE 7.3 with the original PHP/Apache install.  I want to update 
these two, but I can only find the tarballs.  How do I update without screwing my 
system up?
--- End Message ---

Reply via email to