[PHP-INSTALL] Php installation

2013-11-02 Thread george diamei
Iam trying to build php from source in windows 8 , i downloaded php source from "http://www.php.net/downloads.php"; and " http://windows.php.net/download/#php-5.5"; which one of these should i use to build php and also from "http://windows.php.net/download/#php-5.5"; under "VC11 x86 Thread Safe (20

Re: [PHP-INSTALL] No vc11 folder generated.

2013-10-09 Thread nowton khurai
In which folder should i put the contents of this zip file "php-5.5.4-Win32-VC11-x86" (debug pack) php version 5.5.4 . On Sat, Oct 5, 2013 at 5:57 PM, Jorge Hernandez wrote: > One of them goes directly into your PHP folder, all the others are just > for debug and test, as I told you in that em

[PHP-INSTALL] Problem with ".configure" (php-5.5.4) and libxml2

2013-10-06 Thread Jason
Hi to all of you, This is my first mail to any mailing list, so please tell me if i'm doing something wronge. Here is my intention for installing php-5.5.4: I'm having a NAS on which i use optware with running php 5.2. Now i wanted to install an "owncloud", but they need php >5.2. I'm still

Re: [PHP-INSTALL] No vc11 folder generated.

2013-10-04 Thread nowton khurai
The version is 5.5.4 On Sat, Oct 5, 2013 at 11:05 AM, nowton khurai wrote: > Does any of you guys have complete set of php built from source ,if you > have please upload it to google drive > so that i can download it and start building extensions .Help help help. > > > On Fri, Oct 4, 2013 at 6:3

Re: [PHP-INSTALL] No vc11 folder generated.

2013-10-04 Thread nowton khurai
Does any of you guys have complete set of php built from source ,if you have please upload it to google drive so that i can download it and start building extensions .Help help help. On Fri, Oct 4, 2013 at 6:35 PM, Jorge F. Hernandez wrote: > One of them goes directly into your PHP folder, all

Re: [PHP-INSTALL] No vc11 folder generated.

2013-10-04 Thread nowton khurai
"namke" command doest not work and also "namke snap". Jorge can you tell me in which folder i should put all the contents of the file i have downloaded,which you sent me some days back. On Fri, Oct 4, 2013 at 7:08 AM, nowton khurai wrote: > Thanks i'll try. > > > > On Fri, Oct 4, 2013 at 3:52

Re: [PHP-INSTALL] No vc11 folder generated.

2013-10-03 Thread nowton khurai
Thanks i'll try. On Fri, Oct 4, 2013 at 3:52 AM, Jorge Hernandez wrote: > As Lester was saying, the folder structure seems fine, but I think you > should do a "nmake snap" so you can get a php-5.x.x-vc11.zip kind of > file that will have everything that goes into your X:\PHP folder > > Good lu

Re: [PHP-INSTALL] No vc11 folder generated.

2013-10-03 Thread Jorge Hernandez
As Lester was saying, the folder structure seems fine, but I think you should do a "nmake snap" so you can get a php-5.x.x-vc11.zip kind of file that will have everything that goes into your X:\PHP folder Good luck On Thu, Oct 3, 2013 at 3:11 AM, Lester Caine wrote: > nowton khurai wrote: >> >>

Re: [PHP-INSTALL] No vc11 folder generated.

2013-10-03 Thread Lester Caine
nowton khurai wrote: Come on guys help me out. On Tue, Oct 1, 2013 at 2:43 PM, nowton khurai mailto:nowtonkhu...@gmail.com>> wrote: i)I have another problem, after running all the required SAPI two folders are generated "Debug_TS " and "Release_TS" .Inside "Debug_TS" nine folders ar

Re: [PHP-INSTALL] No vc11 folder generated.

2013-10-02 Thread nowton khurai
Come on guys help me out. On Tue, Oct 1, 2013 at 2:43 PM, nowton khurai wrote: > i)I have another problem, after running all the required SAPI two folders > are generated "Debug_TS " and "Release_TS" .Inside "Debug_TS" nine folders > are present and one of them is "Debug_TS" inside this folder a

Re: [PHP-INSTALL] No vc11 folder generated.

2013-10-01 Thread nowton khurai
i)I have another problem, after running all the required SAPI two folders are generated "Debug_TS " and "Release_TS" .Inside "Debug_TS" nine folders are present and one of them is "Debug_TS" inside this folder a folder with name "php-5.5.4-devel-VC11-x86" is present ,are the libraries contain insid

