php-windows Digest 14 Jul 2004 08:20:59 -0000 Issue 2317

Topics (messages 24150 through 24153):

Oracle 10g on Win2k
        24150 by: Mikey

PHP 5.0.0 Released!
        24151 by: Andi Gutmans
        24152 by: Brian

Re: MemoryMangement?
        24153 by: Mikey

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Does anybody here have experience of getting Oracle 10g set-up with PHP4?

I have uncommented the DLL, registered the ORACLE_HOME & ORACLE_SID
environment vars and yet when I try to run oci_connect I get an error from
PHP saying that I am calling an undefined function.

I really need help with this as I usually go for mySQL, and all my
experience of Oracle so far is making me miss mySQL more.

regards,

Mikey

-- 
Recruitment consultants are like morning dew - soggy and wet in the
morning and non-existent by the afternoon.

--- End Message ---
--- Begin Message ---
The PHP development team is proud to announce the official release of PHP 5.

Some of the key features of PHP 5 include:
- The Zend Engine II with a new object model and dozens of new features.
- XML support has been completely redone in PHP 5, all extensions are now focused around the excellent libxml2 library (http://www.xmlsoft.org/).
- A new SimpleXML extension for easily accessing and manipulating XML as PHP objects. It can also interface with the DOM extension and vice-versa.
- A brand new built-in SOAP extension for interoperability with Web Services.
- A new MySQL extension named MySQLi for developers using MySQL 4.1 and later. This new extension includes an object-oriented interface in addition to a traditional interface; as well as support for many of MySQL's new features, such as prepared statements.
- SQLite has been bundled with PHP. For more information on SQLite, please visit their website (http://www.sqlite.org/).
- Streams have been greatly improved, including the ability to access low-level socket operations on streams.
- And lots more...


Enjoy!

PHP Development Team
--- End Message ---
--- Begin Message ---
Anyone get this to work on Windows 2003 Server yet?  I've tried and can't 
get it to function.  4.3.7 works fine

files placed in c:\php5\
php.ini.recommended renamed to php.ini and left in c:\php5 folder (to not 
conflict with existing 4.3.7 that is operating fine
edited for c:\php5\ext for extensions path
Enabled mssql/mysql extensions
c:\php5\php.exe -i works great
IIS set to allow c:\php5\php.exe (and all unknown cgi as well)
.php mapped to use "c:\php5\php.exe" -c c:\php5
Simple test.php that does a PHPInfo just hangs, Task Manager shows php.exe 
is running but never displays anything to the browser.  IUSR_servername has 
read/list access to c:\php5, application pool launches php.exe as 
IUSR_servername


"Andi Gutmans" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> The PHP development team is proud to announce the official release of PHP 
> 5.
>
> Some of the key features of PHP 5 include:
> - The Zend Engine II with a new object model and dozens of new features.
> - XML support has been completely redone in PHP 5, all extensions are now 
> focused around the excellent libxml2 library (http://www.xmlsoft.org/).
> - A new SimpleXML extension for easily accessing and manipulating XML as 
> PHP objects. It can also interface with the DOM extension and vice-versa.
> - A brand new built-in SOAP extension for interoperability with Web 
> Services.
> - A new MySQL extension named MySQLi for developers using MySQL 4.1 and 
> later. This new extension includes an object-oriented interface in 
> addition to a traditional interface; as well as support for many of 
> MySQL's new features, such as prepared statements.
> - SQLite has been bundled with PHP. For more information on SQLite, please 
> visit their website (http://www.sqlite.org/).
> - Streams have been greatly improved, including the ability to access 
> low-level socket operations on streams.
> - And lots more...
>
> Enjoy!
>
> PHP Development Team 

--- End Message ---
--- Begin Message ---
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 in PHP that will report the memory
used by a script (I
> used to know this). The reason is I am working on a personal picture
gallery package in PHP and
> was using this package, http://www.offsky.com/software/exif/index.php, to
extract the EXIF
> information from my photos for display. My ISP doe not allow the EXIF libs
on the default PHP
> install so I was looking for a pure PHP alternative. This EXIF package is
pure PHP.
>
> What I am running into is this. I have a readdir loop and a call for each
file to the EXIF
> package. After about 15 files processed I get an error about 'emalloc
could not allocate XXXXXX
> bytes of memory'. I looked at the EXIF package and didn't find anything.
>
> The package (via function call) returns an array. I have added an unset to
the return reference
> once I have finished but still get the error.
>
> Note: I am not asking for help with the EXIF package. Just wondering about
some memory monitoring
> functions in PHP.
>
> Thanks,
> Paul

--- End Message ---

Reply via email to