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! :(
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
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
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,
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
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
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:
>
>>
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
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
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
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
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
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
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
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
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
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:
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]">
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
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
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
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
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
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
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
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
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
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
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
/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
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
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
32 matches
Mail list logo