The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
44 views

centos update mysqlnd [closed]

I updated my mysql from version 5.0 to version 5.5, but my PDO drive is still mysqlnd 5.0.10. I would like to update the mysql driver to 5.5. How could i do that? I already tried to recompile apache, ...
0
votes
0answers
63 views

OSX + cURL + PHP + OpenSSL = SSL_write() returned SYSCALL, errno = 32

I'm programming using OSX and noticed an error while upload files on SSL server if the file is >= 1MB of size. I've tried to update libcurl on my laptop but it didn't change anything. I think it's a ...
0
votes
1answer
103 views

Compile pHash on Centos + PHP extension

I'm trying to compile pHash 0.9.5 on Centos 6.3 x86_64 Here is the detail of the steps I've followed: $ yum install unzip $ wget https://downloads.sourceforge.net/project/cimg/CImg-1.5.4.zip $ unzip ...
0
votes
1answer
121 views

The requested PHP extension ext-mcrypt * is missing from your system

I have updated my php to version 5.4.13 etc and well in the terminal my version of php states this PHP 5.4.12 (cli) (built: Mar 16 2013 21:46:23) But running a composer install io get the ...
0
votes
0answers
80 views

Install oauth extension for php in Debian Wheezy [closed]

When i try: pecl install oauth I get message that oauth is already installed: pecl/oauth is already installed and is the same as the released version 1.2.3 But when I try to use it in PHP, it ...
0
votes
1answer
105 views

Installing Gearman with PHP Extension on Debian 6.0.5 leads to error

What I have tried ... # apt-get install php5-dev # apt-get install gearman-job-server libgearman-dev # pecl install gearman Result ... ... configure: error: Please install libgearman ERROR: ...
0
votes
2answers
135 views

PHP Fatal error: Call to undefined function enchant_broker_init() - enchant not found?

I have php 5.3.10 (and CentOS 6) and as I understand enchant automatically comes with it. When I try to run an example like $tag = 'en_US'; $r = enchant_broker_init(); $bprovides = ...
0
votes
0answers
114 views

Install php ID3 on Centos 6.3 Php 5.4

Is it still possible to install the ID3 tools in php5.4 on Centos6? I tried following the instructions here http://php.net/manual/en/id3.installation.php but I don't really have a php/ext ...
0
votes
0answers
124 views

How can I make “iconv” use “libiconv” instead of “glibc” on CentOS?

I know that there are numerous questions like this, but none the solution I found out there didn't worked for me. For this one I had my hopes at the top, but it didn't work either. I did everything ...
0
votes
1answer
130 views

Can't get memcached to run on CentOS 5.8

so I want to install memcached on my CentOS 5.8 server. I followed this tutorial http://kb.liquidweb.com/install-memcached-on-centos-5/ The command netstat -ap | grep 11511 shows that memcached ...
0
votes
1answer
48 views

PHP shared extensions on Linux

I am running Ubuntu Server 12.04 and prefer to compile PHP myself as opposed to installing it using apt-get. PHP is running as PHP-FPM. When compiling extensions, I can set it to be compiled as a ...
0
votes
0answers
223 views

Soap client in Centos6, zval_property_ctor in Unknown on line 0

We're having such a big problem in our Centos server in order to have working the SOAP client of PHP 5.3.3. One of our customers reported us that they were having problems to consume some webservices ...
1
vote
0answers
98 views

Error after installing mysqlnd_ms

I am working on Amazon EC2 using the Amazon Linux AMI which is based on CentOS. I have installed php54 and php54-mysqlnd. I then do a "sudo pecl install myslqnd_ms" This installs fine. I add the ...
1
vote
1answer
66 views

missing config files when compiling a php extension

I do the phpize.. When I reach the ./configure It tells me it can fins the php-config (configure: error: Cannot find php-config. Please use --with-php-config=PATH) I assume it means a file named ...
0
votes
1answer
376 views

Installing Image Magick on Amazon EC2

Well I'm a PHP developer who know few linux commands to get my job done. I need to launch a symfony 1.4 website on Amazon EC2. Everything is fine except IMagick. I magick is also installed through ...
1
vote
1answer
178 views

Error while installing phabricator using http://www.phabricator.com/rsrc/install/install_rhel-derivs.sh

The command thats run is yum install httpd git php php-cli php-mysql php-process php-devel php-gd php-pecl-apc php-pecl-json mysql-server I get these errors. How do I fix these? Error: Package: ...
0
votes
0answers
124 views