Re: [PHP-INSTALL] No vc11 folder generated.

2013-09-26 Thread nowton khurai
I need little help again.I added all the required SAPI and run it ,there is no problem ,after that i entered nmake but,the command prompt says this: "Microsoft (R) Program Maintenance Utility Version 11.00.50727.1 Copyright (C) Microsoft Corporation. All rights reserved. Recreating build dirs Rec

Re: [PHP-INSTALL] No vc11 folder generated.

2013-09-26 Thread Jorge F. Hernandez
Title: Signature OK I found these: --enable-object-out-dir will give you that error, notify PHP about it opening a bug --enable-debug must not be specified when using --enable-debug-pack Use

Re: [PHP-INSTALL] No vc11 folder generated.

2013-09-26 Thread Jorge F. Hernandez
Title: Signature I created the folder myself and it works just fine, all you have to do is put x86 and x64 folders in it and put deps, pecl (if needed) and your php-5.5.4-src folder in it too, and you will all set.

Re: [PHP-INSTALL] No vc11 folder generated.

2013-09-26 Thread nowton khurai
I Itried but still i get the same error,is wrong folder selection the source of the error or something else ,the following notes is of command prompt while trying to enable certain SAPI "C:\php-sdk\phpdev\vc9\x86\php-5.5.4-src>configure --enable-object-out-dir --enable-debug --enable-debu g-pack

[PHP-INSTALL] No vc11 folder generated.

2013-09-26 Thread nowton khurai
I'm trying to build php 5.5+ from source in windows 8, i followed the steps given in http://wiki.php.net/internals/windows/stepbystepbuild, i used php-sdk version- "php-sdk-binary-tools-20110512" to generate the folder "phpdev" under the directory " C:\php-sdk\" ,the problem is i don't see any "vc1

Re: [PHP-INSTALL] How to load apache module

2013-09-20 Thread Keith Roberts
On Thu, 19 Sep 2013, Jay Vee wrote: To: php-install@lists.php.net From: Jay Vee Subject: [PHP-INSTALL] How to load apache module I want to add this line to my Apache httpd.conf file: LoadModule php5_module modules/libphp5.so Where do I easily get 'libphp5.so' for my platfor

Re: [PHP-INSTALL] How to load apache module

2013-09-19 Thread Aziz Saleh
If I remember correctly, the last time I setup a CentOs (was v 5.x) all I had to do was: yum install httpd /etc/init.d/httpd start yum install php /etc/init.d/httpd restart Which should automatically configure PHP for you on Apache. I actually have a bookmark on it, will have to dig it up and se

[PHP-INSTALL] How to load apache module

2013-09-19 Thread Jay Vee
I want to add this line to my Apache httpd.conf file: LoadModule php5_module modules/libphp5.so Where do I easily get 'libphp5.so' for my platform which is CentOs 6.2? How do I get libphp5.so there? Ideally I would like to do: #yum -y install to get it there ( or a switch to indicate my conf

Re: [PHP-INSTALL] huge performance diff between windows and linux.

2013-09-12 Thread Jorge F. Hernandez
Title: Signature I don't know what just happened, but the same computer that was showing me less than 4 secs for the bench with nts is now showing me the same results as ts, the configuration of either (Apache and PHP) have not changed (wel

[PHP-INSTALL] C++ header files with PHP causes 20 errors

2013-09-12 Thread Kevin Ingwersen
Hello everyone! I have been going thru a lot of different compiling steps and tests - and somehow managed to get round the things. But now, I have a rather unsolvable issue since I am not a compiler guru :) This is the error - or more, just a part from it: In file included from main/internal_f

Re: [PHP-INSTALL] huge performance diff between windows and linux.

2013-09-10 Thread Jorge F. Hernandez
Good news for those who (like me) rather use PHP as an Apache Module, I just ran the benchmark script on: Windows Server 2012 Apache 2.4 x64 PHP 5.5.3 x64 as Apache Module And got this: PHP version : 5.5.3 Platform : WINNT -- test_math : 1.09

Re: [PHP-INSTALL] huge performance diff between windows and linux.

2013-09-09 Thread Jorge F. Hernandez
Title: Signature I just tested PHP 5.5.3 running on Apache as Fast CGI with mod_fcgid and got these results: PHP version : 5.5.3 Platform : WINNT -- test_math : 0.768 sec. test_stringmanipulation :

