[PHP-INSTALL] cross-compile php with dynamic library support enabled

2010-11-15 Thread martin mangard
commands config.status: executing default commands thanks for your help Martin

[PHP-INSTALL] Re: [PHP] MySQL connector installation/upgrade problems

2007-10-23 Thread Martin Marques
David Zentgraf escribió: Hi, I'm trying to upgrade a server running CentOS 3 to an up-to-date MySQL 5 installation + PHP4. I installed the MySQL 5 package, server and client, via RPMs and they work fine, the client tells me it's version 5.0.45. I went on to recompile PHP 4.4.7 --with-mysql, b

Re: [PHP-INSTALL] PHP - IIS7 Issues

2007-06-12 Thread Martin Corona
It seems a lot of people using IIS are the folks running into the most problems. I am an apache user mainly on Linux. For Windows I suggest you disable IIS and go with a XAMP distro http://www.apachefriends.org/en/xampp-windows.html Not only do you get php and mysql but there are ad ons for perl

[PHP-INSTALL] Upgrade to 5.21 from 5.14 - mysql support missing

2007-02-26 Thread Martin Corona
I just upgraded using the same configure line from 5.14 './configure' '--with-apxs2=/usr/sbin/apxs' '--enable-track-vars' '--enable-sockets' '--with-config-file-path=/etc' '--enable-ftp' '--with-zlib' '--with-openssl=/usr' '--enable-exif' '--with-pic' '--with-layout=GNU' '--enable-calendar' '--en

RE: [PHP-INSTALL] PHP version recognizing

2005-07-24 Thread Martin McGinn
I believe you can run both from the same instance of apache provided that each pahe has a different extension e.g. *.php for existing php 4 and then php5 for new php. Martin -Original Message- From: Brad Kowalczyk [mailto:[EMAIL PROTECTED] Sent: Saturday, July 23, 2005 4:32 PM To

[PHP-INSTALL] PHP functions missing

2005-01-12 Thread Daniel Martin-Fabiani
Hello! I've installed Apache 1.3 on a FreeBSD port and mod_php4. The installation goes well, but most of the PHP functions give an error when called: Fatal error: Call to undefined function: preg_match() in /web/data/euitt/euitt.inc.php on line 25 And so with Postgres functions. In fact just php

[PHP-INSTALL] PHP5 build problems

2004-10-29 Thread Martin Christian Koch
/usr/local/src/php-5.0.2/ext/gd/gd.c(.text+0xaf10): undefined reference to `T1_StrError' /usr/local/src/php-5.0.2/ext/gd/gd.c(.text+0xb0f8): undefined reference to `T1_StrError' *** Error code 1 Anyone ? Regards, Martin

[PHP-INSTALL] ID3 Tags

2004-10-11 Thread Martin Leduc
and what I do incorrectly, to add alternate package to PHP.   Thank you   Martin

[PHP-INSTALL] Gettext and libintl-1.dll

2004-08-25 Thread Don Martin
anyone help us obtain this .dll Thanks in advance Don Martin [EMAIL PROTECTED]

[PHP-INSTALL] PHP5 Gd Library error compiling

2004-08-22 Thread Martin Visser
/gd/gd.lo(.text+0xf231): In function `zif_imageantialias': /usr/local/php5/ext/gd/gd.c:4216: undefined reference to `gdImageAntialias' collect2: ld returned 1 exit status make: *** [sapi/cli/php] Error 1 I tried to compile PHP with only --with-gd (without --with-jpeg-dir etc) and than I get an error: Fatal error: Call to undefined function imagecreatefromjpeg() does anyone know how to solve this problem? Martin

[PHP-INSTALL] PHP 5.0 Install Problem

2004-08-12 Thread Martin, Stanley G [CGEY Contractor for Sprint]
] Error 1 Stanley G. Martin System Administrator Sprint – EAS Business Intelligence [EMAIL PROTECTED]

[PHP-INSTALL] Re: [PHP-DB] Informix and PHP

