similar to: disable ZTS in php

Displaying 20 results from an estimated 800 matches similar to: "disable ZTS in php"

2015 Oct 30
2
disable ZTS in php
Yeah Erro, ok you have a point. I'll do that. Thanks! On Fri, Oct 30, 2015 at 11:40 AM, Eero Volotinen <eero.volotinen at iki.fi> wrote: > This is really wrong way to do this. Install yum-utils and use > yumdownloader --source package-name to get rhel version of package. Then > modify spec file and recompile. > > Eero > Hey guys, > > I'm trying to disable
2015 Oct 30
0
disable ZTS in php
on certain non-linux systems like MacOS i?ll run into a problem with the standard version of iconv in php. To leave it out i use the ?without-iconv directive. Maybe give that a shot with maintainer-zts. ? Jeremy > On Oct 30, 2015, at 6:44 AM, Tim Dunphy <bluethundr at gmail.com> wrote: > > Hey guys, > > I'm trying to disable ZTS in php, because an application we
2015 Oct 30
0
disable ZTS in php
This is really wrong way to do this. Install yum-utils and use yumdownloader --source package-name to get rhel version of package. Then modify spec file and recompile. Eero 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 =>
2015 Oct 30
0
disable ZTS in php
I think command name is yum-downloader. Then modify spec and rpmbuild -ba specname.spec You need also modify version number a bit. Rebuilding is a bit issue as you need to recompile as security patches come out .. Eero 30.10.2015 6.04 ip. "Tim Dunphy" <bluethundr at gmail.com> kirjoitti: > Yeah Erro, ok you have a point. I'll do that. Thanks! > > On Fri, Oct 30,
2006 Jun 07
3
PHP UnixODBC MS SQl 2000
Hi, I have Asterisk 12.7.1 installed through Asterisk@Home CD. and explicitly I have installed UnixODBC and FREETDS in order to access MS SQL 2000 Database which in on Windows 2003 Server on remote location. I tested connectivity through isql and tsql, both utilities are working fine. I need to access MS SQL 2000 Database through PHP. When I tired to check the connectivity through a Test PHP
2008 Jul 21
1
OCI
Am running centos5 , I want to compile my apache with php to support the following './configure' '--with-apxs2=/usr/local/apache/bin/apxs' '--with-mysql=/usr/local/mysql' '--with-zlib-dir=/usr/lib/' '--enable-versioning' '--enable-track-vars=yes' '--enable-url-includes--enable-sysvshm=yes' '--enable-sysvsem=yes'
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> -------------------------------------------------------------------------- > >
2015 Mar 24
2
error building php spec file
Hey all, I'm attempting to build a spec file of php 5.6.7 - the latest stable - into an rpm. And it's failing with this set of errors: Processing files: php-5.6.7-1.el7.x86_64 warning: File listed twice: /etc/rc.d/init.d/php-fpm error: Symlink points to BuildRoot: /usr/bin/phar -> /home/bluethundr/rpmbuild/BUILDROOT/php-5.6.7-1.el7.x86_64/usr/bin/phar.phar warning: File listed twice:
2006 Aug 09
1
php and xapian
Hi, I'm using Xapian 0.9.6 bindings with PHP 5.1.4 and am getting a Segmentation Fault at the end of script execution any time that the xapian.so object is loaded in the php.ini. Any time that php gets invoked it faults after the scrtip completes - regardless of whether any xapian code (or any code for that matter) was called. However, with that said it appears that Xapian is still working
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
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
2015 May 09
2
firewalld trouble opening a port
Hey all, I'm having a little trouble opening up a port on a C7 machine. Here's the default zone: [root at appd:~] #firewall-cmd --get-default-zone home So I try to add the port: [root at appd:~] #firewall-cmd --zone=home --add-port=8181/tcp success Then I reload firewalld: [root at appd:~] #firewall-cmd --reload success Simple! That should do it. Right? Well not quite. Cuz when
2005 Apr 13
1
PPTP Client and Cent 4
Trying to install the pptp client here: http://pptpclient.sourceforge.net/ I get down to this step, but get errors: rpm --install php-gtk-pcntl-1.0.1-2.i386.rpm warning: php-gtk-pcntl-1.0.1-2.i386.rpm: V3 DSA signature: NOKEY, key ID b56a8bac error: Failed dependencies: libglade is needed by php-gtk-pcntl-1.0.1-2.i386 libglade.so.0 is needed by php-gtk-pcntl-1.0.1-2.i386
2015 May 09
2
firewalld trouble opening a port
Hi Earl, >The problem is you added the rule in runtime and when you reloaded it >removed the rule that you added; therefore you need to use --permanent >or >do not reload. Thanks! That worked. [root at appd:~] #firewall-cmd --zone=home --list-ports [root at appd:~] #firewall-cmd --zone=home --add-port=8181/tcp --permanent success [root at appd:~] #firewall-cmd --reload success [root
2016 May 10
2
Change Password after expired
I do not speak Spanish, I am using a web server, which is not locally on Samba 4, but on the same network. OS: CentOS 7 64-bit [Root @ webserver conf] # rpm -qa | grep httpd httpd-tools-2.4.6-31.el7.centos.x86_64 httpd-2.4.6-31.el7.centos.x86_64 [Root @ webserver conf] # [Root @ webserver conf] # rpm -qa | grep php php-pear-1.9.4-21.el7.noarch php-pear-Net-Socket-1.0.14-1.el7.noarch
2006 May 26
3
using a billing system
Hello to all, Im trying to use DeadAGI to implement billing with Asterisk2Billing. Before the billing, I had something like: exten => _2XXXXXXXX,1,Dial(SIP/${EXTEN}@voiprovider) Now, with Asterisk2Billing would be something like this? exten => _2XXXXXXXX,1,Answer exten => _2XXXXXXXX,2,Wait,2 exten => _2XXXXXXXX,3,DeadAGI,a2billing.php exten => _2XXXXXXXX,4,Wait,2 exten =>
2006 Jun 24
5
ASTCC: How to reset periodically all "card in use" flag back?
If a user calls and hangs up before the destination party rings, than the in-use flag remains set! This is one case, but maybe there are many other cases. I have created a number the user can dial to reset this flag. However, that is written in the manual!!! Who reads a manual anyway!!!! I want to make to reset all in use flag with a program. Has anybody done it, or has a better idea? My idea
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");
2008 Jan 05
7
Wondering about CentOS 5.1 functionality
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi All, I'm giving serious thought to loading 5.1 on my Inspiron 1501 laptop, but I'm wondering about certain hardware support such as the following: - - Broadcom Wireless Adapter - 1390 Wlan (bcm43xx) - - USB (Pny Memory Stick - everytime on previous version CentOS has eaten the damned things) - - pptp vpn client(s) Any comments? thanks,
2017 Sep 16
2
require help
You can just use the same code that I provided before but now use your dataset. Like this df <- read.csv(file="data2.csv",header=TRUE) dates <- as.Date(paste(df$year,"-01-01",sep="")) myXts <- xts(df,order.by=dates) head(myXts) #The last command "head(myXts)" shows you the first few rows of the xts object year cnsm incm wlth