Re: [PHP-INSTALL] huge performance diff between windows and linux.

2013-09-07 Thread Keith Roberts
Of course. But does PHP not run the *fastest as a compiled-in apache module, which is what I thought the OP was looking for? Kind Regards, Keith On Sun, 8 Sep 2013, Daniel wrote: To: Keith Roberts From: Daniel Subject: Re: [PHP-INSTALL] huge performance diff between windows and linux

Re: [PHP-INSTALL] huge performance diff between windows and linux.

2013-09-07 Thread Daniel
> Keith Roberts > > > On Sat, 7 Sep 2013, Jorge Hernandez wrote: > >> To: Paul Roland >> From: Jorge Hernandez >> Subject: Re: [PHP-INSTALL] huge performance diff between windows and >> linux. >> >> I might be wrong, but if you are using

Re: [PHP-INSTALL] huge performance diff between windows and linux.

2013-09-07 Thread Keith Roberts
like Apache does. Have you tried to use the Windows version of Apache and see if PHP compiled into that version works quicker? Kind Regards, Keith Roberts On Sat, 7 Sep 2013, Jorge Hernandez wrote: To: Paul Roland From: Jorge Hernandez Subject: Re: [PHP-INSTALL] huge performance diff be

Re: [PHP-INSTALL] huge performance diff between windows and linux.

2013-09-07 Thread lester
This is actually better than the benchmarks I published a while back. I was seeing 3 or 4 times difference. Identical hardware, duel boot off the same hard disk. Sent from my android device so the quoting is crap! -Original Message- From: Paul Roland To: php-install@lists.php.net Sent

Re: [PHP-INSTALL] huge performance diff between windows and linux.

2013-09-07 Thread Jorge Hernandez
I might be wrong, but if you are using nts it means you are using IIS, try ts with apache and compare results. In my personal experience, PHP runs slower on IIS because it uses it as CGI. Let us know how it goes. Jorge_. On Sep 7, 2013 12:15 PM, "Paul Roland" wrote: > Hey I have an issue and I

[PHP-INSTALL] huge performance diff between windows and linux.

2013-09-07 Thread Paul Roland
Hey I have an issue and I ran out of ideas. I have two virtual servers, one running debian with compiled php and one running server 2008 with php non thread safe version. Both have 5.5.3 version installed and both have almoust the same config and modules, with opcache enabled. However I ran the b

Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-19 Thread Eugene M. Zheganin
Hi. On 19.08.2013 16:55, KAs Coenen wrote: > Dear, > > I was able to add oci to php. > > But zlib still does not work. When running a script localy on the > system it runs fine: > > # /usr/local/php5/bin/php connect.php > # > > But when running trough a browser I get an error page and this in > ph

RE: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-19 Thread KAs Coenen
: Call to undefined function gzopen() in /opt/apache/htdocs/connect.php on line 4 Any idea how this is possible? Kas > Date: Fri, 16 Aug 2013 12:17:04 -0700 > From: christopher.jo...@oracle.com > To: kascoe...@hotmail.com > CC: php-install@lists.php.net > Subject: Re: [PHP-INSTALL]

Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-17 Thread Christopher Jones
Date: Fri, 16 Aug 2013 17:38:40 +0600 From: eug...@zhegan.in To: php-install@lists.php.net Subject: Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make Hi. On 16.08.2013 17:32, KAs Coenen wrote: hi, yes it does: # /usr/local

RE: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-16 Thread KAs Coenen
Sorry, I misread. It indeed does not complain. But I don't know what you mean when you say that I forgot to update apache's module? Care to clarify? Thx, Kas Date: Fri, 16 Aug 2013 17:38:40 +0600 From: eug...@zhegan.in To: php-install@lists.php.net Subject: Re: [PHP-INSTALL] inst

Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-16 Thread Eugene M. Zheganin
Hi. On 16.08.2013 17:32, KAs Coenen wrote: > hi, > > yes it does: > > # /usr/local/php5/bin/php -m > [PHP Modules] > bz2 > ... > oci8 > ... > zip > zlib > > [Zend Modules] > > What does this mean? > As I can see, it does not. It probably means you forgot to update apache's module (which php is for