2004-05-22 Thread Martin Marques
El Vie 21 May 2004 14:48, D. Sandmann escribió: > Any help would be appreciated on this. I have already asked this question > on the regular PHP and Informix news groups and have not had any luck. > Maybe one of you can resolve my problem. > > I have had this problem in the past on another machine

[PHP-INSTALL] debug.log

2004-03-09 Thread Martin Schobesberger
i tried to configure php, but it doesnt work there is the script, include the options for configuring, and the debug.log wbr martin #!/bin/sh # shellskript zum compilieren von php mit fdf-toolkit # ./configure --with-fdftk=/usr/local --prefix=/usr/share --datadir=/usr/share/php --bindir=/usr

[PHP-INSTALL] Re: Install php5b4 on apache 2.0.48

2004-03-06 Thread Martin Bos
Hi guys. I was mistaken. I renamed my index.html to index.php and all works now. I now start my first php tutorial Martin "Martin Bos" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > I just installed (i think) php on my apache2 webserver.

[PHP-INSTALL] Install php5b4 on apache 2.0.48

2004-03-06 Thread Martin Bos
y the following html: Examples And open http://localhost I see the title: "Examples" but no message with " Hi, I'am a PHP script!". What could be wrong? Martin

Re: [PHP-INSTALL] Problem when ruuning ./configure

2004-01-22 Thread Martin Östlund
Hello. You need to have flex installed. -martin On Thu, 22 Jan 2004, Lillian wrote: > I have installed Apache1.3.29 on my linux pc, and when I try to install > php4.3.4, I got the following error when try to run ./configure , how do I > fix it? > > Regards, > Lillian > &g

[PHP-INSTALL] Install PHP as CGI with Apache

2003-11-20 Thread Ed Martin
i am trying to install php as a cgi for apache (i need system regex so it has to be cgi) and i just keep on getting "No Input File Specified" i have added AddHandler application/x-httpd-php .phtml Action application/x-httpd-php "/cgi-bin/php" to my httpd.conf file and i have tried changing all

[PHP-INSTALL] APACHE+MYSQL+PHP4.3.3?

2003-11-18 Thread Martin Broll
sible to use the apache and mysql RPM's from my distribution an compile the php seperatly (or do I have to compile everything)? Or does anyone know if the ldap-support is allready integratet in the RPM from my SuSE distribution??? Thanks a lot bye Martin Broll

[PHP-INSTALL] libmcrypt and php

2003-11-16 Thread Martin Leduc
onfig-file-path=/etc --enable-sockets --with-apxs2=/usr/local/apache-2.0.48/bin/apxs --with-mysql --with-mcrypt If I remove --with-mcrypt, all is Ok!   Did someone can help me?   Thanks   Martin

[PHP-INSTALL] PHP CGI and Apache 2 "No input file specified."?

2003-11-13 Thread Ed Martin
i am trying to get the cgi version of php 4.3.4 to work and all i am getting is "No input file specified. " i have tried changing every config thing in the php.ini file that relates to cgi and i have tried changing some of the stuff in the apache config file but absolutely works, so far after h

[PHP-INSTALL] PHP 4.3.3, use system regex with apache2

2003-11-02 Thread Ed Martin
hi everyone, not sure if this is the right e-mail, but here goes i'm trying to build php so it uses the system regex library and not the the bundled one, and i have apache 2 and am using slackware 9.0 so far i have tried this configure command, but it doesn't work ./configure --with-apxs2=/usr/

Re: [PHP-INSTALL] template problems

2003-09-17 Thread Martin Östlund
hi. Could it be that on your rented server, register globals is set to On, and on your local its set to off, and the code doesnt have a $page = $_GET['page'] statement? just my 2 cents.. -martin On Wed, 17 Sep 2003, Simon wrote: > hi, > > I've got this problem wh

Re: [PHP-INSTALL] file with extension tar.gz

2003-09-15 Thread Martin Östlund
Hello. This is usally the PHP source code for Unixsystems, and is extracted with the tar command. If you're looking for Windows releases, this is not what you want to download. -Martin On Tue, 16 Sep 2003, SAGERAT wrote: > Some files to be downloaded have extension tar.gz. >

