public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [ANN] New PHP ebuilds - Testing wanting
@ 2003-05-15 21:37 Robin H.Johnson
  2003-05-16 16:18 ` Dhruba Bandopadhyay
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Robin H.Johnson @ 2003-05-15 21:37 UTC (permalink / raw
  To: gentoo-dev; +Cc: gentoo-users

[-- Attachment #1: Type: text/plain, Size: 891 bytes --]

Greetings,

I've finally released the new PHP ebuilds, which are now using the PHP
eclass.

The new ebuilds are:
dev-php/mod_php-4.3.1-r3
dev-php/php-4.3.1-r2

They are in unstable on all arches presently.

The PHP bugs from Bugzilla have been greatly whittled down, and more of
them are still to go.

I would like everybody who uses PHP for anything to please try these
out, as I would like to push them to stable soon. Particullary if you
had problems with Java/QT and PHP previously, please test them!

I'd like to hear from you about the successes and failures in it, so I
know that it really works as opposed to nobody just testing it.

-- 
Robin Hugh Johnson
E-Mail     : robbat2@orbis-terrarum.net
Home Page  : http://www.orbis-terrarum.net/?l=people.robbat2
ICQ#       : 30269588 or 41961639
GnuPG FP   : 11AC BA4F 4778 E3F6 E4ED  F38E B27B 944E 3488 4E85

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-dev] [ANN] New PHP ebuilds - Testing wanting
  2003-05-15 21:37 [gentoo-dev] [ANN] New PHP ebuilds - Testing wanting Robin H.Johnson
@ 2003-05-16 16:18 ` Dhruba Bandopadhyay
  2003-05-16 16:21   ` Dhruba Bandopadhyay
  2003-05-16 19:29   ` Stuart Herbert
  2003-05-16 19:06 ` Priit Laes
                   ` (2 subsequent siblings)
  3 siblings, 2 replies; 13+ messages in thread
From: Dhruba Bandopadhyay @ 2003-05-16 16:18 UTC (permalink / raw
  To: Robin H.Johnson; +Cc: gentoo-dev

On Thu, 2003-05-15 at 22:37, Robin H.Johnson wrote:
> I would like everybody who uses PHP for anything to please try these
> out, as I would like to push them to stable soon. Particullary if you
> had problems with Java/QT and PHP previously, please test them!

I've just emerged both mod_php and php from testing.  They emerge and
work perfectly and solved a garbled text/encoding problem I'd had for a
long time with phpsysinfo.

I'd recommend moving these to stable as this very moment another build
failed with java support enabled.  More and more people are choosing to
build without java support as they know no other way.  I believe if you
have your system-vm set to sun-jdk however then the older versions work
fine.

Excellent work and thank you.

--
Dhruba Bandopadhyay


--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-dev] [ANN] New PHP ebuilds - Testing wanting
  2003-05-16 16:18 ` Dhruba Bandopadhyay
@ 2003-05-16 16:21   ` Dhruba Bandopadhyay
  2003-05-16 17:12     ` Roman Weber
  2003-05-16 19:29   ` Stuart Herbert
  1 sibling, 1 reply; 13+ messages in thread
From: Dhruba Bandopadhyay @ 2003-05-16 16:21 UTC (permalink / raw
  To: gentoo-dev

On Fri, 2003-05-16 at 17:18, Dhruba Bandopadhyay wrote:
> I've just emerged both mod_php and php from testing.  They emerge and
> work perfectly and solved a garbled text/encoding problem I'd had for a
> long time with phpsysinfo.

That garbled output problem can be seen on the screenshot below taken
some time back although this now works nicely.

http://dhruba.codewordt.co.uk/images/phpsysinfo.png


--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-dev] [ANN] New PHP ebuilds - Testing wanting
  2003-05-16 16:21   ` Dhruba Bandopadhyay
@ 2003-05-16 17:12     ` Roman Weber
  0 siblings, 0 replies; 13+ messages in thread
From: Roman Weber @ 2003-05-16 17:12 UTC (permalink / raw
  To: gentoo-dev

Hi Dhruba

On Friday 16 May 2003 18:21, Dhruba Bandopadhyay wrote:
> That garbled output problem can be seen on the screenshot below taken
> some time back although this now works nicely.
>
> http://dhruba.codewordt.co.uk/images/phpsysinfo.png

FYI, that garbeling came from broken gcc Pentium4 optimization in glibc.
(floating point calculations)

Roman

-- 
   Nothing I do is my fault.
		  -- Calvin


--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-dev] [ANN] New PHP ebuilds - Testing wanting
  2003-05-15 21:37 [gentoo-dev] [ANN] New PHP ebuilds - Testing wanting Robin H.Johnson
  2003-05-16 16:18 ` Dhruba Bandopadhyay
@ 2003-05-16 19:06 ` Priit Laes
       [not found] ` <36012.216.190.203.130.1053539098.squirrel@squirrelmail.kydance.net>
  2003-05-22 11:02 ` Troy Dack
  3 siblings, 0 replies; 13+ messages in thread
