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.
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 particul
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 ou
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
[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) ...
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
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, buildi
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
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 gettin
--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
libr
> 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
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,
an
ocessing which means i need to start looking at "mysqli" which means i
need php-5.0.0!!!
thanks
-bruce
-Original Message-
From: bruce [mailto:[EMAIL PROTECTED]
Sent: Saturday, July 17, 2004 1:12 PM
To: [EMAIL PROTECTED]
Subject: [PHP] building php to have mysqli support...
hi...
i
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 --with-mysqli=/usr/bin/mys
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
__cxxabiv1::__si_class_
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
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 Genera
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: http://www.
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 d
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 ->
/opt/lib/libiconv.so.2.2.
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:
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: /opt//lib/.libs/li
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 X?
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
===
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
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 bu
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
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, e-
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
with #define
29 matches
Mail list logo