[PHP-WIN] Re: Problem with Oracle and some other extensions on IIS Server

2008-06-26 Thread Tim
Hi again, I did request for oracle instant client setup and i sent the url (http://www.oracle.com/technology/pub/notes/technote_php_instant.html) with my request. Just a minute ago i get a mail that they said "setup is complete" but i still get same error. As i said i can't reach to the serv

[PHP-WIN] Re: Problem with Oracle and some other extensions on IIS Server

2008-06-25 Thread Elizabeth M Smith
Tim wrote: > Hi, > > My problem is very simple but i can't handle it. I'm LAMP developer by the > way. I have not much knowledge on IIS server with PHP, > > Anyway, i can't load php_oci8.dll and some other DLLs. Error message always > same; > > PHP Warning: PHP Startup: Unable to load dynamic li

Re: [PHP-WIN] Re: Problem getting PEAR going

2006-11-28 Thread Niel Archer
Hi > > Just spent a chunk of the afternoon setting up Apache 2.2 with PHP 5.2.0. > > The basic configuration works just fine, but I cannot get PEAR to > > install. All I get is a series of: > > > > Warning: Cannot use a scalar value as an array in > > phar://go-pear.phar/Archive/Tar.php on line

[PHP-WIN] Re: Problem getting PEAR going

2006-11-16 Thread Elizabeth Smith
Niel Archer wrote: Hi all Just spent a chunk of the afternoon setting up Apache 2.2 with PHP 5.2.0. The basic configuration works just fine, but I cannot get PEAR to install. All I get is a series of: Warning: Cannot use a scalar value as an array in phar://go-pear.phar/Archive/Tar.php on line

[PHP-WIN] Re: Problem with execution external script

2006-09-10 Thread DevPhp
> Don't try and do anything with web devel on windows without: > > http://www.sysinternals.com/Utilities/ProcessExplorer.html > > It is a 100% must! Thanks :)) it's a very interesting tool...now I'm downloading it and I'll try to use it :) > While you can give the IUSR user the required >level

Re: [PHP-WIN] Re: Problem with execution external script

2006-09-10 Thread Stut
DevPhp wrote: > How can I see which user is? I've full permission for IUSR, IWAM and SYSTEM > users on php directory, > on root directory and also on system32 directory...in IIS I've read > permission and allow execution for script and executables...but it doesn't > still work > Am I doing s

[PHP-WIN] Re: Problem with execution external script

2006-09-10 Thread Alex Turner
DevPhp wrote: Hallo, thanks for reply. Also - why double launch? Why not launch csript directly? I've tried to launch Cscript directly...but it didn't work, So I try to launch it in an alternative way, to bypass the permission problem. It's not necessary double launch I guess that you

[PHP-WIN] Re: Problem with execution external script

2006-09-09 Thread DevPhp
Hallo, thanks for reply. > Also - why double launch? Why not launch csript directly? I've tried to launch Cscript directly...but it didn't work, So I try to launch it in an alternative way, to bypass the permission problem. It's not necessary double launch > I guess that your server is run

[PHP-WIN] Re: Problem with execution external script

2006-09-08 Thread Alex Turner
DevPhp wrote: Hi, I've a problem with php and the execution of an external script. The script is adutil.vbs , belonging to the IIS administration Script on windows 2000 server. The vbs have to be execute with Cscript.exe. When I execute it from Dos shell there's no problems: for examples c:\C

[PHP-WIN] Re: Problem

2006-03-16 Thread Bikram Suri
Thanks for all your replies. I have changed the include_path settings in php.ini which is in c:\wamp\php but still it takes the include path as c:\php5\PEAR Please help regards Bikram ""Bikram Suri"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I do phpinfo(); and I s

[PHP-WIN] Re: Problem compiling a custom extension

