Hi,
I've looked up for this problem but have not find an answer wich satisfy
me. When I look at my phpinfo I see that it inherits from root
environment (_ENV["PWD"] = /root ; _ENV["HOME"] = /root , aso.)
I saw several site with same problem but most website doesn't have this
environment
I k
Hi!
On Tuesday August 19, 18:26, Sean Healey wrote:
> gcc -o conftest -g -O2 -pthreads [more options...]
> -liconv -lm -lsocket -lnsl 1>&5
> ld: fatal: library -liconv: not found
I would say that it's missing this:
http://www.gnu.org/software/libiconv/
Just guessing...
Edgar.
--
PHP Ins
I have attempted and failed to build PHP 5 from the latest snapshot (19 Aug
2003).
I've just successfully built PHP 4.3.2 on this very same platform, so I
thought I'd send you the post-mortem in case its of some use to you.
Unfortunately I'm not very familiar with C development, so I can't offer
On 08/19/03 05:49AM, "Edgar Bonet" <[EMAIL PROTECTED]> wrote:
Hello!
On Tuesday August 19, 00:22, James Hughbanks wrote:
> [...] go to the bottom of your config, or after any Line that has
> AddType in it, and add the following if not in the file:
> AddType application/x-httpd-php .php
>
Hello!
On Tuesday August 19, 00:22, James Hughbanks wrote:
> [...] go to the bottom of your config, or after any Line that has
> AddType in it, and add the following if not in the file:
> AddType application/x-httpd-php .php
> This will tell apache that .php is not just a file, but to hand
David,
This is more of an apache question, but to check if the module is
compiled you can do a
shell> httpd -L
but that will not work if it is a loaded module, just if you compiled
it in, in that case, you might be using PHP correctly, but not
specifying the AddType for PHP
to do this go to the
I believe everything is installed correctly, but I only recently
upgraded php and mysql. I added the LoadModule and
AddModule lines and followed all the other install instructions
(but really, I was just upgrading from 4.0.x to 4.3.x, so most
of it was already in my httpsd.conf). When I fire up a
hello
how i can completle deinstall php 4.3.2??
my configure:
--bindir=/usr/bin
--datadir=/usr/share/php
--enable-discard-path
--enable-force-cgi-redirect
--enable-ftp
--enable-magic-quotes
--enable-sockets
--enable-sysvsem
--enable-sysvshm
--enable-track-vars=yes
--enable-trans-sid
--enable-vers
Hi,
I tried to instal PHP on Apache2 (installed itself with./configure
--enable-so ) and got the following error during make
I am using MacOSX 10.2.6
Should I delete repetitive files?
I would appreciate any help
ld: warning multiple definitions of symbol _pcre_free
ext/pcre/pcrelib/pcre.o defini
Hi,
I tried to instal PHP on Apache2 (installed itself with./configure
--enable-so ) and got the following error during make
I am using MacOSX 10.2.6
Should I delete repetitive files?
I would appreciate any help
ld: warning multiple definitions of symbol _pcre_free
ext/pcre/pcrelib/pcre.o defini
I cannot seem to successfully build PHP5 for Mac OS X Server with Oracle
support. Here is my configuration:
./configure \
--with-apxs \
--with-oci8=/Users/oracle/v920 \
--with-dom=/sw \
--with-zlib-dir=/sw
Platform: Mac OS X Server 10.2.6
Kernel: Darwin 6.6
Oracle Release: Orac
Hi,
I have a linux system and I try to install apache and php.
I followed the instructions to get a static version of apache and php.
But when I reach a .php page I get a message asking to download.
I made the checkings found around.
1. the httpd.conf file is the correct one (if I try to change sth
Does anyone have a HOW-TO ?
Where I'm running into problems is with modules not being 64 bit. Using
the latest
packages from SunFreeWare, Gcc 3.3, etc.
I added the following to my environment, but some modules just don't
want to work.
export CFLAGS="-des -Duse64bitall"
export CPPFLAGS=$CFLAGS
I have just recently installed PHP beta 5 on Windows XP Pro and I am
having problems connecting to mysql, phpinfo() works fine but it looks
as though it is not loading any mysql modules even though PHP install
file says this is now built in.When I run attached mysql connect test I
get error
"F
To All Helpers:
Solaris 2.8 with Apache 1.3.27 and sybase 12.5 and php 4.3.2
I run configure fine with following parameter:
./configure --with-apache=/usr/local/apache_1.3.27 --with-mysql=/usr/local/mysql
--with-sybase=/sybase/OCS-12_5/ --with-gd --with-zlib-dir --with-jpeg-dir
--with-xpm-d
Installation on Win2000Pro + Apache 2.0.46 + PHP 4.3.2.
In "Manual PHP" by Bakken itc is written :
[quote]
The path information part of the url after the PHP binary name,
/secret/doc.html is conventionally
used to specify the name of the file to be opened and interpreted by the CGI
program. Usual
Newbie question. I recently installed RH 9 with Apache, mySQL, and PHP. I've
double checked all of the required files and they appear to be where they
should be. However, when I point Apache to a PHP file, it either gives me a
blank page or the PHP as a text file. I've poked around the RH archives
Hi all,
I have installed apache 1.3.27 and PHP 4.2.3 on a RedHat7.3. I have
installed PHP with the --with-apxs=/apache/bin/apxs and I changed
the httpd.conf to add the AddType, the Load Module and the
DirectoryIndex entries. When I try to run a php page I only see the
source code of the php pa
Hello,
I am trying to build and install PHP 4.3.2 on Linux RedHat 7.3. The
configure, make and make install commands generate correct output.
The phpinfo() tells me that all the extensions I compiled in are
enabled.
However the extensions installation folder:
/usr/local/lib/php/extensions/no-de
I was able to compile php with Apache as a DSO module in HP 11.00 WITHOUT
mysql support.
When I tried to compile with-mysql (Mysql 4.0.13), I am getting some
configure time messages if I use Mysql supplied binary file
This is the config time message
checking for mysql_close in -lmysqlclient...
We run that exact setup on one of the boxes,
zero problems.
On Wed, 2003-07-16 at 15:37, Gedanken wrote:
> I asked my isp to upgrade their 4.1.2 php to 4.3.2 because I am working on
> a code porting project that I am told 'needs' 4.3.2. It definitely doesnt
> seem to work so far with out it...
It's not because it's with shared. It's more because it's with all the
module !
On Thu, 2003-07-17 at 00:24, Bhavin Modi wrote:
> I compiled php 4.3 with apache2 and found out that the binary (libphp4.so)
> was almost 7.5MB. Then figured out that I had compiled in a few
> modules(gd,openssl,domxml
I tried to compile php 4.3 with apache2 and found out that the binary
(libphp4.so) was almost 7.5MB. Then figured out that I had compiled-in a few
modules(gd,openssl,domxml,bz2,iconv,curl) so I recompiled PHP to make all
the modules shared and still the libphp4.so is almost 6.5MB. I dont
understand
I compiled php 4.3 with apache2 and found out that the binary (libphp4.so)
was almost 7.5MB. Then figured out that I had compiled in a few
modules(gd,openssl,domxml,bz2,iconv,curl) so I recompiled PHP to make all
the modules shared and still the libphp4.so is almost 6.5MB. I dont
understand why is
I asked my isp to upgrade their 4.1.2 php to 4.3.2 because I am working on
a code porting project that I am told 'needs' 4.3.2. It definitely doesnt
seem to work so far with out it... socket code problems.
anyway, i sent a note to my admin and he replied with the following
(edited by me):
-
Running Apache's configuration test should shed some light on the
problem.
--
Jim
>>> "Ged" <[EMAIL PROTECTED]> 07/15/03 05:00PM >>>
I am now tearing my hair out regarding a problem that I am
experiencing.
I have successfully loaded apache and that works fine. However when I
go to
hook the php
I am now tearing my hair out regarding a problem that I am experiencing.
I have successfully loaded apache and that works fine. However when I go to
hook the php into apache, I constantly have a NET HELPMSG 3534. Looking
into some discussions around the place has not provided a working answer.
Hello,
I've been trying to get DOM XML working with the new XML support
(libxml2) for PHP 5. I've successfully configured and installed PHP 5 as
an Apache2 module.
Even though PHP installs ok and phpinfo() reports that all is ok for
XML, including DOM, the domxml functions are nowhere to be fo
hi,
i am using apache with ssl installed with it.
Version details.
Apache 1.3.27
mm 1.3.0
mod_ssl 2.8.14 for apache 1.3.27
openssl 0.9.7b
pfpro sdk 3.0
php 4.3.2
i installed php with following ./configure options.
./configure --prefix=/usr/local/php
--with-apxs=/usr/local/apache/bin/apxs --wit
Hi All,
I have two Mandrake 9.1 machines with 4.3.1 installed. One is setup for
development and the other for testing. I downloaded and installed Firebird
Superserver 1.0.3 on both machines. On the development machine, I ran
Configure using --with-interbase=shared,/opt/interbase and ran make to
Deborah Vorndran wrote:
I do a
session_start();
session_register("SESSION");
echo "The counter is now $SESSION[count] ";
straight from the tutorial,
and I get this:
--
*Warning*: Cannot send session cookie - headers already sent by
(ou
I do a
session_start();
session_register("SESSION");
echo "The counter is now $SESSION[count] ";
straight from the tutorial,
and I get this:
--
*Warning*: Cannot send session cookie - headers already sent by (output
started at /var/www
Hello List,
i want to run php nuke in redhat linux 9. earlier i
installed php on redhat 7.3 with configure option
--with-mysql --with-apxs and nuke is working fine.
but now i installed 9 i did same procedure but i am
getting error like path not found for apxs.
i am trying to find path fo
Hi all
I'm running Apache 2.0.35 with PHP 4.2.1 as a module - without any problems.
But when I've decided to upgrade PHP (to check the new 5b) and then Apache
too (when firstly ran into problems), I wasn't able to get them work
together ...
tried:
- later Apache versions (2.0.39, 2.0.46) - unable
I've installed successfully on Solaris 2.8 + Oracle with following:
./configure --with-apache=../apache_1.3.27 --with-oci8=/path/to/oracle/9.0.1
--with-oracle=/path/to/oracle/9
.0.1 --with-mysql=/path/to/mysql
Does this help?
If your running a 32 bit compiler, you'll need to modify the Makefil
Ok,
Here are the details:
OS: Win2K Server
PHP version: 4.3.0
Web Server: IIS 5
I can get any php page to work, except if it has an oracle call in it.
I get the dreaded CGI Error
The specified CGI application misbehaved by not returning a complete set
of HTTP headers. The headers it did return a
The full error looks like this:
Warning: open_basedir restriction in effect. File is in wrong directory
in sys:/php/fribert.dk/minibb/index.php on line 35
Warning: Failed opening './skins/fribert.php' for inclusion
(include_path='.') in sys:/php/fribert.dk/minibb/index.php on line 35
Warning:
Hi Bill
On running the addform script, do you get any error messages?
It sorta looks OK to me, but one thing I suspect is that you don't have
your mysql privileges correct.
Check the mysql documentation on the keyword 'GRANT'. This may solve
the problem of not being able to use a password, and
My System:
Windows 98
Apache 1.3.27
PHP 4
mysql
Hello all, I am a PHP beginner and was wondering if I could get some help from some of
the more experienced on this list. I have been trying to use an html form (with
textboxes, radio buttons, and textareas) to input data into a mysql database.
I have installed PHP 4.3.1 with Apache 1.3.23.
PHP was compiled with
#./configure --with-mysql --with-apxs
#make
#make install
I have tested the file info.php and show the configuration of PHP correctly
but when i try to test a web page, not function.
The page info.php function correctly and sho
I'm having trouble getting PHP to build and install on a Solaris 2.8
platform.
I can get php to build and run if I run
./configure --prefix=www --with-apxs=/www/bin/apxs
When I run ./configure --prefix=www --with-apxs=/www/bin/apxs --with-oci8 I
get the following error message
Installing PEAR en
I need to execute the archive php below in the server Apache, but I
perceived that I obtain the waited result if I use csh (C shell) and not
using bash, somebody could say me as to execute this script in csh?
$pipe = "$username\n$password\n";
$pwauth = "/usr/local/apache/bin/pwauth
Hi,
I copy all php432 dlls into my win32.
And then when making a "php -v" see what i get :
PHP Warning: Unknown(): ctype: Unable to initialize module
Module compiled with module API=20010901, debug=0, thread-safety=1
PHPcompiled with module API=20020429, debug=0, thread-safety=1
These option
hi,
i'm having problems installing php on iplanet running on Windows2000. i have
edited the obj.conf file as described on php.net but this has not worked. i
have also copied the relevant dlls to the system32 directory and changed the
php.ini to point to the doc_root and extensions directories.
Is
GREAT!!! You 'da man. This worked perfectly for me. Thanks a
bunch.
-Original Message-
From: Jim Thome [mailto:[EMAIL PROTECTED]
Sent: Monday, June 16, 2003 2:45 PM
To: [EMAIL PROTECTED]; NIPP, SCOTT V (SBCSI)
Subject: Re: [PHP-INST] PHP 4.2.3 fails to load...
You ha
You have to modify the apachectl script to get around the HPUX thread
local storage problem.
Add the following to your apachectl script under the 'START
CONFIGURATION SECTION':
export ORACLE_HOME=/path/to/oracle
export SHLIB_PATH=$ORACLE_HOME/lib:/path/to/apache/lib:$SHLIB_PATH
export LD_PRELOAD=
I am trying to get PHP 4.2.3 working on a HP-UX 11.00 system that I
have had no luck getting 4.3.2 to work on. The compile and everything went
great, but now Apache fails to start complaining about PHP. Here is the
output of the Apache start...
[EMAIL PROTECTED]:/sbin/init.d> ./httpd sta
I am attempting to build PHP 4.3.2 on HP-UX 11.00. I have been
running into all kinds of weird "cross-compiler" errors, and it turns out
that the problem was a bad umask. Now that the umask setting for root is
set correctly, the configure script runs perfectly. The 'make' also seems
to r
it seems that configure does not obey the default location of apache2-apr on debian:
# /usr/bin/apr-config --includes
-I/usr/include/apr-0
it would be very nice, if php configure would notice the presence of apr-config, and
execute it to
get the right values.
__
I'm having some trouble with linking mysql-4.0.13 into php-4.3.2. I am
getting following error:
//usr/lib/libresolv.so.1: fatal error: symbol `_res` multiply defined in two
shared objects /usr/lib/libsocket.so: size = 448; //usr/lib/libresolv.so.1:
size = 512
collect2: ld returned 1 exit status
ma
Since no one has responded so far... I changed the subject line to be
perhaps more appropriate.
See: Apache 1.3 Windows ME -- Trying to Download instead of display.
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello people,
averybody talk about PHP 5 but where cani find a documentatione?
--
Best regards,
freelancing mailto:[EMAIL PROTECTED]
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Dear List,
I'm using the following configure line: (which configures & compiles
fine on php-4.3.1)
'./configure' '--with-apxs=/usr/local/httpd/bin/apxs'
'--with-config-file-path=/usr/local/httpd/conf' '--with-xmlrpc'
'--with-xml' '--with-freetype-dir=/home/system/src/freetype-2.0.9'
'--with-g
when i try to run any php file i get the source code and not the web
page. i chmod the file to 755 like i do for cgi/perl file
but it still doesn't work. please help me!
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
the browser sees it as ???.php.txt. In notepad try
> save it with double quote, for example "sample.php"
> in the file name field.
>
> Ed
>
> -Original Message-
> From: Emily Wrenholt [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 09, 2003 15:17
>
Are you using the PHP delimiters (i.e., )
>>> Emily Wrenholt <[EMAIL PROTECTED]> 06/09/03 04:17PM >>>
I have tried *Numerous* times to set up PHP. Each time
I get the same results.
Here is what I've been doing.
1. Install Apache. It works fine.
2. Unzip PHP files into C:/PHP
3. From here, I co
I have tried *Numerous* times to set up PHP. Each time
I get the same results.
Here is what I've been doing.
1. Install Apache. It works fine.
2. Unzip PHP files into C:/PHP
3. From here, I copy the php4apache.dll and php4ts.dll
files to the all of the recommended places
(C:/apache, Windows
Hi all!
Having issues getting PHP (latest) working on my new IIS6 server.
I have it installed and working with limited functionality. I can call
the base exe and run scripts. I have not been able to get the ISAPI
filter loaded and my lead developer is having trouble making calls to
several func
Sorry this is off the subject but I'm looking for a
a good in-expensive
server-side web based, full-featured email/calender package
that works using/in PHP?
Appreciate it
Thanks
Stew
[EMAIL PROTECTED]
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/u
I recently upgraded to a VPS account with RedHat 7.1. As an "upgrade" I got
older version of PHP (4.1.1) and no support for it.
I installed PHP 4.3.2 using default prefix not to overwrite the old version
which was installed in a different location, but the Apache was still
picking up the old versi
Hi,
We are attempting to install PHP 4.3.2 on to windows XP using Apache as
our web server. When we try to start apache, the Warning message
appears: "Unkown(): Unable to load dynamic library
'c:\PHP\extensions\php_gettext.dll' - The specified module could not be
found." We have not been able to
I wanted to build php with imap support .
My details:
Apache - Apache/1.3.26
PHP - 4.3.0
openssl
UWimap2002c (with the c-client library)
Solaris 9
--
Installed open ssl / UWimap:
IMAP testing yields the following results:
_
I found out I needed to upgrade php to use something I wanted, so I followed the
instruction on the php site for a install on apache 2 under redhat 8, installing from
source the most current php and for some reason no matter what I do all php pages are
prompted for download when I try to view th
Hi,
I guess your problem may be caused by apache.
Since the apache on Mac OS X Server is "optimized", they are separated
into parts and put in several locations, so it is very hard to upgrade
apache(Actually I don't know how to). You can use the update from Mac OS X
Server, it will update your ap
I've followed the directions on php.net to install apache with php support
on mac OS X server and have had success, but with a few warnings that i
am concerned about.
These are the warning messages i am receiving:
gcc -DDARWIN -DTARGET=\"apache\" -DUSE_EXPAT -I./lib/expat-lite `./apaci`
\
Unfortunately not. I was hunting all over the internet and came upon this
information in another posting area kind of like this one. I tried what was
suggested, and it worked. At this point I quit worrying about it. If I find
it again I will post it.
Jacob Marble wrote:
> This is
> > version 4
I will agree with David that Apache is a much better web server when it
comes to PHP. I host web sites for a couple radio stations which have a
requests page. These requests are dumped to a MySQL database. The DJs can
view the requests via a browser. This page is a PHP file.
Under IIS, it was not
The msi file is all that is needed. It will write over anything that was there
previously when you run it so don't worry about deleting the files there before.
Acorn Tutors wrote:
> Can anyone suggest how to install php on WinXP pro and make it work. Can
> anyone help me with what extensions need
The latest version of PHP works on Windows XP (that is what I have). This is
version 4.3.2RC1 (the one before it had a defective file that made me crazy for
a week). I have Apache 1.3.22 as a server (which is free if you don't have it).
Copy and modify the php.ini-recommended and rename it to php.i
Can anyone suggest how to install php on WinXP pro and make it work. Can
anyone help me with what extensions need to be used (and how I would go
about using them). All I want to do is get my browser (IE) to understand php
files. I tried the manual install of PHP and I get errors instead of
webpages
Dave:
Figured it out.
In order to run php on iis6 you must also add it as a "Web Service
Extension".
Directions:
Once inside Internet Information Services, click on "Web Service
Extensions".
Next, click "Add a new web service extension..." from the task group.
Enter ".php" (without quotes), for t
Ray,
Thanks so much for the tip! I have to wait until tonight to try it,
but I can't wait! I keep all my source on a FireWire drive at home b/c
this PowerBook is short on drive space.
Regards,
On Friday, April 4, 2003, at 11:01 AM, Ray Aspeitia wrote:
Barry,
I'm running the same system and
Barry,
I'm running the same system and what I found was that you need to run
the following command to update your compiler link table:
sudo ranlib /usr/local/pgsql/lib/libpq.a
try that command and recompile php. (ran under sudo because ranlib
needs to be run by root)
Ray A.
Hello all,
In a
Hello all,
In an effort to stay off the superhighway of the general list, I have
searched through the other lists and found this one. Searching the
archives showed that some other people had the error I am having back
in 1998 - 2001. Lucky me, bringing back the oldies. Anyway, I am
running
I have upgraded apache to 2.0.44, mysql to 4.0.12 (binary) and php to
4.3.2RC1
I encountered that on one machine it is working without any visible
problems. (SUSE 8.0)
On another SuSE 8.0 it shows the same errors like on a RedHat 7.3 machine.
The problems:
1. text in phpnuke will be truncated,
> -Original Message-
> From: Bill Hudspeth [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 03, 2003 2:43 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] PHP with PDFlib installation on Windows
>
> I am having problems getting the PDF extension to work with
>
Hello,
I am having problems getting the PDF extension to work with PHP on Windows.
I am running PHP 4.2.3 on Windows NT 4.0 using IIS as my internet server. I
have enabled the PDF extension in the php.ini file, with no apparent
success. When I try to load the page, I get an empty screen (i.e., n
> -Original Message-
> From: Anton Piatek [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 03, 2003 11:26 AM
> To: Matt Schroebel; [EMAIL PROTECTED]
> Subject: Re: [PHP-INST] PHP not accepting variables
>
>
> Sorry, PHP v 4.2.2
>
> and register_global
Message -
From: "Matt Schroebel" <[EMAIL PROTECTED]>
To: "Anton Piatek" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, April 03, 2003 5:09 PM
Subject: RE: [PHP-INST] PHP not accepting variables
> -Original Message-
> From: A
> Hi,
> I just installed php on apache 1.3 under SUSE 8.1 (all the
> SUSE rpms) and it doesnt seem to like passing variables in the
> http request...
>
> eg.
> http://piatek.kicks-ass.net/tanzania2001/diary/index.php?Open=day0
> 6.php the index.php page doesnt seem to get passed that
> var
> -Original Message-
> From: Anton Piatek [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 03, 2003 10:57 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] PHP not accepting variables
>
>
> Hi,
> I just installed php on apache 1.3 under SUSE 8.1 (all
>
Hi,
I just installed php on apache 1.3 under SUSE 8.1 (all the SUSE rpms) and it
doesnt seem to like passing variables in the http request...
eg. http://piatek.kicks-ass.net/tanzania2001/diary/index.php?Open=day06.php the
index.php page doesnt seem to get passed that variable... and i have n
banging my head against the wall here... have tried numerous time to
build apache 1.3.27 and php 4.3.1 on a solaris 2.6 box with no success
either as a DSO or static. i tried using the same exact method that was
successful on one of my other solaris 2.6 boxes; however, resulted in a
message fro
Hello everyone. I'm trying to get php 4.3.1 installed and working with
Iplanet Webserver 6.0 on a Solaris 9 box. Here is the configure string I
am using:
../configure --with-mysql=/opt/sfw/mysql \
--with-nsapi=/usr/iplanet/iws \
--enable-track-vars \
Hi all
I am attempting to install Apache 1.3.19, PHP 4.0.3 on a Win 98 machine
running MySQL I have been experiencing problems whereby Each time I attempt
to load phpinfo.php it tries to download the file, stopping and re-starting
MySQL then Apache appers to have solved this problem but I am still
I keep on trying to do a basic install on Apache 2.0.44 with the following
commands:
>
./configure --with-mysql=/usr/local/mysql --with-apxs2=/usr/local/httpd-v2/b
in/apxs
> make
here is the dump from the 'make' command:
---
/bin/sh libtool --silent --mode=
Did you add the LoadModule line?
LoadModule php4_module modules/libphp4.so
--
Jim
>>> Jim Kelly <[EMAIL PROTECTED]> 03/30/03 18:01 PM >>>
When I surf to a phpinfo.php file in apache htdocs dir the browser
insists on downloading the file instead of executing it showing me my
php setup page
I'
When I surf to a phpinfo.php file in apache htdocs dir the browser
insists on downloading the file instead of executing it showing me my
php setup page
I've modified httpd.conf adding:
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
AddModule mod_php4.c
here are
this means there has been content already sent to the browser. even you
have a space in your file before thecc:
Subject: [PHP-INST] PHP: Cannot send
session
Hi everybody,
Please, could you help me to find out why I'm getting an error message
like one below.
Warning: session_start() [function.session-start]: Cannot send session
cookie - headers already sent by (output started at file1.php:2) in
InitSession.php on line 2.
It was working fi
Hi i am trying to compile PHP 4.3.2rc1 with cracklib
Crack lib has been installed via rpm
I see all the file on my hd
/usr/include/crack.h
/usr/lib/cracklib_dict.hwm
/usr/lib/cracklib_dict.pwd
/usr/lib/cracklib_dict.pwi
/usr/lib/libcrack.so
/usr/lib/libcrack.so.2
/usr/lib/libcrack.so.2.7
/usr/l
Does the output of phpinfo() show the trans_id set to 1?
What is the output of 'ini_get("session.use_trans_sid ")'?
--
Jim
>>> Michael Bull <[EMAIL PROTECTED]> 03/27/03 03:54PM >>>
Quoting Jim Thome <[EMAIL PROTECTED]>:
> Change this line in your php.ini from...
>
> session.use_trans_sid = 1
Quoting Jim Thome <[EMAIL PROTECTED]>:
> Change this line in your php.ini from...
>
> session.use_trans_sid = 1
>
> to...
>
> session.use_trans_sid = 0
>
> [restart server]
Hello Jim, thanks for your email.
I should have documented this one (I've been at this for awhile and searching
the li
Change this line in your php.ini from...
session.use_trans_sid = 1
to...
session.use_trans_sid = 0
[restart server]
--
Jim
>>> Michael Bull <[EMAIL PROTECTED]> 03/27/03 03:32PM >>>
Evening, all:
Looking for some suggestions for troubleshooting. We're in the
processing of
moving a PHP appl
Evening, all:
Looking for some suggestions for troubleshooting. We're in the processing of
moving a PHP application from a Solaris box to a Linux box. The Linux Box in
question is a Pentium 4 running RedHat 8.0 (as shipped from Dell). We're
running the IMP Webmail software, though this doe
Hello
I need to compile mysql extension for PHP 4.1.2 as a dynamic loaded
library (.so file) on Linux. For PHP versions 4.2.x and above is enough
to use: ./configure --with-mysql=shared.
But 4.1.2 does not create .so file. Only .a and .la files are created.
Can somebody help me?
Vit Jonas
--
P
Hi-
I recently installed PHP 4.3.1 with apache 1.3.27/mod_ssl. I'm having
problems accessing a simple php script ( ) over https. I
can access it over plain http.
I configured php with the following:
./configure --with-apxs=/usr/local/apache/bin/apxs --enable-track-vars
--enable-force-cgi-re
hi all,
i had to use the fsockopen() in php with ssl...
ssl wasn't enabled by default. i recompiled. reinstalled. no errors.
phpinfo.php shows that the commands used to configure it were:
'/configure' '--with-apxs=/bin/apxs' '--with-mysql=/mysql'
'--with-openssl=/usr/local/ssl'
also from phpinfo
I previously built php w/the following:
'./configure' '--prefix=/usr/local'
'--with-apache=/home/src/Apachetoolbox-1.5.58/apache_1.3.26' '--enable-exif'
'--enable-track-vars' '--with-calendar=shared' '--enable-magic-quotes'
'--enable-trans-sid' '--enable-wddx' '--enable-ftp'
'--enable-inline-opti
I previously built php w/the following:
'./configure' '--prefix=/usr/local'
'--with-apache=/home/src/Apachetoolbox-1.5.58/apache_1.3.26'
'--enable-exif' '--enable-track-vars' '--with-calendar=shared'
'--enable-magic-quotes' '--enable-trans-sid' '--enable-wddx'
'--enable-ftp' '--enable-inline-opt
1 - 100 of 1406 matches
Mail list logo