Displaying 20 results from an estimated 200 matches similar to: "SQLite with PHP5 problem"
2009 Aug 04
2
php-pdo
I wish to use PostgreSQL with PHP+PDO. I haven't use PDO before.
I have the php-pdo package installed on my CentOS 4.7 server:
# rpm -qa |grep pdo
php-pdo-5.1.6-3.el4s1.10
Now when I try connect to the PostgeSQL db with this code:
<?php
print "PDO test<br />";
try {
$db = new
PDO("pgsql:host=192.168.0.180;port=5432;dbname=mydb;user=test;password=test");
2009 Jun 29
1
php5 and sqlite
Is there any reason (besides upstream does it) to compile
php5 with --without-sqlite in CentOS5 ?
Would it conflict with the sqlite that yum needs?
Is there a repo (centosplus, rpmforge...) having a php5 and sqlite
enabled ?
I can only find older mails that seem to imply it does not harm to
include sqlite (and some which seem to imply the contrary as well,
but without any facts) but I can find
2011 Feb 15
3
apache 2 and php 5.2
Hi originally I installed php 4 on centos 5.5 and then a few repos including
the remi repo to upgrade to php5, which seems to upgrade/work without any
issues.
However when I make a change to the /etc/php.ini file it doesn't look like
apache is seeing it, for example if I change the post_max_size and
upload_max_file to 25M each apache still sees the default 2M. I also removed
the /etc/php.ini
2007 Sep 26
0
General question about PHP - continued with mod_python
Oops, I just missed the python part.
Does mod_python have similar options? Or how to stop other users to run
python scripts in some directories?
On 9/26/07, Miskell, Craig <Craig.Miskell at agresearch.co.nz> wrote:
>
>
> > Hello,
> >
> > Is that possible to disable running of PHP on certain directories?
> > I am running a server which provides personal
2013 Mar 24
0
[Fwd: Re: PHP Questions on move from CentOS 5.x to CentOS 6.x]
---------------------------- Original Message ----------------------------
Subject: Re: [CentOS] PHP Questions on move from CentOS 5.x to CentOS 6.x
From: "Max Pyziur" <pyz at brama.com>
Date: Sun, March 24, 2013 1:14 pm
To: "Reindl Harald" <h.reindl at thelounge.net>
--------------------------------------------------------------------------
>
>
2006 Jul 20
1
resolve problem
Hi,
I had install a CentOS 4.3. In etc/resolve.conf, the nameserver i use is
the static IP which i was issue by the datacentre. I cant resolve any
domain. But if i use a public DNS IP, i am able to resolve. What is wrong
with my IP?
regards
2006 Jul 20
1
Sun Fire X2100 & 4GB Ram
Hi folks,
I am having issues installing Centos 4.3 X86-64
on a Sun Fire X2100(AMD chip). It works with 2GB of ram just not 4 GB.
It works with any combo of the 4 1GB chips I have. It only works with 2GB
not 4GB any ideas?
Thanks,
Bill
2006 Jul 06
3
[Fwd: How to listen port under 1024 with non-root user]
I make a simple mail program which need listen port 25 and 110.but i
found it's imposible , after searching with google i found non-root user
can't listen port under 1024.at first i try a script(witch lauch my
program) and use setuid but that still did't work.any way can handle
this.
Thanks for any help.
-------------- next part --------------
An embedded message was scrubbed...
From:
2006 Jun 25
3
ssh session output stalls
Hello,
Is anyone else having problems with the ssh session output stalling
when ssh'd to another system and the command is running via sudo and a
pager is being used (e.g., more)?
Too highly reproducible :( to date, all known occurrences have
involved Centos 4.3 servers; makes no difference whether client is
RHEL WS 4.3, Centos 4.3 or FC 5 or WinDoze. Makes no difference if
terminal
2006 Jun 17
4
64-bit ISO Burning Failures
Hi,
I have downloaded several different sets of the 64-bit ISOs, and have
burned them to CD using various of my known-good ISO burning softwares,
including Nero and DeepBurn on Windows, as well as the native CD burning
KDE linux tool on Xandros Linux. I am using mirrors from the site, like
kernel.org.
I have chosen low burning speeds also, but when I insert the ISO CD into a
server and boot it
2012 Jul 20
0
CentOS 6.2 x86_64 + PHP 5.3.3 + Zend Guard Loader v3.3 == Segfault
Hello everyone,
I've got issues getting Zend Guard Loader v3.3 running.
Tried several installations, doesn't work for any. Once I install Zend
Guard Loader my PHP CLI binary starts to segfault *at exit*.
Same is true for apache processes with mod_php enabled: Works until you
SIGHUP your apache processes. Doing that your webserver quits with a
segfault.
Can anyone reproduce that
2007 Aug 23
2
Samba and Scalix
I'm hoping to integrate a shared folder(s) so that we may be able to
drag and drop files from various OSs into a shared folder on a
CentOS server which can be accessed via Scalix SWA or some other email
client.
Maybe I'm totally off base with how Scalix stores files in public
folders... maybe everything has to be in mbox format for all folders and
this could never work.....
Anyway, I
2015 Oct 30
4
disable ZTS in php
Hey guys,
I'm trying to disable ZTS in php, because an application we need
(AppDynamics) is not compatible with it.
So I tried compiling php with the following flags:
php -i | grep configure
Configure Command => './configure' '--with-apxs2=/opt/apache2/bin/apxs'
'--with-zlib=/usr' '--prefix=/opt/php-5.6.8' '--with-libdir=lib64'
2007 Oct 18
3
Changing php5 with php4 in CentOS 5
Hi,
In our server CentOS 5 is installed. Some of our web pages are compatible
with php4 but in centOS 5 , php5 is installed and we cannot see our pages.
I want to remove php5 and install php4 but i could not find php4 rpm for
CentOS 5. Can anybody help me?
Thanks
Can ?izer
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Jul 03
1
best way to upgrade php4 -> php5 on CentOS?
What is the best way to upgrade PHP4 to PHP5 on CentOS? I see from "rpm -qa"
that I'm running PHP-4.3.9.
Should I uninstall this old PHP4 package and then reinstall PHP5? Or is
there some cool yum upgrade thing I might run?
This is a VMware virtual box for testing, so I'm more concerned about
learning what to do, rather than interrupting anything.
-------------- next part
2007 May 14
0
Error rebuilding PHP5 under CentOS 5
First off, I apologize if this is off-topic.
I'm sending it to the CentOS list because I would have to believe this is a
configuration issue of the packages CentOS/upstream are providing. In any
case, I have to start somewhere.
While re-building PHP5 under CentOS5 (to enable Oracle functions via the
--with-oci8 option), I receive a compile error while compiling cast.c
because the
2007 May 29
1
centosplus :: php5 + mysql4 :: possible?
Hi,
I was wondering if anyone came across this problem before:
I'm trying to install php5 from the centosplus repository but it
wants me to upgrade from mysql4 to mysql5 (also provided by the
centosplus repository).
Has anyone come up with a good work-around for this? I'd like to
have php5 and mysql4 talking to each other in the most yum/rpm
friendly way possible.
Note: While
2007 Feb 10
1
php5 rpm to be installed in parallel with php4?
Hi,
I'm looking for a php5 rpm which I can install in parallel with php4. Therefore,
the centosplus rpm is (AFAIK) not usable for me as it replaces php4.
Does centos provide an php5 rpm which does not touch my php4? Is there a
matching srpm on web?
Sorry, if this question is a FAQ. Thanks for your help :)
fs
2007 Jan 13
0
problem with adding firebird/interbase support to PHP5
Hi,
I'm using CentOS since 4.2 on my server. Now, I need to add support for
firebird to PHP. I've installed PHP5 from Centos-contrib or Centos-plus. The
firebird2 was installed from sources (./configure && make && make install). I
tried to add "--with-interbase=shared,/usr/local/firebird" to php.spec but it
doesn't work :(. Can you please help me howto add