similar to: CentOS 6.2 x86_64 + PHP 5.3.3 + Zend Guard Loader v3.3 == Segfault

Displaying 20 results from an estimated 500 matches similar to: "CentOS 6.2 x86_64 + PHP 5.3.3 + Zend Guard Loader v3.3 == Segfault"

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> -------------------------------------------------------------------------- > >
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
2012 Dec 18
1
CentOS 6 Documentation
Hello all. I'm wondering when the release of version 6 documentation might be out, or if the shift is to the wiki pages for this information. When going to: *https://www.centos.org/docs/ *I don't see 6 listed. Regards, loadedmind -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Jul 20
2
kmod-nvidia?
I just went to install kmod-nvidia on a 64-bit CentOS 6.2 system... and enabling elrepo, yum can't find it. There's a page for it, but that was last updated last year, and there are also references to packages for older Nvidia cards, but not the current. What do I not know? mark
2012 Aug 01
2
samba3x PDC and Win XP
I am at my wits end on this one. Ever since I upgraded to samba3x (present version 3.5.10-0.110.el5_8) in preparation for adding a Win 7 client, my WinXP client can no longer find their roaming profiles nor can they assign their home shares to a drive at login. Logins and authentication work just fine and I can see the home and profile shares from the Win XP client after login. My smb.conf
2006 Jul 20
1
SQLite with PHP5 problem
Has anyone ever installed PHP5 with SQLiteDatabase class support in CentOS 4.3? I have to run a program with this class for a core feature. But unfortunately, both the php 5.0.4 package in centosplus and a SRPM build from FC5 will not work with this class. With the error "undefined class SQLiteDatabase"! And there *IS* the "pdo_sqlite.so" extension in my php.d/pdo.ini file, as
2004 Oct 29
2
Centos v3.3 CD 2
Sorry, I have been away for a while. has anyone fixed CD2 fotr CentOS v3.3 ? -- Luis
2012 Apr 20
1
Upgrading from V3.0 production system to V3.3
Before I undertake this upgrade I thought I would see if anyone has any advice on how to do this on a production system. Maybe someone has already "fought this dragon". Current config Gluster V3.0.0. This has been in production for over 16 months: 2 servers with 8 x 2TB hard drives (bricks) replicated svr1:vol1 <-> srv2:vol1 -> rbrick1 svr1:vol2 <-> srv2:vol2 ->
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");
2014 Jan 23
2
[LLVMdev] How to read v3.3 dbg metadata using v3.4 LLVM
Hi, I have bitcode files built by LLVM v3.3 and need to process them using v3.4 tools. While I don't expect a lot of backward compatibility in LLVM, luckily it seems everything's working fine, except for reading source line information attached to instructions. I use this piece of code [0] to get source line information. For v3.4, instruction.getMetadata returns NULL. I used llvm-dis to
2014 Jan 24
2
[LLVMdev] How to read v3.3 dbg metadata using v3.4 LLVM
Thanks Eric, but could you give me a little bit more hints or pointers please? I looked into DebugInfo.h, but I'm still not sure how to start. It sounds like I'd have to somehow manually extract metadata nodes from an instruction. Thanks, JS On Wed, Jan 22, 2014 at 10:14 PM, Eric Christopher <echristo at gmail.com>wrote: > This is likely going to be difficult if possible. I
2009 Aug 17
1
How to create a tun-device with CentOS packages only?
Hello List, I've got a somewhat weird question. Let me tell you what my intent is first: We're running a set of Dell boxes with CentOS 4. Some of them use OpenVPN. As we need to monitor the system status of these boxes, we use the Dell supplied OMSA package. As it turns out, OMSA totally breaks if you've got one or more tun devices configured. AFAICT Dell denies support with that
2011 Mar 04
1
Images for CentOS Documentation
I'm currently porting the public and free parts of Red Hat Documentation to CentOS. Being unable to do anything graphics-related, I need someone to provide the following images: logo.svg 300x140 CentOS Logo image_left.png 124x39 CentOS Logo image_right.png 120x41 CentOS Documentation Logo (to be designed) Thank you! Regards, Andreas -- Solvention Ltd. & Co. KG Egermannstr. 6-8 53359
2009 Sep 25
1
help about Zend Optimizer and nfs
Hi pls help 1/ I run application but it said "Attention: Zend Optimizer not Installed" but I type php -v Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies Why? 2/ ls nfs working except tcp? I don't know how to debug Thank you __________________________________________________________________ Yahoo! Canada Toolbar: Search from anywhere on the web, and
2009 Nov 15
4
PHP Add-on
Dear my friends... I want to install Magento but the installer asks me several PHP Add-on: PHP Extension "pdo_mysql" must be loaded PHP Extension "mcrypt" must be loaded PHP Extension "curl" must be loaded PHP Extension "gd" must be loaded Anybody would be so nice to tell me the way to install the PHP add-on-s? Thank you very much.
2008 Apr 17
4
looking for a way to remove module interdependencies
Hello List, i''m running into an issue with puppet where I don''t know how to solve correctly. We''re managing applications and our monitoring (nagios) using puppet using the following schema: class nagios { // ensure nrpe ist installed // export a host definition nagios::check { ''ping'': } nagios::check { ''load'': } ...
2008 Apr 23
2
[LLVMdev] PHP Zend LLVM extension (SoC)
Thank you both for your answers! That part of type inference was my second question. PHP uses a structure with a union to represent a variable (because a variable can have different types, like a long, a double, a stream, etc..), but often a single variable will only have one type throughout the program (e.g. iterating through $i in a loop). Will LLVM automagically see that we always use the
2008 Apr 24
1
[LLVMdev] PHP Zend LLVM extension (SoC)
Owen, Chris, Owen Anderson wrote: > > On Apr 24, 2008, at 12:54 AM, Chris Lattner wrote: >>> LLVM likely won't be able to do type inference for you. >> >> I'd put it another way: an existing llvm pass won't do type inference >> for you. The right way to tackle this is to write an language- >> specific pass on LLVM IR that knows your runtime and
2008 Apr 24
0
[LLVMdev] PHP Zend LLVM extension (SoC)
On Apr 24, 2008, at 12:54 AM, Chris Lattner wrote: >> LLVM likely won't be able to do type inference for you. > > I'd put it another way: an existing llvm pass won't do type inference > for you. The right way to tackle this is to write an language- > specific pass on LLVM IR that knows your runtime and can propagate > types around. > Or just do it at the Zend
2008 Apr 03
2
Selinux policy for puppet
Andreas- On Thu, Apr 3, 2008 at 8:31 AM, Andreas Rogge <a.rogge@solvention.de> wrote: > Do you have SELinux enabled? When starting puppet from init.d with SELinux enabled it runs in xinitrc_t while it should (at least imo) run in unconfined_t. Running in xinitrc_t lead to *really* strange things. Everything way fixed once I deployed a policy that made puppetd run in unconfined_t. >