Questions tagged [php53]

64 questions
6
votes
3 answers

CentOS 5: How to resolve php53 RPM dependency conflict with php-foo and php-common?

We are running a CentOS 5.6 system, and want to install php53 with php-mcrypt. However, this introduces a dependency conflict between php-common & php53-common. Does anyone have a good workaround for this problem? host # yum install…
Stefan Lasiewski
  • 22,949
  • 38
  • 129
  • 184
6
votes
4 answers

Nginx + PHP 5.3.3 (with php-fpm) - memory usage?

I recently bought Xen VPS (linode.com) with Debian 5.0 Lenny (i386), 512MB RAM. At the moment I have only three small websites (built with Drupal) with about 600 users per day in total running on this server. As a web server I use nginx 0.7.67 (PHP…
user38484
  • 313
  • 2
  • 5
  • 10
4
votes
1 answer

Install php 5.3.6 on ubuntu 10.04 64 bit

I dont want to build from source and was looking to find some repository where I can simply do an apt-get install php5 and get the latest version. Does anyone know of any reliable source I can use to do the same or is the only option I have to build…
Sparsh Gupta
  • 1,117
  • 7
  • 20
  • 31
3
votes
4 answers

Can I run PHP 5.3 and PHP 5.2 on the same server with Apache?

I just curious if there's a way I can set up my development box so that I can have some sites running PHP 5.3 and some with PHP 5.2, and that I can switch between them fairly painlessly.
ironkeith
  • 135
  • 1
  • 4
2
votes
2 answers

Apache restart needed after php code change

When I change php code of an application I need to restart apache to make the new code effective. $ sudo apachectl -l Compiled in modules: core.c mod_log_config.c mod_logio.c itk.c http_core.c mod_so.c It is a pretty stock Ubuntu…
Martijn de Munnik
  • 123
  • 1
  • 1
  • 4
2
votes
1 answer

Having a ball re-selecting PHP make config settings...FreeBSD

I am installing PHP 5.3 and having accidentally hit enter when selecting options failed to enable a module. After the installation make no longer gives me options but continues with saved options. When I run make config it says there are no options…
Andisian
  • 23
  • 2
2
votes
1 answer

open_basedir problems with APC and Symfony2

I'm currently setting up a shared staging environment for one of our applications, written in PHP5.3 and using the Symfony2 framework. If I only host a single instance of the application per server, everything works as it should. However, if I then…
2
votes
1 answer

CLI SAPI based daemon, PHP app with cronjobs support

I need to build an CLI SAPI based daemon, PHP app with cronjobs support for iOS platform. We have dedicated server. What kind of PHP environment to run this type of PHP applications?
Smart Bird
  • 225
  • 1
  • 8
2
votes
0 answers

linode cloud server, symfony and phar

Okay, So I've recently got a linode cloud server running Ubuntu 12.04. I got it configured with the default symfony2.0 installation, but I've got a project that runs on the Symfony2.1 installation.. In my command line, when I run: php…
Justin
  • 121
  • 3
2
votes
1 answer

Can't start Apache after attempt to upgrade to PHP 5.3.8

After attempting to upgrade my PHP version on Windows 7, I cannot start Apache. I get this error message: I used the Windows installer to upgrade to PHP 5.3.8 from 5.2, afterwards I was unable to start Apache. I had stopped the server before the…
Wesley Murch
  • 155
  • 2
  • 12
2
votes
2 answers

Running mod_php and suPHP same time

I recently went from Debian Lenny with 5.2.x and was able to use mod_php for any php files that were not located in /home/ and suPHP for all the php files that were located in /home/. I did this because I needed a default php.ini (given me all…
ParoX
  • 302
  • 1
  • 6
  • 21
2
votes
1 answer

Symfony 1.4.8 not working in PHP 5.3.4?

I have installed PHP version 5.3.4, and working on Symfony 1.4.8 with Propel as ORM. But while installing Symfony project, it is giving me error. When i use the command to build database it giving me error, i.e when i use Propel command. Is propel,…
2
votes
2 answers

What would be better in my case - apache, nginx or lighttpd?

I'm writing a PHP site that's expected to get about 200-300 concurrent users browsing it. When initializing the application will load about 30 PHP classes, some 10 maybe 15 images and a couple of css files. So my question is, what else can I do…
tftd
  • 1,480
  • 7
  • 24
  • 38
2
votes
4 answers

How to install a sandboxed version of PHP 5.3 (so I can still use an older version of PHP)?

Our development server is running Ubuntu with PHP 5.2.14. I need PHP 5.3 to try out the Behat library. How can I install PHP 5.3 to satisfy Behat, but keep PHP 5.2.14 as the default PHP version (so our web apps doesn't break)?
Andrew
  • 3,293
  • 8
  • 32
  • 35
2
votes
1 answer

Can't find Role Services in Windows 7

I'm trying to install PHP on Windows 7 Home Premium using these instructions: Using FastCGI to Host PHP Applications on IIS 7 and a 1/3 of the way down on the page I have to do this: Server Manager -> Roles -> Add Role Services and just cannot…
Pete Alvin
  • 281
  • 2
  • 4
  • 12
1
2 3 4 5