From: Priit Laes @ 2003-05-16 19:06 UTC (permalink / raw
  To: gentoo-dev

On Thu, 15 May 2003 14:37:40 -0700
"Robin H.Johnson" <robbat2@gentoo.org> wrote:

> Greetings,
> 
> I've finally released the new PHP ebuilds, which are now using the
> PHP eclass.
> 
> The new ebuilds are:
> dev-php/mod_php-4.3.1-r3
> dev-php/php-4.3.1-r2
> 
> They are in unstable on all arches presently.
> 
> The PHP bugs from Bugzilla have been greatly whittled down, and more
> of them are still to go.
> 
> I would like everybody who uses PHP for anything to please try these
> out, as I would like to push them to stable soon. Particullary if
> you had problems with Java/QT and PHP previously, please test them!
> 
 I'd like to hear from you about the successes and failures in it, so
I
> know that it really works as opposed to nobody just testing it.
> 
> -- 
> Robin Hugh Johnson
> E-Mail     : robbat2@orbis-terrarum.net
> Home Page  : http://www.orbis-terrarum.net/?l=people.robbat2
> ICQ#       : 30269588 or 41961639
> GnuPG FP   : 11AC BA4F 4778 E3F6 E4ED  F38E B27B 944E 3488 4E85
> 
Worked fine for me... bot php and mod_php.
USE flags...
dev-php/php-4.3.1-r2  +X +berkdb -cjk +crypt +curl -firebird +flash
-freetds +gd -gdbm -imap -informix +java +jpeg -ldap mcal +mysql -nls
-oci8 -odbc +pam +pdflib -memlimit -pic +png-postgres +qt -snmp -spell
+ssl +tiff +truetype +xml +xml2 +zlib+readline
dev-php/mod_php-4.3.1-r3  +X +berkdb -cjk +crypt +curl -firebird
+flash -freetds +gd -gdbm -imap -informix +java +jpeg -ldap -mcal
+mysql -nls -oci8 -odbc +pam +pdflib -memlimit -pic +png-postgres
+qt-snmp -spell +ssl +tiff +truetype +xml +xml2 +zlib+apache2

Oh... just found this one... fixes memory leak for apache2handler
code. 
http://www.ctindustries.net/sapi_apache2.diff
-- 
Priit Laes <amdATttDOTee>                  _o)
http://amd-core.tk                         /\\  _o)  _o)
Everyone hates me, because i'm paranoid.  _\_V_()_() 

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 13+ messages in thread

* RE: [gentoo-dev] [ANN] New PHP ebuilds - Testing wanting
  2003-05-16 16:18 ` Dhruba Bandopadhyay
  2003-05-16 16:21   ` Dhruba Bandopadhyay
@ 2003-05-16 19:29   ` Stuart Herbert
  2003-05-16 22:37     ` Priit Laes
  1 sibling, 1 reply; 13+ messages in thread