Thank you!

2003-08-19 Thread martin
See the attached file for details<>

[PHP-INST] Problems configuring php 4.3.2 with imap support

2003-06-19 Thread Martin Östlund
': : undefined reference to `SSL_library_init' and alot more of similar lines... How can I fix this problem, I really need to get imap support to work with my PHP. Cheers. Martin -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] move_uploaded_file > 1MB

2003-06-04 Thread Martin Östlund
Hello Mauricio. Could it be that simple that you have an slow Internet connection and it times out? I think you can increase the time-to-live (ttl) setting in your httpd.conf (if you're using Apache). Just a guess. Cheers, Martin Östlund > On Tue, 3 Jun 2003, Maurício Valen

Re: [PHP-INST] move_uploaded_file > 1MB

2003-06-04 Thread Martin Östlund
Hello Mauricio. Could it be that simple that you have an slow Internet connection and it times out? I think you can increase the time-to-live (ttl) setting in your httpd.conf (if you're using Apache). Just a guess. Cheers, Martin Östlund On Tue, 3 Jun 2003, Maurício Valente wrote: &g

[PHP-INST] Newbie question: Version conflict - PHP vs. MySQL

2003-03-28 Thread Martin Schalck
hi all, i was wondering; is it true that when using php with mysql one have to use an old version of mysql ? if it is true then why is that ? can you guide to some links where i can read about it best regards martin -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP-INST] Problem installing PHP 4.3.1 snprintf unknown symbol)

2003-03-10 Thread Martin Seneclauze
Hello, I am trying to install PHP 4.3.1 to be used with apache 2.0.44 and I get an error. I tried a lot of things (changing LD_LIBRARY_PATH) but no solutions are working... /bin/sh libtool --silent --mode=link gcc -export-dynamic -g -O2 -avoid-version -module -L/usr/ucblib -L/usr/local/lib/gcc-l

[PHP-INST] PHP 4.3.0 & Apache 2.0.44

2003-02-12 Thread Martin Leonard
ion/x-httpd-php .php would have controlled this? I'm sure this is an easy fix!?! Thanks, Martin

RE: [PHP-INST] PHP Install Problems W/FrontPage

