[PHP] building php x64 for windows

2012-04-02 Thread 小鱼虾
I want to building php5.4 x64 for windows. I have see https://wiki.php.net/internals/windows/stepbystepbuild. but I do extensions always show wrong. Have any friend help for this? php error LNK2019 unresolved external. -- Yon.

[PHP] Building PHP on Windows 7 using Visual Studio 10

2011-10-12 Thread Peter Roth
I am trying to build PHP from source code on Windows 7 using Visual Studio 10. I have tried to follow the procedure at https://wiki.php.net/internals/windows/stepbystepbuild I did not get very far and suspect that this procedure may need to be updated for people in my situation. In

[PHP] building php with DB extension without installing DB locally

2008-01-22 Thread Jochem Maas
hi guys, I want to build php with firebirdDB (ibase) extension (for the purposes of this exercise it could just as well be mysql) without installing firebird on the local machine (i'm moving the DB to a seperate server) ... I can't figure out how to do this apart from installing firebird,

Re: [PHP] building php with DB extension without installing DB locally

2008-01-22 Thread dev
Quoting Jochem Maas [EMAIL PROTECTED]: hi guys, I want to build php with firebirdDB (ibase) extension (for the purposes of this exercise it could just as well be mysql) without installing firebird on the local machine (i'm moving the DB to a seperate server) ... I can't figure out how to do

Re: [PHP] building php with DB extension without installing DB locally

2008-01-22 Thread Thijs Lensselink
Quoting Jochem Maas [EMAIL PROTECTED]: [EMAIL PROTECTED] schreef: Quoting Jochem Maas [EMAIL PROTECTED]: hi guys, I want to build php with firebirdDB (ibase) extension (for the purposes of this exercise it could just as well be mysql) without installing firebird on the local machine

Re: [PHP] building php with DB extension without installing DB locally

2008-01-22 Thread Jochem Maas
[EMAIL PROTECTED] schreef: Quoting Jochem Maas [EMAIL PROTECTED]: hi guys, I want to build php with firebirdDB (ibase) extension (for the purposes of this exercise it could just as well be mysql) without installing firebird on the local machine (i'm moving the DB to a seperate server) ...

Re: [PHP] building php with DB extension without installing DB locally

2008-01-22 Thread Richard Lynch
On Tue, January 22, 2008 5:04 am, Jochem Maas wrote: I want to build php with firebirdDB (ibase) extension (for the purposes of this exercise it could just as well be mysql) without installing firebird on the local machine (i'm moving the DB to a seperate server) ... I can't figure out how

[PHP] Building PHP 5.2.5 on Win32

2007-12-14 Thread Michael Tyson
Hiya, We're using PHP/Java Bridge (PJB) with PHP 5.1.6 and Apache 2.0.61 on Windows, and experiencing frequent segfaults of Apache. Inspecting the dump reveals that PHP is crashing somewhere, something to do with a null pointer exception when reporting an error - seemingly not in the

[PHP] Building php-pcre extension on windows

2006-03-07 Thread Manish Marathe
PHP experts everywhere!! I am building PHP 5.1.2 on windows without pcre-regex extension. I am building building pcre independently and then I am building the extension php_pcre.dll. I build few other extensions too. I keep the extensions in c:\php\extensions which is set in php.ini. I am

[PHP] building php, using mysql for apache2

2005-06-01 Thread bruce
hi... trying to build php4 with mysql4.1-12, for use in apache2. i have the following ./compile that works for php5. however, when i try to use it for php4, i get a msg, stating that it can't find the MySQL Headers... can anybody provide any pointers as far as what the Headers are for mysql, and

Re: [PHP] building php, using mysql for apache2

2005-06-01 Thread Steve Brown
trying to build php4 with mysql4.1-12, for use in apache2. i have the following ./compile that works for php5. however, when i try to use it for php4, i get a msg, stating that it can't find the MySQL Headers... From http://us3.php.net/manual/en/ref.mysql.php: === For compiling, simply use

Re: [PHP] building php, using mysql for apache2

2005-06-01 Thread Richard Lynch
--with-mysql is supposed to be the directory in which configure can find the mysql header (.h) files and the mysql library (mysql.so) underneath that directory. /usr/bin/mysql_config is a program -- a binary if you will It's incredibly unlikely that your MySQL header files and the mysql.so

[PHP] building php to have mysqli support...

2004-07-17 Thread bruce
hi... i'm trying to upgrade/install php-4.3.8 to include mysqli support. i'm running on a rh8.0 linux with mysql-4.x. i used the php-4.3.8 src rpm, and built using the following config ./configure --with-apxs2=/usr/sbin/apxs --with-config-file-path=/etc --with -mysql

RE: [PHP] building php to have mysqli support...

2004-07-17 Thread bruce
: Saturday, July 17, 2004 1:12 PM To: [EMAIL PROTECTED] Subject: [PHP] building php to have mysqli support... hi... i'm trying to upgrade/install php-4.3.8 to include mysqli support. i'm running on a rh8.0 linux with mysql-4.x. i used the php-4.3.8 src rpm, and built using the following config

[PHP] building php 4.3.7 with sablot 1.0.1 and gcc 3.3.3

2004-06-19 Thread Per Jessen
I'm trying to build php 4.3.7 with sablot 1.0.1 and expat 1.95.7 - I'm using gcc3.3.3. sablot and expat built fine, but when I build/link php: /usr/lib/libsablot.so: undefined reference to `operator new[](unsigned)' /usr/lib/libsablot.so: undefined reference to `vtable for

Re: [PHP] Building PHP source for Linux / Unix.

2003-11-06 Thread Raditha Dissanayake
Hi, Compiling stuff from source is one of the fun things that you get to do on linux. As with most things it takes a while to aquire the taste though. The best place to start usually is the README and INSTALL scripts that you tend to find with almost everything distributed as source. You will

[PHP] Building PHP source for Linux / Unix.

2003-11-05 Thread Ananth Kesari
Hi, I am a beginner to building PHP source code for Linux / Unix. I am looking for a document that takes me through a step-by-step guidelines of doing this. Can someone point to a link for this? Thanks, Ananth. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Building PHP source for Linux / Unix.

2003-11-05 Thread Chris Hayes
At 10:00 5-11-03, you wrote: Hi, I am a beginner to building PHP source code for Linux / Unix. I am looking for a document that takes me through a step-by-step guidelines of doing this. Can someone point to a link for this? did you find http://nl.php.net/manual/en/installation.php ? -- PHP

Re: [PHP] building php witk libiconv

2003-08-29 Thread Alain Bonnefoy
Hi Tom, configure ... --with-iconv doesn't change anything, configure is ok but make ends with: gcc: /usr//lib/.libs/libiconv.so: No such file or directory gcc: /opt//lib/.libs/libiconv.so: No such file or directory I decided to create a link /opt/lib/.libs/libiconv.so -

Re[2]: [PHP] building php witk libiconv

2003-08-29 Thread Tom Rogers
Hi, Friday, August 29, 2003, 4:09:14 PM, you wrote: AB Hi Tom, AB configure ... --with-iconv AB doesn't change anything, configure is ok but make ends with: AB gcc: /usr//lib/.libs/libiconv.so: No such file or directory AB gcc: /opt//lib/.libs/libiconv.so: No such file or directory AB I

[PHP] building php witk libiconv

2003-08-28 Thread Alain Bonnefoy
Hi, I don't know what to do with libiconv to build php4.3.3. My libiconv-1.9 is installed in /opt if I invoke configure --with-iconv=/opt the script runs fine but I get the following message at compile time: gcc: /usr//lib/.libs/libiconv.so: No such file or directory gcc:

Re: [PHP] building php witk libiconv

2003-08-28 Thread Tom Rogers
Hi, Friday, August 29, 2003, 12:52:11 AM, you wrote: AB Hi, AB I don't know what to do with libiconv to build php4.3.3. AB My libiconv-1.9 is installed in /opt AB if I invoke configure --with-iconv=/opt the script runs fine but I AB get the following message at compile time: AB gcc:

[PHP] Building PHP extensions for MacOS X

2002-10-24 Thread Geranium
I need to build a PHP extension that also talks to parts of the MacOS X API/frameworks. I could build simple, generic extensions in gcc, but for OS X APIs, I need to use something a bit bigger. Can anybody give me any tips of how to build PHP extensions in CodeWarrior or ProjectBuilder on MacOS

[PHP] Building PHP for windows

2002-09-12 Thread Richard Black
Sorry if this question has been asked before... Is it possible to build PHP on Windows using Borland's C++ Builder? All the docs I've seen talk about MS Visual C++, so I wondered if that's the only compiler that will build it. I've not seen any mention of other compilers. Cheers, Richy

[PHP] building php --with-imap problems

2002-06-03 Thread andy
Hi there, I am new to imap and I am trying to build php with imap. Therfore I have to figure out how to install the c-library from the wahington university. the php.net page says this is required. The docu tells me this: 1) Look in imap-2001/Makefile and find your system type code, e.g. slx for

[PHP] building php

2002-05-15 Thread Michal Dvoracek
Hello, i can't get php binary when installing php on my server. my configure: ./configure --prefix=/usr/local \ --with-config-file-path=/usr/local/etc \ --with-openssl=/usr/local \ --with-zlib-dir=/usr/local \ --with-zlib=/usr/local \ --with-bz2=/usr/local

Re: [PHP] building php

2002-05-15 Thread Miguel Cruz
On Wed, 15 May 2002, Michal Dvoracek wrote: i can't get php binary when installing php on my server. my configure: ./configure --prefix=/usr/local \ --with-apache=../apache_1.3.24 \ configure pass with no errors, make too make install - module is installed, everything is ok but no

[PHP] building PHP on/for win32

2001-08-29 Thread Thomas Carey
I'm trying to locate instructions for building on/for win32 platform. Can someone supply a pointer? thanks tom -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators,

[PHP] Building PHP on SYSV

2001-03-16 Thread Dan Mahoney
I am trying to build PHP 4.0.2 on a box running SYSV Unix and am getting a number of errors. I'm using gcc 2.6.0. The OS is version 4.0. 1) In ext/standard/mail.c, the include file, sysexits.h, doesn't exist. I did a little hunting. mail.c is looking for EX_TEMPFAIL, so I replace sysexits.h