lack of PHP5 support. Frankly, I
wonder why they don't just develop in Java, as they would enjoy a
very similar environment. At the same time, if it's a relatively
safe/stable environment having both.
I see no reason not to provide both. :)
Thank you for all your time and consideration
Haydar TUNA wrote:
Hello,
Stored Procedures are faster than standart sql query beacuse they have
already compiled sql script.
I wouldn't say that's the case every single time - personally I'd do
some testing to see what works better.
--
Postgresql & php tutorials
http://www.designma
. If you are a member of Chris Cardell's VIP Inner Circle or
Chris Cardell's Wealth Mastermind Group, please use the contact forms within the
membership sites or forums.
Please
Click
Here - and fill in the online form.
http://fs16.formsite.com/CardellMedia/form521260741/index.html
Hello,
I am trying to use the GD library and I don't care which one I
use(bundled or non). I have issued the php -m and have seen the module
in the list. Why do I get an error message when trying imagecreate?
I am using php-4.3.3. I can provide more details if need be.
Chris-
list
- Original Message -
From:
Randy Debasa
To: [EMAIL PROTECTED]
Sent: Monday, March 15, 2004 4:02
PM
Subject: RE: [PHP-INSTALL] configuring
dynamic extensions
What do you mean by
list? Im sorry, I dont
follow
Thank you for taking
the
Hi,
I am trying to reconfigure php with oci8 support (oracle
instant client). I’ve been trying to follow the directions on this link:
http://www.oracle.com/technology/pub/notes/technote_php_instant.html
But I think I am having some troubles re-configuring php
because of a glib
Please remove me from this list.
Thank you.
- Original Message -
From:
Mark
Galbreath
To: [EMAIL PROTECTED] ; php-install@lists.php.net
Cc: [EMAIL PROTECTED]
Sent: Wednesday, March 01, 2006 1:15
PM
Subject: Re: [PHP-INSTALL] how to compile
php
Blow me, a
er's
obstacle it would be much appreciated.
Thank you,
Chris
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
phpinfo it gives me the old build date and the old ./configure
command
I've also tried to recompile apache but the output is the same...
Thanks, Chris.
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAI
_dir=/home/public/php-4.0.4pl1/modules
extension=libphp_java.so
5) Modified some env variables
PATH=/usr/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/j2sdk1.3.0/bin:/usr/lo
cal/j2sdk1.3.0/bin:/home/chris/bin
LD_LIBRARY_PATH=/usr/local/j2sdk1.3.0/jre/lib/i386/native_threads:/usr/local
/j2sdk1.3.0/j
happening here...
Thank you, Chris.
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
ion/x-httpd-php .php .phtml .php3
I'm sorry if this is not what you asked for.
Chris
- Original Message -
From: "Lars Lindgren A (ERA)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 26, 2001 12:21
Subject: [PHP-INST] debian php problems
> He
Greetings,
After 12hrs. of attempting to configure>make>install PHP-4.0.4pl1 or
php-4.0.6. on
a FreeBSD 4.3 machine. I have concluded that it *is* not and *was* not
intended to
be used on this platform. This comes after reading any and all the
documentation I
could find, reading and subscribing t
MArk,
Thank you very much for taking the time to reply
Mark Roedel wrote:
> > -Original Message-
> > From: Chris [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, November 15, 2001 10:31 AM
> > To: [EMAIL PROTECTED]
> > Subject: [PHP-INST] ANNOUNCE-P
built
all the necessairy files for it.
Thank you *very* much for the update*
-- Chris
>
>
> You'll be presented with a menu where you can check off the modules you want
> to install. I can send you a written guide if you want. That's the biggest
> advantage of FreeBSD - t
works already, as you mention. Look for the line:
AddType application/x-httpd-php .php
and add one that reads:
AddType application/x-httpd-php .php4
That'll do it. :-)
Best Wishes,
Chris
> I´ve php4 installed in my Red Hat 7.2 linux server and I´m sure I
> have everything properl
*really* isn't a PHP question but an Apache question and
if I were you, I *definately* take some time and read the *wealth* of
documentation that comes with the Apache Server. It's all in HTML
and resides in your HTML tree.
Best wishes,
Chris out...
> I´ve php4 installed in my Red Hat 7.2
> Hi Chris
>
> Thanks for the info. I had already checked for those entries and they
> are already in there. Any more suggestion.
O, h...
Well, I *did* run into troubles when I renamed the php.ini-dist to
php.ini. It resulted in all the php to stop functioning correctly
list the whole list of modules that it knows
of.
Best Wishes,
Chris
> I installed PHP/Apache/MySQL via the Red Hat installation process
> (7.2), but Apache isn't processing PHP files, they show up as plain
> text in the browser. I checked with the FAQ and related documentation
&g
Greetings,
What *verbosity* level are you running your Error Log(s) at?
If set high enough, your server should dump some informative
info (pointers), that'll help point you in the right direction.
Off the top of my head, I would guess a Permission Issue.
Best Wishes,
Chris
> Hi.
&g
e distribution -
see
# http://www.php.net) will typically use:
#
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3-source .phps
#
# And for PHP 4.x, use:
#
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php4
d. eg;
remove the # from the Addtype line for your .php3 *and* the
LoadModule and AddModule lines as well. Heed Apache's advice and
*do not* change the order or you will find you have Even More
troubles.
Best Wishes,
Chris
>
> Any help is greatly appreciated.
>
> thanks
>
php.exe. If it's found *and* it's NOT within your Path statement
(environment) THAT would be your probem. :-)
Hope this helps,
Chris
>
> Thanks in advance.
>
> -Byungsung Cho
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscri
r *mis*understanding when I attempted to install
*other* modules with the PHP /configure/install.
Your line (where mysql is concerned) should read:
--with-mysql=/usr/local *not*
--with-mysql=/usr/local/mysql as you used.
That *should* get it for you. :-)
Best wishes,
Chris
>
> Here
Hello Erik, All,
read on...
>
> On Tuesday, November 27, 2001, at 12:01 AM, Chris wrote:
>
>> I had a similar *mis*understanding when I attempted to install
>> *other* modules with the PHP /configure/install.
>>
>> Your line (where mysql is concerned) should
> is 404
>
> http://webserver.florida-wireless.com/phpgroupware/
> works. the page is index.php3
>
> how do i fix it ?
> thanks
Best wishes,
Chris
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For addi
php and libphp4.so. Those paths are hard coded
into those files. Meaning ../../mysql or whatever, can throw off the
path once these files are in place. I know that I read this somewhere
at the php.net site. But can't remember exactly where. I think if you
just change the line in your httpd.con
>
> On Tuesday, November 27, 2001, at 09:46 PM, Chris wrote:
>
>>> localhost:~/tmp/apache_mod_php-6-2/php$ rm config.cache
>>> localhost:~/tmp/apache_mod_php-6-2/php$ make clean
>>> make: *** No rule to make target `clean'. Stop.
>>
>> T
reboot just for good luck and enjoy your new build.
Couldn't get sweeter than that! :-)
Best wishes,
Chris
> Hello,
> sorry for repeating myself, still can't get this:
> I have FreeBSD+MySQL+PHP What I need is to reinstall PHP in order
> to add couple of words to --wi
just change the
> extension to .php and everything will work just fine.
Just a hunch. But if your Webserver is already setup for Scripted
HyperTestMarkupLanguage files(.shtml). That might be a better/ easier
choice. - just a thought.
Chris
>
> Fred
>
> Byunsung Cho <[EMAI
httpd-php .php4
AddType application/x-httpd-php-source .phps
# For *your* needs Paul add the following:
AddType application/x-httpd-php .phtml
That *should* do it for ya. :-)
Best wishes,
Chris
> I have PHP4.0 installed on my webserver in Linux by my provider.
>
> I
reciving/ getting.
Best Wishes,
Chris
> Hi,
>
> I am trying to install PHP onto my Linus server and I am getting
> errors. The message says to contact you for help. I have looked all
> over the net for the hack but have not found it. Obviously I am new to
> Linux.
>
>
ISP should know this. Simply tell him/ her to add them. :-)
Best wishes,
Chris
> Hi
>
> I am using PHP on a remotely-hosted server so don't have access to the
> httpd.conf file. The host has installed both PHP3 and PHP4 and
> instructed us to use .php extensions for P
n running "" as a file called testphp.html,
That file should read testphp.php *not* .html :-)
That should get it (assuming there are no other issues.
Best wishes,
Chris
> I
> get a blank screen. View source [according to the PHP FAQ] shows the
> source line which implies that
the
index section of the hhpd.conf file. There would be *no* problems for
you (others?).
Take care, and best wishes,
Chris
> I'm lost ...
>
> Veronica
>
> Chris <[EMAIL PROTECTED]> a écrit dans le message :
> [EMAIL PROTECTED]
>> Hello,
>> This is
> hi,
>
> Does anybody know what the error "Premature end of script headers:
>
ex.php3
and/ or index.php4 and/ or index.phps and/ or index.phtml
in the following section of Apache's httpd.conf file *cures* this.
DirectoryIndex index.html index.htm index.php default.html default.htm
Having provided web services for 6+ yrs. I can assure you that this has
*0* ill ef
Greetings,
Perhaps we're all supposed to know this already. But *what* system (OS)
are you running? The answer to your question requires this information.
In order to give the best answer.
Best wishes,
Chris
> Hello,
> I have php 4.06 installed. I need php_imap to wo
don't* have to re-compile
PHP. But given the EASE of installing it (/stand/sysinstall), you could
EASILY re-install/ compile it WITH IMAP and APACHE, etc..., etc...
Bset Wishes,
Chris
> I have php 4.06 and apache 1.3.22 (i think or .19) on freebsd 4.3. I am
> told i need imap suppo
rectoryIndex index.html index.htm index.php default.html default.htm
Compare the section to your own httpd.conf file.
I answered this a couple of times last week.
Best wishes,
Chris
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTE
I really have no idea where to start, and am looking for someone that knows
exactly what they are doing to install PHP on one of my servers.
Does anyone have an idea where I could go to find someone to do this for me,
as I just don't have the time to screw around with it.
Thanks
ion/x-httpd-php .php
AddType application/x-httpd-php .php4
AddType application/x-httpd-php-source .phps
If all of the above are present in your httpd.conf file, you should have NO
trouble loading .php* files in your browser/ from your server.
Njoy,
Chris out...
>>
>&g
he best editor around. A simple search from your
favorite search engine for UltraEdit will give you plenty of links. In the
short term, simply ReName filename.php.txt to filename.php and you should be
fine. Also make sure that AutoWrap is not selected in Notepad (can change the
looks - text layout.)
Hello Dave,
The most frequent cause of this can be found in your httpd.conf file in the
followinf locations:
# DirectoryIndex: Name of the file or files to use as a pre-written HTML
# directory index. Separate multiple entries with spaces.
#
DirectoryIndex index.html index.htm index.php de
Greetings,
I have chosen to rid all of our machines of Windows/ NT, etc but that's
another story. I've seen where you might be in trouble here. I'll try and help -
read below...
> Hello!
>
> I think PHP is the best language for Webbing and that is why I deceided to begin
> learning it.
> I have
Greetings Dave,
The reason this occurs is because Apache has NO idea what a .php file is
unless you tell it about it. As a "professional webdesigner" you should
know this ;-)
OK, here's what you do. Add the following lines to your httpd.conf file.
Please note that there are *already* some refere
AddType application/x-httpd-php-source .phps
-8<[snip]-
It *does* seem as tho your style would work but as you're having trouble, I thought
I'd suggest the more "conventional" style.
Best Wishes,
Chris
> I've compiled php (dso) with apache, jus
sions or the
set up of PHP.
Any ideas?
Thanks in advance!
-Chris
usr/bin/sendmail, so I shouldn't
have to change anything there.
Thanks,
Chris
--
"They that would trade essential liberty for a little temporary safety
deserve neither." -- Benjamin Franklin
Any help would be greatly
appreciated!!!
Christopher Lewis
Sr. Security Consultant
[EMAIL PROTECTED]
610-757-4181
BEGIN:VCARD
VERSION:2.1
N:Lewis;Chris
FN:Chris Lewis
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20030605T171353Z
END:VCARD
smime.p7s
Description: S/MIME
ders already sent by
(output started at /var/www/html/Deb/phpsession.php:5) in
*/var/www/html/Deb/phpsession.php* on line *6*
It means that you have already sent something to the browser. A space or
newline is enough to get this error. Session starting _must_ be the
first thing sent to the browse
E: This is the appropriate flag for FreeBSD 4.8. Your system may require
a different flag.
It is a kludge fix, and I'm not proud of it, but I have to have this damn
thing working by morning. :)
-Chris Knight
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
pache not php thing.
Regards
Chris
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi Everyone,
I am running FreeBSD 5.0 RELEASE and I am trying to install PHP 4.3.2
but I get the below error right after I start building it.
Has anyone seen this error before?
I appreciate your help.
Regards,
Chris
nemesis# make
gcc -DSUPPORT_UTF8 -DLINK_SIZE=2
-I/tmp/install/php-4.3.2/ext
but I am
going to try the installer next. Would be glad to here any useful
information you can provide me with.
-Chris
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
appreciated.
Thanks in advance,
Chris Golden
.
Chris
rst use it.
HTH
Chris
idea why it work
this way? any idea are welcome.
Thanks,
Shlomit.
Register_globals in php.ini is by default now off (for security
reasons). Either modify your script to use the $_GET (or $_POST)
parameters, or turn register_globals on.
HTH
Chris
p" getting to your browser, this is what I would
expect. In your Apache 1.3.x case when it was showing the php source, I
suspect it was getting a "text/plain" or "text/html" header and the
AddType line was not present.
With Apache 2, I assume you are using it in prefork mode (recommended
for php). As root a "httpd -l" should show "prefork.c" as well as
"mod_so.c".
Hope this helps.
Chris
Don Robertson wrote:
Great - i send an email to the list and get thirteen auto-responders replying.
Is it just me or are you all f... er - it would be good if people could not
auto respond.
Its not just you. Autoresponders have their place, but not with mailing
lists :-)
Chris
Chris Hewitt wrote:
Don Robertson wrote:
Great - i send an email to the list and get thirteen auto-responders
replying. Is it just me or are you all f... er - it would be good if
people could not auto respond.
Its not just you. Autoresponders have their place, but not with
mailing lists
sions so I would check the documentation with
the release.
Hope this helps
Chris
Accesing the same
page in the same time via a proxy or another PC may result in the same
error BUT in most cases it just works at it should be.
I've had a look at some of the pages and not seen the error. Wierd. Just
a thought, what Apache version? If Apache 2.x are you running it in
prefork or worker mode?
HTH
Chris
;t think I was very successful, I hope you have more success.
Regards
Chris
the "welcome to the list" email I got:
-snip
If you need to get in touch with the human owner of this list,
please send a message to:
<[EMAIL PROTECTED]> <mailto:[EMAIL PROTECTED]>
----snip
Regards
Chris
ur web
browser it will tell you where it is looking for php.ini. It may be
where you say it is but this is the best way I know to confirm it.
If you have php.ini in c:\winnt then does the user that the Apache httpd
runs as have permissions to read the file.
It sounds like the php.ini you are editing is not being used.
HTH
Chris
it does not work then I guess register_globals
is off (a good thing for security). Try using $_POST['submit'] instead
in your "if" statuement.
Hope this helps
Chris
My post variables are not coming through when I submit a form, this
seems to be an intermittent issue (it doesn't happen all the time, just
randomly). Has anyone had this problem?
Php 4.3.1 and apache 1.3.29
Any help would be greatly appreciated! =] Thanks!
hould adapt our
scripts to this way of work. > > n.b. for get vars > $name = $HTTP_GET_VARS['name']; > > Hope this
help. > > Chris Wilson wrote: > >>My post variables are not coming through when I submit a form,
this >>seems to be an intermittent issue (i
we're already using SUPERGLOBAL_POST, its just that they stopped
working. the GET variables are coming through fine, just not the
posts.also, I was told it would'nt be an intermittent
thing.Does this make any sense? :) thanks!Chris> if your post var is > > $name > > now
tiple workstations, and our customers seem to be
effected by this too.Does anyone know what this might be?
possibly an IE bug?Any help would be apreciated.Thanks!
:)Chris Wilson
have tried on multiple workstations, and our customers seem to be
effected by this too.
Does anyone know what this might be? possibly an IE bug?
Any help would be apreciated.
Thanks! :)
Chris Wilson
I found several sources of information regarding a IE bug that does'nt
pass all the post data, however this is roughly 1/4 times that it does it.
Its actually become a serious problem for people to navigate through my
webmail :/
Chris
> I mean, I sometime found a few POST data had inc
danny cobbinah wrote:
test
Your test mesage is getting through. Four times now.
Chris
T. Leppers wrote:
Hi Chris,
Thank you for your fast reply.
I have Windows XP but I don't know what you mean by webserver. I have ME
if that's what you mean.
I have installed Apache and it's working fine. Only thing is: how do I
view my php-files working?
I thought it would be in
more than me.
HTH
Chris
dialog it means that Apache httpd is not
sending a php file to the php module. This is possibly because you have
those lines commented out?
HTH
Chris
danny cobbinah wrote:
thanx for all your help. now my problems will be query based (lol)
I'm pleased it is working now, and you are very welcome to any help that
I can give.
Regards
Chris
not a
sendmail one. I think that will help to narrow it down a bit.
HTH
Chris
Elijah A. Chancey wrote:
Can a normal user send mail via which means?
e
On Feb 23, 2004, at 11:35 AM, Chris Hewitt wrote:
Elijah A. Chancey wrote:
I'm having difficulty with the php mail() function. Freebsd 4.9,
apache 2.0.48, php 4.3.4
Here is my code:
The problem:
The mail is not
tion pre-configured.
- Are we totally missing the boat here?
Nope, sanity check passes :-)
HTH
Chris
Elijah A. Chancey wrote:
The command mail works perfectly.
What sorts of php things can I investigate?
e
On Feb 23, 2004, at 1:40 PM, Chris Hewitt wrote:
Elijah A. Chancey wrote:
Can a normal user send mail via which means?
e
On Feb 23, 2004, at 11:35 AM, Chris Hewitt wrote:
Elijah A. Chancey
the right course of action then the phrase "throwing the baby
out with the bath water" comes into my mind.
Sorry that I can't put my finger on the specific solution you need, but
I hope that I have suggested some useful avenues for you to look into.
Let us know how you get on.
HTH
Chris
o, I would not put that code live with that problem. The point I wanted
to make is that I would try to fix the problem rather than make a major
change to a different language, which would have its own set of
limitations/problems. It just seemed an extreme step to me, as the
problem is some form of
t happens if you change
its name to index.php?
HTH
Chris
an
".html" extension as you have only asked Apache httpd to parse files
with the ".php" extension with php. If you have given it an ".html"
extension then either change it to ".php" (recommended) or configure
httpd to also get ".html" files parsed by php.
HTH
Chris
uot; syntax
so that you do not need to get all of the records just to display 10 of
them. You will find classes to do all of this on www.phpclasses.org but
they will probably use MySQL or Postgres databases so you will need to
modify them for your MS SQL Server database.
HTH
Chris
ve it installed?
If all you have is the --with-pgsql on your configure line, then the
resulting compilation may not be in the directories the webserver
expects, so you may have two copies of PHP but only the original is
configured to work with the webserver.
HTH
Chris
which
php" have the right timestamp for your compiled version?
Regards
Chris
RPM file to install for your distribution. If you
compile from source then you will either need to know all the options
needed, or be prepared to change things accordingly.
Let us know how you get on.
HTH
Chris
nction overloading setting in
php.ini. mbstring.func_overload needs to be set between 4 and 7 for the
overloaded regex funtions to be available, by calling the base one (in
this case ereg_replace()). Is the mbstring function being called
directly or the base function and relying on the overload setting?
Somewhere in there should be the answer, let us know how you get on.
HTH
Chris
Andrew Kelly wrote:
On Sat, 2004-03-20 at 20:03, Chris Hewitt wrote:
Andrew Kelly wrote:
Hi all,
I just scanned the list archives and couldn't find my problem listed,
forgive me if I just did a poor search.
I've just been forced to take the 'emergency migration' of an acti
us what
is in line 12 or the first occurance of $config in the file). It either
needs to be in a $_SESSION variable or you application needs
register_globals turned on in php.ini.
HTH
Chris
or RH7 to install it, but as
RH7.0 really is old now there may not be one available. If possible, I'd
be tempted to upgrade/reinstall RH too to get all the security updates.
HTH
Chris
HTH
Chris
MJ wrote:
Hi Chris,
Many thanks for your prompt response. I was getting 10 messages in a minute
therefore i unsubscribed my address from the list that's why I am writing
you to directly, if you don't like this please do let me know and I will not
send any more messge.
Actually upgrad
[EMAIL PROTECTED] wrote:
Chris Hewitt <[EMAIL PROTECTED]> wrote:
Warning: undefined constant 'general_user_attrs' used as general_user_attrs in /var/www/html/dialup_admin/htdocs/user_new.php3 line 12
The constant general_user_attrs is a user-defined parameter defined in the .c
My post at the bottom:
MJ wrote:
Dear Chris,
I did httpd -l and it shows "mod_so.c". Now I just need to install PHP 4.3.4
as a normal new fresh install ( './configure' '--with-mysql=/usr/local/'
'--with-config-file-path=/web/conf' '--with-apache=../apac
I can find
what I have done wrong.
HTH
Chris
How does it fail? My PHP 4.0.6 on RH 7.2 does not have a zlib path, have
you tried just "--with-zlib"?
HTH
Chris
1 - 100 of 411 matches
Mail list logo