Re: [PHP-INSTALL] install extension zend opcache 7.0.2

2013-06-20 Thread Hendrik Schmieder
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

Re: [PHP-INSTALL] install extension zend opcache 7.0.2

2013-06-20 Thread Hendrik Schmieder
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

Re: [PHP-INSTALL] install extension zend opcache 7.0.2

2013-06-19 Thread Hendrik Schmieder
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

Re: [PHP-INSTALL] include_path

2010-10-22 Thread Hendrik Schmieder
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

Re: [PHP-INSTALL] New to PHP

2010-10-05 Thread Hendrik Schmieder
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

Re: [PHP-INSTALL] don't get shared extension odbc compiled!

2010-06-15 Thread Hendrik Schmieder
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/

Re: [PHP-INSTALL] Compile PHP 5.3.1 - Unknown configure option

2009-12-10 Thread Hendrik Schmieder
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

Re: [PHP-INSTALL] PHP install with Apache

2009-12-09 Thread Hendrik Schmieder
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

Re: [PHP-INSTALL] PHP install with Apache

2009-12-09 Thread Hendrik Schmieder
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

Re: [PHP-INSTALL] Error compiling PHP...

2006-09-13 Thread Hendrik Schmieder
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

Re: [PHP-INSTALL] php 5 install with apache 2 on windows xp

2005-07-19 Thread Hendrik Schmieder
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

[PHP-INSTALL] PHP 4.3.9 on Opteron

2004-12-15 Thread Hendrik Schmieder
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 -

Re: [PHP-INSTALL] Problem with Mail() function

2004-11-30 Thread Hendrik Schmieder
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

Re: [PHP-INSTALL] Problem with Mail() function

2004-11-30 Thread Hendrik Schmieder
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

Re: [PHP-INSTALL] DOMXML doesnt run under win32 / PHP 4.3.9 / apache 2.0.52

2004-11-30 Thread Hendrik Schmieder
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

Re: [PHP-INSTALL] DOMXML doesnt run under win32 / PHP 4.3.9 / apache 2.0.52

2004-11-30 Thread Hendrik Schmieder
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

Re: [PHP-INSTALL] GD trouble

2004-11-15 Thread Hendrik Schmieder
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=

Re: [PHP-INSTALL] Apache segmentation faults

2004-10-18 Thread Hendrik Schmieder
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

Re: [PHP-INSTALL] Missing Variables

2004-10-14 Thread Hendrik Schmieder
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

Re: [PHP-INSTALL] superglobals

2004-10-14 Thread Hendrik Schmieder
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

Re: [PHP-INSTALL] superglobals

2004-10-13 Thread Hendrik Schmieder
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

Re: [PHP-INSTALL] superglobals

2004-10-13 Thread Hendrik Schmieder
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 .

Re: [PHP-INSTALL] apache and FOR

2004-09-15 Thread Hendrik Schmieder
[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

Re: [PHP-INSTALL] sapi_apache2 not compatible with Apache 2.0.50 and PHP5

2004-08-27 Thread Hendrik Schmieder
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

Re: [PHP-INSTALL] zend optimizer

2004-08-24 Thread Hendrik Schmieder
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

Re: [PHP-INSTALL] Changing the Config Path on Win2K

2004-08-11 Thread Hendrik Schmieder
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

[PHP-INSTALL] statically linked libphp4.so

2004-05-12 Thread Hendrik Schmieder
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