RE: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-16 Thread KAs Coenen
hi, yes it does: # /usr/local/php5/bin/php -m [PHP Modules] bz2 ... oci8 ... zip zlib [Zend Modules] What does this mean? Date: Fri, 16 Aug 2013 17:20:12 +0600 From: eug...@zhegan.in To: php-install@lists.php.net Subject: Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in

Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-16 Thread Eugene M. Zheganin
Hi. On 16.08.2013 17:06, KAs Coenen wrote: > Indeed. Turns out that was the problem. Ldd now reports that all libs > are found. But when restarting apache I get in php.error.log: > > [16-Aug-2013 11:01:59 UTC] PHP Warning: PHP Startup: Unable to load > dynamic library > '/usr/local/php5/lib/php/e

RE: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-16 Thread KAs Coenen
estions on the other mailinglist (configuration questions instead of installation)? Kas Date: Fri, 16 Aug 2013 14:57:51 +0600 From: eug...@zhegan.in To: php-install@lists.php.net Subject: Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-16 Thread Eugene M. Zheganin
Hi. On 16.08.2013 14:42, KAs Coenen wrote: > Hello, > > Oci still not finding all libs. ldd reports: > > libnnz11.so => (file not found) > > crle: > > Configuration file [version 4]: /var/ld/ld.config > Default Library Path (ELF): /usr/local/lib:/lib:/usr/lib > Trusted Directories (ELF):

RE: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-16 Thread KAs Coenen
ate: Tue, 13 Aug 2013 14:13:47 +0600 From: eug...@zhegan.in To: kascoe...@hotmail.com CC: php-install@lists.php.net Subject: Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make On 13.08.2013 12:58, KAs Coenen wrote:

Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-13 Thread Eugene M. Zheganin
On 13.08.2013 12:58, KAs Coenen wrote: > Hey, > > Instant client is installed under (/opt/oracle/product/12.1.0/client). > I tried to install oci8 with pecl but I get an error: > > # /usr/local/php5/bin/pecl install oci8 > No releases for package "pecl/oci8" exist > install failed > > Installing fr

RE: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-13 Thread KAs Coenen
( 0.0%) ALL tests are skipped. Any idea's? Make install runs but the output is the same as above (from ldd). Thanks for all the help already! Kas > Date: Mon, 12 Aug 2013 09:13:32 -0700 > From: christopher.jo...@oracle.com > To: e...@norma.perm.ru > CC: kascoe...@hotmail.co

Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-12 Thread Christopher Jones
On 08/12/2013 09:08 AM, Eugene M. Zheganin wrote: Hi. On 12.08.2013 20:45, KAs Coenen wrote: Reinstalled openssl in 64bit with shared libs, libiconv and added zlib. Now everything ran fine. I still have other questions (not related to php install) about how to add oci as module. Where can

Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-12 Thread Eugene M. Zheganin
Hi. On 12.08.2013 20:45, KAs Coenen wrote: Reinstalled openssl in 64bit with shared libs, libiconv and added zlib. Now everything ran fine. I still have other questions (not related to php install) about how to add oci as module. Where can I ask such things? You can install it from PECL, you

Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-12 Thread Christopher Jones
On 8/12/13 7:45 AM, KAs Coenen wrote: Reinstalled openssl in 64bit with shared libs, libiconv and added zlib. Now everything ran fine. I still have other questions (not related to php install) about how to add oci as module. Where can I ask such things? Adding PHP's OCI8 extension is st

RE: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-12 Thread KAs Coenen
Reinstalled openssl in 64bit with shared libs, libiconv and added zlib. Now everything ran fine. I still have other questions (not related to php install) about how to add oci as module. Where can I ask such things? Kas From: kascoe...@hotmail.com To: php-install@lists.php.net CC: eug