Loading PHP Extensions using Plesk

I am trying to load the php_memcache.dll extension using the Plesk Additional Directives section under the PHP Settings for a domain, subscription or subdomain. No matter what I do, I cannot get Plesk ...
0
votes
2answers
1k views

Phpize, Cannot find config.m4, Centos6, SAPRFC Install

I'm trying to install a PHP module, which requires phpize and I'm being met with a warning, even though it exists and is installed. Cannot find config.m4.Make sure that you run '/usr/bin/phpize' in ...
0
votes
0answers
93 views

How well does php sqlsrv caching work?

According to this page: http://msdn.microsoft.com/en-us/library/hh487160(v=sql.105).aspx unless I am misreading it, if you pass array("Scrollable"=>"buffered") (or do I have to use ...
0
votes
0answers
274 views

Upgraded to PHP 5.4.7 via cPanel EasyApache now have SQLite extension mismatch

I have used Eayapache via cPanel WHM to rebuild Apache with PHP 5.4.7 (upgrading from 5.3.17) All went well during the rebuild. However my error logs now show the following message :- [Fri Sep 28 ...
1
vote
1answer
498 views

How to install/enable GMP (math functions) for PHP on Ubuntu?

When calling a gmp math function like gmp_mod, I get: Fatal error: Call to undefined function gmp_mod() I have installed the php5-gmp package and restarted the web-server, and the function is still ...
0
votes
1answer
1k views

Can we have 2 'extension_dir' in php.ini?

When I installed pdo-pgsql, the extension was installed into /usr/lib/php/extensions/no-debug-non-zts-20090626/ and thus not automatically loaded. In php.ini, I have extension_dir = ...
1
vote
1answer
90 views

Add module to custom compiled PHP

In CentOS I have a compiled version of PHP but it is missing IMAP module. Is it possible to add that module without re-compiling php?
-1
votes
3answers
101 views

Where should I go to research this error message?

Working to get a CentOS / Apache / PHP stack running... At this point, I have SSH access, and in the Bash, can use php to do simple math; so I know the php is on the machine and working, (sorta). ...
0
votes
2answers
800 views

Gettext extension on PHP 5.3.13 on OSX 10.8 Mountain Lion

I recently bought a new MacBook and I'm trying to configure it for PHP development. The operating system is OSX 10.8 Mountain Lion, and I'm using the builtin Apache2 and PHP 5.3.13 stack. I needed ...
1
vote
1answer
222 views

phpMyAdmin doesn't find mbstring eventhough it's installed

I'm running Kloxo at the moment and have updated phpMyAdmin to the latest version as well as php and mysql, however, phpMyAdmin seems to complain about mbstring not being installed, eventhough it is. ...
0
votes
1answer
51 views

can not load clamav-extension

I try to use the clamav-extension by following these steps. There weren't any errors, but after restarting apache, no clam-extension is loaded. php -v returns no errors. I've set the extension_dir ...
1
vote
1answer
169 views

PHP Configuration on IIS 6 Mysql extension is not loaded

I have limited knowledge of PHP. I would really appreciate your help. I have the problem with "PHPMyAdmin is not working because mysql extension is not loaded." I checked phpinfo and all other ...
1
vote
1answer
727 views

pecl_http extension not loading

For some reason pecl_http extension is not showing up in my test.php file with contains: <?php phpinfo(); ?> I just installed pecl_http using: pecl install pecl_http The install was ...
0
votes
3answers
299 views

Can't install php-mssql on CentOS 5

When I try to run yum install php-mssql I get the following error --> Processing Conflict: mysql conflicts MySQL --> Processing Conflict: mysql-server conflicts MySQL-server --> ...
1
vote
1answer
80 views

How can I figure out which PHP extensions aren't being used?

I manage a server (running Ubuntu) which hosts our client's sites with a few dozen different PHP-based websites, mostly small sites but also some installations of CMSes and forums. I used the ...
1
vote
2answers
1k views

PHP - Extensions - no-debug-non-zts-xxxxxxxx

I am compiling php extensions (memcached and xdebug), and when I run make install, they keep getting installed into /usr/local/php/lib/php/extensions/no-debug-non-zts-20090626. So a few questions: ...
2
votes
3answers
2k views

How to force CentOS yum to use a later version of a package dependency already installed (php-common as a dependency of php-xml)

It would appear that the version I have of php-common-5.2.10-1.el5.centos is newer than the one being asked for as a dependency of php-xml when I try to install php-xml using yum install php-xml. The ...
1
vote
2answers
2k views

php-xml install complains of dependency php-common but this is already installed (CentOS)

How do I force php-xml to see the already installed dependency? sudo yum install php-xml complains about: php-common = 5.1.6-34.el5_8 but running yum install php-common ...
0
votes
1answer
959 views

How can I find installed php extensions on Debian?

Is it possible to get a list of installed php extensions on Debian? Is there any simple way to find which extensions exist in debian php packages and which have to be compiled manually (actually three ...
0
votes
1answer
716 views

Debian 6.0: install mysqlnd_ms

I'm trying to install mysqlnd_ms on my new server (Debian 6.0 i386). To do so, I've tried as follow : I install php5-5.4.0-3 and php5-mysqlnd by testing repo. After read this link:1, I try to ...
0
votes
1answer
423 views

Checking if SOAP has been installed on a CentOS with Directadmin

How should I check that and how should I install it? I don't think phpinfo() can help, is that true?
0
votes
1answer
552 views

Receiving error php_mbstring.dll No such file or directory

I am receiving this error in apache error log during httpd restart process. PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/php_mbstring.dll' - ...
1
vote
1answer
539 views

SUSE 12.1 Apache startup after oci8 installation

I have got a virtual server running opensuse 11.4 with apache, php, oracle instantclient, and oci installed through pecl. The steps it took for me to have it up and running on 11.4 were: # Install ...
0
votes
1answer
411 views

How to add a extention to the php.ini file

Hi have Centos 6 installed and busy installing wkhtmltopdf, I only have one step left and that is to include extension=phpwkhtmltox.so to the php.ini file, I added it to /etc/php.ini and reloaded ...
0
votes
2answers
1k views

Need help to install php gd on ubuntu with lampp (xampp)

I'm running lampp 1.7.1 on lubuntu oneiric. I need to add extension for php_gd. I installed php5-gd by sudo apt-get install php5-gd Had a look at php.ini and noticed the line ...
0
votes
0answers
278 views

CentOS 6 - eaccelerator & pecl apc

I'm having a few issues enabling both of these at the same time due to extension paths. While APC is installed in: /usr/lib/php/extensions/no-debug-non-zts-200XXXXX eaccelerator is installed in: ...
1
vote
2answers
5k views

OpenSSL extension for PHP in Ubuntu?

I'm not sure how to recompile PHP with OpenSSL? I've been looking around the OpenSSL PHP page and the OpenSSL tutorials but I don't see any openssl.so or php-openssl.so around my server? Is there a ...
1
vote
3answers
379 views

How can I pass configure options when installing php extensions with pecl?

There is a PHP extension to which I need to pass a configure option when I install it with a pecl command. I can't find a way to do this. Of course I can install it manually, but I need it to be able ...
1
vote
1answer
1k views

Install & Configure PHP to MS SQL Server on Windows 7 (64bit)

I have been striggling to set up the following scenario: Apache 2 (64bit) running on Windows 7 (64bit) PHP (64bit) MS SQL Express 2008 as (local) I have managed to install and configure both ...
0
votes
1answer
942 views

How can clear cache in eAccelerator?

I can't clear the cache in eAccelerator. I have deleted all files from the directory /var/cache/php-eaccelerator/* with the following command: rm -rf /var/cache/php-eaccelerator/* But this does not ...
1
vote
1answer
237 views

PHP upgraded to 5.3.8 - Can't install/upgrade extensions

I managed to upgrade php from 5.2.10 to 5.3.8 in CentOS 5.4. Some of the extensions were lost in the process (mbstring, mysql). One quick run for: yum list installed | grep php Returns: ...
0
votes
3answers
2k views

Trying to install php-soap and getting the 'No package php-soap available.'

Tried this: yum install php-soap Says: No package php-soap available. Then tried this: yum --enablerepo=centosplus install php-soap Still same sh!t. Tried this: rpm -Uvh ...
2
votes
2answers
147 views

“Installing” GD for PHP

I'm new to server admin & Linux and have just got a VPS running CentOS 6. Apache, MySQL and PHP all came installed (along with cPanel and WHM), however I'm now also trying to install the GD ...
0
votes
1answer
237 views

Invalid operation dist-ugprade [closed]

i'm running Apache 2 on Debian at my VPS. Naturally i have problem with restricted GD-library of my php package and i need to fix it (i need imagerotate() function). Before installing php-gd pugin ...

1 2