Re: php

2019-01-05 Thread Rainer Duffner
Did you open PRs for the ports that don’t compile for you? ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

php

2019-01-05 Thread Randy Bush
the large ports update seems to have broken a lot of things which use php-72 (yes, it serves them right:), e.g. wordpress 5, nfsen, ... randy, waiting patiently for someone to clean this one up ___ freebsd-stable@freebsd.org mailing list https

Re: php version

2015-04-07 Thread Guido Falsi
On 04/07/15 16:37, Cristiano Deana wrote: > Hi, > > please help me understand. > > In /usr/ports/UPDATING we have: > > --- > # grep -A11 ^20150220 /usr/ports/UPDATING | more > 20150220: > AFFECTS: users of PHP > > The default PHP version has been update

Re: php version

2015-04-07 Thread dweimer
On 04/07/2015 9:37 am, Cristiano Deana wrote: Hi, please help me understand. In /usr/ports/UPDATING we have: --- # grep -A11 ^20150220 /usr/ports/UPDATING | more 20150220: AFFECTS: users of PHP The default PHP version has been updated from 5.4 to 5.6. If you use binary packages you

php version

2015-04-07 Thread Cristiano Deana
Hi, please help me understand. In /usr/ports/UPDATING we have: --- # grep -A11 ^20150220 /usr/ports/UPDATING | more 20150220: AFFECTS: users of PHP The default PHP version has been updated from 5.4 to 5.6. If you use binary packages you should make a list of php packages before

Re: Running a script via PHP

2013-10-08 Thread krad
here, >>> It's quite off-topic, but I'm using freebsd-stable,so >>> >>> The priblem is - running a script that requires root privileges via PHP >>> (or >>> probably CGI - I do not care, just want it to be secure and working). >>> &g

Re: Running a script via PHP

