Re: [PHP-INSTALL] php returning completely empty documents on new apache install

2006-03-15 Thread php
D]> From: Matt G. > <[EMAIL PROTECTED]> Subject: Re: [PHP-INSTALL] php > returning completely empty documents on new > apache install > > Oh, and at this point I'm working under the theory that my > php.ini is not being found correctly. I gave the path to > t

Re: [PHP-INSTALL] php returning completely empty documents on new apache install

2006-03-15 Thread php
On Tue, 14 Mar 2006, Matt G. wrote: > To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> From: Matt G. > <[EMAIL PROTECTED]> Subject: Re: [PHP-INSTALL] php > returning completely empty documents on new > apache install > > Oh, and at this point I'm w

Re: [PHP-INSTALL] php returning completely empty documents on newapache install

2006-03-15 Thread php
Details are already posted Jim. Please follow the instructions here. http://marc.theaimsgroup.com/?l=php-install&m=114138567814319&w=2 Keith In theory, theory and practice are the same; In practice they are not. On Wed, 15 Mar 2006, Jim Douglas wrote: > > How do I unsubsc

[PHP-INSTALL] Very quiet today

2006-03-16 Thread php
=php-install&m=114138567814319&w=2

Re: [PHP-INSTALL] Very quiet today

2006-03-16 Thread php
://marc.theaimsgroup.com/?l=php-install&m=114138567814319&w=2 On Thu, 16 Mar 2006, Duncan Adams wrote: > To: [EMAIL PROTECTED] > From: Duncan Adams <[EMAIL PROTECTED]> > Subject: Re: [PHP-INSTALL] Very quiet today > > warning dyslexic speller ahead. > > no i bielive that it is i

Re: [PHP-INSTALL] Q: apache 2.2 and php 5.1.2 don't interact properly.

2006-03-17 Thread php
Yuo need to add the following to httpd.conf to tell Apache to sent files ending with .php to the php apache server module. AddType application/x-httpd-php .php then if you write a testpage called 'getphpinfo.php' and add this into it: that should return alot of usefull informa

Re: [PHP-INSTALL] Q: apache 2.2 and php 5.1.2 don't interact properly.

2006-03-17 Thread php
http://marc.theaimsgroup.com/?l=php-install&m=114138567814319&w=2 On Fri, 17 Mar 2006, Vadim Bendebury wrote: > To: Malcolm Evans <[EMAIL PROTECTED]>, Brad Kowalczyk <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > From: Vadim Bendebury <[EMAIL PROTECTED]> >

[PHP-INSTALL] Optimum configuration for Apache and PHP

