[PHP-WIN] Re: Listing an Objects Properties

2003-06-26 Thread Philippe Saladin
"Ron Herhuth" <[EMAIL PROTECTED]> a écrit dans le message news: [EMAIL PROTECTED] >Is there anyway to view an objects properties? I think I recall seeing >something about being able to do so but I can't find it. http://fr2.php.net/manual/en/function.get-object-vars.php -- PHP Windows Maili

[PHP-WIN] Re: PHP Standalone Engine?

2003-06-26 Thread Alexandru COSTIN
Hello, You can also take a look at http://www.indigostar.com/microweb.htm It's a very small webserver that fully supports PHP and we've succesfully used it to release 7000 CDs with an encoded site (ioncube) for a large company. Alexandru -- Alexandru COSTIN Chief

[PHP-WIN] file creation problem at production server

2003-06-26 Thread narayanak
hi all, I received the following error message when i want to create a .csv file in the web server, in my local server the file is created without any problem and its working nice the same is not working at production server, why this happens and suggest the solution Warning: fopen(Applicant.csv):

[PHP-WIN] Re: file creation problem at production server

2003-06-26 Thread Cristian MARIN
Your server httpd is running as a different user then the user who is owning the files from the /home/xyz/pttx/boffice/. Please check the user as which the apache is running (ps aux|grep httpd) and the user who own the files Another reason could be that the apache user has no rights to write in the

Re: [PHP-WIN] Why is PHP not recommended with Apache 2.0?

2003-06-26 Thread Stephen
PHP is not yet designed to work with Apache 2. This means its stability is not guarenteed and so it is not suitable for public website use. However, Apache 2 and PHP should be working together in the not to distant future, but when exactly is unknown. Some users report it working fine, others can n

[PHP-WIN] COM extension causing Apache to crash under W2000

2003-06-26 Thread Francesco Marsan
I have been able to access COM objects from PHP under W2000 without too much problems. Recently I set up a new W2000 server and the COM extension of PHP is not working. The first 6-10 calls I do to COM (to read Excel cells) work fine, but them subsequent ones provoke Apache crashing. Can someone he

[PHP-WIN] is_dir: runs bad under IIS/Win2K

2003-06-26 Thread morris71
Hi all! I have a little (or not?) problem with PHP filesystem functions with a IIS/Win2000 installation! I'm trying to execute a simple << is_dir("c:/tmp") >> but the function return 0: in practice for PHP c:/tmp doesn't exist. The same, obviously, with "c:\temp", "/tmp", "\tmp", "c:\\temp" and so

php-windows Digest 26 Jun 2003 13:22:48 -0000 Issue 1796

2003-06-26 Thread php-windows-digest-help
php-windows Digest 26 Jun 2003 13:22:48 - Issue 1796 Topics (messages 20570 through 20577): Re: COMPLETE! newby 20570 by: Warren Vail Re: Listing an Objects Properties 20571 by: Philippe Saladin Re: PHP Standalone Engine? 20572 by: Alexandru COSTIN file creation pr

