Hi Daniel
>That's a bit out of the scope of this list, but a simple fix
> anyway. Change config.m4:
> PHP_NEW_EXTENSION(hello, hello.c, $ext_shared)
>
> to
> PHP_NEW_EXTENSION(hello, php_hello.c, $ext_shared)
>
Thank you very much! You made my day :)
it was the wrong filename
On 6/9/07, "H. Hübel" <[EMAIL PROTECTED]> wrote:
Hello everyone
for learning to develope an own external php-extension i studied the
following session under
http://devzone.zend.com/article/1021-Extension-Writing-Part-I-Introduction-to-PHP-and-Zend
and tried to develope my first extension as the
Hello everyone
for learning to develope an own external php-extension i studied the
following session under
http://devzone.zend.com/article/1021-Extension-Writing-Part-I-Introduction-to-PHP-and-Zend
and tried to develope my first extension as the examples from this site.
i use Linux (openSuse 10.
You really should be subscribing to the php.install list when asking
questions of this type. But it sounds like you need to first install
mysql, then install apache, then install php. In that order and you
should be ok. When in doubt read the manuals for each application for
further informat
Hi all!
I'm installing php4.3.3, apache 1.3.28 with
mysql3.22.32
I'm using this option --with-mysql=/usr/local/mysql
But when I compile the php code, I get this error:
ext/mysql/php_mysql.o: In function
`zif_mysql_client_encoding':
/root/fuente/archivos/php-4.3.3/ext/mysql/php_mysql.c:1118:
undef
Hi all!
I'm installing php4.3.3, apache 1.3.28 with
mysql3.22.32
I'm using this option --with-mysql=/usr/local/mysql
But when I compile the php code, I get this error:
ext/mysql/php_mysql.o: In function
`zif_mysql_client_encoding':
/root/fuente/archivos/php-4.3.3/ext/mysql/php_mysql.c:1118:
undef
Trying to setup PHP with cURL support... I run this configure command:
./configure --with-mysql --with-apxs --with-openssl=/usr/local/ssl
--with-curl --with-mcrypt --enable-sockets
and receive this error:
/usr/local/lib/libcurl.so: undefined reference to `UI_OpenSSL'
Help!!
--
PHP General
Hi,
On Friday 31 January 2003 01:10, Robert Fitzpatrick wrote:
> Running Redhat 8.0
> PHP 4.3.0
>
> When I try to configure with the following:
> ./configure --with-apxs=/web_root/bin/apxs --enable-track-vars
> --enable-versioning --with-mysql=/usr/mysql --with-gd=/usr/local
Are you sure you told
Running Redhat 8.0
PHP 4.3.0
When I try to configure with the following:
./configure --with-apxs=/web_root/bin/apxs --enable-track-vars
--enable-versioning --with-mysql=/usr/mysql --with-gd=/usr/local
--with-jpeg-dir=/usr/local/bin/ --with-png-dir=/usr/lib
--with-zlib-dir=/usr/lib --with-zlib --e
You need current PHP CVS to work with Apache 2.0.40. See snaps.php.net
On Mon, 19 Aug 2002, Adam Williams wrote:
> I'm trying to compile PHP 4.2.2. I am running Apache 2.0.40 (yes I know
> support is experimental). I am compiling on Redhat 7.3 Linux 2.4.18. I
> did my PHP configure line:
>
>
I'm trying to compile PHP 4.2.2. I am running Apache 2.0.40 (yes I know
support is experimental). I am compiling on Redhat 7.3 Linux 2.4.18. I
did my PHP configure line:
./configure --enable-track-vars --with-mysql --with-mail
--with-apxs2=/usr/local/apache2/bin/apxs
and then I do a make, an
On Mon, 24 Jun 2002, John Holmes wrote:
> > Using the 4.2.1 source available from the main downloads page, I'm
> > getting:
> > php_functions.c:93:27: missing binary operator before '!'
>
> You get an error when you do what? Unzip the source, compile it, run it,
> load a .php page, crap your pan
> Using the 4.2.1 source available from the main downloads page, I'm
> getting:
> php_functions.c:93:27: missing binary operator before '!'
You get an error when you do what? Unzip the source, compile it, run it,
load a .php page, crap your pants???
---John Holmes...
--
PHP General Mailing Li
Using the 4.2.1 source available from the main downloads page, I'm getting:
php_functions.c:93:27: missing binary operator before '!'
Peculiar to me, or known problem?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello,
I am looking through the documentation and archives and have been unable
to find anything about my problem, which is:
Installing php-4.0.6 on alpha OSF1 v5.1
CONFIG LINE:
./configure --with-apache=../apache_1.3.22
--with-imap=/usr/local/src/imap-4.7 --with-mysql=/usr/local/mysql
--with-
i, i'm sorry if this has been discussed in the list... but i have
searched the entire list's archive but i have not found no
solution/hint for the problem.
I have PHP compiled with imap support. I works just fine.
I have recompiled PHP to add ldap support.
The configure and make runs fine,
I am having trouble installing php4.
When I try to compile, it stops with the following error:
In file included from /usr/src/php4/ext/standard/fsock.h:43,
from /usr/src/php4/ext/standard/php_standard.h:43,
from main.c:52:
/usr/include/sys/socket.h:48: conflicti
that this was merely the somewhat out of date and rarely seen _PHP2_ (phew,
I guess...).
So I need to get hosting support for this site up ASAP. I will need support
for both PHP2 and PHP4 (which I will be converting the code to) and both
msql and mysql (again, converting from the former to the la
Hi !
I've been trying to compile apache with php4.04pl1 as a static module into
apache 1.3.17. configure, make and make install works fine with php. When I
get to apache configure works but when trying to run make I get an error.
configure is run with:
./configure --prefix=/usr/local/apache --act
Hello,
I am attempting to take over development and maintenance of a very neglected
website (and with your donation of only 50¢ per day...). The site contained
code which was originally thought to be some proprietary, modified version
of PHP (which really pissed me off!)... but eventually it was
20 matches
Mail list logo