Re: php packages for debian 10 and debian 11

2024-08-08 Thread Andrew M.A. Cater
On Wed, Aug 07, 2024 at 01:28:45PM +, Naik, Anil Natha wrote: > > Hi Team, > Hi Anik, > As per the Debian repository I could see below php versions > > Debian 10 > php (2:7.3+69) > > Debian 11 > php (2:7.4+76) > Both PHP 7.* > We have install

Re: php packages for debian 10 and debian 11

2024-08-07 Thread Eduardo M KALINOWSKI
On 07/08/2024 10:28, Naik, Anil Natha wrote: Hi Team, As per the Debian repository I could see below php versions Debian 10 /*php* * (2:7.3+69)*/ Debian 11 */php (2:7.4+76)/* // We have installed php 8.1.1 version for Debian 11. *We wanted to kn

Re: php packages for debian 10 and debian 11

2024-08-07 Thread Wesley
i always run php8 on debian 11. There is no problem for me. Thanks > > Hi Team, > > As per the Debian repository I could see below php versions > > Debian 10 > > *php https://packages.debian.org/buster/php/php ** (2:7.3+69)*** > > Debian 11 > > **php (2:7.4+76)** > > We have installed

Re: php 7.4 and bookworm

2023-06-28 Thread John Covici
Mostly its with apache and the freepbx application which uses a lot of php applications which were originally installed with php 7.4 and then Debian upgraded all of them to php 8.2. I have already changed the php.default to 7.4 and changed the mods-enabled in apache to php7.4 rather than 8.2. On

Re: php 7.4 and bookworm

2023-06-28 Thread Greg Wooledge
On Wed, Jun 28, 2023 at 07:15:05PM -0400, John Covici wrote: > OK, so I installed the repo, and got php7.4, but there are still lots > of php82 packages installed. Do I have to install php7.4 equivalents > to each package? Any shorthand way to do the whole lot? At this point, you need to reveal

Re: php 7.4 and bookworm

2023-06-28 Thread John Covici
OK, so I installed the repo, and got php7.4, but there are still lots of php82 packages installed. Do I have to install php7.4 equivalents to each package? Any shorthand way to do the whole lot? On Wed, 28 Jun 2023 04:57:42 -0400, basti wrote: > > Hello, > > you can hold the packages or you ca

Re: php 7.4 and bookworm

2023-06-28 Thread Greg Wooledge
On Wed, Jun 28, 2023 at 10:15:14PM +0200, basti wrote: > if you use mod-php in apache you can use only one php version. > if you use php-fpm you can run multiple php version at the same time. Ah, that explains our differing experiences, then.

Re: php 7.4 and bookworm

2023-06-28 Thread basti
https://packages.sury.org/php/README.txt after add the repo install your needed php7.4-* packages if you use mod-php in apache you can use only one php version. if you use php-fpm you can run multiple php version at the same time. test your app with a phpinfo side. but that was not the topic Am

Re: php 7.4 and bookworm

2023-06-28 Thread John Covici
After upgrading to bookworm I get the following error: odbcinst: SQLInstallDriverEx failed with Unable to find component name. What does this mean -- google could not even find this error. Thanks in advance for any suggestions. On Wed, 28 Jun 2023 04:57:42 -0400, basti wrote: > > Hello, > > yo

Re: php 7.4 and bookworm

2023-06-28 Thread John Covici
OK, so php was upgraded from 7.4 to 8.2 -- how to get 7.4 back after upgrading to bookworm? How would I use https://deb.sury.org ? Thanks. On Wed, 28 Jun 2023 04:57:42 -0400, basti wrote: > > Hello, > > you can hold the packages or you can use https://deb.sury.org/ > > On 28.06.23 10:46, Joh

Re: php 7.4 and bookworm

2023-06-28 Thread John Covici
Thanks everyone. I will do the upgrade and see if it retains php 7.4. On Wed, 28 Jun 2023 07:01:51 -0400, Greg Wooledge wrote: > > On Wed, Jun 28, 2023 at 04:46:24AM -0400, John Covici wrote: > > Hi. So, I want to upgrade to bookworm, but I have an application > > which needs php 7.4 and I gues

Re: php 7.4 and bookworm

2023-06-28 Thread Greg Wooledge
On Wed, Jun 28, 2023 at 04:46:24AM -0400, John Covici wrote: > Hi. So, I want to upgrade to bookworm, but I have an application > which needs php 7.4 and I guess they are not yet ready to fix. So, > how can I keep that version, even if its just for that app? In previous releases, whenever I've u

Re: php 7.4 and bookworm

2023-06-28 Thread Andy Smith
Hi, On Wed, Jun 28, 2023 at 04:46:24AM -0400, John Covici wrote: > Hi. So, I want to upgrade to bookworm, but I have an application > which needs php 7.4 and I guess they are not yet ready to fix. So, > how can I keep that version, even if its just for that app? In <43ff5524-4d41-b570-c592-69af

Re: php 7.4 and bookworm

2023-06-28 Thread basti
Hello, you can hold the packages or you can use https://deb.sury.org/ On 28.06.23 10:46, John Covici wrote: Hi. So, I want to upgrade to bookworm, but I have an application which needs php 7.4 and I guess they are not yet ready to fix. So, how can I keep that version, even if its just for tha

Re: php -f index.php works but not when access from apache Debian Bullseye

2021-04-20 Thread john doe
On 4/20/2021 8:10 PM, john doe wrote: Debians, I'm working on a website mixing PHP and HTML, if I do the command 'php -f index.php' it works, but in Apache it is not working. I don't understand what Im doing rong, Aache'slog is not giving any clue. I'm not sure what to do to understand where t

Re: php-pear etc. on an Apache2 server [resolved]

2021-02-19 Thread Gary Dale
On 2021-02-19 09:17, Gary Dale wrote: On 2021-02-18 09:06, Gary Dale wrote: On 2021-02-16 17:56, Gary Dale wrote: I'm running Buster on my local server which, among other things, I use for developing web sites before copying them onto a public host. I've recently been getting into a little php

Re: php-pear etc. on an Apache2 server [resolved]

2021-02-19 Thread Gary Dale
On 2021-02-18 09:06, Gary Dale wrote: On 2021-02-16 17:56, Gary Dale wrote: I'm running Buster on my local server which, among other things, I use for developing web sites before copying them onto a public host. I've recently been getting into a little php coding because there seem to a lot of

Re: php-pear etc. on an Apache2 server [resolved]

2021-02-18 Thread Gary Dale
On 2021-02-16 17:56, Gary Dale wrote: I'm running Buster on my local server which, among other things, I use for developing web sites before copying them onto a public host. I've recently been getting into a little php coding because there seem to a lot of sample code out there for things I wan

Re: PHP 7.1 for debian stretch

2019-03-28 Thread Georgi Naplatanov
On 3/28/19 7:40 AM, basti wrote: > https://deb.sury.org/ > > On 28.03.19 06:15, gro.nai...@lagelagelage.ch wrote: >> Hi all >> >> >> Does anyone know when PHP 7.1 becomes to a stable version in debian stretch? >> Is there a roadmap? >> Or you can use Docker and PHP images https://hub.docker.com/

Re: PHP 7.1 for debian stretch

2019-03-28 Thread Sven Hartge
gro.nai...@lagelagelage.ch wrote: > Does anyone know when PHP 7.1 becomes to a stable version in debian stretch? PHP7.1 will *never* come to Debian Stretch. You can get an up-to-date version of PHP for Debian from the external repository of Ondřej Surý at deb.sury.org. Ondřej is the DD responsib

Re: PHP 7.1 for debian stretch

2019-03-27 Thread basti
https://deb.sury.org/ On 28.03.19 06:15, gro.nai...@lagelagelage.ch wrote: > Hi all > > > Does anyone know when PHP 7.1 becomes to a stable version in debian stretch? > Is there a roadmap? > > > Thx a lot > > >

Re: php connect to mssql

2017-07-18 Thread Ferenc Radics
Thank you Greg! It is working now! Thank you for the detailed explanation. Have a good day :) On 18 July 2017 at 15:49, Greg Wooledge wrote: > On Tue, Jul 18, 2017 at 03:41:10PM +0200, Ferenc Radics wrote: > > root@xy:/# apt-cache policy libsybdb5 > > libsybdb5: > > Installed: (none) > > C

Re: php connect to mssql

2017-07-18 Thread Greg Wooledge
On Tue, Jul 18, 2017 at 03:41:10PM +0200, Ferenc Radics wrote: > root@xy:/# apt-cache policy libsybdb5 > libsybdb5: > Installed: (none) > Candidate: (none) > Version table: > root@xy:/# cat /etc/apt/sources.list > #deb cdrom:[Debian GNU/Linux 8.6.0 _Jessie_ - Official amd64 DVD Binary-1 > 20

Re: php connect to mssql

2017-07-18 Thread Ferenc Radics
Yes I tried apt-get -f install. It did nothing: "0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded." root@xy:/# apt-cache policy Package files: 100 /var/lib/dpkg/status release a=now 500 http://security.debian.org/ jessie/updates/main Translation-en 500 http://security.debian.

Re: php connect to mssql

2017-07-18 Thread Greg Wooledge
On Tue, Jul 18, 2017 at 09:23:20AM +0200, Ferenc Radics wrote: > The following packages have unmet dependencies: > php5-sybase : Depends: libsybdb5 (>= 0.63) but it is not installable > E: Unable to correct problems, you have held broken packages. The bit about "held broken packages" is not reass

Re: PHP-FPM socket disappearing

2015-06-21 Thread Proxy One
On 2015-Jun-20 19:42, Bob Proulx wrote: > Proxy One wrote: > > > Why use /dev/shm/user-php.sock as the socket path? The Jessie-style > > > location would be in /var/run/user-php.sock AFAICS. (I don't see how > > > that would be related to your socket dissappearing.) > > > > I used that path on C

Re: PHP-FPM socket disappearing

2015-06-20 Thread Bob Proulx
Proxy One wrote: > > Why use /dev/shm/user-php.sock as the socket path? The Jessie-style > > location would be in /var/run/user-php.sock AFAICS. (I don't see how > > that would be related to your socket dissappearing.) > > I used that path on Centos machines and it worked. I saw that Debian > us

Re: PHP-FPM socket disappearing

2015-06-18 Thread Proxy One
Hi Santiago! On 2015-Jun-18 00:03, Santiago Vila wrote: > On Wed, Jun 17, 2015 at 11:30:33PM +0200, Proxy One wrote: > > I installed Jessie on my new server few days ago and moved website that run > > previously on Centos 5. I'm using Apache and PHP-FPM. [...] > > [...] > > > > If you are us

Re: PHP-FPM socket disappearing

2015-06-18 Thread Proxy One
Hi Bob! On 2015-Jun-17 16:19, Bob Proulx wrote: > Proxy One wrote: > > I installed Jessie on my new server few days ago and moved website > > that run previously on Centos 5. > > Welcome! :-) Thanks! I'm actually using Debian few last years. :) > > > I'm using Apache and PHP-FPM. > > I have be

Re: PHP-FPM socket disappearing

2015-06-17 Thread Santiago Vila
On Wed, Jun 17, 2015 at 11:30:33PM +0200, Proxy One wrote: > I installed Jessie on my new server few days ago and moved website that run > previously on Centos 5. I'm using Apache and PHP-FPM. [...] > [...] > If you are using jessie, your Apache version is >= 2.4, so you could ditch fastcgi a

Re: PHP-FPM socket disappearing

2015-06-17 Thread Bob Proulx
Proxy One wrote: > I installed Jessie on my new server few days ago and moved website > that run previously on Centos 5. Welcome! :-) > I'm using Apache and PHP-FPM. I have become an Nginx + php5-fpm advocate in recent years. If you decide you would like to give it a try post something and I wi

Re: Re: PHP memory limit upper bound

2014-10-05 Thread Grigor Kolev
> Your posts are very hard to follow - perhaps Kmail is a little broken? > I've re-edited this post accordingly - though it still incorrectly shows > comment precedence. > Perhaps you are not simply selecting a response from the list and > choosing "reply to" as an option?? My sincere apologies f

Re: PHP memory limit upper bound

2014-10-04 Thread Scott Ferguson
Your posts are very hard to follow - perhaps Kmail is a little broken? I've re-edited this post accordingly - though it still incorrectly shows comment precedence. Perhaps you are not simply selecting a response from the list and choosing "reply to" as an option?? On 04/10/14 23:53, Grigor Kolev

Re: Re: PHP memory limit upper bound

2014-10-04 Thread Grigor Kolev
>> >> I need to set the PHP memory limit to more than 512 MB and found that I >> can't. Is this caused by the Suhosin patch (my guess), and how to get >> around it? >> >> (I tried to set suhosin.memory_limit to 1024M: no change. Was told that >> php5-suhosin

Re: PHP memory limit upper bound

2014-10-02 Thread Scott Ferguson
Left these off:- not sure if the following is relevant given your "patch" http://www.cyberciti.biz/faq/linux-php-fatal-error-allowed-memory-size/ http://www.hardened-php.net/suhosin/configuration.html#suhosin.memory_limit suhosin.memory_limit Type: Integer Default: 0 As long scripts ar

Re: PHP memory limit upper bound

2014-10-02 Thread Scott Ferguson
On 03/10/14 02:57, Grigor Kolev wrote: >>> Hi all, > >>> > >>> I need to set the PHP memory limit to more than 512 MB and found that I > >>> can't. Is this caused by the Suhosin patch (my guess), and how to get > >>> around it? > >>> > >>> (I tried to set suhosin.memory_limit to 1024M: no c

Re: PHP memory limit upper bound

2014-10-02 Thread Jerry Stuckle
On 10/2/2014 12:57 PM, Grigor Kolev wrote: >>> Hi all, > >>> > >>> I need to set the PHP memory limit to more than 512 MB and found that I > >>> can't. Is this caused by the Suhosin patch (my guess), and how to get > >>> around it? > >>> > >>> (I tried to set suhosin.memory_limit to 1024M:

Re: Re: PHP memory limit upper bound

2014-10-02 Thread Grigor Kolev
>> Hi all, >> >> I need to set the PHP memory limit to more than 512 MB and found that I >> can't. Is this caused by the Suhosin patch (my guess), and how to get >> around it? >> >> (I tried to set suhosin.memory_limit to 1024M: no change. Was told that >> php5-suhosin might be more configurable

Re: PHP memory limit upper bound?

2014-10-01 Thread Scott Ferguson
On 01/10/14 20:56, gri...@gatchev.info wrote: > Hi all, > > I need to set the PHP memory limit to more than 512 MB and found that I > can't. Is this caused by the Suhosin patch (my guess), and how to get > around it? > > (I tried to set suhosin.memory_limit to 1024M: no change. Was told that > ph

Re: php 5.2 on debian wheezy

2013-11-26 Thread Bob Proulx
Jerry Stuckle wrote: > I don't know what your problems are. There aren't that many changes > from PHP 5.2.x to 5.4.x. Well-written scripts should run pretty > much unchanged. I've still got a lot of scripts written for PHP 5.1 > or before running on PHP 5.4.14. I can't speak for the original po

Re: php 5.2 on debian wheezy

2013-11-25 Thread Jerry Stuckle
On 11/23/2013 6:51 AM, Roland RoLaNd wrote: All, An application we're using is in need for php5.2 and we lack the time to make it work with the latest version. google search shows a lot of 5.3 to 5.2 downgrade for squeeze but not for wheezy naturally. May i ask if anyone has done so recently,

Re: php 5.2 on debian wheezy

2013-11-25 Thread Bob Proulx
Roland RoLaNd wrote: > An application we're using is in need for php5.2 and we lack the > time to make it work with the latest version. PHP 5.2.6 was the stock version in Debian Lenny 5. You are aware of the problems with running dead code such as this? No security upgrades. Possible vulnerabil

Re: PHP code won't run (SOLVED)

2013-06-21 Thread Jerry Stuckle
On 6/21/2013 8:39 PM, Gary Roach wrote: On 06/21/2013 05:28 PM, Jerry Stuckle wrote: On 6/21/2013 8:25 PM, Gary Roach wrote: I found the problem. When using Blowfish I just click on the browser button to view the page. Blowfish is using the URL file:///var/www/ to access the files. The inde

Re: PHP code won't run (SOLVED)

2013-06-21 Thread Gary Roach
On 06/21/2013 05:28 PM, Jerry Stuckle wrote: On 6/21/2013 8:25 PM, Gary Roach wrote: I found the problem. When using Blowfish I just click on the browser button to view the page. Blowfish is using the URL file:///var/www/ to access the files. The index.html file doesn't work right when acces

Re: PHP code won't run (SOLVED)

2013-06-21 Thread Jerry Stuckle
On 6/21/2013 8:25 PM, Gary Roach wrote: I found the problem. When using Blowfish I just click on the browser button to view the page. Blowfish is using the URL file:///var/www/ to access the files. The index.html file doesn't work right when accessed this way. If I hand enter localhost/index.

Re: PHP code won't run (SOLVED)

2013-06-21 Thread Gary Roach
I found the problem. When using Blowfish I just click on the browser button to view the page. Blowfish is using the URL file:///var/www/ to access the files. The index.html file doesn't work right when accessed this way. If I hand enter localhost/index.html everything works fine. I don't kn

Re: PHP code won't run

2013-06-21 Thread Gary Roach
On 06/21/2013 03:51 PM, Jerry Stuckle wrote: On 6/21/2013 6:41 PM, Gary Roach wrote: On 06/21/2013 02:58 PM, Jerry Stuckle wrote: On 6/21/2013 5:37 PM, Gary Roach wrote: On 06/21/2013 01:21 PM, Jerry Stuckle wrote: On 6/21/2013 3:54 PM, Gary Roach wrote: Not being able to find another mailing

Re: PHP code won't run

2013-06-21 Thread Jerry Stuckle
On 6/21/2013 6:41 PM, Gary Roach wrote: On 06/21/2013 02:58 PM, Jerry Stuckle wrote: On 6/21/2013 5:37 PM, Gary Roach wrote: On 06/21/2013 01:21 PM, Jerry Stuckle wrote: On 6/21/2013 3:54 PM, Gary Roach wrote: Not being able to find another mailing list that seems worthwhile I'm hoping I can

Re: PHP code won't run

2013-06-21 Thread Gary Roach
On 06/21/2013 02:58 PM, Jerry Stuckle wrote: On 6/21/2013 5:37 PM, Gary Roach wrote: On 06/21/2013 01:21 PM, Jerry Stuckle wrote: On 6/21/2013 3:54 PM, Gary Roach wrote: Not being able to find another mailing list that seems worthwhile I'm hoping I can get a quick answer here. The following do

Re: PHP code won't run

2013-06-21 Thread Jerry Stuckle
On 6/21/2013 6:01 PM, Gary Roach wrote: On 06/21/2013 02:43 PM, David Guntner wrote: Gary Roach grabbed a keyboard and wrote: On 06/21/2013 01:21 PM, Jerry Stuckle wrote: Does your web page have a .php extension? What do you have in /etc/apache2/mods-enabled? The web page has an .html exten

Re: PHP code won't run

2013-06-21 Thread Jerry Stuckle
On 6/21/2013 5:37 PM, Gary Roach wrote: On 06/21/2013 01:21 PM, Jerry Stuckle wrote: On 6/21/2013 3:54 PM, Gary Roach wrote: Not being able to find another mailing list that seems worthwhile I'm hoping I can get a quick answer here. The following doesn't work. System info: wheezy Apache2 php5

Re: PHP code won't run

2013-06-21 Thread Gary Roach
On 06/21/2013 02:43 PM, David Guntner wrote: Gary Roach grabbed a keyboard and wrote: On 06/21/2013 01:21 PM, Jerry Stuckle wrote: Does your web page have a .php extension? What do you have in /etc/apache2/mods-enabled? The web page has an .html extension. Is a .php extension necessary if th

Re: PHP code won't run

2013-06-21 Thread David Guntner
Gary Roach grabbed a keyboard and wrote: > On 06/21/2013 01:21 PM, Jerry Stuckle wrote: >> Does your web page have a .php extension? What do you have in >> /etc/apache2/mods-enabled? >> > The web page has an .html extension. Is a .php extension necessary if > there is PHP code mixed within html?

Re: PHP code won't run

2013-06-21 Thread Gary Roach
On 06/21/2013 01:21 PM, Jerry Stuckle wrote: On 6/21/2013 3:54 PM, Gary Roach wrote: Not being able to find another mailing list that seems worthwhile I'm hoping I can get a quick answer here. The following doesn't work. System info: wheezy Apache2 php5 mySQL 5.? My test web page: PHP Inf

Re: PHP code won't run

2013-06-21 Thread Jerry Stuckle
On 6/21/2013 3:54 PM, Gary Roach wrote: Not being able to find another mailing list that seems worthwhile I'm hoping I can get a quick answer here. The following doesn't work. System info: wheezy Apache2 php5 mySQL 5.? My test web page: PHP Information

Re: php install

2013-01-03 Thread Jerry Stuckle
On 1/3/2013 9:31 PM, Go Linux wrote: --- On Thu, 1/3/13, Bob Proulx wrote: From: Bob Proulx Subject: Re: php install To: debian-user@lists.debian.org Date: Thursday, January 3, 2013, 8:22 PM Samuel Morgan wrote: Please tell why php5 does not work under apache2 (with engine on) using this

Re: php install

2013-01-03 Thread Jerry Stuckle
On 1/3/2013 9:31 PM, Go Linux wrote: --- On Thu, 1/3/13, Bob Proulx wrote: From: Bob Proulx Subject: Re: php install To: debian-user@lists.debian.org Date: Thursday, January 3, 2013, 8:22 PM Samuel Morgan wrote: Please tell why php5 does not work under apache2 (with engine on) using this

Re: php install

2013-01-03 Thread Go Linux
--- On Thu, 1/3/13, Bob Proulx wrote: > From: Bob Proulx > Subject: Re: php install > To: debian-user@lists.debian.org > Date: Thursday, January 3, 2013, 8:22 PM > Samuel Morgan wrote: > > Please tell why php5 does not work under apache2 (with > engine on) &

Re: php install

2013-01-03 Thread Bob Proulx
Samuel Morgan wrote: > Please tell why php5 does not work under apache2 (with engine on) > using this index file: > ... > echo "Hello"; > > Missing the closing container marker. Put a "?>" in there and it should work. Try this file: Bob signature.asc Description: Digital signature

Re: Php update killed my wiki site.SOLVED

2012-05-13 Thread John W. Foster
On Sun, 2012-05-13 at 09:59 +0100, Jon Dowland wrote: > On Sat, May 12, 2012 at 06:32:20PM -0500, John W. Foster wrote: > > For a couple of years I have used this type of link to bring content > > into my mediawiki: > > Are you using the mediawiki Debian package? > > > I recently upgraded my Deb

Re: Php update killed my wiki site.

2012-05-13 Thread Jon Dowland
On Sat, May 12, 2012 at 06:32:20PM -0500, John W. Foster wrote: > For a couple of years I have used this type of link to bring content > into my mediawiki: Are you using the mediawiki Debian package? > I recently upgraded my Debian Linux Php to: > PHP Version 5.3.3-7+squeeze9 If you can find out

Re: Php update killed my wiki site.

2012-05-13 Thread Camaleón
On Sat, 12 May 2012 18:32:20 -0500, John W. Foster wrote: > For a couple of years I have used this type of link to bring content > into my mediawiki: > > {{Offsite Disclaimer}} > {{wikipedia::Inductive reasoning}} > > And it has always worked well. > > I recently upgraded my Debian Linux Php to

Re: php 5.2 as cgi automatically changes protocol !!!

2011-12-19 Thread Bob Proulx
J. Bakshi wrote: > > SSLOptions +StdEnvVars > > > SSLOptions +StdEnvVars > Pretty normal there. That is just telling apache to pass information through as environment variables. That isn't doing any redirects. > ScriptAlias /php5-cgi /usr/lib/cgi-bin/php52/php52.fcgi >

Re: php 5.2 as cgi automatically changes protocol !!!

2011-12-18 Thread J. Bakshi
On Fri, 16 Dec 2011 13:03:01 -0700 Bob Proulx wrote: > J. Bakshi wrote: > > Whenever I set any site to work with 5.2 cgi, the http:// protocol > > automatically changes to https:// and the link becomes as > > ... > > any clue is very much appreciated. > > You have something installed that is con

Re: php 5.2 as cgi automatically changes protocol !!!

2011-12-16 Thread Bob Proulx
J. Bakshi wrote: > Whenever I set any site to work with 5.2 cgi, the http:// protocol > automatically changes to https:// and the link becomes as > ... > any clue is very much appreciated. You have something installed that is configured to require https and is generating an http redirect. I will

Re: php 5.2 as cgi not working in debian 6.0

2011-11-04 Thread Camaleón
On Fri, 04 Nov 2011 18:10:59 +0530, J. Bakshi wrote: > On Thu, 3 Nov 2011 17:37:32 + (UTC) Camaleón > wrote: (...) >> Have you also checked the permissions of the involved files and >> folders? >> > Yes, the user:group is according to the apache as in debian i.e. > > www-data:www-data >

Re: php 5.2 as cgi not working in debian 6.0

2011-11-04 Thread J. Bakshi
On Thu, 3 Nov 2011 17:37:32 + (UTC) Camaleón wrote: > On Thu, 03 Nov 2011 15:19:02 +0530, J. Bakshi wrote: > > > On Wed, 2 Nov 2011 16:02:12 + (UTC) Camaleón > > wrote: > > >> > and at /etc/apache/php52.conf > >> ^^ > >> > >> Is that path/file right? :-? >

Re: php 5.2 as cgi not working in debian 6.0

2011-11-03 Thread Camaleón
On Thu, 03 Nov 2011 15:19:02 +0530, J. Bakshi wrote: > On Wed, 2 Nov 2011 16:02:12 + (UTC) Camaleón > wrote: >> > and at /etc/apache/php52.conf >> ^^ >> >> Is that path/file right? :-? > > urghh... sorry for the typo mistake. It should be > /etc/apache2/php52.c

Re: php 5.2 as cgi not working in debian 6.0

2011-11-03 Thread J. Bakshi
On Wed, 2 Nov 2011 16:02:12 + (UTC) Camaleón wrote: > > So instead using "/opt" you installed over "/usr/local/bin". Yes, that's the location where I like to place php 5.2 > > > and at /etc/apache/php52.conf > ^^ > > Is that path/file right? :-? urghh... so

Re: php 5.2 as cgi not working in debian 6.0

2011-11-02 Thread Camaleón
On Wed, 02 Nov 2011 17:24:53 +0530, J. Bakshi wrote: > I am now confused and need some enlightenment. I am trying to have php > 5.2.7 as cgi module so that when require.. I can also use php 5.2 with > some old php sites on this debian 6.0 server. Okay, I won't ask you why are you using an unpac

Re: php [SOLVED, sorta]

2011-10-15 Thread Glenn English
On Oct 15, 2011, at 4:41 AM, Raf Czlonka wrote: > On Fri, Oct 07, 2011 at 06:24:46PM BST, Glenn English wrote: >> I don't do php on my web server because I was told of huge security problems >> in it -- and until I turned off the php interpreter in Apache, I got many >> break in attempts involv

Re: php

2011-10-15 Thread Raf Czlonka
On Fri, Oct 07, 2011 at 06:24:46PM BST, Glenn English wrote: > I don't do php on my web server because I was told of huge security problems > in it -- and until I turned off the php interpreter in Apache, I got many > break in attempts involving phpAdmin and such. > > Do any of you know of a sim

Re: php

2011-10-07 Thread Scott Ferguson
On 08/10/11 04:24, Glenn English wrote: > One of my users wants to put up a blog using WordPress. I notice > there's a package for WordPress in aptitude, but it's in php. WordPress uses php - regardless of where you get it from. > > I don't do php on my web server because I was told of huge secu

Re: php

2011-10-07 Thread rfsf...@gmail.com
One of my users wants to put up a blog using WordPress. I notice there's a package for WordPress in aptitude, but it's in php. I don't do php on my web server because I was told of huge security problems in it -- and until I turned off the php interpreter in Apache, I got many break in attem

Re: cron daemon sends me errors re: php, mysql, apache

2011-03-08 Thread Camaleón
On Mon, 07 Mar 2011 23:40:55 -0500, Mark Grieveson wrote: > Hello. I recently upgraded to Squeeze, and I'm getting various cron > daemon errors mailed to me: > > Date: Mon, 07 Mar 2011 17:09:01 -0500 From: Cron Daemon > To: root@debian > Subject: Cron[ -x /usr/lib/php5/maxlifetime ] && [ -d

cron daemon sends me errors re: php, mysql, apache

2011-03-07 Thread Mark Grieveson
Hello. I recently upgraded to Squeeze, and I'm getting various cron daemon errors mailed to me: Date: Mon, 07 Mar 2011 17:09:01 -0500 From: Cron Daemon To: root@debian Subject: Cron[ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +

Re: PHP Warning: PHP Startup: Unable to load dynamic library

2011-02-16 Thread Michael Tsang
On Wednesday 16 February 2011 17:34:39 Boblitz John wrote: > I'm getting the following error every 30 to 60 minutes in my mail: > > PHP Warning: PHP Startup: Unable to load dynamic library > '/usr/lib/php5/20090626/expect.so' - /usr/lib/php5/20090626/expect.so: > cannot open shared object file: No

Re: PHP and memory_limit

2011-02-08 Thread Boyd Stephen Smith Jr.
In <4d5136c9.3000...@jamtport.se>, Jonas Mixter wrote: >--- Example output from Debian machines --- ># php ./mem_test >PHP memory limit before imagecreatetruecolor(): 32M >PHP memory usage before imagecreatetruecolor(): 58280 bytes >Process memory usage before imagecreatetruecolor(): 6 MB > >Creati

Re: PHP and memory_limit

2011-02-08 Thread Stan Hoeppner
Jonas Mixter put forth on 2/8/2011 9:56 AM: >> I'd say you should hit a PHP mailing list or IRC channel. They'll likely >> know >> this stuff better than anyone here. > This seems to be related to Debian since this works as expected in Ubuntu > (don't > know the version) with PHP 5.2.14 and on

Re: PHP and memory_limit

2011-02-08 Thread Jonas Mixter
Hi Stan! Thank you for your answer. Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4 bytes) in /Users/jonas/mem_test on line 20 Looks like you have a problem with OSX as well. Your test failed at allocating 40 KB when 128 MB was available. So, it's not fai

Re: PHP and memory_limit

2011-02-08 Thread Stan Hoeppner
Jonas Mixter put forth on 2/8/2011 6:27 AM: > Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to > allocate > 4 bytes) in /Users/jonas/mem_test on line 20 Looks like you have a problem with OSX as well. Your test failed at allocating 40 KB when 128 MB was available. So

Re: php and sqlite

2010-04-14 Thread Alan Chandler
Alan Chandler wrote: I seem to be stuck (slightly) with converting an some postgres and mysql based php web applications to sqlite. There seems to be two possible interfaces to the database SQLite3 and PDO I have discovered that SQLite3 seems to set the busy timeout to 0 - meaning that if the

Re: php cgi

2009-10-16 Thread Umarzuki Mochlis
2009/10/11 Tzafrir Cohen > On Sun, Oct 11, 2009 at 01:36:43PM +0800, Umarzuki Mochlis wrote: > > I want to know how to set up a debian server capable of running php cgi > > script and how to create and run cgi script. Where can I find articles on > > that? > > I had search for a few hours but sti

Re: php cgi

2009-10-16 Thread Todd A. Jacobs
On Sun, Oct 11, 2009 at 11:42:41AM +0530, Didar Hossain wrote: > *There is something called `webmin' though I would not recommend it to > most people. It is a Perl application. I don't really like webmin, and a lot of the modules (especially the ssh module) seem out of date, but it seems like the

Re: php cgi

2009-10-11 Thread Tzafrir Cohen
On Sun, Oct 11, 2009 at 01:36:43PM +0800, Umarzuki Mochlis wrote: > I want to know how to set up a debian server capable of running php cgi > script and how to create and run cgi script. Where can I find articles on > that? > I had search for a few hours but still could not find a good one. Any pa

Re: php cgi

2009-10-10 Thread Didar Hossain
On Sun, Oct 11, 2009 at 11:26 AM, Umarzuki Mochlis wrote: > > > 2009/10/11 Thierry Chatelet >> >> On Sunday 11 October 2009 07:36:43 Umarzuki Mochlis wrote: >> > I want to know how to set up a debian server capable of running php cgi >> > script and how to create and run cgi script. Where can I f

Re: php cgi

2009-10-10 Thread Umarzuki Mochlis
2009/10/11 Thierry Chatelet > On Sunday 11 October 2009 07:36:43 Umarzuki Mochlis wrote: > > I want to know how to set up a debian server capable of running php cgi > > script and how to create and run cgi script. Where can I find articles on > > that? > > I had search for a few hours but still c

Re: php cgi

2009-10-10 Thread Thierry Chatelet
On Sunday 11 October 2009 07:36:43 Umarzuki Mochlis wrote: > I want to know how to set up a debian server capable of running php cgi > script and how to create and run cgi script. Where can I find articles on > that? > I had search for a few hours but still could not find a good one. > Hi, Have a

Re: PHP framework for book sharing?

2009-04-06 Thread Rogelio
S. Fishpaste wrote: Take a look at phpMyFAQ to see if it fits your needs; http://freshmeat.net/projects/phpmyfaq/ Thanks, this is a very cool looking project. I will check it out! -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Cont

Re: PHP framework for book sharing?

2009-04-06 Thread S. Fishpaste
On Mon, 06 Apr 2009 10:10:17 -0700, Rogelio in gmane.linux.debian.user wrote: > Several coworkers and I have scattered amongst us all sorts of resources > related to the mesh stuff we do (RADIUS, networking, RF, antennas, > microwave, R&S, Linux, etc), and most of these resources are in the form

Re: PHP on Apache

2008-08-12 Thread Shachar Or
On Tuesday 12 August 2008 09:26, Zach Uram wrote: > On Tue, Aug 12, 2008 at 12:42 AM, Shachar Or <[EMAIL PROTECTED]> wrote: > > There's libapache-mod-php5 and libapache2-mod-php5. > > Shalom Shachar, > > Are you sure all I need to do to support PHP on my webserver is to > install libapache-mod-php5

Re: PHP on Apache

2008-08-11 Thread Zach Uram
On Tue, Aug 12, 2008 at 12:42 AM, Shachar Or <[EMAIL PROTECTED]> wrote: > > There's libapache-mod-php5 and libapache2-mod-php5. Shalom Shachar, Are you sure all I need to do to support PHP on my webserver is to install libapache-mod-php5? Zach -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] w

Re: PHP on Apache

2008-08-11 Thread Shachar Or
On Tuesday 12 August 2008 07:03, Zach Uram wrote: > I want to install PHP (I am running Apache) but when I went to install > package php5 it had all these dependencies for apache2 packages! I > can't run apache2 beause it dies with memory errors. So next I tried > php4 and even that has the same de

Re: php and apache?

2008-02-19 Thread John W Foster
On Wed, 2008-02-20 at 00:33 -0500, Zach wrote: > Jeff wrote: > > > >What does 'apache2ctl -M' tell you? That should tell you what modules > apache is loading. Have you restarted apache? > > I see the php module in there: > > netrek:~# apache2ctl -M > Loaded Modules: > core_module (static) > lo

Re: php and apache?

2008-02-19 Thread John W Foster
On Wed, 2008-02-20 at 00:33 -0500, Zach wrote: > Jeff wrote: > > > >What does 'apache2ctl -M' tell you? That should tell you what modules > apache is loading. Have you restarted apache? > > I see the php module in there: > > netrek:~# apache2ctl -M > Loaded Modules: > core_module (static) > lo

Re: php and apache?

2008-02-19 Thread Zach
On Feb 19, 2008 11:28 PM, John W Foster <[EMAIL PROTECTED]> wrote: > > > Sounds like apache2 knows what to do, BUT...did you check the > >/etc/php5/apache2/php.ini for proper configs. > This may require a bit of study and effort on your part to determine > exactly how you want php5 to work. In th

Re: php and apache?

2008-02-19 Thread Zach
Jeff wrote: > >What does 'apache2ctl -M' tell you? That should tell you what modules apache is loading. Have you restarted apache? I see the php module in there: netrek:~# apache2ctl -M Loaded Modules: core_module (static) log_config_module (static) logio_module (static) mpm_prefork_module (s

Re: php and apache?

2008-02-19 Thread John W Foster
On Tue, 2008-02-19 at 15:14 -0500, Zach wrote: > On Feb 19, 7:40 am, "Kushal Kumaran" <[EMAIL PROTECTED]> wrote: > > > > Run a2enmod php5 to enable the php5 module. Then restart apache2. > > You don't need to have both php5-cgi and libapache2-mod-php5 > > installed. Unless you specifically need

Re: php and apache?

2008-02-19 Thread Andrew Reid
On Tuesday 19 February 2008 06:55, Zach wrote: > Hello, > > I am trying to open some PHP test scripts but my webserver (running on > localnet) prompts me to download them when I try to load one in > apache. Here are the packages I have installed: [snip] Anything suspicious looking in your logs?

Re: php and apache?

2008-02-19 Thread Jeff D
Zach wrote: 2008/2/19, Sergio <[EMAIL PROTECTED]>: Hello, do you have a line like this in your config files: AddType application/x-httpd-php .php .phtml .php3 I think it is in the file: /etc/apache2/mods-enabled/php5.conf That should do the trick. Hello Sergio, Yes everything seems fine y

  1   2   3   4   >