[PHP-WIN] FastCGI & PHP 4.3.1 & MSSQL & IIS5 problem :(

2003-06-26 Thread Xavier Serna
Hi all, i've recently configured my PHP with FastCGI, because in ISAPI mode it crashes everyday from 2 to 5 times, and now, all seems to work fine, but the queries to the MSSQL server 7 return some invalid chars, it seems that extended latin chars are changed, but in the database these chars are c

[PHP-WIN] Re: FastCGI & PHP 4.3.1 & MSSQL & IIS5 problem :(

2003-06-26 Thread Xavier Serna
Finally I've discovered what's happening... it's the ANSI to OEM automatic conversion in SQL DB Library... I've deactivated it and now everything works fine... but, why in ISAPI mode, with ANSI to OEM automatic conversion all works fine... and in FastCGI mode not?? Perhaps someone can explain somet

[PHP-WIN] Re: Why is PHP not recommended with Apache 2.0?

2003-06-26 Thread Anthony
Technicaly, it's not an official release, and therefore, not entirely debugged I use Apache 2.0.45 and PHP 4.3.1 with PHP loaded as a module. No issues at all. I've got it on a production server and so do many other people. Works pretty good if you ask me. - Anthony "Jeff Waldock" <[EMAIL

[PHP-WIN] Re: php with Exchange server

2003-06-26 Thread Robin Baxter
Cheers Matey... I'll give it a go! Rob the Slob "Lance Q" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > PHP MAIL() relies on SMTP to send email. You will need to figure out where > on your network is an SMTP mail server. If you send mail to/from the > Internet, you will have one.

[PHP-WIN] Does php work on IIS?

2003-06-26 Thread newsclip.ap.org
I have ran php on IIS for some time now and have only had one successful install. The DLL creates an access violation to a memory sector and the cgi has random misbehaved headers. I seen these problems on the net and other people are complaining about the same issues. But I see no answers. Any help

[PHP-WIN] Re: install for dummies?

2003-06-26 Thread Lance Q
I know this is not the question you asked, but in my experience, PHP runs much much better under Apache than IIS. Perhaps you should consider using Apache. (I used to run both IIS 5 and IIS 6 with PHP and it was terribly slow. I installed Apache for Windows and it is 1000% better.) Anyway, there i

[PHP-WIN] Php Cgi & Module

2003-06-26 Thread Michael G. Tracey
Is there a danger if you install php as an Apache module and a CGI? Or will you get the same functionality either way? Michael G. Tracey ___ Join Excite! - http://www.excite.com The most personalized portal on the Web! -- PHP Windows Mailing List (

[PHP-WIN] Calling PHP from Java using CGI...

2003-06-26 Thread Rodrigo Reyes
Hi all Has anyone been able to call php from a servlet (JAVA) using CGI interface? I am trying to do that here, and everything seems to work without problems, except that no data returns from the execution of my scripts. Any idea what could be happening? Is there information on how to configure

Re: [PHP-WIN] FastCGI & PHP 4.3.1 & MSSQL & IIS5 problem :(

2003-06-26 Thread Melih Onvural
Are you sure that your character set is correct in both PHP and the MSSQL? There was a big discussion about correctly setting the right code-type on another PHP list that I'm on, and the ultimate outcome was that some characters refuse to communicate between programs simply because their encodin

php-windows Digest 27 Jun 2003 04:21:26 -0000 Issue 1797

2003-06-26 Thread php-windows-digest-help
php-windows Digest 27 Jun 2003 04:21:26 - Issue 1797 Topics (messages 20578 through 20586): FastCGI & PHP 4.3.1 & MSSQL & IIS5 problem :( 20578 by: Xavier Serna 20579 by: Xavier Serna 20586 by: Melih Onvural Re: Why is PHP not recommended with Apache 2.0? 205

[PHP-WIN] PHP application URL

2003-06-26 Thread Thai Thanh Ha
Hi all, I want to get the URL of my application (and don't want to define it in a config file - I don't like telling my customers to config the app, even run some install.php file). Anyone has code for this? I know that in generally I cannot use a PHP function for this because we don't have tr

[PHP-WIN] May I request for some function?

2003-06-26 Thread cmkpl
Dear php group, I am a developer of Visual Basic.I am writing a simple web server.I want to add php support.But by the "shell" function of Visual Basic,it is too slow to execute through php.exe or \cli\php.exe,and it causes some security problems too! So,is there any better methods? I t

[PHP-WIN] Fw: is_dir: runs bad under IIS/Win2K

2003-06-26 Thread Nadim Attari
<< is_dir(session_save_path()) >> if (filetype(session_save_path()) == 'dir') { echo "It is a directory... SMILE PLZ"; } Nadim Attari http://www.alienworkers.com

[PHP-WIN] is_dir: runs bad under IIS/Win2K

2003-06-26 Thread Nadim Attari
> << is_dir(session_save_path()) >> if (filetype(session_save_path()) == 'dir') { echo "It is a directory... SMILE PLZ"; } Nadim Attari http://www.alienworkers.com

[PHP-WIN] Re: is_dir: runs bad under IIS/Win2K

2003-06-26 Thread Nadim Attari
<< is_dir(session_save_path()) >> if (filetype(session_save_path()) == 'dir') { echo "It is a directory... SMILE PLZ"; } Nadim Attari http://www.alienworkers.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php