From: Stuart Herbert @ 2003-05-16 19:29 UTC (permalink / raw
  To: gentoo-dev, 'Robin H.Johnson',
	'Dhruba Bandopadhyay'

> I'd recommend moving these to stable as this very moment 
> another build failed with java support enabled.  More and 
> more people are choosing to build without java support as 
> they know no other way.  I believe if you have your system-vm 
> set to sun-jdk however then the older versions work fine.

I've sent Robin updated eclass and ebuilds for the Java support, tested with
Sun JDK and with Blackdown JDK.  I've also logged a bug regarding unresolved
libraries in both JDKs, and a work-around, which prevented Java working with
mod_php.  The work-around isn't required for PHP CLI.

Has anyone managed to get mod_php working with Apache 2?  It compiles just
fine for me, and Apache 2 loads the .so, but the PHP interpreter is NOT
getting called when I try to access a PHP file.  Most strange.

Best regards,
Stu
--



--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 13+ messages in thread

* RE: [gentoo-dev] [ANN] New PHP ebuilds - Testing wanting
  2003-05-16 22:37     ` Priit Laes
@ 2003-05-16 19:42       ` Stuart Herbert
  2003-05-16 22:45         ` Priit Laes
  0 siblings, 1 reply; 13+ messages in thread
From: Stuart Herbert @ 2003-05-16 19:42 UTC (permalink / raw
  To: 'Priit Laes', gentoo-dev

Which Apache2 ebuild did you use?

Thanks,
Stu
--

> -----Original Message-----
> From: Priit Laes [mailto:amd@tt.ee] 
> Sent: 16 May 2003 23:38
> To: gentoo-dev@gentoo.org
> Subject: Re: [gentoo-dev] [ANN] New PHP ebuilds - Testing wanting
> 
> 
> On Fri, 16 May 2003 20:29:57 +0100
> "Stuart Herbert" <stuart@myrddraal.demon.co.uk> wrote:
> 
> > Has anyone managed to get mod_php working with Apache 2?  
> It compiles 
> > just fine for me, and Apache 2 loads the .so, but the PHP 
> interpreter 
> > is NOT getting called when I try to access a PHP file. Most strange.
> > 
> > Best regards,
> > Stu
> > --
> Works here...
> 
> -- 
> Priit Laes <amdATttDOTee>                  _o)
> http://amd-core.tk                         /\\  _o)  _o)
> Why don't they fix bugs in bugzilla???    _\_V _( ) _( )
> 
> --
> gentoo-dev@gentoo.org mailing list
> 
> 



--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-dev] [ANN] New PHP ebuilds - Testing wanting
  2003-05-16 19:29   ` Stuart Herbert
@ 2003-05-16 22:37     ` Priit Laes
  2003-05-16 19:42       ` Stuart Herbert
  0 siblings, 1 reply; 13+ messages in thread
From: Priit Laes @ 2003-05-16 22:37 UTC (permalink / raw
  To: gentoo-dev

On Fri, 16 May 2003 20:29:57 +0100
"Stuart Herbert" <stuart@myrddraal.demon.co.uk> wrote:

> Has anyone managed to get mod_php working with Apache 2?  It
> compiles just fine for me, and Apache 2 loads the .so, but the PHP
> interpreter is NOT getting called when I try to access a PHP file. 
> Most strange.
> 
> Best regards,
> Stu
> --
Works here...

-- 
Priit Laes <amdATttDOTee>                  _o)
http://amd-core.tk                         /\\  _o)  _o)
Why don't they fix bugs in bugzilla???    _\_V _( ) _( )

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-dev] [ANN] New PHP ebuilds - Testing wanting
  2003-05-16 19:42       ` Stuart Herbert
@ 2003-05-16 22:45         ` Priit Laes
  0 siblings, 0 replies; 13+ messages in thread
From: Priit Laes @ 2003-05-16 22:45 UTC (permalink / raw
  To: gentoo-dev

On Fri, 16 May 2003 20:42:43 +0100
"Stuart Herbert" <stuart@myrddraal.demon.co.uk> wrote:

> Which Apache2 ebuild did you use?
apache-2.0.45.ebuild
-- 
Priit Laes <amdATttDOTee>                  _o)
http://amd-core.tk                         /\\  _o)  _o)
Why don't they fix bugs in bugzilla???    _\_V _( ) _( )

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-dev] [ANN] New PHP ebuilds - Testing wanting
       [not found] ` <36012.216.190.203.130.1053539098.squirrel@squirrelmail.kydance.net>
@ 2003-05-21 19:03   ` Robin H.Johnson
  0 siblings, 0 replies; 13+ messages in thread
From: Robin H.Johnson @ 2003-05-21 19:03 UTC (permalink / raw
  To: Matthew Walker; +Cc: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 917 bytes --]

On Wed, May 21, 2003 at 11:44:58AM -0600, Matthew Walker wrote:
> I just installed these, and promptly had serveral PHP sites come crashing to
> a halt. You forgot to include PEAR in either these ebuilds, so the update
> uninstalled my PEAR. Fortunately, I had a copy of the core files on another
> machine, so I copied them across.
> > dev-php/mod_php-4.3.1-r3
> > dev-php/php-4.3.1-r2

You are the first person to report any problems of the sort with this.

Could you please post a bug on the bugzilla with this, including your
'emerge info' output and other relevant details.

I KNOW Pear is there, because I'm using it on my own production servers
with these updates.