2013-10-01 Thread Ronald Klop
On Fri, 27 Sep 2013 23:50:02 +0200, Charles Swiger wrote: Hi-- On Sep 27, 2013, at 2:18 AM, Michael BlackHeart wrote: Hello there, It's quite off-topic, but I'm using freebsd-stable,so The priblem is - running a script that requires root privileges via PHP (or probably CGI

Re: Running a script via PHP

2013-09-27 Thread Charles Swiger
Hi-- On Sep 27, 2013, at 2:18 AM, Michael BlackHeart wrote: > Hello there, > It's quite off-topic, but I'm using freebsd-stable,so > > The priblem is - running a script that requires root privileges via PHP (or > probably CGI - I do not care, just want it

Re: Running a script via PHP

2013-09-27 Thread Ronald Klop
On Fri, 27 Sep 2013 11:18:40 +0200, Michael BlackHeart wrote: Hello there, It's quite off-topic, but I'm using freebsd-stable,so The priblem is - running a script that requires root privileges via PHP (or probably CGI - I do not care, just want it to be secure and working).

Running a script via PHP

2013-09-27 Thread Michael BlackHeart
Hello there, It's quite off-topic, but I'm using freebsd-stable,so The priblem is - running a script that requires root privileges via PHP (or probably CGI - I do not care, just want it to be secure and working). It's all about minidlna service (I use upnp to so mediatomb a

PHP-gnupg in jail - apache and tty

2012-01-14 Thread Gót András
Hello, Currently I'm facing a wierd problem. I should have an environment in a jail where a PHP script (with pecl-gnupg) is able to sign messages with PGP. However it turned out, that PGP needs a tty in the jail, which is available if I use tmux or ssh login to the jail and signing from

Re: 7.3 + kqueue + apache/php + DNS lookup problem

2011-10-02 Thread Michiel Boland
PHP code (assuming PHP is installed/used as an Apache module) that's trying to do DNS resolution of some kind? It's a php module doing a lookup for the hostname of the back-end mysql server. Hmmm... Is this a function of DNS traffic being via UDP? Presumably you're not seeing t

Re: 7.3 + kqueue + apache/php + DNS lookup problem

2011-10-02 Thread Matthew Seaman
On 01/10/2011 02:18, Doug Barton wrote: >> Does this happen when httpd tries to do DNS resolution for, say, an >> > incoming connection to the web server (e.g. trying to resolve the >> > incoming IP address of the client to an FQDN), or is it happening within >> &g

Re: 7.3 + kqueue + apache/php + DNS lookup problem

2011-10-02 Thread Adrian Chadd
Something stupid and ridiculous, like the socket watermark points are set incorrectly? It'd also be helpful to see exactly what the knotes were. Adrian ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable

Re: 7.3 + kqueue + apache/php + DNS lookup problem

2011-10-02 Thread Jeremy Chadwick
On Sun, Oct 02, 2011 at 10:18:30AM +0200, Damien Fleuriot wrote: > On 1 October 2011 03:18, Doug Barton wrote: > > It's a php module doing a lookup for the hostname of the back-end mysql > > server. > > > >> Are the delays always 3 seconds? > > > >

Re: 7.3 + kqueue + apache/php + DNS lookup problem

2011-10-02 Thread Damien Fleuriot
On 1 October 2011 03:18, Doug Barton wrote: > It's a php module doing a lookup for the hostname of the back-end mysql > server. > >> Are the delays always 3 seconds? > > Pretty much. > >> If so, that almost sounds like a timeout of some kind. > > That wa

Re: 7.3 + kqueue + apache/php + DNS lookup problem

2011-09-30 Thread Doug Barton
Thanks Jeremy and Chuck. Answers below. On 09/30/2011 17:37, Jeremy Chadwick wrote: > On Fri, Sep 30, 2011 at 04:31:18PM -0700, Doug Barton wrote: >> Howdy, >> >> So, this is a bit of an odd one I've got a web server running >> apache 2.2.17 and php 5.3.5

Re: 7.3 + kqueue + apache/php + DNS lookup problem

2011-09-30 Thread Chuck Swiger
On Sep 30, 2011, at 4:31 PM, Doug Barton wrote: > o, this is a bit of an odd one I've got a web server running > apache 2.2.17 and php 5.3.5. The host itself is running 7.3-RELEASE, > i386, and is not busy. I can do DNS queries on the command line all day > long and the

Re: 7.3 + kqueue + apache/php + DNS lookup problem

2011-09-30 Thread Jeremy Chadwick
On Fri, Sep 30, 2011 at 04:31:18PM -0700, Doug Barton wrote: > Howdy, > > So, this is a bit of an odd one I've got a web server running > apache 2.2.17 and php 5.3.5. The host itself is running 7.3-RELEASE, > i386, and is not busy. I can do DNS queries on the command lin

7.3 + kqueue + apache/php + DNS lookup problem

2011-09-30 Thread Doug Barton
Howdy, So, this is a bit of an odd one I've got a web server running apache 2.2.17 and php 5.3.5. The host itself is running 7.3-RELEASE, i386, and is not busy. I can do DNS queries on the command line all day long and they are very snappy. Using nslookup, dig, whatever. The weirdness

Dtrace with PHP scripts works on FreeBSD8-STABLE!

2011-07-17 Thread Alex Samorukov
Hello, I was able to compile [1] and and run PHP Dtrace provider on FreeBSD-STABLE. Everything works as expected and looks very cool. It works both from Apache (mod_php) and cli. If there are port commiters with dtrace experience - please, take it. Below there is a small demo: This is a

Re: php-cgi frozen with sbwait when SMP enable

2008-11-25 Thread Scott Ullrich
On Tue, Nov 25, 2008 at 6:40 AM, Ken Chen <[EMAIL PROTECTED]> wrote: > Change to configuration to solve this problem: > > #server.network-backend = "freebsd-sendfile" > server.network-backend = "writev" > > http://redmine.lighttpd.net/boards/2/topics/show/141 Maybe this patch is related? http://r

Re: php-cgi frozen with sbwait when SMP enable

2008-11-25 Thread Ivan Voras
Ken Chen wrote: > Change to configuration to solve this problem: > > #server.network-backend = "freebsd-sendfile" > server.network-backend = "writev" > > http://redmine.lighttpd.net/boards/2/topics/show/141 Good to know. Please consider posting a PR. signature.asc Description: OpenPGP digita

Re: php-cgi frozen with sbwait when SMP enable

2008-11-25 Thread Ken Chen
Change to configuration to solve this problem: #server.network-backend = "freebsd-sendfile" server.network-backend = "writev" http://redmine.lighttpd.net/boards/2/topics/show/141 ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailm

Re: php-cgi frozen with sbwait when SMP enable

2008-11-11 Thread Ken Chen
Thank Jeremy, I will try. 2008/11/12 Jeremy Chadwick <[EMAIL PROTECTED]> > On Tue, Nov 11, 2008 at 10:09:38PM +0800, Ken Chen wrote: > > I think the parent php-cgi are very health. I have tried: > > > > There are total 49 php-cgi processes are running or frozen, t

Re: php-cgi frozen with sbwait when SMP enable

2008-11-11 Thread Jeremy Chadwick
On Tue, Nov 11, 2008 at 10:09:38PM +0800, Ken Chen wrote: > I think the parent php-cgi are very health. I have tried: > > There are total 49 php-cgi processes are running or frozen, the '1 wait' is > parent . > > web4# ps alx | grep php-cgi | grep -v grep | awk &#x

Re: php-cgi frozen with sbwait when SMP enable

2008-11-11 Thread Ken Chen
.overloaded: 0 fastcgi.backend.0.load: 17 fastcgi.requests: 419008 But at this moment: web4# ps alx | grep php-cgi | grep -v grep | awk '{print $9}' | sort | uniq -c | sort -n 1 biord 1 wait 2 - 16 sbwait 29 accept web4# ps alx | grep php-cgi | grep -v grep | grep sbwait 65534 61392

Re: php-cgi frozen with sbwait when SMP enable

2008-11-11 Thread Ken Chen
I think the parent php-cgi are very health. I have tried: There are total 49 php-cgi processes are running or frozen, the '1 wait' is parent . web4# ps alx | grep php-cgi | grep -v grep | awk '{print $9}' | sort | uniq -c | sort -n 1 biowr 1 wait 15 sbwait 32 accept

Re: php-cgi frozen with sbwait when SMP enable

2008-11-10 Thread Ivan Voras
Anton - Valqk wrote: > You can try taking look to lighttpd status and fcgi processes status > like this: > server.modules += ( "mod_status" ) > status.status-url = "/server-status" > status.statistics-url = "/sstatus1" > > status.statistics-url gives info for each fastcgi like this: > > fastcgi

Re: php-cgi frozen with sbwait when SMP enable

2008-11-09 Thread Anton - Valqk
s on lighttpd site... pls tell what caused this, it'd be very interesting to me! cheers, valqk. Ken Chen wrote: > I capture something. > > Please check the PID 57776. It's CPU time never change since my previous > mail here. > > web4# ps alx | grep php-cgi | grep -v grep

Re: php-cgi frozen with sbwait when SMP enable

2008-11-08 Thread Ivan Voras
Ken Chen wrote: > I capture something. > > Please check the PID 57776. It's CPU time never change since my previous > mail here. > > web4# ps alx | grep php-cgi | grep -v grep | grep sbwait > 65534 57776 47240 0 4 0 182328 84984 sbwait I ?? 2:02.12 > /

Re: php-cgi frozen with sbwait when SMP enable

2008-11-07 Thread Ken Chen
I capture something. Please check the PID 57776. It's CPU time never change since my previous mail here. web4# ps alx | grep php-cgi | grep -v grep | grep sbwait 65534 57776 47240 0 4 0 182328 84984 sbwait I ??2:02.12 /usr/local/bin/php-cgi 65534 57801 47240 0 4 0 182328

Re: php-cgi frozen with sbwait when SMP enable

2008-11-07 Thread Ivan Voras
Ken Chen wrote: > Oh.. sorry, I forgot to provide the information of my environment. > > web4# php-cgi -v > PHP 5.2.6 (cgi-fcgi) (built: Nov 2 2008 11:16:30) > Copyright (c) 1997-2008 The PHP Group > Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies >

Re: php-cgi frozen with sbwait when SMP enable

2008-11-07 Thread Ken Chen
Hi Jeremy, A health FastCGI process have a lifetime, so the PIDs of all php-cgi processes should in a short range. There are some 'php-cgi' fall in 'sbwait' state, and stay there forever. The frozen 'php-cgi' can't accept new request, so never retire. Please

Re: php-cgi frozen with sbwait when SMP enable

2008-11-07 Thread Jeremy Chadwick
On Fri, Nov 07, 2008 at 07:29:37PM +0800, Ken Chen wrote: > Hello, > > I have 4 web servers with lighttpd to serve one web site with DNS load > sharing. On the 2 SMP-enable web servers, there will be many php-cgi frozen > in 'sbwait' state every day. It means the php-c

Re: php-cgi frozen with sbwait when SMP enable

2008-11-07 Thread Ken Chen
Oh.. sorry, I forgot to provide the information of my environment. web4# php-cgi -v PHP 5.2.6 (cgi-fcgi) (built: Nov 2 2008 11:16:30) Copyright (c) 1997-2008 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies with XCache v1.2.2, Copyright (c) 2005-2007, by mOo web4

Re: php-cgi frozen with sbwait when SMP enable

2008-11-07 Thread Ivan Voras
Ken Chen wrote: > Hello, > > I have 4 web servers with lighttpd to serve one web site with DNS load > sharing. On the 2 SMP-enable web servers, there will be many php-cgi frozen > in 'sbwait' state every day. It means the php-cgi stay in 'sbwait' state, >

php-cgi frozen with sbwait when SMP enable

2008-11-07 Thread Ken Chen
Hello, I have 4 web servers with lighttpd to serve one web site with DNS load sharing. On the 2 SMP-enable web servers, there will be many php-cgi frozen in 'sbwait' state every day. It means the php-cgi stay in 'sbwait' state, and never be back to 'accept' or

Re: minimizing downtime on upgrades? (for example: mysql 4.1 -> 5.0 or php)

2007-05-22 Thread Tom Judge
How do you handle such cases? Pretty much as you suggest below: Same questions for php upgrades: on php5 upgrade, all the other php5-* packages have to be compiled too, and keeping the webserver running during this time is probably not the best idea. What I'm going to try is to prepare p

Re: minimizing downtime on upgrades? (for example: mysql 4.1 -> 5.0 or php)

2007-05-22 Thread Ulrich Spoerlein
Olivier Mueller wrote: > Isn't there a better way? How do you handle such cases? We go to extra lengths and allow only pkg installs on servers. That way we are sure, that no random library pollution takes place. It also makes stuff better reproducable. Sadly packages are somewhat neclected and

Re: minimizing downtime on upgrades? (for example: mysql 4.1 -> 5.0 or php)

2007-05-22 Thread Chuck Swiger
such cases? Pretty much as you suggest below: Same questions for php upgrades: on php5 upgrade, all the other php5-* packages have to be compiled too, and keeping the webserver running during this time is probably not the best idea. What I'm going to try is to prepare packages of the po

Re: minimizing downtime on upgrades? (for example: mysql 4.1 -> 5.0 or php)

2007-05-22 Thread Volker
On 05/22/07 21:03, Olivier Mueller wrote: Some "freebsd-beginner" questions about how to maintain a production server up to date day after day, with a practical example: now I have to update a 6.1-based server from mysql 4.1 to mysql 5.0, minimizing the downtime during the upgrade. In the pa

minimizing downtime on upgrades? (for example: mysql 4.1 -> 5.0 or php)

2007-05-22 Thread Olivier Mueller
o be stopped during the compilation of mysql50-server, which usually takes some time. Isn't there a better way? How do you handle such cases? Same questions for php upgrades: on php5 upgrade, all the other php5-* packages have to be compiled too, and keeping the webserver running during this t

Re: php apache2 config

2007-01-23 Thread Rob Dosogne
Try commenting out the line for 'doc_root' in your php.ini Matthew Herzog wrote: When I load a file named php4.info I can see all my php build information. If I change that same file's name to phpinfo.php, I get a "premature end of script headers" error. The fil

Re: php apache2 config

2007-01-23 Thread Graham Menhennitt
Matthew Herzog wrote: When I load a file named php4.info I can see all my php build information. If I change that same file's name to phpinfo.php, I get a "premature end of script headers" error. The file contains this text only: and is owned by apache. This is purely a gue

Re: php apache2 config

2007-01-23 Thread Tom Samplonius
- Matthew Herzog <[EMAIL PROTECTED]> wrote: > When I load a file named php4.info I can see all my php build > information. > > If I change that same file's name to phpinfo.php, I get a "premature > end of script headers" > error. The file

php apache2 config

2007-01-23 Thread Matthew Herzog
When I load a file named php4.info I can see all my php build information. If I change that same file's name to phpinfo.php, I get a "premature end of script headers" error. The file contains this text only: and is owned by apache.

Re: php in free(): error: junk pointer, too high to make sense - SOLVED

2006-11-23 Thread Dominik Zalewski
.7 stable > > Log 1.9.9 stable > > PEAR 1.4.11 stable > > XML_RPC1.5.0 stable > > php in free(): error: junk pointer, too high to make sense > > Abort trap: 6 (core dumped) > > > > apache 2.2.3 and php-4.4.4_1 is working fine

Re: php in free(): error: junk pointer, too high to make sense

2006-11-23 Thread Ivan Voras
= > PackageVersion State > Archive_Tar1.3.1 stable > Console_Getopt 1.2 stable > DB 1.7.6 stable > Date 1.4.7 stable > Log1.9.9 stable > PEAR 1.4.11 stable > XML_RPC1.5.0 stable > php i

Re: php in free(): error: junk pointer, too high to make sense

2006-11-23 Thread Jim Pingle
t; PackageVersion State > Archive_Tar1.3.1 stable > Console_Getopt 1.2 stable > DB 1.7.6 stable > Date 1.4.7 stable > Log1.9.9 stable > PEAR 1.4.11 stable > XML_RPC1.5.0 stable > php in free(): error: jun

php in free(): error: junk pointer, too high to make sense

2006-11-23 Thread Dominik Zalewski
1 stable Console_Getopt 1.2 stable DB 1.7.6 stable Date 1.4.7 stable Log1.9.9 stable PEAR 1.4.11 stable XML_RPC1.5.0 stable php in free(): error: junk pointer, too high to make sense Abort trap: 6 (core dumped) apache 2.2.3 and php-4.4.4_1

Re: linux locales to freebsd: symlink to make php setlocale() happy ?

2006-11-16 Thread Oliver Fromme
Olivier Mueller wrote: > While moving some more customers from a linux to a freebsd-based > hosting, like some others I had a problem with php pages using > setlocale(). > > According to 'locale -a', it looks like that for de_DE (german): > > Linux (suse

linux locales to freebsd: symlink to make php setlocale() happy ?

2006-11-15 Thread Olivier Mueller
Bonjour, While moving some more customers from a linux to a freebsd-based hosting, like some others I had a problem with php pages using setlocale(). According to 'locale -a', it looks like that for de_DE (german): Linux (suse): de_DE de_DE.utf8 [EMAIL PROTECTED] Fr

php 4 update - SOLVED

2006-10-16 Thread Dominik Zalewski
I just needed to put a line in /usr/local/etc/portaudit.conf and regenerate portaudit db. from portaudit.conf: # this vulnerability has been fixed in your FreeBSD version portaudit_fixed="edabe438-542f-11db-a5ae-00508d6a62df" and then: portaudit -Fda && portupgrade php4 Done :) I found solu

Re: php on 5.4

2005-06-01 Thread Ronald Klop
You need to give the command 'bt' to gdb for some usefull output. bt stands for backtrace. Ronald. On Wed, 01 Jun 2005 18:11:54 +0200, Steve Rieger <[EMAIL PROTECTED]> wrote: hi all am wondering is anybody else thats running fbsd 5.4 php4 apache1, and about 10 php extensio

php on 5.4

2005-06-01 Thread Steve Rieger
hi all am wondering is anybody else thats running fbsd 5.4 php4 apache1, and about 10 php extensions, are noticing any issues when i run anything via php command line it cores, and the gdb gives me this from the core file 55F_10_25_4_27# gdb /usr/local/bin/php php.core GNU gdb 6.1.1

apache php child pid exit signal Bus error (10)

2005-02-22 Thread Rick Updegrove
Hello, I just upgraded a lot of ports on a 4.9-STABLE machine and many php scripts will not run. phpinfo() works but most scripts kill apache and the following is on httpd-error.log [Tue Feb 22 04:30:33 2005] [notice] child pid 92055 exit signal Bus error (10) [Tue Feb 22 04:30:46 2005

Re: High CPU-load with apache 1.3.33+mod-ssl, mod-php

2005-02-17 Thread Randy Rowe
On Thu, 2005-02-17 at 09:15 -0500, First Last wrote: > > Hello list, > > > > Im running FreeBSD 5.3 on a 1.4GHz/256mb P4. I've done make buildworld > > and make buildkernel with these options in make.conf: > > > > --- > > # -- use.perl generate

Re: High CPU-load with apache 1.3.33+mod-ssl, mod-php

2005-02-17 Thread First Last
> Hello list, > > Im running FreeBSD 5.3 on a 1.4GHz/256mb P4. I've done make buildworld > and make buildkernel with these options in make.conf: > > --- > # -- use.perl generated deltas -- # > # Created: Wed Feb 16 14:46:12 2005 > # Setting to

High CPU-load with apache 1.3.33+mod-ssl, mod-php

2005-02-17 Thread Alex Bustamante
Hello list, Im running FreeBSD 5.3 on a 1.4GHz/256mb P4. I've done make buildworld and make buildkernel with these options in make.conf: --- # -- use.perl generated deltas -- # # Created: Wed Feb 16 14:46:12 2005 # Setting to use base perl from

Re: mktime() bug? result strtotime() fail in PHP

2005-02-17 Thread Marcus Grando
Hi, Peter Jeremy wrote: Also FreeBSD 5.3-STABLE? I don't have a 5.3-STABLE system to confirm but if it doesn't return -1 it is wrong. Then, it's wrong. What timestamp should it return? 2004-11-02 00:00:00 doesn't exist for you, therefore there is no possible value for seconds since epoch that will

Re: mktime() bug? result strtotime() fail in PHP

2005-02-14 Thread Peter Jeremy
On Mon, 2005-Feb-14 10:05:50 -0200, Marcus Grando wrote: >Peter Jeremy wrote: >>To be pedantic, FreeBSD 4.11 is correct and the others are wrong. If > ^^ >Also FreeBSD 5.3-STABLE? I don't have a 5.3-STABLE system to confirm but if it doesn't re

Re: mktime() bug? result strtotime() fail in PHP

2005-02-14 Thread Daniel O'Connor
On Mon, 14 Feb 2005 22:35, Marcus Grando wrote: > Hi, > > Peter Jeremy wrote: > > To be pedantic, FreeBSD 4.11 is correct and the others are wrong. If > >^^ > Also FreeBSD 5.3-STABLE? > > > DST started at 2004-11-02 00:00 local time then you

Re: mktime() bug? result strtotime() fail in PHP

2005-02-14 Thread Marcus Grando
Hi, Peter Jeremy wrote: To be pedantic, FreeBSD 4.11 is correct and the others are wrong. If ^^ Also FreeBSD 5.3-STABLE? DST started at 2004-11-02 00:00 local time then you can't convert a local time of 2004-11-02 00:00:00 because that time doe

Re: mktime() bug? result strtotime() fail in PHP

2005-02-12 Thread Peter Jeremy
On Fri, 2005-Feb-11 21:16:00 -0200, Marcus Grando wrote: >I have problems with mktime() on FreeBSD 4.11-STABLE and daylight timezone. > >My timezone is "America/Sao_Paulo", daylight begin on 2004-11-02 00:00 >and terminate on 2005-02-20 00:00. > >The problem is: >If run this code[1] on FreeBSD 4.1

mktime() bug? result strtotime() fail in PHP

2005-02-11 Thread Marcus Grando
5.3-STABLE, then return 1099364400 (correct) and if run on Linux, then return 1099364400 (correct). In PHP, strtotime() call mktime(), because that return error. Is a bug on mktime()? -- code[1] -- #include #include int main() { struct tm local; local.tm_sec = 0; local.

Re: PHP vulnerability and portupgrade

2004-12-22 Thread Charles Ulrich
Mark Andrews said: >> Thanks a lot for your reply. If I understand things correctly, I need to >> maintain two cvsup files - one that tracks security issues in the base >> FreeBSD 5.3 system (tag=RELENG_5_3, src-all) and one for the ports >> collection (tag=. , ports-all). Then every time I recei

Re: PHP vulnerability and portupgrade

2004-12-21 Thread Yoshiaki Kasahara
On Wed, 22 Dec 2004 09:52:01 +0800, Ladislav Bodnar <[EMAIL PROTECTED]> said: > Thanks a lot for your reply. If I understand things correctly, I need to > maintain two cvsup files - one that tracks security issues in the base > FreeBSD 5.3 system (tag=RELENG_5_3, src-all) and one for the

Re: PHP vulnerability and portupgrade

2004-12-21 Thread Mark Andrews
> On Wednesday 22 December 2004 09:06, Mark Andrews wrote: > > > Hello, > > > > > > Due to the recently discovered vulnerability in PHP versions older than > > > 4.3.10 and 5.0.3, I decided to take a look at portupgrade to see if it > > > is a good

Re: PHP vulnerability and portupgrade

2004-12-21 Thread Ladislav Bodnar
On Wednesday 22 December 2004 09:06, Mark Andrews wrote: > > Hello, > > > > Due to the recently discovered vulnerability in PHP versions older than > > 4.3.10 and 5.0.3, I decided to take a look at portupgrade to see if it > > is a good way to keep the ports collect

Re: PHP vulnerability and portupgrade

2004-12-21 Thread Mark Andrews
> Hello, > > Due to the recently discovered vulnerability in PHP versions older than > 4.3.10 and 5.0.3, I decided to take a look at portupgrade to see if it is a > good way to keep the ports collection up-to-date with respect to security > issues. I ran cvsup on the se

PHP vulnerability and portupgrade

2004-12-21 Thread Ladislav Bodnar
Hello, Due to the recently discovered vulnerability in PHP versions older than 4.3.10 and 5.0.3, I decided to take a look at portupgrade to see if it is a good way to keep the ports collection up-to-date with respect to security issues. I ran cvsup on the security branch (tag=RELENG_5_3), then

Re: php-extensions: How adding additional module?

2004-08-18 Thread Thoamas Krause -CI-
On Track Technicial Support schrieb: make config thanks for that hint! but what's the best way to upgrade (eg to 4.3.9)? something like pkg_info | grep ^php4- | awk '{ print $1}' | xargs portupgrade -b ??? Regards, Thomas. I do think that the whole new PHP ports system needs to

Re: portupgrade and PHP

2003-11-06 Thread Rick Updegrove
Pat Lashley wrote: >> Do you happen to know where I can get the complete list? > > > Copy /usr/ports/lang/php4/scripts/php4_options to /root and edit > it to set your preferred defaults. Ahh, I did a "locate php4-options" which of course won't find "php4_options" Thanks again! __

Re: portupgrade and PHP

2003-11-04 Thread Erick Mechler
:: > How can I continually compile PHP with the same :: > options as the last time? :: :: Edit /usr/ports/lang/php4/Makefile and change the line :: PHP4_OPTIONS?= according to your needs. Except that the next time you upgrade your ports tree, your changes will be overwritten. Check o

Re: portupgrade and PHP

2003-11-04 Thread Claus Guttesen
Hi. > How can I continually compile PHP with the same > options as the last time? > Edit /usr/ports/lang/php4/Makefile and change the line PHP4_OPTIONS?= according to your needs. regards Claus Yahoo! Mail (http://dk.mail.yahoo.com) - Gratis: 6 MB lagerplads, spamfilter og

Re: portupgrade and PHP

2003-11-04 Thread Mark Nipper
On 03 Nov 2003, Rick Updegrove wrote: > When I run portupgrade -ra and PHP needs upgrading I am faced with > having to select all the options I want PHP compiled with (again). I > hate this. > > How can I continually compile PHP with the same options as the last time?

portupgrade and PHP

2003-11-04 Thread Rick Updegrove
Hello, When I run portupgrade -ra and PHP needs upgrading I am faced with having to select all the options I want PHP compiled with (again). I hate this. How can I continually compile PHP with the same options as the last time? Thanks! Rick

Re: apach_ssl+php(+ipv6), howto?

2000-12-13 Thread Szilveszter Adam
On Wed, Dec 13, 2000 at 09:58:58PM +0200, Nevermind wrote: > Hello, Hans de Hartog! > > On Wed, Dec 13, 2000 at 07:21:15PM +0100, you wrote: > > > I want apache with ssl, php (and if possible, ipv6). > > If I install apache+mod_ssl and after that mod_php, > > a (re

Re: apach_ssl+php(+ipv6), howto?

2000-12-13 Thread Nevermind
Hello, Hans de Hartog! On Wed, Dec 13, 2000 at 07:21:15PM +0100, you wrote: > I want apache with ssl, php (and if possible, ipv6). > If I install apache+mod_ssl and after that mod_php, > a (re?)install of vanilla apache is done. Do I have > to worry about that? If I also want apache

apach_ssl+php(+ipv6), howto?

2000-12-13 Thread Hans de Hartog
I want apache with ssl, php (and if possible, ipv6). If I install apache+mod_ssl and after that mod_php, a (re?)install of vanilla apache is done. Do I have to worry about that? If I also want apache_ipv6, can someone please tell me which packages to install (and in what sequence). Thanks for

Re: Apache/PHP ports

2000-10-13 Thread Bill Fumerola
On Fri, Oct 13, 2000 at 10:33:22AM +0200, [EMAIL PROTECTED] wrote: > > The ports system doesn't use symlinks. > > So why don't delete the old one? The files are gone, the directory structure probably remains because of a README.html file or extra stuff left over. I use cvs and not cvsup so I'm

Re: Apache/PHP ports

2000-10-13 Thread [EMAIL PROTECTED]
> > And why not symlink apache_php3&4 to mod_php??? > > The ports system doesn't use symlinks. So why don't delete the old one? > > Anyway you time-response is amazing. =) > > I'm a species of the "American night owl". I'm italian and here is 10:30 AM, anyway thanks again =) Paolo To Unsub

Re: apach+ssl+php port

2000-09-19 Thread Scot W. Hetzel
From: "Vincent Poy" <[EMAIL PROTECTED]> > Hmmm, I remember there were some issues about fp extensions back > in November 1999 about DES and MD5 passwords.. > Back in November 1999, we only had the BSDI extentsion, and fpsrvadm.exe was/is compiled statically with the DES libcrypt. This required th

Re: apach+ssl+php port

2000-09-19 Thread Scot W. Hetzel
From: "fbsd stable" <[EMAIL PROTECTED]> > ... one question though, if i have just the plain > apache-1.3.12 installed and would want to install it > with FP extensions, would i have to uninstall > apache-1.3.12 first then install apache13-fp ?or is it > ok to install the apache13-fp port right awa

Re: apach+ssl+php port

2000-09-15 Thread Scot W. Hetzel
From: "Vincent Poy" <[EMAIL PROTECTED]> > I noticed on your website that both you and Matthew Dodd were > working on Apache and modules: mod_ssl, mod_frontpage, mod_php3, mod_php4, > and mod_jserv. > > Aren't these already available? > mod_jserv (aka apache-jserv), mod_php3, mod_php4 are currently

Re: apach+ssl+php port

2000-09-15 Thread Vincent Poy
the trick. I'd forgotten > > > > > all about the mod_* directories. Reminding me of this has probably saved > > > > > me a lot of extra work. > > > > > > > > Okay, here's a question. What happens if one also wants FrontPage > &g

Re: -lc vs. -lc_r (building Apache-PHP)

1999-12-27 Thread Vince Vielhaber
On 27-Dec-99 Chris Malayter wrote: > Along this line of problems, > > I am having serious problems compileing a usable apache binary when > compileing modphp with IMAP support. It works fine for me when I just > compile any other service or combination of services. > > Here's the error: > >

Re: -lc vs. -lc_r (building Apache-PHP)

1999-12-27 Thread Tom
Only mysqld is threaded. > -mi > > FreeBSD rtfm.newton 3.4-STABLE FreeBSD 3.4-STABLE #0: Fri Dec 17 08:49:51 EST 1999 > Tom PKGNAME=apache+php+mod_ssl-${VERSION_APACHE}+${VERSION_PHP}+${VERSION_MODSSL} DISTFILES+= mod_ssl-${VERSION_MODSSL}-${VERSION_APACHE}${

Re: -lc vs. -lc_r (building Apache-PHP)

1999-12-27 Thread Chris Malayter
sr/src/sys/compile/VENUS i386 I tried doing this under 3.3-RELEASE and had the same error from apache. I have tried upgrading my IMAP libs, with no luck. I have tried downgrading apache, and php, and get the same result. Has anyone else experienced this? Chris Malayter [EMAIL

Re: -lc vs. -lc_r (building Apache-PHP)

1999-12-27 Thread Mikhail Teterin
> =not use threads. Only mysqld is threaded. => => Thank you, Tom, for this correction. However, this does not change => much. Some other extension wants threads then... = = Uhh.. highly unlikely. Almost none of PHP3 is thread-safe, and only a =bit of Apache is thread-safe. I doubt t

Re: -lc vs. -lc_r (building Apache-PHP)

1999-12-27 Thread Tom
Almost none of PHP3 is thread-safe, and only a bit of Apache is thread-safe. I doubt that anything in the Apache-PHP port wants or needs threads. Tom To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message