Re: [PHP-INSTALL] Help!

2008-04-15 Thread Bryan
Thank you, I was curious about that, I mean, I've tried stuff on 'free' web space, where they've started up with the different files names, but, not until I started setting up my own did I notice it wasn't something that was automatic Now, as for the other thing, please don't jump on me! :(

Re: [PHP-INSTALL] Help!

2008-04-13 Thread Bryan
one more question makes a new line, and \n APPEARS to do nothing. do I even need to bother with the \n? (see, line 3 I didn't put the \n and still got the blank line, so is there any situation where the \n would NEED to be there?) I did the following: \n"; print "line 2 br nl \nline 3 b

Re: [PHP-INSTALL] Help!

2008-04-13 Thread Bryan
ok, so 1) I should just use the PHP extension and forget about the HTML extension? (I ask this, because, I know I changed the default startup on my server to INDEX.PHP, but, if/when I use someone else's server, can I change the startup program, or do I somehow have to transfer it from the INDE

[PHP-INSTALL] Help!

2008-04-13 Thread Bryan
I've just set up my Apache server with mySql and PHP, and for the most part everything works fine, except: I can't embed PHP in an HTML file (if my server starts up with INDEX.HTML I can't do anything with PHP, is this possible, or am I just off the deepend here?) Also, when I run a PHP file,

[PHP-INSTALL] Re: PHP5.2.4 setup problems....

2007-11-15 Thread Bryan C
setup problems solved adding the lines: AddType application/x-httpd-php .htm AddType application/x-httpd-php .html fixed it I added those lines the section marked

Re: [PHP-INSTALL] PHP5.2.4 setup problems....

2007-11-15 Thread Bryan C
ry changing it to: > > #BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL > PHPIniDir "C:/php5/" > LoadModule php5_module "C:/PHP5/php5apache2_2.dll" > > > AddType application/x-httpd-php .php > > #END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTA

Re: [PHP-INSTALL] PHP5.2.4 setup problems....

2007-11-14 Thread Bryan C
IL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > IIRC Apache development releases have an odd numbered suffix. The latest > releases have an even numbered suffix. > > 2.2.6 is the latest stable release of Apache. > > > On Wed, 14 Nov 2007, Bryan C wrote: > >>

RE: [PHP-INSTALL] PHP5.2.4 setup problems....

2007-11-14 Thread Bryan
Hope this helps:http://www.sunilb.com - Programming Tutorials / Articles - PHP, C, etchttp://www.careercurry.com - Career Articles On Nov 14, 2007 12:11 PM, Bryan C <[EMAIL PROTECTED]> wrote: I've installed the newest version of Apache (2.2.3, I believe), and thenewest version of P

[PHP-INSTALL] PHP5.2.4 setup problems....

2007-11-14 Thread Bryan C
I've installed the newest version of Apache (2.2.3, I believe), and the newest version of PHP5 (5.2.4), and Apache works fine, though I have the localhost defined as 127.0.0.1 (since I have no domain name or server), any html page I set up will display fine, but if I add an PHP code in it (just

[PHP-INSTALL] Newbie help - getting PHP 5.2.0 to work with Apache 2.2.4 on Windows Server 2003

2007-01-26 Thread Bryan Garmon
I'm pulling my hair out trying to figure out what is wrong with my web server configuration. This is a new server build with with no previous PHP or Apache installations on the server. I'm downloaded and installed Apache 2.2.4 then downloaded the PHP 5.2.0 Zip Package Windows Binaries from h

[PHP-INSTALL] Loading DOMXML

2005-03-09 Thread Bryan Hughes
I am using hosting from a company that doesn't have DOMXML support loaded. The say it causes the servers to slow down too much. Is there a way to load DOMXML automatically? I tried if(!extension_loaded("doxml")) { dl("php_domxml.c"); } but said  "Unable to load dynamic library './php_domxml

[PHP-INSTALL] Additional information to php 4.3.8 and gd

2004-08-05 Thread Bryan Bateman
First attempt ./configure --with-gd . . checking for GD support... yes checking for the location of libjpeg... no checking for the location of libpng... no checking for the location of libXpm... no checking for FreeType 1.x support... no checking for FreeType 2... no checking for T

[PHP-INSTALL] Php 4.3.8 and GD

2004-08-05 Thread Bryan Bateman
I have php-4.3.8 that I am using to build php. I have had success in building a module and running in under apache. When I add gd to the mix I get various configure or make problems. I desire to run gd with jpeg, gif, png and freetype support. What versions of source trees do I need and what ve

[PHP-INSTALL] PHP doesn't work under SSL for Apache

2004-05-28 Thread Bryan Waters
I have an Apache 1.3.27 server configured with SSL, PHP and so on... My problem is that PHP doesn't work under the SSL virtual host...it works under other named virtual hosts and the main site, but it simply doesn't work under the _default_:443 virtualhost for some reason...on any other non-ssl pa

Re: [PHP-INST] A newbie question

2003-03-25 Thread Bryan Brannigan
try using this as a test script --snip-- --snip-- if this works then your PHP installation is ready to fly. - Original Message - From: "fa" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 25, 2003 9:26 AM Subject: [PHP-INST] A newbie question Hi, list. I'm a newbie

[PHP-INST] cURL & PHP compile error

2003-03-11 Thread Bryan Brannigan
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

Re: [PHP-INST] Re: (include_path='.;c:\php4\pear') ERROR?

2003-02-05 Thread Bryan Fritchie
Actually, I am trying to run a PHP file, but the code is 100% HTML. :( - Original Message - From: "Jens Rosenthal" <[EMAIL PROTECTED]> To: "Bryan Fritchie" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, January 30, 2003 2:02 AM Subject:

[PHP-INST] Re: (include_path='.;c:\php4\pear') ERROR?

2003-01-29 Thread Bryan Fritchie
I am having a very similar problem as this one, but I did not see an answer. Does anyone know what this is? I can't find this line in the php.ini file at all. BTW, I am trying to set up PHP to run under Win2000, for IIS. Thanks! "Nick" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">

[PHP-INST] Re: PHP and MySQL configuration

2002-11-25 Thread Bryan Higgins
I am having troubles getting MySQL to work with PHP. I keep getting this error when I try to connect to MySQL. I get this error: Fatal error: Call to undefined function: mysql_connect() in /var/www/html/cobatrack/index.php on line 89. I have read dozens of php newsgroup messages that tell me

Re: AW: [PHP-INST] cant re-compile php with newer gd and png

2002-10-02 Thread Bryan Koschmann - GKT
I had it compiled with freetype support and everything was fine there. But, I had the --with-ttf switched on configure in PHP, so I took that off and it worked! Thanks, Bryan On Wed, 2 Oct 2002, Jens Rosenthal wrote: |did you compile your gd 2.01 with freetype support? |Without

[PHP-INST] cant re-compile php with newer gd and png

2002-10-02 Thread Bryan Koschmann - GKT
someone give me any ideas? This is: php 4.2.3 gd 2.0.1 freetype 2 Thanks! Bryan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] installed 4.2.3, but still 4.2.2?

2002-09-09 Thread Bryan Koschmann - GKT
force-cgi-redirect --with-gettext --with-apxs2=/usr/local/apache2/bin/apxs This is with Apache 2.0.39. The /server-status even shows php 4.2.2. I'm not sure what I'm missing here, any help would be great. Thanks! Bryan -- PHP Install Mailing List (http://www.php.net/) To uns

[PHP-INST] php executable?

2002-09-05 Thread Bryan Koschmann - GKT
p executable? I am running PHP 4.2.2 on Slackware 8.0 with Apache 2. Any help would be great! Thanks, Bryan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] [WIN2k][APACHE 2] Problem loading php4apache.dll

2002-04-22 Thread Bryan Thoreson
dll. I've been using this on a test server with no problems. You need the experimental dll because apache 2 talks to the dll differently then apache 1.3.x. Bryan On Mon, 22 Apr 2002 11:24:46 +0200, Myster Cool wrote: >Hi ! > >I've got a big problem while trying to load thi

[PHP-INST] Apache 1.3 / Win2KPro / PHP4 browser error 400

2002-04-19 Thread Bryan Maynard
made perhaps. Any assistance is greatly appreciated. More specific information will be given if requested. Thanks, Bryan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Apache 1.3 / Win2KPro / PHP4

2002-04-19 Thread Bryan Maynard
ually very deductive with this stuff but I have used all known resources to get nowhere. Thanks Bryan P.S. In the meantime I will install as cgi...hopefully I can get that to work. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Apache 2.0 module of PHP rephrased

2002-04-11 Thread Bryan Thoreson
I'm looking for the php module for apache 2 for windows. I'm wondering if anyone has either complied one or knows where to get one. Bryan ~~~ Bryan Thoreson 04/11/2002 Infotech Professional CLA-Net  

[PHP-INST] Apache 2.0 module for PHP

2002-04-11 Thread Bryan Thoreson
When is the module for Apache 2.0 coming out for PHP?? Bryan ~~~ Bryan Thoreson 04/11/2002 Infotech Professional CLA-Net   University of Minnesota 14C Johnston Hall 101 Pleasant ST SE Minneapolis, MN 55455 Phone

[PHP-INST] Upgrade experience

2001-10-05 Thread Bryan Orthner
wing: 1. Ensure your extensions directory is empty of any problematic extensions. 2. When doing a new configuration, start from a fresh source directory. Do not reconfigure within an old directory. Removing the config.cache file before you begin may not be sufficient. Bryan Orthner -- PHP Insta

[PHP-INST] mysql API Version

2001-08-30 Thread Phil Bryan
/Mysql, I have put the --with-mysql=/usr into configure. My question is why the client API version still showed 3.23.32 instead of 3.23.41? Thanks, Phil Bryan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP-INST] mscomctl.ocx error

2001-05-11 Thread Bryan Leifert
when i try to install php on windows 2000 server i'm getting an error from IIS saying that it can't find the file. everything else is working on the server.. any ideas? bryan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

[PHP-INST] GD with Jpeg Support Help

2001-02-19 Thread Michael Bryan
o() shows the following information: GD Support enabled GD Version 1.6.2 or higher PNG Support enabled WBMP Support enabled - But, why is Jpeg Support not enabled? Thanks, Michael Bryan Virginia Beach, VA -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mai