If you read the php.ini file where the cgi.force_redirect variable is set,
it states that this MUST be turned off when running under IIS.
Try this
; cgi.force_redirect is necessary to provide security running PHP as a CGI
under
; most web servers. Left undefined, PHP turns this on by default. Yo
<[EMAIL PROTECTED]>
Jeremy Oliver:
>> 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 r
Lukasz Karapuda wrote:
> All the extensions work correctly, besides mysql. I tried compiling
> with the bundled mysql libraries (---with-mysql) and with the mysql
> libraries which i have currently installed on my system
> (---with-mysql=/usr).
I guess these three dashes "---" are a typo only in
Michael,
Thanks for the clarification. Now it makes sense that only shared
extensions are placed into the
/usr/local/lib/php/extensions/no-debug-non-zts-20020429/ directory.
All the extensions work correctly, besides mysql. I tried compiling
with the bundled mysql libraries (---with-mysql) and
Lukasz Karapuda wrote:
> 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:
> /us
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,bz2,iconv,curl) so I recompiled PHP to make all
> the modules shared and still the libphp4.so is almost 6.5M
i manage to solve all this pb :)
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> I have an application that is currently working fine under 4.1.2,
> and I am in the process of upgrading to 4.2.3. The problem is that after
> upgrading PHP the application login no longer works. Additionally, this
> same application works fine on another machine running 4.2.3. The only
> diff
Nate Parsons wrote:
> './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-gd=/usr' '--with-gdbm=/usr' '--with-jpeg'
> '--with-jpeg-dir=/home/system
You need a web server to use PHP. Either use Apache, or use the included
personal web server which comes built into WinXP. IE (or any other browser)
doesn't know anything about PHP. PHP is a server language. The web server
processes the PHP code and outputs that to your browser.
John
"Acorn Tuto
Here are some excellent docs on installing all sorts of software (PHP,
MySQL, Apache, etc.) for OS X.
http://www.entropy.ch/software/macosx/
Of course, these are prebuilt packages, not help on compiling.
"Barry C . Hawkins" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello all,
Turn off zlib compression in PHP.INI
"Wade" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Note: I am using Apache 1.3 with PHP 4.3
>
> "Wade" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > Bear with me, I am new to this.
> >
> > I am trying to install PHP on an
Try turning off ZLIB compression or in PHP.INI (zlib.output_compression =
Off)
"Wade" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Okay, I wrote in the other day and so far have not solved my problem, so
> here is some more info.
>
> I installed Apache 1.3 with PHP 4.3 on my Wi
Jim Kelly <[EMAIL PROTECTED]> wrote:
> AddModule mod_php4.c
>
> When I do apachectl configtest I get:
> Syntax error on line 233 of /usr/local/apache/conf/httpd.conf:
> Cannot add module via name 'mod_php4.c': not in list of loaded modules
Probably you don't have a line like this:
LoadModule ph
Michael,
I would recommend you not build PHP against Apache 2.x. It is still in
experimental mode at this time. With regards to building against the
older apaches, follow these build instructions:
1. gunzip apache_1.3.x.tar.gz
2. tar xvf apache_1.3.x.tar
3. gunzip php-x.x.x.tar.gz
4. tar xv
can somebody share some thoughts please or advise where to look at...
i looked at the install log... everything seems to be fine...
On Sat, 22 Mar 2003, Kalin Mintchev wrote:
>
> hi all,
> i had to use the fsockopen() in php with ssl...
> ssl wasn't enabled by default. i recompiled. rein
To: [EMAIL PROTECTED]
> mail.com> cc:
> Subject: [PHP-INST] Re: PHP
on Apache for Windows
> 03/19/2003
> 12:13 PM
>
>
>
>
>
>
> Note: I am using Apache 1.3 with PHP 4.3
>
t;cc:
Subject: [PHP-INST] Re: PHP on Apache for
Windows
Note: I am using Apache 1.3 with PHP 4.3
"Wade" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Bear with me, I am new to this.
>
> I am trying to install PHP on an Apache Server running on Windows XP. I
> have installed the server, and it appears to be working correctly. I have
>
At 17:58 08.03.2003, news.php.net said:
[snip]
>I want to have the /php directory
>one directory above the /web root
>so it is not accessible from browser command line execution but
>will execute from a click on an
>html page. CGI-PHP is installed
>but I nee
ooops... Should be 'php -i'...
./pl
"Patrick Lok" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> I tried to complete the installation (I did 'make install') but the test
on
> 'php -l' didn't return anything; it keeps on running... nothing returns,
no
> core-dump...
>
> any fur
I tried to complete the installation (I did 'make install') but the test on
'php -l' didn't return anything; it keeps on running... nothing returns, no
core-dump...
any further help?
Ok! I just want helpers can have a full investigation on the suspected
error.
Best best regards
./pl
"Rasmus
> When I tried to 'make' PHP-4.3.1, it returns warning message and died. I am
> using RH8.0 + Apache 2.0.44
It didn't die, that is simply the end of the build. Warnings aren't
fatal.
(Please do not cc all the lists)
-Rasmus
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe,
But where is the package?
rgds
./pl
"Rasmus Lerdorf" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Just install the apache-devel package which is where the apxs tool lives.
>
> -Rasmus
>
> On Thu, 27 Feb 2003, Patrick LOK wrote:
>
> > I have to uninstall my Apache 2.0.x that came
Just install the apache-devel package which is where the apxs tool lives.
-Rasmus
On Thu, 27 Feb 2003, Patrick LOK wrote:
> I have to uninstall my Apache 2.0.x that came along with RedHat 8.0 because
> the httpd (rpm) in RH8.0 does not have Apache apxs (why dont they include
> it).
>
> I need a
Buz Dreyer <[EMAIL PROTECTED]> wrote:
> Server: Compaq Alphaserver DS20 using Tru64 Unix 5.1a (Rev. 1885)
>
> Configure works with this command:
> CC="/usr/bin/cc" ./configure
> --with-mysql --with-apxs=/data2/www/bin/apxs
> ld:
> Can't read file: ext/ctype/ctype.lo (Successful)
> *** Exit 1
Daniel Pomrehn <[EMAIL PROTECTED]> wrote:
> I want to run PHP 4.1.1 as CGI in Apache 1.22 on Suse Linux 7.0
No, you don't. Both PHP 4.1.1 and Apache 1.3.22 are a hundreds years
old and have serious security issues.
Regards...
Michael
--
PHP Install Mailing List (http://www.php.
Oh hell, you can tell I'm frazzled by this ... I forgot to say what the
problem was. It's that during Apache start-up it tells me it can't find that
php4apache2.dll file ... but then, deep down, you all knew that.
"Rotsky" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Okay, I know
[EMAIL PROTECTED] (Felix Natter) writes:
> hi,
>
> I get these errors when trying to compile php 4.3.0 with the
> included gd and freetype 2.1.3 (I also tried 2.0.2 and 2.1.2):
>
> /bin/sh libtool --silent --mode=compile gcc -I/root/php-4.3.0/ext/gd/libgd
>-DHAVE_LIBPNG -DHAVE_LIBFREETYPE -Iext
On Wed, 2003-02-19 at 13:24, Pete Mackie wrote:
> Mitch,
>
> Thanks for the valuable information. It's truly a lifesaver.
Credit goes to Benjamin Tomhave for doing some googling for the link
(Feb. 7th). And I agree, sure ended a ton of pain and suffering. The
specfile is pretty complicated, wit
Mitch,
Thanks for the valuable information. It's truly a lifesaver.
You made some posts on the php.install newsgroup on January 7, 2003
per not being able to install PHP 4.3 on Red Hat 8.0. I monitored these
posts for several weeks, hoping for resolution. Not seeing any
resolution there, I assume
First, anybody using RH8 and wanting php 4.3.0 with apache2, you need to
go here:
http://www.aucs.org/rpmcenter/
Here you will get updated RPMs for both httpd, httpd-devel and php.
They work for me on servers, laptops and workstations.
On Tue, 2003-02-18 at 18:42, Pete Mackie wrote:
> W
Michiel,
When PHP 4.3 was released just over a month ago, I attempted to compile the
source code under Linux. I couldn't make the compile work because the "make"
file could not find something called apxs, and would terminate the build.
Quite by accident, I recently learned what apxs is. apxs is a
Recompiling worked fine.. Thanks for all the help..
"Kaan" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I can not send any mail using any PHP script. I installed Sendmail after
i
> compiled PHP with Apache. I don't think that would be a problem???
>
> Here
Terry L. Ensley schrieb:
> I got it to run - I hate to admit this but I was trying to load the file
> like an html file. I did not know that I was to load it differently.
>
> I used - http://127.0.0.1:8080/test.php
>
> I could not get - http://localhost/test.php to work.
>
> You can tell I am
I got it to run - I hate to admit this but I was trying to load the file
like an html file. I did not know that I was to load it differently.
I used - http://127.0.0.1:8080/test.php
I could not get - http://localhost/test.php to work.
You can tell I am rank beginner. Any thoughts on why the
Terry L. Ensley schrieb:
> Yes I am - but still nothing. I can still view the source in the browser
> and see the source code but it is not being parsed.
>
> --
> Terry Ensley
>
>
> "Ryan Williams" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
>>I am ass
Yes I am - but still nothing. I can still view the source in the browser
and see the source code but it is not being parsed.
--
Terry Ensley
"Ryan Williams" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I am assuming your restarting you server after any cha
I am assuming your restarting you server after any changes?
--
Ryan Williams
On Tue, 4 Feb 2003, Terry L. Ensley wrote:
> I did what you suggested - which is actually the way I first started - I
> deleted the action line.
>
> I do have both of these - in their proper places:
>
> LoadModule
I did what you suggested - which is actually the way I first started - I
deleted the action line.
I do have both of these - in their proper places:
LoadModule php4_module c:/files/php/sapi/php4apache.dllAddModule mod_php4.c
AddModule mod_php4.c
And then in the AddType section towards the botto
V S Somasundaram schrieb:
> Hi,
>
> I compiled PHP 4.3.0 support with Apache 2.0.43 on Linux. Then I created
> a test script and when trying to access it says "Access Forbidden". The
> permission for the directory from which the test script is invoked are
> correct.
>
> When I run the same script
Terry L. Ensley schrieb:
> I just installed Apache 1.3.27 and PHP 4.3.0. I have it running. When I
> click on the Apache shortcut this message comes up in the dos window
> "Apache/1.3.27 (Win32) PHP/4/3/0 running ..."
>
> But when I try to run my test program (test.php) it comes up with a blank
>
Zavier Sheran schrieb:
> I installed PHP 4.3.0 and Apache 1.3.27 on XP Pro.
>
> When I try to access a .php file with the browser, it offers it for
> download.
>
> Yep, I have this in my httpd.conf:
>
> LoadModule php4_module C:\PHP\sapi\php4apache.dll
> AddType application/x-httpd-php .php
> Ad
On Fri, 31 Jan 2003, Weston Houghton wrote:
>
> All,
>
> I seem to be getting a silly error on Solaris when trying to do a PHP
> 4.3 make. I get an error that looks to me like the liner arguments are
> just too long. to be honest, I'm a bit stupified as to why this is
> happening or how to
Hi, I nearly have the same problem with you.
But I do not met the HTTP Error 403. I can not see any content in my IE
browser though my test.php is so correct:(
It seems my IE can not understand the PHP tags .
I am appreciate for any suggestion!
XIemin 16:42 29.01.2003
<[EMAIL PROTECTED]> wr
I thought this was a rpm problem, but I think rpm is failing because
"make install" is failing. BTW, it's php-4.1.2 (not .12). Everything
works fine, obviously, without java support. Thanks for any insight.
-- Forwarded message --
Date: Thu, 23 Jan 2003 15:11:04 -0500 (EST)
From
I thought this was a rpm problem, but I think rpm is failing because
"make install" is failing. BTW, it's php-4.1.2 (not .12). Everything
works fine, obviously, without java support. Thanks for any insight.
-- Forwarded message --
Date: Thu, 23 Jan 2003 15:11:04 -0500 (EST)
Fro
I thought this was a rpm problem, but I think rpm is failing because
"make install" is failing. BTW, it's php-4.1.2 (not .12). Everything
works fine, obviously, without java support. Thanks for any insight.
-- Forwarded message --
Date: Thu, 23 Jan 2003 15:11:04 -0500 (EST)
Fro
Hi Stewart
[EMAIL PROTECTED] (Stewart Walker) wrote:
>I can find all kind of doc's on installing openSSL on a client. Can't find
>any installs or docs for a Windows 2000 server running IE with PHP..
There is a readme for windows in the openssl folder in the current
stable snapshots on http://sn
Incase anyone is interested, I fixed my problem.
For some reason, the version of shtool that came with php-4.3.0 was not working for
me, so I used
the one that came with php-4.2.3 - problem solved
Ewan
> Hi,
>
> I already tried the php-install list, but nobody has been able to solve my wee
>pr
On Thu, 2 Jan 2003, Christoph Grottolo wrote:
> > You need limcrypt.dll which is not provided by default.
> > Just download it here:
> > http://ftp.proventum.net/pub/php/win32/misc/mcrypt/php-4.3-mcrypt.zip
> > , copy the files: php_mcrypt.dll in your extensions directory and
> > libmcrypt.dll in
M A,
Do you have a php binary on your system, either from a build that you did or
from a standard RPM build? If so, then that is your answer. Thanks.
-- Jonathan
--
Jonathan M Slivko <[EMAIL PROTECTED]>
Website: http://www.speakeasy.net/~jslivko/
"In God We Trust, All Others Pay Cash!"
From: "
hi
include path is the path of the director u have installed ur php in
like if u installed php in c:\ winnt -> system32 -> inetsrv
ur include_path will look something like
include_path = "C:\WINNT\system32\inetsrv\php"
hope dis helps .
good luck
toby ..
Your include path is not setup so that the web server can find the file
you are trying to include, if the file is in a sub directory make sure
you are properly including it include_once('include/main.php') not just
include_once('main.php').
And make sure the file you are trying to include exists i
Same applies here using
XP pro SP1, apache 1.3.27
no dll will load even if the extensions path is set to the correct dir
in this case
J:\php-4.3.0\extensions - where they reside
dirk
On Sun, 29 Dec 2002 14:38:51 -, [EMAIL PROTECTED] (Rui Costa) wrote:
> hi,
>
> Windows XP, Apache 2.0.43(W
hi. Nick
I did exactly what you described, but php is still not working on IIS 6.
when I try to access .php file, it give me this message:
"Security Alert! The PHP CGI cannot be accessed directly.
This PHP CGI binary was compiled with force-cgi-redirect enabled. This means
that a page will only b
I have posted the solution to this on the php-windows mailing list. When
you install PHP on .Net (rather, IIS 6.0) you have to manually add in the
ISAPI or CGI into the IIS Control Panel. Once you have done that, there is
a "Web Service Extensions" or something to that effect in the IIS Control
P
I had the same with 2.07 and 4.2.3 with five occurances of 'structure has no
member in free':
__
Making all in gd
make[2]: Entering directory `/tmp/php-4.2.3/ext/gd'
make[3]: Entering directory `/tmp/php-4.2.3/ext/gd'
/bin/sh /tmp/php-4.2.3/libtool --silent -
Cj wrote:
> I am trying to compile php with gdlib+gif support,
> I am using gd 2.0.7 which as already been patched to add back in the gif
> stuff.
I have same problem with php 4.2.3.
--
Wojciech Gdela <[EMAIL PROTECTED]>
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit:
you can try the following url:
http://www.opendeveloper.org/PHP/HowTo/How_To_Install_PHP_on_Linux/
"Jonathan" <[EMAIL PROTECTED]> wrote in message
000301c29ef4$ffd7d960$0402a8c0@inhocvince">news:000301c29ef4$ffd7d960$0402a8c0@inhocvince...
> It seems as if this list doesn't receive much traffic,
I found this problem:
Where I said I copied php4isapi.dll to the windows/system directory, I had copied
php4nsapi.dll instead. Correcting this, I get all the stats on php when I point the
browser to this script.
Once I got past that there are some other scripts that I have at our service provid
if anyone else wants to install sablot and has a custom system , you need to
mod configure goto the line where it statically checks for a sablot include
files and change it to your path
for i in /usr/local/etc/xslt; do
condition="$i$XSLT_TEST_FILE"
if test -r $condition; then
to quote php.net mail function page.
/* recipients */
$to = "Mary <[EMAIL PROTECTED]>" . ", " ; // note the comma
$to .= "Kelly <[EMAIL PROTECTED]>";
/* subject */
$subject = "Birthday Reminders for August";
/* message */
$message = '
Birthday Reminders for August
Here are the birthday
I'm having this exact same problem. I've tried 'localhost' and '127.0.0.1'
in the url with the same results. Any other ideas that might help me?
Dave Dixon
"Pascal S." <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> You are right on. I was trying to execute t
try this:
../configure --with-mysql=/usr/
> 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.p
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
PHP 4.2.3 does not support GD 2.0.4. You need GD 2.0.1 or upgrade to the
latest CVS version of PHP.
(and please do not crosspost to multiple lists)
-Rasmus
On Mon, 11 Nov 2002, Hua (William) Li wrote:
> Hello folks,
>
> My name is Will. I am currently using GD_2.0.4 with PHP_4.2.3 and Apache_1
php.CONF? Is that some distribution-specific file? It's not a PHP thing
and thus would not be documented by us.
-Rasmus
On Sun, 10 Nov 2002, John W. Holmes wrote:
> > OK, thanks for no help whatsoever. But I'm not bitter; I'm here
> to
> > report what I found so that the next guy with thi
> OK, thanks for no help whatsoever. But I'm not bitter; I'm here
to
> report what I found so that the next guy with this problem isn't
stuck:
>
> The PHP docs say to change variables in /etc/php.ini (like the
whole
> world knows about) but the key is to *also* look into php.CONF, too.
>
Zitat von Yasuo Ohgaki <[EMAIL PROTECTED]>:
° Don't expect newer libs works well
° If you really need GD2.0.4, try CVS versoin.
°
Where, how to get CVS?
Many Thanks
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Don't expect newer libs works well
If you really need GD2.0.4, try CVS versoin.
--
Yasuo Ohgaki
Eg Ortego wrote:
Iv'e been trying to compile php with gd,
I had been running PHP 4.2.1 and first tryed to use that version when I was unsucessful I figured the next PHP version might be sucessful
It simply does not work with PHP4.
(Not supported)
--
Yasuo Ohgaki
Dennis Leist wrote:
I have troubles in setting up the debugger. My php.ini goes like this:
debugger.host = 192.168.1.99
debugger.port = 7869
debugger.enabled = True
But when checking these values via phpinfo() I never see en
Try to configure with --with-gd=/usr/local if your gd instalation
directory is /usr/local. Configure will search for include and lib
folders threre.
Good luck
Rafal Back
Richard Pijnenburg napisa?:
Dear List,
I've installed GD with libpng, jpeg, freetype(2) and zlib
So now I wanted to install
Excellent. Been looking through google all night trying to find this work
around.
Thank you so much for your assistance!
Michael
-internetdj.com
"John Coder" <[EMAIL PROTECTED]> wrote in message
news:1035643608.1731.4.camel@;bulwinkl...
> I had the same prob regarding gd with gd ext on php 4.3.
I had the same prob regarding gd with gd ext on php 4.3. It seems that
it still looks for the libgd.a and libgd.so so I did a configure on
gd.2.0.1 as per Rasmus page on GD see attachment . once I put the new
libgd.so and libgd.a in the ext/gd directory in the php install
directory I had no probs H
My apologies, I should have mentioned that I did try explicitly pointing the
config to my install which is /usr/local
I have php installed currently with gettext, but I am recompiling to include
lib-gd and here the problem occurs. If I remove the
--with-gd, it compiles fine, if I remove the --wit
On Fri, 2002-10-25 at 22:13, Michael Risda wrote:
> I too am having problems with this. Here is my config line:
>
> ./configure --with-gd --with-dom --with-apxs --with-gettext --with-xml --wit
> h-mysql --with-mcrypt --with-imap --with-ldap --with-zlib-dir --with-jpeg-di
> r
>
> Last lines:
>
>
I too am having problems with this. Here is my config line:
./configure --with-gd --with-dom --with-apxs --with-gettext --with-xml --wit
h-mysql --with-mcrypt --with-imap --with-ldap --with-zlib-dir --with-jpeg-di
r
Last lines:
checking for GNU gettext support... yes
checking for bindtextdomain
Ryan,
install the AIX toolbox rpm package and get the php package
from the IBM site:
http://www-1.ibm.com/servers/aix/products/aixos/linux/download.html
The package only contains the dynamic module.
Dirk
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php
Matthias Baumgart <[EMAIL PROTECTED]> wrote:
> today I installed php 4.2.3 new. in appache is allright, but if I
> enter localhost, this folder isn't empty there ist the file index.php,
> the monitor "file save?" cames.
You are probably missing lines in httpd.conf.
You should have something like t
Mitch,
It doesn¹t look to me like mcrypt support is built into OS X. Did you get
mcrypt from somewhere and install it before trying to build?
Dean
On 10/21/02 11:04 AM, "Dean Dahnke" <[EMAIL PROTECTED]> wrote:
> From: Mitch <[EMAIL PROTECTED]>
> Date: Sat, 19 Oct 2002 21:09:41 -0700
> To: [EMA
or try http://smanager.web1000.com/ , it good tool for easy configuration
"Matthias Baumgart" <[EMAIL PROTECTED]> wrote in message
news:965804069.20021017105647@;dein-psychiater.de...
> Hallo php-install,
>
> today I installed php 4.2.3 new. in appache is allright, but if I
> enter localhost, this
Sorry, I found the CVS snapshot extracted on 20021016, but I now found
the problem not fixed. Either my test environment is not good, or my
ability to check all through it is insufficient...
Anyway,
> I don't particularly like the look of this patch... we should fix 304's
> properly...
However,
Masaki Fujimoto wrote:
> nah...
>
> "If it(==from_encoding) is not specified, the internal encoding will be
> used." (http://jp.php.net/manual/en/function.mb-convert-encoding.php)
>
> so it's just because mbstring.internal_encoding is not properly set?
>
Thanks for heads up. I made the same mi
nah...
"If it(==from_encoding) is not specified, the internal encoding will be
used." (http://jp.php.net/manual/en/function.mb-convert-encoding.php)
so it's just because mbstring.internal_encoding is not properly set?
Masaki Fujimoto
On Thu, 17 Oct 2002 08:17:27 +0900
Yasuo Ohgaki <[EMAIL PROT
I don't particularly like the look of this patch... we should fix 304's
properly...
> >
> > --- sapi/apache2filter/sapi_apache2.c~ Fri Aug 16 07:27:03 2002
> > +++ sapi/apache2filter/sapi_apache2.c Mon Oct 14 23:27:26 2002
> > @@ -558,14 +558,24 @@
> > return OK;
> > }
> >
> > +static
Did you add a "LoadModule" command to the Apache config?
This is needed, and was the point at which Apache started giving me
errors... but that was with Apache 2 - the method definitely does work for
Apache 1.3.27.
"Max Salviejo" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMA
Aaron-
As far as i can tell, PHP4.2.3 and Apache 2.0.43 do NOT work together.
Someone posted a link to a newer version of php:
http://snaps.php.net/win32/php4-win32-latest.zip
I have not tried this, but give it a shot.
--
Jason Wood
Chief Technology Officer
Expressive Tek, In
> 1. check register globals in your php.ini
> if its off trun it on n try the page
> but with this u ll b risking security
> 2. with register globals off u can access the passed varisblez thru
> &_POST['variable'] or &_GET['variable']
> beware dat php variables POST n GET r case sensitive
Thanks
hullo patis 2 ways to go about it
1. check register globals in your php.ini
if its off trun it on n try the page
but with this u ll b risking security
2. with register globals off u can access the passed varisblez thru
&_POST['variable'] or &_GET['variable']
beware dat php variables POST n GET r
Hello!
I made wrong description about my problem. The point is that after
passing a variable to a php page, the page doesn't see it. For example
after calling test.php?id=5 , the test.php doesn't see the id variable.
I tried both post and get methods, neither worked.
patis
_
Keep in mind that we do not officially support Apache2 yet. Will be a
while before it will be anywhere near stable.
-Rasmus
On Sat, 5 Oct 2002, kramer wrote:
> Ok guys,
> To correcte all the typos, this is what I did.
> 1. Removed PHP( directory ) completely.
> 2. Start Apache - went fine( wit
hi anna,
although i'm using a windows 2000 server, i think i have the same
problem. reading through newsgroups, it seems that the
php4apache2.dll is still buggy.
some say they solved the problem by using php4filter.dll, but i was
browsing through the php archives in search for the latter, and a
You are right on. I was trying to execute the code by dragging and dropping
the file into an IE window. Accessing it through the localhost path works
great.
Thanks so much for your help.
Pascal
"Phil Driscoll" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
On
On Tuesday 24 September 2002 5:24 am, Pascal S. wrote:
> I installed PHP 4.2.3 using the installer from PHP.net
>
> I can send the test.php file to the php.exe, and I get the right html code.
>
> However, trying to open the same test.php in IE 6 won't produce anything.
> The window gets the right
Hi,
although I'd never rekon myself to be a "master" of PHP (nor anything
else getting close to this...) I'd say you could have a look into this
arcticle:
http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/page1.html
hope it helps
J
Goodngo.De Zentrale wrote:
> Hello Masters of PhP,
>
Yes U're right Olivier Hubert ...
in my configration .. php4ts.dll has been changed ...
i've noticed by it's size i've remembered that a bit over 1MB
...
but i saw 4MB . i've checked ... Overwrited with new one
.
& it's OK now even i'
Hi,
I've had the same kind of problem, I don't know if what I propose will
solve yours (my error message was "The specified procedure could not be
found"). First of all, make sure your paths are all right and that you
copied the php4ts.dll in the good windows directory.
If you still have a pr
I've got Apache 2.0.40 and PHP 4.2.3 running just fine as a sapi on my win2k
pro box.
Possible reasons:
1. Apache 2.0.40 and PHP4.2.3 like each other, as do 2.0.39 and php 4.2.2
(but don't mix and match).
2. The path to your sapi plugin is incorrect (mine is at
c:/php/sapi/php4apache2.dll).
-Da
Either switch on register_globals in php.ini (security implications however)
or use echo $_GET['field'] instead of echo $field.
HTH
Rich
-Original Message-
From: Elias Lovén Larsson [mailto:[EMAIL PROTECTED]]
Sent: 07 September 2002 11:32
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject:
1 - 100 of 351 matches
Mail list logo