2003-01-13 Thread Martin DiViaio
. This is really a kludge since I do want both of these options in php. On the 13th day of January in the year 2003 you wrote: > Date: Mon, 13 Jan 2003 08:59:39 +1000 > From: "Timothy Hitchens (HiTCHO)" <[EMAIL PROTECTED]> > To: 'Martin DiViaio' <[EMAIL PROTECTE

RE: [PHP-INST] PHP Install Problems W/FrontPage

2003-01-12 Thread Martin DiViaio
My own compile, both Apache and PHP. The ports collection only uses php-4.1.2. - Martin DiViaio [EMAIL PROTECTED] Systems Administrator [EMAIL PROTECTED] ETI - Connecting Your World1

[PHP-INST] PHP Install Problems W/FrontPage

2003-01-12 Thread Martin DiViaio
I'm running Apache 1.3.27 on FreeBSD 4.7 and I'm having problems getting FrontPage and PHP working together. Basically, when I start Apache, I get an error from mod_frontpage that it can't read the output of the random number command. This is ONLY when I enable PHP (as a DSO). When PHP is disable

[PHP-INST] PHP as a CGI with RH8

2003-01-08 Thread Martin
Hi. Have anyone succeeded with setting up PHP as a CGI with RedHat8.0? Best regards / Martin -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Re: Installation problems with GD :(

2002-11-15 Thread Hans-Martin Frey
Hello, i have the same problem on solaris. Any help would be great thanxx Hans-Martin David Uzzell wrote: > I have been able to solve most of my install problems with all the ext's > I need to have install. > > ./configure --prefix=/usr --with-config-file-path=/etc --disable

[PHP-INST] problems with gd and PHP 4.2.2 installation

2002-08-12 Thread Martin Adler
.c:535: warning: passing arg 3 of `ap_register_input_filter' makes pointer from integer without a cast sapi_apache2.c:535: too few arguments to function `ap_register_input_filter' *** Error code 1 Stop in /usr/opt/php_sources/php-4.2.2/sapi/apache2filter. *** Error code 1 Sto

[PHP-INST] [php-objects] RE: [PHP] Re: [PHP-DEV] [CROSS POST] PHP Meetup& Texas PHP Users

2002-08-01 Thread Martin Clifford
I'm definately interested, even though I'll most likely be in MN at the time. I've never even MET another PHP developer, so I don't know what to expect, but I'd sure love to be updated :o) Martin >>> [EMAIL PROTECTED] 08/01/02 03:21PM >>> Well, the

[PHP-INST] PHP.INI...Pleas help.

2002-07-18 Thread Rodrigo San Martin
`t work. When I look up the fil in the windows directory the fil name is php and the type is "ini-dist-fil". What does this mean? And what kan i do to make it a ini-fil. I have to make a loggin program at work and it has to been done by monday. Pleas help Regards Rodrigo San Martin.

[PHP-INST] [PHP-DB] RE: PHP meetup [CROSS-POST] Meet other PHP Developersin Your Area

2002-07-15 Thread Martin Clifford
Yes, everyone please join up! I would love to find more developers in the Maryland area, and I'm sure others would in their areas as well! Let's do the great american get togeth... err... the great php get together! Martin Clifford Homepage: http://www.completesource.net Develope

[PHP-INST] Problem loading a php script

2002-07-08 Thread Alberto Martin
Hi: I installed apache 1.3.26 and php 4.1.2 without problem. Then I restart apache with no errors. Now I'm trying to test php by using a test script (php_test.php) that I saved in /etc/local/apache/htdocs/. The test script called the phpinfo function, like this: When I try to access the php fi

[PHP-INST] Problem

2002-07-08 Thread Alberto Martin
Hi: I installed apache 1.3.26 and php 4.1.2 without problem. Then I restart apache with no errors. Now I'm trying to test php by using a test script (php_test.php) that I saved in /etc/local/apache/htdocs/. The test script called the phpinfo function, like this: When I try to access the php fi

[PHP-INST] undefined symbol: core_globals

2002-07-06 Thread Edwin Martin
with-apxs=/usr/local/apache_1.3.26/bin/apxs --prefix=/usr/local/php_4.2.1 --with-pgsql What's wrong? I use Debian Linux 2.2.19. Edwin Martin. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Problems installing PHP 4.2.1

2002-07-01 Thread Alberto Martin
Couldn't get a compile under Red Hat Linux 7.2. I'm installing it as a dynamic Apache 2.0.39 module. I got the following error: Making all in sapi make[1]: Entering directory `/home/martin/php-4.2.1/sapi' Making all in apache2filter make[2]: Entering directory `/home/martin

[PHP-INST] problems with MySQL connection PHP 4.2.0

2002-05-17 Thread Martin Tsachev
rk. I couldn't find any information on that nor in the PHP manual nor in mailing archives, can you please help? --- Martin Tsachev Web developer, MetaVisia http://members.evolt.org/shaggy/ [EMAIL PROTECTED] -- PHP Install Mailing List (http://www.php.net/) To unsu

[PHP-INST] compiling PHP 4.2 with MySQL support

2002-05-15 Thread Martin Tsachev
he problem arises when connecting to the database - I thought it may be a problem with PEAR::DB but the native MySQL connect() doesn't work. I couldn't find any information on that nor in the PHP manual nor in mailing archives, can you please help? --- Martin T

[PHP-INST] Perl with apache on win 2000 server

2002-03-24 Thread Martin
How do I install this and what do i put in the http.conf...? Anyone who knows this... Where can i download a workable Perl ? -- Martin Eriksson webdesigner & Utvecklare [EMAIL PROTECTED] http://www.svensk-design.com --

[PHP-INST] session trouble

2002-03-18 Thread Martin
n.cache_expire = 180 ; use transient sid support if enabled by compiling with --enable-trans-sid. session.use_trans_sid = 1 url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry" The tmp map is also set and the session is created...but the browser cant reach it p

[PHP-INST] mysql_db_query is deprecated

2002-03-16 Thread Martin
Warning: mysql_db_query is deprecated; use mysql_select_db() and mysql_query() instead in i:\apache\htdocs\phoenix\online.php on line 18 What is thisWhy is the server responding in this way!!!? -- Martin Eriksson webdesigner & Utveck

[PHP-INST] File Uploads Security Fix 3.0.18

2002-03-04 Thread Martin Spann
Hello, I am using the Source Code distribution of PHP 3.0.18 and, unfortunately, I have no clue how to use the File Uploads Security Fix for PHP 3.0. Could anyone please tell me how to use/install this patch? Many thanks, Martin Spann -- PHP Install Mailing List (http://www.php.net/) To

[PHP-INST] RE: [PHP-WIN] HELP! with PHP extension <

2002-01-28 Thread Martin Lindhe
me is "extension"? Just asking you to doublecheck since the default would be "extensions". /Martin -- PHP Install 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-mail: [EMAIL PROTECTED]

[PHP-INST] Sorry for my previous post (was --enable-trans-sid)

2002-01-07 Thread Martin Rode
Sorry guys, I found the bug in the script included in php documentation. url-rewriting does not work in the script because the url is not given within php code. ;martin -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP-INST] --enable-trans-sid don't work any more!!

2002-01-07 Thread Martin Rode
ape 4.7 (Cookies off): PHP don't uses Cookies and is unable to track the session id at all With 4.0.6 I had to _NOT_ use the url_rewriter.tags in order to get url rewriting to work. With 4.1.1 neither with nor without url_rewriter.tags works. What am I missing here??? Regards, ;Martin

[PHP-INST] Re: APXS problem with compile.

2002-01-03 Thread Martin Cloutier
Now that you know what you are doing... I need a word of advise on apxs 1. is it installed automatically if you have RedHat 7.1 Vanilla with PHP, MYSQL and APACHE. 2. if not, how, and would it be good to install it? I am trying to upgrade 4.06 to 4.1.1 Regards Martin Stephen Loeckle wrote

[PHP-INST] Should I shoot the machine?

2002-01-02 Thread Martin Cloutier
route for installing the package? Any help would be greatly appreciated! Regards Martin -- PHP Install 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-mail: [EMAIL PROTECTED]

RE: [PHP-INST] Elementary Sessions help pls

2001-12-17 Thread Martin Wright
Hell, that was quick, Andrey! Yes I've got that directory. -- Martin Wright -Original Message- From: Andrey Hristov [mailto:[EMAIL PROTECTED]] Sent: 17 December 2001 13:48 To: Martin Wright Subject: Re: [PHP-INST] Elementary Sessions help pls Is there C:\Program File

[PHP-INST] Elementary Sessions help pls

2001-12-17 Thread Martin Wright
sessions up or is this something else to do with this prog? Permissions or something? What to do? Alpologies to the wise, but you gotta start somewhere! -- Martin Wright -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP-INST] Pb. with GD2

2001-12-05 Thread Martin DUBUC
target_static] Erreur 1 make[2]: Quitte le répertoire `/home/ovh/src/apache_1.3.20/src' " i really really don t know where it can come frome ... i don t have the error when i ./configure php without --with-gd If you can help me it would be great ! Keep up the good work ;) ___

[PHP-INST] help!!!

2001-11-20 Thread JIM MARTIN
i dont know, i just spent 2+ weeks tinkering, and it just dont work. trying to get "omni" / "php" to work and then with "mysql." gone though docs completely, but, stumped, stone cold. just the basics would help. thanks, jim which operating system, what PHP version, what web server, if ou a

[PHP-INST] Re: configure: error: cannot find output from lex; giving

2001-11-20 Thread Martin Grünzweig
Look at this page and download this file!http://freshmeat.net/projects/flex/ Good luck martin Philippe Blainville schrieb: > Help > > when I run configure to install php 4.0.6 , I've got this error message > "checking lex output file root... ./configure: lex: command

[PHP-INST] lex?

2001-10-24 Thread Martin
what is lex? And why would I need it - or rather why don't I. What package is missing? Martin S -- PHP Install 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-mail: [EMAIL PROTECTED]

[PHP-INST] Re: phpinfo reports wrong version of apache

2001-09-17 Thread Martin Pavlas
ow the correct information. This also happens when you add some configuration option (ex. --with-something) and do just "make". Then phpinfo won't show this new optin in the Configure Command in phpinfo. But if you use make clear and make, everything is shown correctly. Martin --

[PHP-INST] How to compile PHP modules

2001-09-17 Thread Martin Pavlas
them in php.ini with extension=xxx.so? It's pain to recompile the whole PHP when I need to upgrade only one extension. It seems like --enable-shared is not doing what I want? Or I'm wrong? BTW: what is --enable-sysvsem --enable-sysvshm doing? Shall I use it on Linux (Intel Pentium II)?

[PHP-INST] PHP4 Install Problems - Please Help

2001-08-25 Thread Martin Stephenson
n't have MySQL installed yet - do I need to have that first ??? Thanks, Martin Stephenson. -- PHP Install 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-mail: [EMAIL PROTECTED]

[PHP-INST] Installing PHP4 - Please Help !!

2001-08-25 Thread Martin Stephenson
lp ??? I don't have MySQL installed yet - do I need to have that first ??? Thanks, Martin Stephenson. -- PHP Install 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-mail: [EMAIL PROTECTED]

[PHP-INST] missing php.ini file

2001-08-13 Thread Martin Axhamre
Hi, For some reason I don't have any php.ini file. Neither the example files or backup files seem to exist (I've looked everywhere..). So, my question is, could someone please mail me a copy of a php.ini file that I could use. I would be sooo greatful!!! kind regards / Martin Axha

[PHP-INST] [PHP-INSTALL]

2001-06-30 Thread Martin Schmidt
each. SuSE 7.1 Prof-Edition, from this distribution I installed apache and PHP (everything working fine, but no idea how to activate informix/oracle-support) Apache says, PHP4-module installed. Thanks a lot for any help Martin Schmidt -- PHP Install Mailing List (http://www.php.net/) To unsubsc

[PHP-INST] Php user - webhost provider

2001-04-23 Thread Martin Arnsten
? /martin -- PHP Install 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-mail: [EMAIL PROTECTED]

[PHP-INST] PHP4 Installation

2001-03-02 Thread Martin Klässner \(communtech\)
sage: Cannot load /usr/local/libexec/libphp4.so into server: /usr/local/libexec/libphp4.so: undefined symbol: mysql_field_count Can anybody tell me what I've done wrong ? Thanks ! cu Martin -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For a

Re: [PHP-INST] Apache, PHP4, PHPLIB, include_path

2001-02-22 Thread Martin Burger
"Martin Burger" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I try to use PHPLIB with PHP4 on a machine running "Apache/1.3.14 > (Win32) mod_jk PHP/4.0.4". With PHP3 (CGI) it works fine. With PHP V

Re: [PHP-INST] Apache 1.3.17/PHP4.0.4pl1 on NT4/SP6a

2001-02-21 Thread Martin Burger
o > server: > (126) The specified module could not be found: http://www.mm4.de/php4win/faq.php3?id=3 Regards, Martin -- PHP Install 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-mail: [EMAIL PROTECTED]

Re: [PHP-INST] Apache, PHP4, PHPLIB, include_path

2001-02-21 Thread Martin Burger
"Martin Burger" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Fatal error: Failed opening required 'db_mysql.inc' > (include_path='d:\server\htdocs\www.test.de\php\:./') in > d:\server\htdocs\www.te

[PHP-INST] Apache, PHP4, PHPLIB, include_path

2001-02-21 Thread Martin Burger
r\htdocs\www.test.de\php\:./') in d:\server\htdocs\www.test.de\php\prepend.php3 on line 19 If I manually insert the path to db_mysql.inc, PHP4 will find the file but the next file will be a problem. I even copied the path from the error message. Any ideas to solve this problem? Regards,