[PHP-INST] php with gd with bcmath apache+mysql

2003-01-02 Thread Marcus
tail about the 2 functions I need for php Any help - link would be appreciated Marcus == This message contains information intended for the perusal, and/or use (if so stated), by the stated addressee(s) only. The information is confid

[PHP-INST] newbie question blank page

2003-01-06 Thread Marcus
Hi there Just manage to install RedHat 8 on a server and as soon as I load a php script to in the page is blank. I have added AddType application/x-httpd .php in the httpd.conf file but this still doesn't work Any help would be appreciated Regards M

[PHP-INST] php gd

2003-01-06 Thread Marcus
Hi there any one know of a script/s that allows one to plot 2 points in space. EG X = 4 Y= 10 X ranges from -150 to 0 to 130 increments by 2 Y ranges from -200 to 0 to 200 increments by 2 Regards Marcus Running Redhat 8 complete install --with--gd php 4 apache 2 mysql

[PHP-INST] php mysql

2003-01-06 Thread Marcus
ready install php that I have with apache with gd with bcmath etc Regards Marcus == This message contains information intended for the perusal, and/or use (if so stated), by the stated addressee(s) only. The information is confidentia

[PHP-INST] New phpMyadmin

2003-01-07 Thread Marcus
,6,7 1 CREATE TABLE `wt_test` ( 2 `id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY , 3 `name` VARCHAR( 50 ) , 4 `what` VARCHAR( 50 ) , 5 `id` INT NOT NULL AUTO_INCREMENT, 6 `name` VARCHAR( 50 ) , 7 `what` VARCHAR( 50 ) 8 ) Any help in this would be appreciated Regards Marcus ( is this a prople

[PHP-INSTALL] Problem loading php_oci8.dll

2007-09-04 Thread Marcus Hoffmann
Hi folks, my environment: W2003Server, IIS6 and php5.2.4. My IIS does not load the php_oci8.dll (I do not see neither OCI nor any error using phpinfo() ). All seems OK in the php.ini, extensions are placed, paths are set and ORACLE_BASE and ORACLE_HOME are defined in the environment. Any idea ??

Re: [PHP-INSTALL] Problem loading php_oci8.dll

2007-09-06 Thread Marcus Hoffmann
OK, I resolved the problem by myself: you have to use the 10g instant-client, that's all !! Do NOT use Oracle 9.x anymore !!! Christopher Jones wrote: Marcus Hoffmann wrote: Hi folks, my environment: W2003Server, IIS6 and php5.2.4. My IIS does not load the php_oci8.dll (I do no

[PHP-INSTALL] Configure String not showing in config.nice

2007-12-13 Thread Marcus Ripkens
re it is not caused by php. So how do i get the configure string to show up in config.nice?? Marcus

[PHP-INST] installing php4 under OpenBSD 3.3 with mysql support

2003-06-01 Thread Marcus Fredriksson
/extensions/? TIA, ///Marcus -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Re: installing php4 under OpenBSD 3.3 with mysql support

2003-06-02 Thread Marcus Fredriksson
"Marcus Fredriksson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi all, > > I have a freshly installed OpenBSD 3.3-box with mysql 3.23.55 and wish to > compile and install php4 from the ports-tree. The latest php4 in the > ports-branch for Ope

[PHP-INSTALL] Re: [PHP-QA] Compilation issue with php 5.00 and mysqli-extension

2004-02-07 Thread Marcus Boerger
nition of SERVER_QUERY_NO_GOOD_INDEX_USED or > SERVER_QUERY_NO_INDEX_USED > my ./configure parameters are: > ./configure --with-apxs2=/usr/local/apache2/bin/apxs --without-mysql > --with-mysqli=/usr/local/mysql/bin/mysql_config > Has anyone got an idea of how to avoid that? > Regards, > Jochen -- Best regards, Marcusmailto:[EMAIL PROTECTED]

[PHP-INSTALL] Graeberschaendung auf bundesdeutsche Anordnung

2005-05-15 Thread marcus . boerger
Lese selbst: http://www.die-kommenden.net/dk/zeitgeschichte/graeberschaendung.htm

[PHP-INST] PHP error when starting Apache, Undefined symbol "pthread_getspecific", what's this???

2002-04-29 Thread Marcus Uddenhed
in advance Marcus Uddenhed [EMAIL PROTECTED] -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Re: PHP error when starting Apache, Undefined symbol "pthread_getspecific", what's this???

2002-05-01 Thread Marcus Uddenhed
it by adding this line to an empty .html or .php file: If it's secure to open up the bin directory above i don't know, but by setting the bin folder in readonly in Apache should be enough. -- Marcus Uddenhed "Marcus Uddenhed" <[EMAIL PROTECTED]> skrev i meddelandet [

[PHP-INST] problems with apache 2.0.43 and newest snapshot

2002-12-10 Thread Josh Marcus
Hey, I'm trying to compile php for use with apache 2.0.43. php compiles fine. But apache doesn't seem to actually be loading the module. php isn't listed in the startup errorlog line, nor in server-status. .php pages get presented as their source. Is there something about the configuration I'

Re: [PHP-INST] problems with apache 2.0.43 and newest snapshot

2002-12-11 Thread Josh Marcus
oesn't list the loaded module. Will apache complain if the module doesn't load correctly? Is there something it will do to clue me into why php won't load, even though the directive is going through fine ...? plleeease help! --j On Tue, Dec 10, 2002 at 07:28:07PM -0500, Josh

Re: [PHP-INST] problems with apache 2.0.43 and newest snapshot

2002-12-11 Thread Josh Marcus
Thanks for the comments! On Wed, Dec 11, 2002 at 06:55:11PM +, Chris Hewitt wrote: > It will complain if httpd.conf contains something it does not > understand. One test I do to check Apache is actually looking at the > httpd.conf I am editing is to put some rubbish in it and check Apache >

Re: [PHP-INST] problems with apache 2.0.43 and newest snapshot

2002-12-11 Thread Josh Marcus
well. anyway. jeez. i resolved this by finally trying to use apache 2.0.36 against php 4.2.2. why am i not surprised apache2 adaption is slow. :) --j On Wed, Dec 11, 2002 at 02:20:06PM -0500, Josh Marcus wrote: > Thanks for the comments! > > On Wed, Dec 11, 2002 at 06:55:1

[PHP-INST] PHP and Apache question

2002-01-04 Thread Charles Marcus
Hi all, Newbie question: I would like to run two copies of Apache, one using mod_php 4.1.1, and one using _mod_php 4.06. Is this possible? If so, is there anything like an How-to to get me going? I've d/l'd PHP 4.1.1 and can't find any decent docs in the tar. Thanks Charles -- PHP Instal

RE: [PHP-INST] PHP + Postgresql + Linux = Frustration

2002-01-26 Thread Charles Marcus
Hi Mike, I understand your frustration. I am in a similar situation. We have a DB that was developed using PostgreSQL, that has a web-based front-end (Apache/PHP). I was the designer of the system, but I am not a programmer. Well, up to now, the guys that designed the system have been host

[PHP-INST] php+apache problem

2002-10-14 Thread Marcus Van Wyk
o fix this would Be appreciated Thank in advance Marcus PS* sourse of the page i'm trying to load.= == This message contains information intended for the perusal, and/or use (if so stated), by the stated addressee(s) only. The

[PHP-INST] phpMyAdmin

2002-10-14 Thread Marcus Van Wyk
ad write problem but MySQL dir is read right to everyone as a test to see but it still doesn't work Any advise would be appreciated Marcus == This message contains information intended for the perusal, and/or use (if so stated), by th

[PHP-INST] rpm bcmath

2002-10-16 Thread Marcus Van Wyk
Hi there Just a question. Is there a rpm somewhere ? that I can download for php for MDK that has bcmath already configured. Thanks in advance Marcus == This message contains information intended for the perusal, and/or use (if so

[PHP-INST] apxs missing

2002-10-16 Thread Marcus Van Wyk
any ideas Thank in advance Marcus == This message contains information intended for the perusal, and/or use (if so stated), by the stated addressee(s) only. The information is confidential and privileged. If you are not an intended recipie

Re: [PHP-INST] apxs missing

2002-10-16 Thread Marcus Van Wyk
thanks found it on another server here never new you could actually edit the dam thing Thanks I'm at the make of the install looks to be running okay But I'll wait for a test page e.g. to claim victory first - Original Message - From: Peter Houchin <[EMAIL PROTECTED]>

[PHP-INST] var problem

2002-10-18 Thread Marcus Van Wyk
p' '--enable-ftp' '--with-xml' '--with-gettext' when i do this ### test.php ## "); print (""); print (""); print (""); ?> ### test2.php ## Nothing happens when I go to test2.php the $name do

[PHP-INST] cookies

2002-10-18 Thread Marcus Van Wyk
Has anyone worked with a php package off the net called irm == This message contains information intended for the perusal, and/or use (if so stated), by the stated addressee(s) only. The information is confidential and privileged. If you a

[PHP-INST] function help

2002-10-28 Thread Marcus Van Wyk
es the following If the Db field $Row[s_dial1] = 0 the drop down will display 0 if the Db fild $Row[s_dail1]=1 the drop down will display 1 etc.. Now instead of printing all these if statements is there a shorter function that i can use or

[PHP-INST] numbers

2002-10-31 Thread Marcus Van Wyk
Hi there Guys Anyone in list know how to strip number and round off to the nearest meaning if Number = R245.614035088 it should strip it down to R245.61 Thank in advance Marcus PS* i have bcmath enable in PHP == This message

[PHP-INST] HTTPD

2002-11-25 Thread Marcus Van Wyk
p would be appreciated Marcus Running MDK 8 and apache1.3.26 == This message contains information intended for the perusal, and/or use (if so stated), by the stated addressee(s) only. The information is confidential and privileged. If you are not a