2005-07-30 Thread Mike Milano
John Smith wrote: I am able to compile PHP, but I am trying to create an extension ( following zend's hello world tutorial ) and the configure step will not recognize my enable command. I'm working with: PHP5.1 and have tried both win2k3/vs.net and winxp/vsc++6 with the exact same results.

[PHP-WIN] Re: problem with printing to a usb printer using php_printer.dll

2005-06-30 Thread Louis Solomon [SteelBytes]
is the dell 720 capable of recieving raw text with no leading escape codes ? I know modern epson prointers are not. why are you sending "raw" -- Louis Solomon www.SteelBytes.com "Sean Rowe" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > if no one knows the answer to this, do yo

[PHP-WIN] Re: problem with printing to a usb printer using php_printer.dll

2005-06-29 Thread Sean Rowe
if no one knows the answer to this, do you at least know where i should go to find it? i'm in a bit of a bind here, and i'm willing to figure it out on my own. if anyone knows where i can start, i would really appreciate it. thanks. sean rowe Sean Rowe wrote: I have been trying to get this

Re: [PHP-WIN] Re: Problem 1 of 2 - Sessions not working

2005-04-25 Thread Louis Solomon \[SteelBytes\]
that all sounds correct ... umm, what else can you try ... well, here's a little test peice of code and here's my sessions settings (as shown by php_info()) session.auto_start Off Off session.bug_compat_42 On On session.bug_compat_warn On On session.cache_expire 180 180 session.cache_limiter noc

Re: [PHP-WIN] Re: Problem 1 of 2 - Sessions not working

2005-04-24 Thread lists
Yes, sir. I even changed permissions on e:\PHP to everyone and made inheritable, i.e., I removed all permissions, then reinstated full control to everyone, inheritable by child objects. I'm not as conversant with permissions and such as I perhaps should be, but as near as I can tell, anyone ca

Re: [PHP-WIN] Re: Problem 1 of 2 - Sessions not working

2005-04-23 Thread Louis Solomon \[SteelBytes\]
session.save_handler = file session.save_path = e:\PHP\sessiondata; argument passed to save_handler is there adequate permissions on e:\PHP\sessiondata? (simple test, set it to everyone full, and see if it helps) -- Louis Solomon www.SteelBytes.com "Lists" <[EMAIL PROTECTED]> wrote in mes

Re: [PHP-WIN] Re: Problem 1 of 2 - Sessions not working

2005-04-23 Thread lists
Sorry, I overlooked adding that . This is the last configuration that I tried. [Session] session.save_handler = file session.save_path = e:\PHP\sessiondata; argument passed to save_handler session.use_cookies = 1 ; session.use_only_cookies = 0 session.name = PHPSESSID session.auto_start = 0 s

[PHP-WIN] Re: Problem 1 of 2 - Sessions not working

2005-04-22 Thread Louis Solomon \[SteelBytes\]
> My PHP.INI file appears to be properly configured for session usage - at > least, it is set according to what document specs I've been able to find. so what are your ini session settings? -- Louis Solomon www.SteelBytes.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, v

[PHP-WIN] Re: Problem with redirect

2005-03-17 Thread Bunmi AKinmboni
Thanks guys. As suggested, I had previous sent an echo command. Regards, Bunmi George Pitcher wrote: Bunmi, I haven't seen any replies, though you may have had some off-list. Somehere in your code, you are outputting data. You cannot have any output before a header(). Even a testing echo would have

[PHP-WIN] Re: Problem with redirect

2005-03-17 Thread Jason Barnett
Bunmi Akinmboni wrote: > I develop under windows. Why will my redirect be giving this error: > > Warning: Cannot modify header information - headers already sent by > (output started at ... Search the archives for your error message, you will find the answer. -- Teach a man to fish... NEW? | htt

[PHP-WIN] Re: Problem using Include Function with PHP5/Apache2.0/W2K3 Server

2005-02-21 Thread Christophe Deliens
Hi, Including with "/something.php" will in fact include "c:\something.php". The root in PHP is NOT the website directory but the drive the sites resides on. Tip: define a constant set to your website's root, and use that root in every include, so that it's absolute and no longer relative. Tip2:

[PHP-WIN] Re: problem with web pages and php

2004-04-28 Thread Jason Barnett
Mike Ryan wrote: I have downloaded mysql-4.0.18-win, php-4.3.6, webcalendar and apache2 webserver I am retrieving files from my server so I know the webserver is correct but when I try to access the day.php file all I am getting is the code to show up on the screen. I have tried to add to the

[PHP-WIN] Re: Problem with Notices

2004-01-10 Thread mmdrake
Madeleine D. wrote: I have the following error writes set in my php.ini file: error_reporting = E_ALL & ~E_NOTICE I'm posting a response to this for the next poor soul who might come along. After long, lost hours, we still don't have an explanation as to why the php.ini settings are being i

Re: [PHP-WIN] Re: Problem with notices

2004-01-09 Thread user
Choinet wrote: I just tested notice generation on PHP-GTK 1.0.0 on Windows by using an undefined variable. $var = fopen($_GET['test'], 'r'); I have error_reporting set to error_reporting = E_ALL & ~E_NOTICE in php.ini, and any notices are suppressed in my custom error log set in php.ini un

Re: [PHP-WIN] Re: Problem with notices

2004-01-05 Thread choinet
I just tested notice generation on PHP-GTK 1.0.0 on Windows by using an undefined variable. $var = fopen($_GET['test'], 'r'); I have error_reporting set to error_reporting = E_ALL & ~E_NOTICE in php.ini, and any notices are suppressed in my custom error log set in php.ini unless I specify

[PHP-WIN] Re: Problem with notices

2004-01-05 Thread Madeleine D.
>Message-ID: <[EMAIL PROTECTED]> >Date: Sun, 4 Jan 2004 22:47:55 -0800 (PST) >From: choinet <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >MIME-Version: 1.0 >Content-Type: text/plain; charset=us-ascii >Subject: Re: [PHP-WIN] Problem with Notices > >Do your .htaccess files have a php_value for >error_r

[PHP-WIN] Re: Problem with mail()

2003-12-05 Thread Manuel Lemos
Hello, On 12/04/2003 01:57 PM, Gerardo Rojas wrote: I am trying to send mail with the mail() function. My environment is Win2K proffessional. IIS5.0 and my email server is Outlook. This is the error I'm getting when i try to send mail. i have changed the php.ini file for: SMTP = my mail server

[PHP-WIN] Re: Problem with mail()

2003-12-04 Thread Alan McDonald
Your SMTP server is denying relay - go the IIS manager, select SMTP and the properties and allow relay for localhost Alan "Gerardo Rojas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I am trying to send mail with the mail() function. My environment is Win2K proffessional. IIS5.0 and

[PHP-WIN] Re: Problem with mail()

2003-12-04 Thread John
Outlook is not a mail server, it is a mail client. You need to load a mail server on your machine to get php mail() to work. A decent, free one for Windows is Mercury, www.pmail.com. Once that is setup, in php.ini change the SMTP line to SMTP= localhost John "Gerardo Rojas" <[EMAIL PROTECTED]>

[PHP-WIN] Re: Problem with $PHP_SELF and possibly some others

2003-09-20 Thread dimitrios seitz
Look at this snippet. $globalize include all variable which will be globalized. http://www.network-site.de/net/snippets.php?include=0 "Nms&ío{óÊ" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > i just recently installed apache2 on my computer and then php4.3.3, so i > could te

[PHP-WIN] Re: Problem in Win32api.c

2003-09-17 Thread Stefan Martin
Hi Dvdmandt, > Why not check? I did check that several days ago by making a diff against the lastest php5 snapshot and the php-4.3.3-version. That diff made me wonder if there's an ongoing development effort. > To bad, I want this extension... It's sooo cool... Many people need that extension.

[PHP-WIN] Re: Problem in Win32api.c

2003-09-17 Thread DvDmanDT
I really doubt it is.. Why not check? Hmm... CVS latest update 5 weeks ago... License in headers... Seems like the one before that was 10 months ago... So... I don't think so... To bad, I want this extension... It's sooo cool... -- // DvDmanDT MSN: [EMAIL PROTECTED] Mail: [EMAIL PROTECTED] "Stefa

[PHP-WIN] Re: Problem in Win32api.c

2003-09-17 Thread Stefan Martin
Hi Fabian, > In (win32, invokefunction) following variables are declared: > void *w32api_return_buffer = NULL; > int w32api_return_buffer_size = 0; > zval **func_arguments = NULL; > > func_arguments gets later filled with > if(zend_get_parameters_array_ex(argc, &func_arguments) == FAILURE) > But

[PHP-WIN] RE: Problem writing to a file

2003-09-09 Thread chris . neale
George, In the following line you open file $fp... if (!$fp = fopen($fp2, 'w')) { but then you try to write to file handle $fp2... if (!fwrite($fp2, $content)) { The file name is stored in $fp2 but you've named the handle as $fp. Change the $fp2 to $fp in the above line that might fix it. Mayb

[PHP-WIN] Re: Problem getting phpMyAdmin to work on localhost

2003-07-15 Thread Richard White
"Shena Delian O'Brien" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > What's your: > > $cfg['PmaAbsoluteUri'] > $cfg['Servers'][$i]['host'] > > ? Should be something like : > > $cfg['Servers'][$i]['host'] = 'http://localhost/phpMyAdmin'; > $cfg['Servers'][$i]['host'] = 'localhost';

[PHP-WIN] Re: Problem getting phpMyAdmin to work on localhost

2003-07-14 Thread Shena Delian O'Brien
What's your: $cfg['PmaAbsoluteUri'] $cfg['Servers'][$i]['host'] ? Should be something like : $cfg['Servers'][$i]['host'] = 'http://localhost/phpMyAdmin'; $cfg['Servers'][$i]['host'] = 'localhost'; Post other config entries that you've changed...? What authentication method are you using, etc? So

Re: [PHP-WIN] Re: Problem on passing value.

2003-06-23 Thread Melih Onvural
t; Date: 2003/06/23 Mon PM 01:17:34 EDT > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] Re: Problem on passing value. > > replyAll Description: null -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Re: Problem on passing value.

2003-06-23 Thread Cristian MARIN
have to be written all in > capitals! > > - Original Message - > From: "Cristian MARIN" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, June 23, 2003 6:17 PM > Subject: [PHP-WIN] Re: Problem on passing value. > > >

Re: [PHP-WIN] Re: Problem on passing value.

2003-06-23 Thread Stephen
IN" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 23, 2003 6:17 PM Subject: [PHP-WIN] Re: Problem on passing value. > Of corse: > > The code should look like this : > >if ( $HTTP_GET_VARS['a'] == 1 ) { > echo &qu

[PHP-WIN] Re: Problem on passing value.

2003-06-23 Thread Cristian MARIN
Of corse: The code should look like this : Now if you type the http://localhost/show.php?a=1 you'll have 'true' otherwise 'false' -- - Cristian MARIN - Developer InterAKT Online (www.interakt.ro) Tel: +4021 312.53.12 Tel/Fax: +4021 31

[PHP-WIN] Re: Problem in windows

2003-06-16 Thread sven
it seems in your php.ini you activated error_reporting = E_ALL. so also notices like yours are reported. either disable this in php.ini like that: error_reporting = E_ALL & ~E_NOTICE or correct your script as the notices say: - seems you used $array[s_UID] instead of correct $array['s_UID'

[PHP-WIN] Re: Problem on Date Function

2003-06-03 Thread George Nicolae
$date1="2003-06-02"; $date2=date("Y-m-d",strtotime($date1)-3*24*60*60); echo $date2; -- Best regards, George Nicolae IT Manager ___ PaginiWeb.com - Professional Web Design www.PaginiWeb.com "Jack" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Dear all > Here i

[PHP-WIN] Re: Problem with extensions w2k/IIS PHP4.3.0

2003-02-28 Thread Joshua Groboski
Thanks for the suggestions. Mr. Killmer hit the nail squarely on the head with his answer. I did not have ntwdblib.dll in the windows directory. I simply copied it there and magically everything works. Thanks again. Josh "Joshua Groboski" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTEC

[PHP-WIN] Re: Problem with extensions w2k/IIS PHP4.3.0

2003-02-28 Thread Christoph Grottolo
[EMAIL PROTECTED] (Joshua Groboski) wrote: >I seem to be unable to track down my problem. In my php.ini I have set >extension_dir = c:\php\extensions > >I confirmed that the dll files are there and adequately permissioned >(everyone >has full control). > >When I enable extension=php_mssql.dll my

[PHP-WIN] Re: Problem with links....

2003-02-28 Thread Wayne
try: switch ($_REQUEST["sw"]){ case "SQL": // SQL Stuff break; case "Toad": // Toad break; default: // Default Option break; } "A. Mikkelsen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi > >

[PHP-WIN] Re: Problem with extensions w2k/IIS PHP4.3.0

2003-02-28 Thread pingywon MCSE
try pointing directly to the .dll not just the Dir.just a thought -- ~pingywon MCSE _ MCP, MCSA, MCSE Certification Forums. The Information Exchange. http://pingywon.mine.nu http://www.pingywon.ibforums.com "Joshua Groboski" <[EMAIL PROTECTED]> wrote i

[PHP-WIN] Re: Problem with 'include' function in PHP 4.3

2003-01-06 Thread Christoph Grottolo
Mehran Ziadloo wrote: > It's about 'include' function, I can't include a php file using an > absolute address. For example, all my pages are in > "D:\Inetpub\wwwroot". And when I want to include a page with the > address: > > "D:\Inetpub\wwwroot\includes\a.php" > > with the command: > > "include '/

[PHP-WIN] Re: Problem with W2K + IIS 5.0 + PHP 4.2.2 running as module (isapi)

2002-11-06 Thread William Holroyd
I have always had problems trying to run PHP as a SAPI module and have had to resort in having PHP extensioned pages be handled by PHP directly. Example of my settings... 1.) Go into the Internet Services Manager in the Administrative Tools folder listed under Programs in the Start menu. Click on

[PHP-WIN] Re: Problem with php-script, possible a php.ini a fault....

2002-11-01 Thread neil smith
Hahahaha :-) An I have a problem, my php interpreter dont mak da coffee even when I shout 'brew up you bastard!' Anybody know what n prb is, plz ? Thx a million guyz LOL At 16:01 01/11/2002 +, you wrote: From: "Svensson, B.A.T. (HKG)" <[EMAIL PROTECTED]> To: "Php-Windows (E-mail)" <[EMAIL

[PHP-WIN] Re: Problem with php-script, possible a php.ini a fault....

2002-11-01 Thread erythros
yeah turn globalvariables on "B.A.T. Svensson" <[EMAIL PROTECTED]> wrote in message news:000c01c281bf$f2bca0a0$ce017c0a@;3-hkg-02-0028.lumc.nl... > I have a problem with a php script. Every time I run it small > (about 4 inches tall) green and pink illuminated goblins start > to run around at

RE: [PHP-WIN] Re: Problem in passing parameters

2002-08-01 Thread Rich Gray
HTH Rich -Original Message- From: cprc [mailto:[EMAIL PROTECTED]] Sent: 01 August 2002 15:30 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: Problem in passing parameters Hi Lung - you have precisely the same setup as myself = php 4.2.2 Apache and Win2000. BUT I can't manage to get the

[PHP-WIN] Re: Problem in passing parameters

2002-08-01 Thread cprc
Hi Lung - you have precisely the same setup as myself = php 4.2.2 Apache and Win2000. BUT I can't manage to get the browser to work properly -same problem as you had. I would appreciate it if you would send my your httpd.conf file and any other file you think will solve my problem as I have spent

[PHP-WIN] Re: Problem with file download/fopen/fread - rfc2616 - hypertext transfer protocol -- http-1_1.htm [10/10]

2002-07-02 Thread Alex Elderson
ICAgdGhlIHRleHQgbGluZSBicmVhay4gSFRUUCByZWxheGVzIHRoaXMgcmVx dWlyZW1lbnQgYW5kIGFsbG93cyB0aGUNCiAgIHRyYW5zcG9ydCBvZiB0ZXh0 IG1lZGlhIHdpdGggcGxhaW4gQ1Igb3IgTEYgYWxvbmUgcmVwcmVzZW50aW5n IGEgbGluZQ0KICAgYnJlYWsgd2hlbiBpdCBpcyBkb25lIGNvbnNpc3RlbnRs eSBmb3IgYW4gZW50aXJlIGVudGl0eS1ib2R5LiBIVFRQDQogICBhcH

[PHP-WIN] Re: Problem with file download/fopen/fread

2002-07-02 Thread Alex Elderson
i am running also OS: WinXP Pro Apache 2.0.36 PHP 4.2.1 (module) if i replace: while(!feof($fc)) { set_time_limit(5); echo fread($fc, 10240); flush(); } with this echo fread($fc, $file_size); it works fine. But now we have an other problem: memmory l

[PHP-WIN] Re: Problem with file download/fopen/fread

2002-07-02 Thread Alex Elderson
Hi, I have the same problem Mail me if you have an idee ([EMAIL PROTECTED]) if (!($fc = fopen($base_path . $path . $file, "rb"))) { echo "error\n"; exit; } $file_size = filesize($base_path . $path . $file); ob_end_clean(); ignore_user_abort(false);

[PHP-WIN] Re: problem with IIS..

2002-06-07 Thread Tomator
"Nick Stuart" <[EMAIL PROTECTED]> wrote: > Hello all, I have recently installed php4.2.1 with IIS 5 and 2000 SP2 and > I'm having some wierd problems. PHP "IS" running but it is not running > correctly. It doesnt seem to be posting and/or getting any info from > forms/pages and the request variabl

[PHP-WIN] Re: problem with mail - again

2002-05-23 Thread Manuel Lemos
Hello, On 05/23/2002 07:41 PM, Afan Pasalic wrote: > Hi people, > I started with sending a newsletter using this code and it works fine. > > $headers .= "From: Name - newsletter <[EMAIL PROTECTED]>\n"; > $headers .= "X-Sender: <[EMAIL PROTECTED]>\n"; > $headers .= "X-Mailer: PHP\n"; //mailer >

[PHP-WIN] Re: Problem using ImageTTFText

2002-04-22 Thread Matt Parlane
Hiya... http://bugs.php.net/bug.php?id=15568 This problem has been fixed in the latest version of PHP - try downloading v4.2 (released today) Matt "Alberto. Sartori" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED] ... Hi guys, since I've installed php 4.1.2 I cann

[PHP-WIN] Re: Problem with uploading Files with PHP 4.1.2 on IIS

2002-04-16 Thread Evan
This works for me: if (is_uploaded_file($HTTP_POST_FILES['userfile']['tmp_name'])) { //Get the extension $split_nomefile = explode(".",$_FILES['userfile']['name']); $ext = $split_nomefile[ count($split_nomefile)-1 ]; //Create the new filename $NomeFile = $_POST["Materia"]."_".date("Y-m-d-H-

[PHP-WIN] Re: problem running php4.0.6 and apache1.3.22 on winXP

2002-01-21 Thread SomeGuy
instead of php4.c just use LoadModule php4_module C:/php/sapi/php4apache.dll and then offcourse register the file types AddType application/x-httpd-php .php AddType application/x-httpd-php .php3 AddType application/x-httpd-php .phtml AddType application/x-httpd-php-source .phps i a

[PHP-WIN] Re: problem running php4.0.6 and apache1.3.22 on winXP

2002-01-03 Thread LaserJetter
Look at the source code for the blank page. Does it have a load of HTML tags e.g. ? I kept getting this with certain scripts (but with Apache 1.3.19) and I dont know why but it seemed to go away after a bit more work on the PHP page. I dont know what it is or what procuces that HTML either. "Ru

RE: [PHP-WIN] Re: Problem with Sablotron extention for Windows

2001-10-22 Thread Svensson, B.A.T.
How much do you bet Bjorn? :) -Original Message- From: Bjvrn Lantz To: [EMAIL PROTECTED] Sent: 2001-10-22 10:49 Subject: [PHP-WIN] Re: Problem with Sablotron extention for Windows Try running php.exe from a command prompt. If there are any missing dll:s a message-box will appear

[PHP-WIN] Re: Problem with Sablotron extention for Windows

2001-10-22 Thread Björn Lantz
Try running php.exe from a command prompt. If there are any missing dll:s a message-box will appear informing you of which. I bet it is libxml2.dll. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] T

[PHP-WIN] Re: problem with URL

2001-10-19 Thread Harry Lau
Everything runs now, thanks! "JøRg V. Bryne" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Maybe php is not set to automaticly register variables on your server? check > http://www.php.net/manual/en/security.registerglobals.php > > you can check your present

[PHP-WIN] Re: problem with URL

2001-10-19 Thread Jørg V. Bryne
Maybe php is not set to automaticly register variables on your server? check http://www.php.net/manual/en/security.registerglobals.php you can check your present setting in /winnt/php.ini (probably) -Jørg "Harry Lau" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]

Re: [PHP-WIN] Re: problem with exec()

2001-10-07 Thread Christian Dechery
At 17:44 7/10/2001 -0700, Shane Caraveo wrote: > > > > $cmd="mysqldump -h $host --user=$user --password=\"$pass\" --opt > > $database > $backup_file"; > > > > I'm gettting error return 2... which (according to 'man errno') means > > EACCESS or 'Permission denied'. How can something be denied in

Re: [PHP-WIN] Re: problem with exec()

2001-10-07 Thread Shane Caraveo
> > $cmd="mysqldump -h $host --user=$user --password=\"$pass\" --opt > $database > $backup_file"; > > I'm gettting error return 2... which (according to 'man errno') means > EACCESS or 'Permission denied'. How can something be denied in Win98 since > it doesn't handle permissions, users and st

Re: [PHP-WIN] Re: problem with exec()

2001-10-07 Thread Christian Dechery
the command is mysqldump with trillions of parameters to backup a db into a file... something in the ways of: $cmd="mysqldump -h $host --user=$user --password=\"$pass\" --opt $database > $backup_file"; I'm gettting error return 2... which (according to 'man errno') means EACCESS or 'Permissio

[PHP-WIN] Re: problem with exec()

2001-10-07 Thread CJD
Depending on the command you are trying to run, you might have to put "command /c " as calls like copy, del, dir etc are internal to command.com and need to be poped into a new shell to run. "Christian Dechery" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

[PHP-WIN] Re: Problem with Sablotron extention for Windows

2001-09-12 Thread J Wynia
Here's a tutorial. http://shanx.com/php/xsl/getXsl.htm -- PHP Windows 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]

Re: [PHP-WIN] Re: problem!

2001-09-12 Thread Alain Samoun
If you need help, you better give us more info ;) Alain On Wed, Sep 12, 2001 at 10:51:53PM +0100, Jean Philippe Reis wrote: > So am I. > "Seberrios" <[EMAIL PROTECTED]> escreveu na mensagem > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I'm getting an error mesaage trying to run PHP . > > > >

[PHP-WIN] Re: problem!

2001-09-12 Thread Jean Philippe Reis
So am I. "Seberrios" <[EMAIL PROTECTED]> escreveu na mensagem [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm getting an error mesaage trying to run PHP . > > > > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

[PHP-WIN] Re: problem with ereg_replace

2001-08-15 Thread Elias Santiago
Sorry, on the previous post $fnd = "a href=\"[^http)(mailto)#]"; should be: $fnd = "a href=\"[^(http)(mailto)#]"; -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators

Re: [PHP-WIN] Re: Problem with session data on PHP4/Win2k

2001-08-09 Thread Scott Piccotti
On Wednesday, August 8, 2001, at 12:05 PM, Antonio Romo wrote: > I'm having a similar problem. I have PHP 4.0.6, IIS 4, NT 4, and Service > Pack 6a. My sessions were working just fine until I installed SP 6a plus > security patches for the stupid Code Red. Aw, crap. I didn't event think that m

Re: [PHP-WIN] Re: Problem with session data on PHP4/Win2k

2001-08-08 Thread Antonio Romo
Hello, Scott, I'm having a similar problem. I have PHP 4.0.6, IIS 4, NT 4, and Service Pack 6a. My sessions were working just fine until I installed SP 6a plus security patches for the stupid Code Red. I'm sure it's permissions, but as you did, I checked and everything looks ok to me. IUSR_ has

[PHP-WIN] Re: Problem with session data on PHP4/Win2k

2001-08-07 Thread Scott Piccotti
Thank you for your reply. Yes, IUSR_ has read and write access. Is there anything else in Active Directory that I should be looking for? My ISP and I are still both stumped about this one. Thanks again- scott On Tuesday, August 7, 2001, at 10:10 AM, Holm Puder wrote: >Check if the IUSER_<...

[PHP-WIN] Re: Problem with session data on PHP4/Win2k

2001-08-07 Thread Holm Puder
Check if the IUSER_<... > has write access Holm >I'm using PHP4.0.6 on Win2k with IIS 5.0. I've already checked the >permissions on c:\php\sessiondata, and everything should be ok. The script >has the same problem on my web host's server. It does *not* have this >problem on my desktop machi

[PHP-WIN] RE: Problem

2001-08-07 Thread Martin Kemp
The biggest thing you need to consider here is that you're using * interchangably as a character to look for, and also as a wildcard operator: .* is a combination; the . means any character and the * means 0 or more occurrences of it. Therefore a.*a would match aza, but also aa. Similarly + m

[PHP-WIN] Re: Problem with Session_Start() and Netscape 4.7

2001-07-25 Thread Svemir
> why starting sessions results with page reloading on Netscape? I think it does not have anything to do with sessions. Some versions of Netscape simply always reload some pages. I have a site that does not use sessions, but the same problem happens - just as the download is finishing, the whole

[PHP-WIN] Re: problem with stripslashes(nl2br($body)) - help please!

2001-07-12 Thread Brett Taylor
for anyone who cares, someone else told me: $body = str_replace("\r","",str_replace("\n","",nl2br($body))); $line = stripslashes($heading."|".$userno."|".time()."|".$body)."\n"; fwrite($output,$line); cheers to GuruBob for helping me with this one :) "Brett Taylor" <[EMA

[PHP-WIN] Re: problem with stripslashes(nl2br($body)) - help please!

2001-07-12 Thread Brett Taylor
oops, forgot this line > // problem area begins here > $body = nl2br($body); > $line = $heading.'|'.$userno.'|'.time().'|'.$body; $line = stripslashes($line); > $line = $line."\n" ; > // end problem area -- PHP Windows Mailing List (http://www.php.net/) To u

[PHP-WIN] RE: Problem starting session

2001-06-21 Thread Nold, Mark
- Disclaimer: The information contained in this email is intended only for the use of the person(s) to whom it is addressed and may be confidential or contain legally privileged information. If you are no