RE: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-12 Thread KAs Coenen
collect2: ld returned 1 exit status make: *** [sapi/cli/php] Error 1 BTW: Why do I keep getting mails from ebay and such when sending to php-install? Kas Date: Mon, 12 Aug 2013 19:39:59 +0600 From: eug...@zhegan.in To: kascoe...@hotmail.com CC: php-install@lists.php.net Subject: Re: [PHP-INSTALL

Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-12 Thread Eugene M. Zheganin
Hi. On 12.08.2013 19:21, KAs Coenen wrote: > Well, the same happened. After removing the unpacked tar and resetting > vars: > > __iob 0x8d > /usr/local/ssl/lib/libcrypto.a(pem_lib.o) > __iob 0x46d > /usr/local/ssl/lib/libcryp

RE: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-12 Thread KAs Coenen
2013 19:00:45 +0600 From: eug...@zhegan.in To: kascoe...@hotmail.com CC: php-install@lists.php.net Subject: Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make Hi. On 12.08.2013 18:37, KAs Coenen wrote: Hi

Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-12 Thread Eugene M. Zheganin
Hi. On 12.08.2013 18:37, KAs Coenen wrote: > Hi, > > Because of your advice I tried to recompile php to 64 bit. First I > recompiled all dependencies with flag -m64. All went well. When > running make for php I get the following error: > > fprintf 0x94 > /usr/loc

RE: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-12 Thread KAs Coenen
:49:31 +0600 From: eug...@zhegan.in To: kascoe...@hotmail.com CC: php-install@lists.php.net Subject: Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make Hi. On 12.08.2013 15:27, KAs Coenen wrote: Why is that

Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-12 Thread Eugene M. Zheganin
Hi. On 12.08.2013 15:27, KAs Coenen wrote: > Why is that the best option? Because 64-bit binaries (processes started by them) can address (use) way more memory on amd64 architecture, while 32-bit binaries/processes can use/address less than 4 gigs of memory while running on amd64. If total amount

RE: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-12 Thread KAs Coenen
: eug...@zhegan.in To: kascoe...@hotmail.com CC: php-install@lists.php.net Subject: Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make Hi. On 12.08.2013 13:04, KAs Coenen wrote: I don't know if this is c

Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-12 Thread Eugene M. Zheganin
Hi. On 12.08.2013 13:04, KAs Coenen wrote: > I don't know if this is complete or not. I installed openssl from > source. But it reports all files as 64 bit although I downloaded the > 32 bit version?? Source tarball contains sources for both architectures. It's the compiler and linker making decis

RE: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-12 Thread KAs Coenen
E-2009-3555) root@zone-eu4# So do I need to recompile openssl in 32 bit? Any idea how to do it? Kas Date: Fri, 9 Aug 2013 16:15:53 +0600 From: eug...@zhegan.in To: php-install@lists.php.net Subject: Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error

Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-09 Thread Eugene M. Zheganin
Hi. On 09.08.2013 15:38, KAs Coenen wrote: > Thx for the help and it helped. But now make fails on something else. > I ran it both with and without --enable-sockets and both failed. It > fails on the following command: > > /bin/bash /export/home/user/php-5.5.1/libtool --silent > --preserve-dup-de

RE: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-09 Thread KAs Coenen
d I report the first error as a bug? Where should I do this? I am willing to do this as long as I know where I have to go. Kas Date: Thu, 8 Aug 2013 18:28:09 +0600 From: eug...@zhegan.in To: php-install@lists.php.net Subject: Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in er

Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-08 Thread Eugene M. Zheganin
Hi, On 08.08.2013 15:37, KAs Coenen wrote: > > Can someone please help me? I have been stuck on installing php on > solaris for several days now. I've been trying different options and > all resulted in nothing that really worked. > > Please bear with me as this is my first mail to a newsgroup. If

[PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-08 Thread KAs Coenen
Hi, I am trying to install php 5.5.1 on to solaris 10. This is the solaris version: $ uname -a SunOS zone-eu4 5.10 Generic_142910-17 i86pc i386 i86pc $ cat /etc/release Oracle Solaris 10 9/10 s10x_u9wos_14a X86 Copyright (c) 2010, Oracle and/or its affiliates. All rights

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

2013-08-01 Thread Adinata
> Thank you for your cooperation Hendrik, > all solved, php 5.5.0 is here, so no more need to install the extension. > > > -- > Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP autenticato? GRATIS solo con > Email.it http://www.email.it/f > > Sponsor: > Le tue

[PHP-INSTALL] Failing to Install php5.5.X

2013-07-23 Thread kibirango moses
I am trying to install the php 5.5 for source on slackware linux 13.1 using the procedure below: ./configure --with-apxs2=/usr/sbin/apxs --with-openssl --enable-pdo=shared --with-pdo-mysql=shared --with-pdo-sqlite=shared --with-libdir=/lib64 --enable-mbstring --with-mysql --with-mysql-sock=/var/

[PHP-INSTALL] Failing to install php 5.50 and 5.5.1

2013-07-23 Thread kibirango moses
I am trying to install the php 5.5 for source on slackware linux 13.1 using the procedure below: ./configure --with-apxs2=/usr/sbin/apxs --with-openssl --enable-pdo=shared --with-pdo-mysql=shared --with-pdo-sqlite=shared --with-libdir=/lib64 --enable-mbstring --with-mysql --with-mysql-sock=/var/

[PHP-INSTALL] "shared" PHP build problems on AIX

2013-07-11 Thread Frank Fegert
Hello all, i'm currently trying to get a modularized (i.e. "shared") PHP to build on AIX, but i'm running into some wierd linking issues with php-cli and php-cgi, which i hope someone here can help me out with. The environment is: AIX: 6100-08-01-1245 xlC: 11.01..0009 php: 5.3.26 the re

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

2013-06-21 Thread Martino
OK, let's have a look on the PHP side. Is PHP loaded as module ? If not, does the problem also occur when PHP is loaded as module ? Hendrik Thank you for your cooperation Hendrik, all solved, php 5.5.0 is here, so no more need to install the extension. -- Caselle da 1GB, trasmett

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 Martino
> 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 virtual library pro

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-20 Thread Martino
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 directory. > What

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

[PHP-INSTALL] install extension zend opcache 7.0.2

2013-06-08 Thread Martino
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 code for php 5.4.16.

[PHP-INSTALL] PHP 5.3/5.4 and windows scripting host, WSF, ActiveScript question

2013-05-11 Thread David Lykke Søndergaard
Hey, I have been trying to get PHP to work with Windows Scripting Host and WSF files. With PHP 5.2.17, I could use PHP5ActiveScript.dll to make the connection and run this script: $WScript->Echo("Hello World!"); http://www.php.net/manual/bg/install.windows.activescript.php I can not, ho

[PHP-INSTALL] PHP 5.4 with FPM keeps forgetting about MySQL extension when using Wordpress

2013-04-07 Thread Nico Böhr
Hello everyone, I noticed a very strange behaviour of PHP-FPM 5.4. PHP seems to "forget" about the MySQL extension after one request or so. I am not sure, but I think this is a bug in PHP. Steps to reproduce: Take a clean Ubuntu Server 12.04 64-Bit install (all updates), prepare everything

Re: [PHP-INSTALL] php and iis 7

2013-03-25 Thread Jorge F. Hernandez
Title: Signature If you are having problems with IIS loading PHP scripts, try using this to enable it: http://phpmanager.codeplex.com/ That worked for me when IIS was having problems loading PHP.

[PHP-INSTALL] RE: php and iis 7

2013-03-25 Thread Davis John A
oberto [mailto:bharr...@mcw.edu] Sent: Monday, March 25, 2013 9:23 AM To: php-install@lists.php.net Subject: [PHP-INSTALL] php and iis 7 I have an html page (iisstart.htm) which calls a php program running successfully with MySQL from the server where it is installed. I simply launch the iisstar

[PHP-INSTALL] Re: php and iis 7

2013-03-25 Thread Dallas Thunder
Check your php script, in the form action part, it should not contain anything like "localhost". When you access it from a remote computer, it's no longer localhost. On 2013/3/25 12:23, Harrison, Roberto wrote: I have an html page (iisstart.htm) which calls a php program running successfully w

[PHP-INSTALL] php and iis 7

2013-03-25 Thread Harrison, Roberto
I have an html page (iisstart.htm) which calls a php program running successfully with MySQL from the server where it is installed. I simply launch the iisstart.htm file by double clicking on it as I am logged into the server. It all works exactly the way I want it to locally. I have gone thro

RE: [PHP-INSTALL] Extensions location

2013-03-10 Thread Jaime Castillo
From: jfh...@gmail.com To: php...@jigsoft.co.za CC: php-install@lists.php.net Date: Sun, 10 Mar 2013 11:02:40 -0400 Subject: RE: [PHP-INSTALL] Extensions location I tried that and even though php-config says extension-dir = /my/extension/folder when I do a make install it goes to /my

RE: [PHP-INSTALL] Extensions location

2013-03-10 Thread Jorge F. Hernandez
;mailto:jfh...@gmail.com> jfh...@gmail.com tel: fax: mobile: 646-403-9802 646-519-4352 646-262-1908 From: n...@jigsoft.co.za [mailto:n...@jigsoft.co.za] On Behalf Of Nick Lombard Sent: Sunday, March 10, 2013 3:57 AM To: Jorge F. Hernandez Cc: php-install@lists.p

Re: [PHP-INSTALL] Extensions location

2013-03-09 Thread Nick Lombard
On 9 March 2013 15:58, Jorge F. Hernandez wrote: > I know about this entry in php.ini, but I want it to be the default place > when compiling PHP, so I don't have to change it every time I compile a new > version. > The build script specific settings are all based on the --prefix argument, so yo

RE: [PHP-INSTALL] Extensions location

2013-03-09 Thread Jorge F. Hernandez
2 646-262-1908 -Original Message- From: pmenier [mailto:p...@pmenier.net] Sent: Saturday, March 09, 2013 7:47 AM To: php-install@lists.php.net Subject: Re: [PHP-INSTALL] Extensions location Le 08/03/2013 15:45, Jorge Hernandez a écrit : > Hey guys, > > Can anyone tell

Re: [PHP-INSTALL] Extensions location

2013-03-09 Thread pmenier
Le 08/03/2013 15:45, Jorge Hernandez a écrit : Hey guys, Can anyone tell me where can I configure the location of the extensions when compiling PHP? I don't see anything in ./configure --help for that and when I run 'make install' it puts them in a folder called 'no-debug-non-zts-20100525' insi

[PHP-INSTALL] How is flush different in php5.3 vs php5.2?

2013-01-24 Thread Tim Galyean
Hey guys, Found something interesting here. It seems that flush works differently in PHP5.3 and I am trying to understand the change. Below is a small snippet of code: In php 5.2 running `$>php file.php` with this code in it, the 'a' prints almost immediately. In php-5.3.15 doing the same t

Re: [PHP-INSTALL] installing problem

2013-01-21 Thread Christopher Jones
On 01/18/2013 11:44 PM, saeed ahmed wrote: i have installed apache2 and configured and now i am trying to install php (xp sp 3)and work locally but i can not make it happen.is there any easy way to install and make it possible to work with apache.(i do not want to use xampp) There are lots o

[PHP-INSTALL] installing problem

2013-01-18 Thread saeed ahmed
i have installed apache2 and configured and now i am trying to install php (xp sp 3)and work locally but i can not make it happen.is there any easy way to install and make it possible to work with apache.(i do not want to use xampp)

Re: [PHP-INSTALL] pecl install help. New here

2013-01-14 Thread Keith Roberts
directory might be. Kind Regards, Keith On Sun, 13 Jan 2013, TR Shaw wrote: To: tariq wali From: TR Shaw Subject: Re: [PHP-INSTALL] pecl install help. New here the server owner says, "don't blow away the default install" if you want someting different install in parallel.&

Re: [PHP-INSTALL] pecl install help. New here

2013-01-13 Thread TR Shaw
ace ? get rid > of one of them and things will fall in correct place as already suggested by > Keith. > > > > On Sun, Jan 13, 2013 at 11:18 PM, Keith Roberts wrote: > On Sat, 12 Jan 2013, TR Shaw wrote: > > To: php-install@lists.php.net > From: TR Shaw

Re: [PHP-INSTALL] pecl install help. New here

2013-01-13 Thread tariq wali
Tom, why are you running two php installations in the first place ? get rid of one of them and things will fall in correct place as already suggested by Keith. On Sun, Jan 13, 2013 at 11:18 PM, Keith Roberts wrote: > On Sat, 12 Jan 2013, TR Shaw wrote: > > To: php-install@list

Re: [PHP-INSTALL] pecl install help. New here

2013-01-13 Thread Keith Roberts
On Sat, 12 Jan 2013, TR Shaw wrote: To: php-install@lists.php.net From: TR Shaw Subject: [PHP-INSTALL] pecl install help. New here New here so pardon me while I learn the ropes. Question on pecl installs I have 2 instances of php on the system. One the system default and one with a

[PHP-INSTALL] pecl install help. New here

2013-01-12 Thread TR Shaw
New here so pardon me while I learn the ropes. Question on pecl installs I have 2 instances of php on the system. One the system default and one with a different config. I tried /usr/local/php5/bin/pecl install mailparse to install mailparse. It did but it installed it to the other instance'

Re: [PHP-INSTALL] max_execution_time - fpm setup with nginx

2013-01-04 Thread Ferenc Kovacs
yes, it is. as I've mentioned, calls like sleep() or mysql_query() or exec() isn't counted towards the execution_time as they spend the time outside of php. maybe you think that php does something similar as checking the wall time at the start of the script and comparing that to the current wall ti

Re: [PHP-INSTALL] max_execution_time - fpm setup with nginx

2013-01-04 Thread Amod Pandey
In any case it should stop in max 30 seconds, or a minute or 5 minutes, how much ever time any operation spends!! But it never stops! It there something which I am really not getting here? On Fri, Jan 4, 2013 at 10:30 PM, Ferenc Kovacs wrote: > maybe this can help to understand: from the php's

Re: [PHP-INSTALL] max_execution_time - fpm setup with nginx

2013-01-04 Thread Amod Pandey
M: I hope you haven't read the question! On Fri, Jan 4, 2013 at 10:30 PM, Miles Thompson wrote: > You don't exit() out of the loop. while(true) is behaving exactly as it > should. > M. > > > On Fri, Jan 4, 2013 at 12:48 PM, Amod Pandey wrote: > >> But it should stop at while ( I assume, else t

Re: [PHP-INSTALL] max_execution_time - fpm setup with nginx

2013-01-04 Thread Ferenc Kovacs
maybe this can help to understand: from the php's execution time point of view, sleep(5) is seen as a(n almost) zero cost operation. so if you have 30 secs execution time limit set, calling sleep(5); wouldn't reduce the time left by 5 seconds, but only some microseconds, so you would still have alm

Re: [PHP-INSTALL] max_execution_time - fpm setup with nginx

2013-01-04 Thread Miles Thompson
You don't exit() out of the loop. while(true) is behaving exactly as it should. M. On Fri, Jan 4, 2013 at 12:48 PM, Amod Pandey wrote: > But it should stop at while ( I assume, else this setting is useless )? > But it does not stop. It runs indefinitely unless I kill it !! > > > On Fri, Jan 4,

Re: [PHP-INSTALL] max_execution_time - fpm setup with nginx

2013-01-04 Thread Amod Pandey
But it should stop at while ( I assume, else this setting is useless )? But it does not stop. It runs indefinitely unless I kill it !! On Fri, Jan 4, 2013 at 10:15 PM, Ferenc Kovacs wrote: > your code can run more than 30 seconds because (as I mentioned before and > linked you to the manual pag

Re: [PHP-INSTALL] max_execution_time - fpm setup with nginx

2013-01-04 Thread Ferenc Kovacs
your code can run more than 30 seconds because (as I mentioned before and linked you to the manual page) external calls including(sleep) doesn't counted into the execution time of set_time_limit. On Fri, Jan 4, 2013 at 5:38 PM, Amod Pandey wrote: > This is my code. And it continues to run. It

Re: [PHP-INSTALL] max_execution_time - fpm setup with nginx

2013-01-04 Thread Amod Pandey
This is my code. And it continues to run. It should have stopped after completion of the while loop. php v 5.3.13 On Fri, Jan 4, 2013 at 9:51 PM, Ferenc Kovacs wrote: > hi, > > http://php.net/set_time_limit > see the note: > "The set_time_limit() function and the configuration directive > ma

Re: [PHP-INSTALL] max_execution_time - fpm setup with nginx

2013-01-04 Thread Ferenc Kovacs
hi, http://php.net/set_time_limit see the note: "The set_time_limit() function and the configuration directive max_execution_time only affect the execution time of the script itself. Any time spent on activity that happens outside the execution of the script such as system calls using system(), st

[PHP-INSTALL] max_execution_time - fpm setup with nginx

2013-01-04 Thread Amod Pandey
Hi, I have configured max_execution_time = 30 in php.ini. There is no place it is altered. We are running php-fpm with nginx. If request_terminate_timeout is NOT set in the php-fpm then the script does not stop!! Even though the browser times out with 504. If I set request_terminate_timeout the

Re: [PHP-INSTALL] help for cli installation after running web server

2012-12-12 Thread Martinello
Keith Roberts ; php-install@lists.php.net Sent: Wednesday, December 12, 2012 10:59 AM Subject: Re: [PHP-INSTALL] help for cli installation after running web server just do apt-get install php-cli , that will do it. -- Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, P

Re: [PHP-INSTALL] help for cli installation after running web server

2012-12-12 Thread tariq wali
: "Keith Roberts" > To: "Martinello" > Cc: > Sent: Sunday, December 09, 2012 11:55 AM > Subject: Re: [PHP-INSTALL] help for cli installation after running web > server > > > On Sat, 8 Dec 2012, Martinello wrote: > > > To: php-install@lists.php.ne

  1   2   3   4   5   6   7   8   9   10   >