-- 
Robin Hugh Johnson
E-Mail     : robbat2@orbis-terrarum.net
Home Page  : http://www.orbis-terrarum.net/?l=people.robbat2
ICQ#       : 30269588 or 41961639
GnuPG FP   : 11AC BA4F 4778 E3F6 E4ED  F38E B27B 944E 3488 4E85

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-dev] [ANN] New PHP ebuilds - Testing wanting
  2003-05-15 21:37 [gentoo-dev] [ANN] New PHP ebuilds - Testing wanting Robin H.Johnson
                   ` (2 preceding siblings ...)
       [not found] ` <36012.216.190.203.130.1053539098.squirrel@squirrelmail.kydance.net>
@ 2003-05-22 11:02 ` Troy Dack
  2003-05-22 18:26   ` Dhruba Bandopadhyay
  3 siblings, 1 reply; 13+ messages in thread
From: Troy Dack @ 2003-05-22 11:02 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 847 bytes --]

On Fri, 2003-05-16 at 07:37, Robin H.Johnson wrote:
> Greetings,
> 
> I've finally released the new PHP ebuilds, which are now using the PHP
> eclass.
> 
> The new ebuilds are:
> dev-php/mod_php-4.3.1-r3
> dev-php/php-4.3.1-r2
> 

Both worked fine here with Apache2, only problem was that Ufed (or more
likely a PEBKAC) had mysteriously unset xml on me, so I had to rebuild
with that :)

Otherwise working great.
-- 
Troy Dack        "Yes, yes, I know that, Sydney ... Everybody knows that!
tad@gentoo.org    ... But look: Four wrongs squared, minus two wrongs to 
                  the fourth power, divided by this formula, do make a
                  right." -- Gary Larson

Public Key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x4D90BE3C
Key fingerprint = 1F3D 6C15 16AA 09D5 0C96  92E5 FD89 16F9 4D90 BE3C
 

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-dev] [ANN] New PHP ebuilds - Testing wanting
  2003-05-22 11:02 ` Troy Dack
@ 2003-05-22 18:26   ` Dhruba Bandopadhyay
  2003-05-22 18:43     ` Robin H.Johnson
  0 siblings, 1 reply; 13+ messages in thread
From: Dhruba Bandopadhyay @ 2003-05-22 18:26 UTC (permalink / raw
  To: gentoo-dev

On Thu, 2003-05-22 at 12:02, Troy Dack wrote:
> Both worked fine here with Apache2, only problem was that Ufed (or more
> likely a PEBKAC) had mysteriously unset xml on me, so I had to rebuild
> with that :)

What exactly is the method of getting php working with apache2?  I have
tried without success.  The ebuild <path_to_ebuild> config command
returns apachemod command not found.

With regards


--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-dev] [ANN] New PHP ebuilds - Testing wanting
  2003-05-22 18:26   ` Dhruba Bandopadhyay
@ 2003-05-22 18:43     ` Robin H.Johnson
  0 siblings, 0 replies; 13+ messages in thread
From: Robin H.Johnson @ 2003-05-22 18:43 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 693 bytes --]

On Thu, May 22, 2003 at 07:26:10PM +0100, Dhruba Bandopadhyay wrote:
> What exactly is the method of getting php working with apache2?  I have
> tried without success.  The ebuild <path_to_ebuild> config command
> returns apachemod command not found.
Reading the output at the end of 'emerge mod_php' would enlighten you on
this matter.

I'm going to change the ebuild so it spits out the instructions again
when you do 'config' and are using Apache2.


-- 
Robin Hugh Johnson
E-Mail     : robbat2@orbis-terrarum.net
Home Page  : http://www.orbis-terrarum.net/?l=people.robbat2
ICQ#       : 30269588 or 41961639
GnuPG FP   : 11AC BA4F 4778 E3F6 E4ED  F38E B27B 944E 3488 4E85

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2003-05-22 18:43 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-15 21:37 [gentoo-dev] [ANN] New PHP ebuilds - Testing wanting Robin H.Johnson
2003-05-16 16:18 ` Dhruba Bandopadhyay
2003-05-16 16:21   ` Dhruba Bandopadhyay
2003-05-16 17:12     ` Roman Weber
2003-05-16 19:29   ` Stuart Herbert
2003-05-16 22:37     ` Priit Laes
2003-05-16 19:42       ` Stuart Herbert
2003-05-16 22:45         ` Priit Laes
2003-05-16 19:06 ` Priit Laes
     [not found] ` <36012.216.190.203.130.1053539098.squirrel@squirrelmail.kydance.net>
2003-05-21 19:03   ` Robin H.Johnson
2003-05-22 11:02 ` Troy Dack
2003-05-22 18:26   ` Dhruba Bandopadhyay
2003-05-22 18:43     ` Robin H.Johnson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox