Martino schrieb:
My suspicion is that linux-vdso.so.1 isn't found.
Thank you for your idea.
The library that you see as linux-vdso.so.1 is a virtual library or Virtual
Dynamic Shared Object, that resides only in each program's address space.
Older
systems called this linux-gate.so.1. This vi
Martino schrieb:
HelloHendrik,
Thank you for your mail.
Please find here the info:
What is the path for the php_extendir ?
from phpinfo, core section:
extension_dir
/usr/local/lib/php/extensions/no-debug-zts-20100525/
Where exactly opcache.so is located ?
it is located in this same d
Martino schrieb:
Hello,
I have ubuntu server 12.04 lts+apache 2.4 and I updated from php 5.4.9 to
php 5.4.16 adding
the zend opcache extension, compiling from source code, because through
apt-get install
I have php-5.3 at most and I needed the 5.4.16.
So I downloaded and untared the source
El Reggae Dancer schrieb:
Hello,
I have installed PHP 5.3.3. (Solaris 10).
Is the bug submitted in 2004 (http://bugs.php.net/29698) fixed in PHP
5.3.3 ?
I have set inculde_path in my php.ini as following:
include_path = "/var/php/include:."
/var/php/include has 2 subdirectories:
/var/php/inclu
Col Day schrieb:
Hi all,
Working with the PHP5 for Dummies book (yup real noob, feel free to
ridicule
(after telling me what I've done wrong)) and have installed Apache 2.2 and
PHP 5.3.3 onto a laptop running Vista. (yes I know!!!).
I've had Apache running fine with my basic web site created us
Tamer Higazi schrieb:
Hi people!
I am 1 step getting nut on php 5.3.2 to get the odbc extension compiled.
Could anybody please help me?!
I am executing in the "php-5.3.2/ext/odbc" folder:
./configure --prefix=/usr --with-unixODBC=/usr
and get complains that a certain sqlheader.h file in /usr/
Mattias Tengmo schrieb:
Hi, I've compiled PHP with these options before:
./configure --prefix=/usr --datadir=/usr/share/php5
--sysconfdir=/etc/php5 --enable-fastcgi --enable-fpm
--disable-short-tags --enable-exif --enable-intl --enable-mbstring
--enable-soap --enable-zip --with-bz2=/usr --with-c
Hotmail schrieb:
moved top posting to bottom !
--
From: "Hendrik Schmieder"
Sent: Wednesday, December 09, 2009 6:27 PM
To: "Roy Lam"
Subject: Re: [PHP-INSTALL] PHP install with Apache
Roy Lam schrieb:
I have a problem on
Roy Lam schrieb:
I have a problem on installing PHP 5.3.1 with Apache Server 2.2.14. When I
adding the command "PHPIniDir" into httpd.conf, I cannot start the Apache
Server anymore. By my observation, It should have some problems when i add
an extension into the PHP module. I would like to ask ho
Jan van der Merwe schrieb:
Hi Guys,
I'm compiling PHP 4.3.2 on Fedora Core 4 with Apache Apache/2.0.54. Here is
my configure command: ./configure --with-mysql --with-apxs2
Can someone find something in my "make" log entry that would explain
what is
going wrong? It seems to me that perhaps the
JENNIFER DARBY schrieb:
Although I am completely new to php, I am very good at following directions,
and I diligently followed the php 5 and apache 2 installation and
configuration instructions for windows xp. However, I'm not able to get the
2 working together - apache keeps saying it can't fi
Hello,
I wanted to compile php-4.3.9 as 64bit version under Suse Linux 9.2
64bit on a Dual Opteron system.
These are my configure option
./configure --enable-shared --with-apxs=/usr/httpd/bin/apxs
--without-pear --with-zlib=/usr/lib64 --with-bz2=/usr/lib64 \
-with-jpeg-dir=/usr/lib64 --with-gd -
v 2004 Hendrik Schmieder wrote :
>chandrika raju schrieb:
>
>> Hello Everybody,
>>
>>
>>When I try to use mail() function it is not working.
>>This is my program:
>>
>>
>>$to="[EMAIL PROTECTED]";
>>$from="[EMA
chandrika raju schrieb:
Hello Everybody,
When I try to use mail() function it is not working.
This is my program:
$success=mail($to, $subject, $message, "From:$from");
if ($success)
echo "Your mail has been sent";
else
echo "There is some error";
?>
when I execute this, the output is
There
Johny schrieb:
Hi,
got this problem : I have apache 2.0.52 running on my win XP SP2
machine, with mysql 4.1, php 4.3.9 and i cannot run DOMXML support on
this. Just installed the php 4.3.9 as SAPI module. I uncmommented the
line in php.ini extension=php_domxml.dll and apache service monitor
Johny schrieb:
Hi,
got this problem : I have apache 2.0.52 running on my win XP SP2
machine, with mysql 4.1, php 4.3.9 and i cannot run DOMXML support on
this. Just installed the php 4.3.9 as SAPI module. I uncmommented the
line in php.ini extension=php_domxml.dll and apache service monitor
Matt Bullock schrieb:
I am trying to get gd working, but I cant seem to get php to like
anything. Here is my configure line:
./configure --prefix=/usr/local/php
--with-apxs2=/usr/local/apache2/bin/apxs --with-xml --enable-bcmath
--enable-calendar --with-curl --enable-ftp --with-gd
--with-jpeg-dir=
Bostjan Skufca @ domenca.com schrieb:
Hello,
every now and then I notice in apache logs there were few segmentation faults
(on a daily basis) and all I am stuck with is PID of that process (which is
of course dead by then) and nothing about what it was doing. Is there any way
to figure out what
Paolo Morgano schrieb:
Hi,
I installed PHP5 like DSO for Apache2. I can see php processed pages, but
I miss variables... I wrote a simple page to test
index.html:
Input text
script.php is:
The function phpinfo() works fine, but I can't print $var value (correctly
showed PHP VAR
Douglas Robson schrieb:
Ausgezeichnet! Danke sehr.
Sie lösten meine zweite Echoaussage Störung.
Sie sind sehr nützlich gewesen.
Jedoch arbeitet mein erstes Problem noch nicht.
$result = getenv($_ENV['DOCUMENT_ROOT' ]);
kann jeden möglichen Ausgang produzieren, wenn nicht
ich versuche widerzuhall
Edward Dias schrieb:
Hi,
I was trying out this sample that Doug sent out and in trying I got this
error in return
Parse error: parse error, unexpected '"', expecting T_STRING or
T_VARIABLE or T_NUM_STRING in C:\test\superglobals.php on line 4
Is there some configuration that I need to modify?
Here
Douglas Robson schrieb:
I'm a total noob, so be gentle and very explicit.
I am trying to access certain superglobals like
$_ENV['DOCUMENT_ROOT']
I tried the following and got nothing but,
"You are running ."
$PHP_SELF.\n";
?>
Thanks,
phpneophyte
Try $_SERVER["PHP_SELF"] instead of $PHP_SELF .
[EMAIL PROTECTED] schrieb:
after installing php 5.0.5 to apache server 2.0.x everything seemed to work fine. Except for one detail: No script can execute the bronchus FOR
(example: for($i=0; $i>=6; $i++){echo "test";}
i tried to install it into apache 1.3.X and the same thing happend. Can anyone
jak schrieb:
Hello,
Can somebody help please?
I'm really desperate now.
I have read the install.txt, support forum about 50 times. I
recompiled back and forth about 10 times. Download the latest PHP from
both PHP.net and http://snaps.php.net.
I still get the same error below:
httpd: module
"/us
Larry Clark schrieb:
I downloaded and installed hte latest zend optimizer, and the phpinfo page
doesnt show it being in there.and my software package that I am trying
to install needs it. and it too says it isn't installed. is there somethign
in the php.ini file I need to do to make it start or
Rob Young schrieb:
Hi,
Is there a way to do this? It's currently looking in c:\WINNT\php.ini
but I want it looking in c:\Webserver\php5\php.ini
Thanks
Rob
Set the environment variable PHPRC to 'c:\Webserver\php5\php.ini' .
Hendrik
Hello,
I use the following configure command for php 4.3.6 :
./configure --enable-shared=no --enable-static=yes --with-apxs
--without-pear --with-zlib --with-bz2 --with-jpeg-dir --with-gd \
--with-png-dir --enable-gd-native-ttf --with-t1lib --with-freetype-dir
--with-iconv --with-zip --with-lda
27 matches
Mail list logo