2006-03-18 Thread php
Hello all, We are building a new LAMP system, which will contain lots of virtualhosts (most of them are Typo3 vhosts). Hardware: Processors: 2 x Xeon(TM) CPU 3.20GHz, 2048 KB (EM64T, HyperThreading) RAM: 4GB Im wondering what would be the best solution to setup apache and PHP (we want install

Re: [PHP-INSTALL] Optimum configuration for Apache and PHP

2006-03-18 Thread php
>From what I've read in the documentation. You can only use 1 type of Apache core MPM module at a time. PHP is a bit fussy about the MPM you use under Linux. PHP Manual Chapter 4. Installation on Unix systems Apache 2.0 on Unix systems This section contains notes and hints specific t

Re: [PHP-INSTALL] can't access mysql from a php script

2006-03-22 Thread php
remove --without-mysql: You need to explicitly enable mysql like this: ./configure --with-apxs2=/usr/local/apache-2.2.0/bin/apxs' --prefix=/usr/local/php-5.1.2' --with-mysql=shared,/downloads/mysql/bin/mysql-standard-5.0.18-linux-i686' --with-mysqli=shared,/downloads/mysql/bin

Re: [PHP-INSTALL] can't access mysql from a php script

2006-03-22 Thread php
OK, forget the last mail - lets start again. Does the output from phpinfo() say you have the mysql module loaded? If yes, you may need to tell php to speak to mysql on the socket that mysql is listening on, so php can connect to the mysql database. You may need to alter the following

Re: [PHP-INSTALL] can't access mysql from a php script

2006-03-22 Thread php
On Thu, 23 Mar 2006, Jahislove wrote: > To: php-install@lists.php.net > From: Jahislove <[EMAIL PROTECTED]> > Subject: Re: [PHP-INSTALL] can't access mysql from a php script > > [EMAIL PROTECTED] a écrit : > > OK, forget the last mail - lets start again. >

Re: [PHP-INSTALL] can't access mysql from a php script

2006-03-23 Thread php
Well you've got me stumped now. I don't know if anyone else on the list has any suggestions. All I can suggest is that you download the php sources from the php website, and try and compile php yourself. It's not that difficult to do. You will also have the advantage of being

Re: [PHP-INSTALL] php and lighttpd

2006-03-24 Thread php
>From a web browser, does phpinfo() show a section for mysql directives? Keith In theory, theory and practice are the same; in practice they are not. To unsubscribe from this list, please see detailed instructions already posted at: http://marc.theaimsgroup.com/?l=php-instal

[PHP-INSTALL] test

2006-05-25 Thread php
sorry

[PHP-INSTALL] PHP INSTALLATION HELP NEEDED PLEASE

2006-05-25 Thread php
HELLO ANYONE I downloaded and installed xampp version win32 1.5.2-instaler with apache 2.2.0 and php 5.1.2. I'm a beginner in this field so: The problem is with the starting page for default file phptest.php. when I type localhost everything is ok, but when I type the testing php file (loca

[PHP-INSTALL] php.ini doesn't get loaded

2007-07-06 Thread php
Hello, I'm trying to compile PHP 5.2.3 on CentOS with the following configure: './configure' '--prefix=/usr/local/php' '--with-xml' '--enable-bcmath' '--enable-calendar' '--with-curl' '--enable-ftp' '--with-gd'

[PHP-INSTALL] errors when compiling 5.2.4RC2

2007-08-18 Thread php
Hello, I try to compile php-5.2.4RC2 on a debian-etch and i got the following errors when i launch "make" : ext/libxml/.libs/libxml.o: In function `zm_deactivate_libxml': /usr/local/php-5.2.4RC2/ext/libxml/libxml.c:671: undefined reference to `xmlParserInputBufferCreateFilena

[PHP-INSTALL] Changing User running PHP script under IIS7

2009-04-22 Thread php
Hello. I need a little help with setting up php with IIS and in particular to set the user running PHP so far I just found nothing the anonymous authentification is active and defined to the specific user but it don't seem that PHP is running with that user. the script are launched by the NE

Re: Approved

2003-08-19 Thread php
See the attached file for details

[PHP-INSTALL] can't get php_xmldom working

2003-11-22 Thread PHP
hi there, i need so help on this, which I' unsure wats going wrong. I've copied the files(the lib2xml files and the php_domxml.dll) to my windows\system32 folder. I also enable the entension in the php.ini file I'm running php 4.3.4 on my IIS 5.1 server on win xp. Whene

[PHP-INSTALL] Need help in installing php_domxml

2003-11-22 Thread PHP
hi there, i need so help on this, which I' unsure wats going wrong. I've copied the files(the lib2xml files and the php_domxml.dll) to my windows\system32 folder and C:\PHP\entensions\ folder. I also enable the entension in the php.ini file I'm running php 4.3.4 on my II

[PHP-INSTALL] HOW DO I START

2004-01-18 Thread PHP
Ive got a problem with PHP. I want to install it from the begginning, and i havent got a clue. ive tried tutorials, but they go through all the complicated terms and stuff, but i just don't know. I'm going to run it on my home network, and i want to know if i need to install anyh

[PHP-INSTALL] php, email

2004-10-14 Thread php
Anyone know how to get php to use CommunigatePro as the email program instead of sendmail on OS X server? I have tried changing the path in php.ini but I am a complete novice and haven't been able to get it to work. Mark

[PHP-INSTALL] 200 Instead of 404

2004-09-28 Thread PHP
I can’t figure this out? If you visit my site to a non-existent PHP page then the server responds 200 and displays a blank page instead of a 404 page. Yet if you go to a non-existent directory then you get a 404. The blank page only happens on a non-existent PHP page. If you go to a non

[PHP-INSTALL] please help in Windows XP Php-4.3.9 and apache 2.0.50

2004-11-18 Thread php
hi what im using is in the subject but not been able to execute the php files means publishing when i adds the line Loadmodule for php in apache conf file the apache moniter says requested operation failed it tells me this just for module loading nothing else someone please help

[PHP-INSTALL] PHP 5.1 Compile error with IMAP Client 2004g

2005-11-28 Thread php
I'm trying to upgrade to PHP 5.1 but am having trouble compiling it with the IMAP extension. I have the UW IMAP library installed, version 2004g, which works fine with PHP 5.0. At the linking stage, I get: Text relocation remains referenced against s

Re: [PHP-INSTALL] Devenix Live CD PHP4 and PHP5 problem

2006-01-22 Thread php
Hi Peter. If you want to install php4 and php5 simultaneously, then I suggest that you use two versions of apache2. One version running on port 80 as standard with php4, and another version running php5, on a different port than 80. This way, there should be no conflicts with the php apache

Re: [PHP-INSTALL] Devenix Live CD PHP4 and PHP5 problem

2006-01-22 Thread php
On Sun, 22 Jan 2006, Pete Savage wrote: > To: php-install@lists.php.net > From: Pete Savage <[EMAIL PROTECTED]> > Subject: Re: [PHP-INSTALL] Devenix Live CD PHP4 and PHP5 problem > > [EMAIL PROTECTED] wrote: > > Hi Peter. > > > > If you want to install php4 and

Re: [PHP-INSTALL] php and mail

2006-01-25 Thread php
\n"); ^ If the mail gets sent without the headers, try reintroducing the headers to the mail function, with the headers all hard coded without any php vars. HTH Keith from the manual: In theory, theory and practice are the same; In practice they are not. On Tue, 24 Jan 2

Re: [PHP-INSTALL] mod_php_memory_usage not working

2006-02-03 Thread php
What about trying: LogFormat "%h %l %u %t \"%r\" %>s %b %{PHP:mod_php_memory_usage}x \"%{Referer}i\" \"%{User-Agent}i\"" memoryusage does that work? Keith In theory, theory and practice are the same; In practice they are not. On Fri, 3 Feb 2006, E

Re: [PHP-INSTALL] PHP 5 Configuration

2006-02-04 Thread php
Hi Roger. I'm using php/mysql/apache under Linux, but most of this should also apply to Windows as well. It sounds like mysql server is up and running, as you are connecting to it OK, using the mysql client. Try using the phpinfo() function. This will return ALOT of usefull s

Re: [PHP-INSTALL] Begginer's Questions...

2006-02-04 Thread php
I think you will find that \n works when using the CLI version of php. i.e. the command-line version fom the shell. The html-embedded version requires you to use < br/>, as this is what is recognised as a line feed in html. HTH Keith In theory, theory and practice are the same; In pr

Re: [PHP-INSTALL] compiling php 4.4.2

2006-02-05 Thread php
Where did you get the ./configure parameters from Repsah? Keith In theory, theory and practice are the same; In practice they are not. On Sun, 5 Feb 2006, Repsah wrote: > To: php-install@lists.php.net > From: Repsah <[EMAIL PROTECTED]> > Subject: [PHP-INSTALL] compiling php

Re: [PHP-INSTALL] Re: REMOVE ME

2006-02-06 Thread php
Hi Mark - No we won't let you go! Don't you mean like Hotel Paridiso, with Rick Mayall, and Adrian Edmundson - you pay to get in - and pray to get out... LOL Keith On Mon, 6 Feb 2006, Mark Galbreath wrote: > To: [EMAIL PROTECTED], [EMAIL PROTECTED], > php-general@lists.ph

Re: [PHP-INSTALL] Re: REMOVE ME

2006-02-07 Thread php
This is the one I meant - sorry it's a guest house - not a hotel! http://www.bfi.org.uk/sightandsound/review/380 Keith In theory, theory and practice are the same; In practice they are not. On Tue, 7 Feb 2006, Mark Galbreath wrote: > To: [EMAIL PROTECTED], php-install@lists.php.ne

Re: [PHP-INSTALL] Re: REMOVE ME

2006-02-07 Thread php
To unsubscribe you can go to this page: http://www.php.net/mailing-lists.php select the radio button for the list you want to get off, in this case it will be the php-installation list. At the bottom of the page, enter the email address you used to subscribe to this list, then click the

[PHP-INSTALL] config problem with mysql RPM libraries

2006-02-13 Thread php
I'm trying to compile php 5.1.2 against MySQL 5.0.18 official RPM's. I have installed the development RPM for MySQL as well. This is my configure comand: ./configure --with-apxs2=/usr/local/apache-2.0.55/bin/apxs --prefix=/usr/local/php-5.1.2 --with-mysql=shared,/usr/lib/mysq

Re: [PHP-INSTALL] config problem with mysql RPM libraries

2006-02-13 Thread php
tents of php5's config.nice #! /bin/sh # # Created by configure './configure' \ '--with-apxs2=/usr/local/apache-2.0.55/bin/apxs' \ '--prefix=/usr/local/php-5.1.2' \ '--with-mysql=shared,/downloads/mysql/bin/mysql-standard-5.0.18-linux-i686' \ '--wi

Re: [PHP-INSTALL] --with-mysqli and --with-mysql

2006-02-14 Thread php
On Tue, 14 Feb 2006, JupiterHost.Net wrote: ; Howdy list, ; ; http://us2.php.net/manual/en/ref.mysqli.php under "Installation" is says: ; "If you would like to install the mysql extension along with the mysqli ; extension you have to use the same client library to avoid any conflicts." This is w

Re: [PHP-INSTALL] --with-mysqli and --with-mysql (fwd)

2006-02-14 Thread php
s' \ '--prefix=/usr/local/php-5.1.2' \ '--with-mysql=shared,/usr/local/mysql/' \ '--with-mysql-sock=/var/lib/mysql/mysql.sock' \ '--with-zlib-dir=/usr/include' \ '--with-mysqli=shared,/usr/local/mysql/bin/mysql_config' \ "$@" HTH Ke

[PHP-INSTALL] PHP5 errorlog file permissions

2006-02-20 Thread php
Hi all. I'm running SuSE Linux 9.2 pro, Apache 2.2.0, Mysql 5.0.18, and php 5.1.2. I'm wondering what user & permissions to set the php error log file to? Sometimes php will write to the Apache 2 log file (or Apache will, on php's behalf), if php cannot access the error_

Re: [PHP-INSTALL] Problem building php 5.1.2,

2006-02-26 Thread php
I have php 5.1.2 installed on SuSE Linux 9.2 pro, compiled against apache 2.2.0 source, and mysql 5.0.18 .tar.gz static binary. Here is my ./configure command: Configure Command './configure' '--with-apxs2=/usr/local/apache-2.2.0/bin/apxs' '--prefix=/usr/local/

Re: [PHP-INSTALL] MySQL unavailable after compile and Install

2006-03-01 Thread php
Hi Boyd. It sounds like that php5 cannot find the mysql.so and mysqli.so shared dynamically loaded modules. There could be a few reasons for this. First thing to do is to check the: Configuration File (php.ini) Path /usr/local/php-5.1.2/lib/php.ini which is the 6th entry down for my

[PHP-INSTALL] Enabling all modules as shared

2006-03-02 Thread php
Hi all. Is there a ./configure option that will allow me to enable all php 5.1.2 modules as shared? (apart from those that cannot be loaded as shared mods) I would like to enable all the modules that can be used as shared in one go, like in apache. Is this possible please? I have tried this

Re: [PHP-INSTALL] apxs Error: related to libphp5.so

2006-03-02 Thread php
Sounds like php has a problem trying to install the php module into the apache modules directory, which it will do by default. Did you compile/install Apache as root user? Are you compiling php5 as root user? Did you do a 'make clean' after installing apache 2? I don't th

Re: [PHP-INSTALL] Enabling all modules as shared

2006-03-03 Thread php
Well, I managed to get things sorted with the following ./configure command contents of config.nice #! /bin/sh # # Created by configure './configure' \ '--with-apxs2=/usr/local/apache-2.2.0/bin/apxs' \ '--prefix=/usr/local/php-5.1.2' \ '--with-mysql=shared,

Re: [PHP-INSTALL] apxs Error: related to libphp5.so

2006-03-03 Thread php
takes! Keith In theory, theory and practice are the same; In practice they are not. On Fri, 3 Mar 2006, Sasha Dolgy wrote: > To: php-install@lists.php.net > From: Sasha Dolgy <[EMAIL PROTECTED]> > Subject: Re: [PHP-INSTALL] apxs Error: related to libphp5.so > > I would tend to

[PHP-INSTALL] Getting OFF the List

2006-03-03 Thread php
Hi Duncan. Go to the this address: http://www.php.net/mailing-lists.php Check the bullet under the NORMAL Heading, next to this section (the fourth list down from the top of the page): Installation issues and problems How to install PHP with partiucular configurations, and servers Then

Re: [PHP-INSTALL] apxs Error: related to libphp5.so

2006-03-03 Thread php
my own machine first. Regards Keith On Fri, 3 Mar 2006, Sasha Dolgy wrote: > To: php-install@lists.php.net > From: Sasha Dolgy <[EMAIL PROTECTED]> > Subject: Re: [PHP-INSTALL] apxs Error: related to libphp5.so > > Hi Keith. > > "Also, some other packages will re

Re: [PHP-INSTALL] PHP Snippet on a web page

2006-03-11 Thread php
they are not. On Sat, 11 Mar 2006, Bluejays PC Services wrote: > To: php-install@lists.php.net > From: Bluejays PC Services <[EMAIL PROTECTED]> > Subject: [PHP-INSTALL] PHP Snippet on a web page > > I am not sure whether this is the right place to ask this but I have been

Re: [PHP-INSTALL] php returning completely empty documents on new apache install

2006-03-11 Thread php
Try calling the following as a php file: It's only 3 lines, but that returns alot of information for debugging your php installation. Do you have the following directives set in php.ini? ; Enable the PHP scripting language engine under Apache. engine = ON ; whether PHP may ad

[PHP-INSTALL] Re: [SPAM] Re: [PHP-INSTALL] php returning completely empty documents on new apache install

2006-03-12 Thread php
Is it because you are using the AddModule directive. I think that is only used in Apache 1.3.x series. This is all I have in my httpd.conf for loading the php module. ##LoadModule speling_module modules/mod_speling.so ##LoadModule userdir_module modules/mod_userdir.so

Re: [PHP-INSTALL] php returning completely empty documents on new apache install

2006-03-12 Thread php
I've just noticed this as well Matt. You say you are using Apache 2.0, but take a look at this: > [Sat Mar 11 16:06:51 2006] [notice] Apache/1.3.34 (Unix) PHP/5.1.2 > configured -- resuming normal operations It may be that Apache 1.3.34 is running instead of 2.0 Try using this vis

Re: [PHP-INSTALL] php returning completely empty documents on new apache install

2006-03-13 Thread php
This is really strange cause normally php works just fine! Have you compiled php5 against Apache 1.3.34, and not a 2.0.xx version Matt? Keith On Sun, 12 Mar 2006, Matt G. wrote: > To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > From: Matt G. <[EMAIL PROTECTED]>

Re: [PHP-INSTALL] php returning completely empty documents on new apache install

2006-03-13 Thread php
Is this your own server that you have complete access to, or is it an ISP machine? If you are running Apache under your own personal user account, where are you putting your website pages? Are they under your personal home directory as well? If so, it may be that php is not configured to

Re: [PHP-INSTALL] php returning completely empty documents on new apache install

2006-03-14 Thread php
I'm just wondering if your error reporting in php.ini is turned off. I had problems before where php was throwing an error message, but I had no error message displayed, because I had set error_reporting to 0; Even so, i don't think the output from phpinfo() would be affec

Re: [PHP-INSTALL] php returning completely empty documents on new apache install

2006-03-14 Thread php
Something else Matt. Are you using the short php open tags - like tags. asp_tags = OFF ; Allow the tags are recognized. short_open_tag = OFF Another thing, when you do a directory listing, or generate a 404 apache error, does Apache return the php version as part of the server signature

Re: [PHP-INSTALL] php returning completely empty documents on new apache install

2006-03-14 Thread php
et me ask on the httpd mailing list how to do this. I'll get back to you then. Keith In theory, theory and practice are the same; In practice they are not. On Tue, 14 Mar 2006, Matt G. wrote: > To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > From: Matt G. <[EMAIL PROT

Re: [PHP-INSTALL] php returning completely empty documents on new apache install

2006-03-14 Thread php
One more thing Matt, before I ask on the apache mailing list: Can you check your apache error_log please, and see if it says that php is starting ok. This is what it says in my Apache 2.2.0 error_log when it starts up: [Sun Mar 12 05:52:45 2006] [info] mod_unique_id: using ip addr 10.0.0.1

Re: [PHP-INSTALL] php returning completely empty documents on new apache install

2006-03-14 Thread php
Are you sure that you are editing the right httpd.conf file Matt? I've edited the wrong file before, then wondered why my changes have no effect. You could try adding something to your httpd.conf that will generate an error, such as the wrong path to the php module. Then do apachectl

[PHP-INST] getting php as cgi working

2002-04-03 Thread php
Hello, I am running the module version of php(4.0.5) AND have a cgi version compiled. The cgi version is php 4.1.1(compiled with --enable-discard-path) and this is on a sunOS 5.8 box. I am trying to run a setuid wrapper that calls a .php4 script. Whenever I enter the url to the .cgi

[PHP-INST] Cant get installed on one computer

2002-12-04 Thread php
We are trying to move to PHP for our website here at work and I installed about 2 months ago PHP and Apache on a machine here, I then installed it on our server and another employees machine with no problems. Now, I am trying to install it yet again on a QA machine and I can't get

[PHP-INST] PHP4 Install Problems!

2001-05-14 Thread php
I'm trying to install PHP4 as an Apache Module by following the instructions in the PHP manual. Here are the specifics of my install: Apache: 1.3.19 Configuration options: ./configure --bindir=/usr/local/apache/bin --sbindir=/usr/local/apache/bin --libexecdir=/usr/local/apache/li

RE: [PHP-INST] LibMcrypt Linking Problem

2001-07-11 Thread php
cd mcrypt-2.5.5 ./configure make make install cp /usr/local/lib/libmcrypt.* /usr/lib ln -s /usr/local/lib/libmhash.so.2 /usr/lib/libmhash.so.2 If you have any problems at each install rerun ldconfig to be sure it finds any files it needs Then with PHP we use :- with-mcrypt=/usr/local --with-mhash

[PHP-INST] undefined symbol: table_get

2001-10-02 Thread PHP
HELP!! I have been working on this for a couple of days now. I have read all of the posts here and other places as well as the PHP FAQ, MySQL support and Apache support. The problem is simple, I have installed php-4.0.6 as dynamic with Apache-1.3.19 and MySQL-3.23.39 on a Linux 7.x platform

[PHP-INST] Re: undefined symbol: table_get

2001-10-03 Thread PHP
am just a slow nut. Regards. "Php" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > HELP!! > > I have been working on this for a couple of days now. I have read all of > the posts here and other places as well as the PHP FA

[PHP-INSTALL] Start Earn Today!

2008-01-03 Thread php-install
Please add [EMAIL PROTECTED] to your address book to continue receiving great savings from Healthier, see how       Dear php-install@lists.php.net , Get the latest news and exclusive health offers from Healthier.com - For a Healthier You! Today's Fea

[PHP-INSTALL] January 73% OFF

2008-01-29 Thread php-install

[PHP-INSTALL] January 73% OFF

2008-01-29 Thread php-install

[PHP-INSTALL] January 71% OFF

2008-01-29 Thread php-install

[PHP-INSTALL] January 73% OFF

2008-01-29 Thread php-install

[PHP-INSTALL] January 71% OFF

2008-01-30 Thread php-install

[PHP-INSTALL] January 70% OFF

2008-01-30 Thread php-install

[PHP-INSTALL] January 74% OFF

2008-01-30 Thread php-install

[PHP-INSTALL] February 79% OFF

2008-02-07 Thread php-install

[PHP-INSTALL] February 70% OFF

2008-02-07 Thread php-install

[PHP-INSTALL] February 78% OFF

2008-02-07 Thread php-install

[PHP-INSTALL] February 78% OFF

2008-02-07 Thread php-install

[PHP-INSTALL] Sale 77% OFF

2008-02-28 Thread php-install
X-pstn-neptune: 3/1/0.33/67 X-pstn-levels: (S: 2.19294/99.9 CV:99.9000 R:95.9108 P:95.9108 M:97.0282 C:98.6951 ) X-pstn-settings: 4 (1.5000:1.5000) s cv gt3 gt2 gt1 r p m c X-pstn-addresses: from [294/10]

[PHP-INSTALL] Sale 76% OFF

2008-02-28 Thread php-install
X-pstn-neptune: 2/1/0.50/76 X-pstn-levels: (S: 2.00797/99.9 CV:99.9000 R:95.9108 P:95.9108 M:97.0282 C:98.6951 ) X-pstn-settings: 4 (1.5000:1.5000) s cv gt3 gt2 gt1 r p m c X-pstn-addresses: from [294/10]

[PHP-INSTALL] Sale 75% OFF

2008-02-28 Thread php-install
X-pstn-neptune: 2/1/0.50/76 X-pstn-levels: (S: 1.80704/99.9 CV:99.9000 R:95.9108 P:95.9108 M:97.0282 C:98.6951 ) X-pstn-settings: 4 (1.5000:1.5000) s cv gt3 gt2 gt1 r p m c X-pstn-addresses: from [294/10]

[PHP-INSTALL] Sale 74% OFF

2008-02-28 Thread php-install
X-pstn-neptune: 2/1/0.50/78 X-pstn-levels: (S: 2.00797/99.9 CV:99.9000 R:95.9108 P:95.9108 M:97.0282 C:98.6951 ) X-pstn-settings: 4 (1.5000:1.5000) s cv gt3 gt2 gt1 r p m c X-pstn-addresses: from [294/10]

[PHP-INSTALL] Sale 70% OFF

2008-02-28 Thread php-install
X-pstn-neptune: 0/0/0.00/0 X-pstn-levels: (S: 1.79807/99.9 CV:99.9000 R:95.9108 P:95.9108 M:97.0282 C:98.6951 ) X-pstn-settings: 4 (1.5000:1.5000) s cv gt3 gt2 gt1 r p m c X-pstn-addresses: from [294/10]

[PHP-INSTALL] RE: MensHealth 92747

2008-04-02 Thread php-install
Canadian Doctor Yvette Best Price On Net 79% OFF http://www.beautywarm.com

[PHP-INSTALL] RE: MensHealth 004366

2008-04-03 Thread php-install
Canadian Doctor Hank Best Price On Net 79% OFF http://www.beautywarm.com

[PHP-INSTALL] Compiling a SOAP extension for PHP5 in MaxOSX Leopard

2008-04-16 Thread php . net
Hi. I thought I'd try to compile a SOAP extension for the stock PHP installation in MacOSX Leopard. I snagged the php-5.2.5 sources from php.net, and used the compile arguments found with the "php -i" command. I only added "--with soap=shared --enable-shared" and

[PHP-INSTALL] Re: Compiling a SOAP extension for PHP5 in MaxOSX Leopard

2008-04-18 Thread php . net
[EMAIL PROTECTED] skrev: dyld: NSLinkModule() error dyld: Symbol not found: _OnUpdateLong Referenced from: /usr/lib/php/extensions/no-debug-non-zts-20060613/soap.so Expected in: flat namespace Trace/BPT trap I found an OnUpdateLong function in php_src/ext/zlib/zlib.c, but I don't kn

Re: [PHP-INSTALL] Re: Compiling a SOAP extension for PHP5 in MaxOSX Leopard

2008-04-20 Thread php . net
BuildSmart skrev: It has to do with the way you build PHP modules and mixing apple source with genuine source. Your best bet is to build PHP completely using apple's source and enable shared the modules need/want., then after building you can copy over the modules or create an installer i

[PHP-INSTALL] Postings never appear

2008-08-09 Thread php news
Recently I posted an issue about php installation but it does not appear in this newsgroup.

[PHP-INSTALL] Re: No .so produced

2008-09-04 Thread php news
Ian Godman escribió: Hi I am trying to compile and install PHP 5.2.6 on CentOS Linux 5.2 using the following config: ./configure –with-gd --disable-pdo --enable-bcmath --enable-calendar --enable-ftp --enable-libxml --enable-magic-quotes --enable-sockets --prefix=/usr/local --with-apxs2

[PHP-INSTALL] RE: ar.Doctor Jackie

2008-11-05 Thread php-install
About this mailing: You are receiving this e-mail because you subscribed to MSN

[PHP-INST] No input file specified.

2003-06-03 Thread PHP User
I have installed php and configured it per the install manual. I associated .php extensions to run php scripts via the php interpreter and ran the test.php script successfully. I then configured my Netscape 3.63 server mime-types to support php as magnus-internal/shellcgi Then I enabled php

[PHP-INSTALL] PHP install problem.

2003-12-16 Thread ads php
Hi, I have installed and configured php-4.3.4 properly without any error with configuration options as follows :   ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql It gives warning as follows

[PHP-INSTALL] Getting error while installation.

2004-01-12 Thread ads php
Hi, I am trying to install php-4.3.4. configuration options as follows : [xxx php-4.3.4]# ./configure --with-mysql --with-openssl=/usr --with-apxs2=/usr/local/apache2/bin/apxs Configuration is done whithout any error but when I make it gives following errors : /usr/include/openssl/kssl.h

RE: [PHP-INSTALL] Getting error while installation.

2004-01-13 Thread ads php
s...John-Original Message-From: ads php [mailto:[EMAIL PROTECTED]Sent: Tuesday, January 13, 2004 12:38 AMTo: [EMAIL PROTECTED]Subject: [PHP-INSTALL] Getting error while installation.Hi,I am trying to install php-4.3.4. configurationoptions as follows :[xxx php-4.3.4]# ./configure --with-mys

[PHP-INSTALL] PHP & Apache2 on OpenBSD

2004-02-05 Thread r . php
Hello people, Problem ! (aren't they all ?) I'm trying to get PHP working with Apache 2 on OpenBSD. Apache 2 is not supported in the OpenBSD ports so I figured I'd just build it from the standard source distribution. I've done this on Linux and it's never caused m

Re: [PHP-INSTALL] PHP & Apache2 on OpenBSD

2004-02-08 Thread r . php
Re my problem with Apache dying when I try and load the PHP module, it was suggested to me that I should run strace on Apache when it is and isn't trying to load PHP. Thanks to John Holden for the suggestion Well To keep the trace relatively simple, I actually did a ktrace (it's &

[PHP-INSTALL] Re: cannot run php from apache?

2004-07-12 Thread \[php\]Walter
Try again, but use these instructions...      http://web.torres.ws/dev/php   Let me know how it goes and we can go from there   Walter   "G P" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... I can run php anywhere on my machine but from browser!? I se

[PHP-INST] PHP-4.1.2 Install

2002-03-03 Thread PHP User
Help! I'm running Apache 1.3 on Redhat7.2 (distribution install) and just compiled PHP-4.1.2 as a DSO for apache with no problems BUT when I go to view my php pages the php scripts are in plain text. eg. appears in my browser. - I know that the appropriate lines in the httpd.conf fil

  1   2   3   4   5   6   7   8   9   10   >