Re: [PHP-WIN] MemoryMangement?

2004-07-14 Thread Mikey
How about memory_get_usage() and getrusage()? - Original Message - From: "Paul Menard" <[EMAIL PROTECTED]> Newsgroups: php.windows To: <[EMAIL PROTECTED]> Sent: Tuesday, July 13, 2004 1:29 AM Subject: [PHP-WIN] MemoryMangement? > Greeting all, > > So I've been looking for some functions

[PHP-WIN] Re: Oracle 10g on Win2k

2004-07-14 Thread Mikey
Have you tried OCIPLogon()? - Original Message - From: "Mikey" <[EMAIL PROTECTED]> Newsgroups: php.windows To: <[EMAIL PROTECTED]> Sent: Tuesday, July 13, 2004 11:30 PM Subject: Oracle 10g on Win2k > Does anybody here have experience of getting Oracle 10g set-up with PHP4? > > I have un

[PHP-WIN] Re: PHP 5.0.0 Released!

2004-07-14 Thread Dave Wilcock
Just Windows XP Pro, I was running 4.3.7 beautifuly without failure, then 5.0.0 comes along an throws a spanner into the works. I have exactly the same issue - php.exe just site there using a process and doesnt actually do anything... If you have any luck with this, let me know how you resolved it

[PHP-WIN] Oooer, namesake! - Was Oracle 10g on W2K

2004-07-14 Thread Mikey
OCIPLogon is just another function provided by the DLL, my problem was that the DLL didn't seem to be loading properly. However, I had uncommented the wrong DLL (php_oracle, not php_oci8) - doh! Also, I found that having ORACLE_HOME defined caused problems once I had the DLL up and running, so I

Re: [PHP-WIN] php_printer

2004-07-14 Thread Luis Moreira
claudio wrote: Can someone help me find a copy of the extension of php_printer.dll preferably for the latest version of PHP but I will not be picky I have installed 4.3.2 on my win2k server and if I have to upgrade well that's great. Thanks in advance. I sent a copy of my DLL file to Claudio,

RE: [PHP-WIN] PHP 5.0.0 Released!

2004-07-14 Thread Jeff Waldock
I tried installing PHP5 and immediately had a problem with the PDF extension - php_pdf.dll does not exist in the PHP5 distribution. Can anyone tell me how to enable PDF in PHP5? It works fine with 4.3.8! Jeff Waldock -Original Message- From: Andi Gutmans [mailto:[EMAIL PROTECTED] Sent:

RE: [PHP-WIN] PHP 5.0.0 Released!

2004-07-14 Thread Zac Barton
Jeff, Have a look for it in the "Collection of PECL modules for PHP 5.0.0" http://uk.php.net/get/pecl-5.0.0-Win32.zip/from/a/mirror Zac -Original Message- From: Jeff Waldock [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 10:59 AM To: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] PH

RE: [PHP-WIN] PHP 5.0.0 Released!

2004-07-14 Thread Jeff Waldock
I'm very stupid to not see that - thanks! Jeff -Original Message- From: Zac Barton [mailto:[EMAIL PROTECTED] Sent: 14 July 2004 11:03 To: 'Jeff Waldock'; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] PHP 5.0.0 Released! Jeff, Have a look for it in the "Collection of PECL modules for PHP 5.0

RE: [PHP-WIN] Re: PHP 5.0.0 Released!

2004-07-14 Thread Steve Browne
You should be using php-cgi.exe. You could also follow the directions on how to run it as an ISAPI module. The same thing happens on my computer running Windows XP and trying to use php.exe. I'm not even sure this is an error though. The documentation hasn't really been updated for PHP5 as far as

RE: [PHP-WIN] Re: PHP 5.0.0 Released!

2004-07-14 Thread Frank M. Kromann
php.exe is the CLI (Command Line Interface) version of PHP. It is designed to run scripts without the webserver, and errors and other output will not include HTML tags. Having the php.ini file in the php folder has been possible since 4.0.x or so, as long as you are running CGI. The ISAPI version

RE: [PHP-WIN] Re: PHP 5.0.0 Released!

2004-07-14 Thread Steve Browne
Ahh ok, nice to know. Hah, I feel stupid now. -Original Message- From: Frank M. Kromann [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 9:53 AM To: Steve Browne Cc: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Re: PHP 5.0.0 Released! php.exe is the CLI (Command Line Interface) vers

[PHP-WIN] Re: PHP 5.0.0 Released!

2004-07-14 Thread Brian
looks like if you use c:\php\php-cgi.exe for the program it works!! Be sure to add it under Web Server Extensions to be allowed. I use c:\php\php-cgi.exe -c c:\php Which allows me to have the php.ini sit in c:\php "Dave Wilcock" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Jus

[PHP-WIN] PHP + ODBC + Ingres_II

2004-07-14 Thread php_beginner
Hi, Does anyone uses PHP to access an Ingres Database ? I created php_ingres.dll from ingres_ii module but when I enable it and run php.exe it crashes and give an error about a trashed file (symbol.tbl) I tried to use Ingres ODBC from Computer Associates but it crashes too. I just have sucess when

[PHP-WIN] Re: Oooer, namesake! - Was Oracle 10g on W2K

2004-07-14 Thread Oliver John V. Tibi
Hey Mikey! I hope you have luck completing that Oracle project. Maybe your clients should pick something more concise, more stable, smaller an not bloated, and definitely faster, like MySQL. Cheers. -- Running 'ojtibi' on '127.0.0.1' (BATCH_OPTIMISTIC mode). "Live free() or die()." "Mikey" <[EM

Re: [PHP-WIN] Re: PHP 5.0.0 Released!

2004-07-14 Thread Jason Barnett
Steve Browne wrote: You should be using php-cgi.exe. You could also follow the directions on how to run it as an ISAPI module. The same thing happens on my computer running Windows XP and trying to use php.exe. I'm not even sure this is an error though. The documentation hasn't really been updated