Re: [PHP-DEV] [PATCH] Memory problem.

2005-09-07 Thread Marian Kostadinov
I think I had a similar problem. My task was to use ActiveX and import hundreds of rows from an excel file (PHP was run as an apache module) ti a DB. Indeed, the stylesheet had about 150 column but I tried to make my script use a piece of memory for a given row and then reuse it till the end of the

[PHP-DEV] zend_list_delete() doesn't.

2005-09-07 Thread Sara Golemon
Certain things you take for granted: The sun will come up. Politicians are dishonest. Resource destruction functions (fclose(), mysql_disconnect(), etc...) will actually shutdown their resources. Guess which of those three you can't count on. Seems that zend_list_delete(), which I (and many ot

Re: [PHP-DEV] [PATCH] Memory problem.

2005-09-07 Thread Andi Gutmans
Hey all, Has anyone had a chance to review this patch. I think it'd be good to apply it. I've seen quite a few instances where PHP processes blow up during a request and then hand around with 100MB+. No one here had that problem? Andi At 09:27 AM 8/30/2005, Alexander Veremyev wrote: Some peo

Re: [PHP-DEV] Re: 5.0.5

2005-09-07 Thread Andi Gutmans
The real solution is to have a two-phased shutdown sequence in PHP 6 because we're constantly "Fixing" the shutdown due to chicken&egg problem. At 11:19 AM 9/6/2005, steve wrote: I agree. Having no access MySQL(i) during shutdown has already broken scripts I've used. Thankfully, Jani mentioned t

[PHP-DEV] Re: install-pear.phar errors

2005-09-07 Thread Greg Beaver
Greg Donald wrote: > Sorry for the previous misfire. > > > I built and installed the latest PHP 5.1 CVS source, then at the end it says: > > > +--+ > | The installation process is incomplete. The following resources were | > |

[PHP-DEV] Re: Namespaces Question

2005-09-07 Thread Jessie Hernandez
Hi Kevin, I posted a patch very recently (1-2 months ago) that implements namespace support. You can search this list and download the patch if you want to check it out (I can also repost if necessary). Just to make sure you find the latest one, it's in a "Beta 2" thread. It was also posted in a r

[PHP-DEV] Namespaces Question

2005-09-07 Thread Kevin Newman
Hello, I'm new here, but I have some ideas that I would like to share about implementing namespaces, but I'd like to know what the current state and issues of namespaces are before I share them. I've read that there is a possible performance consideration involving two hash table lookups whe

Re: [PHP-DEV] building HEAD on windows

2005-09-07 Thread William A. Rowe, Jr.
Rob Richards wrote: Attached is a patch to allow PHP 6 to build on windows (ext/string/string.c). MS compiler doesnt allow arithmetic operations on void *. FYI arithmetic ops should never behave on (void *) since the sizeof(*(void*)) is, by definition, undefined. -- PHP Internals - PHP Runtim

[PHP-DEV] install-pear.phar errors

2005-09-07 Thread Greg Donald
Sorry for the previous misfire. I built and installed the latest PHP 5.1 CVS source, then at the end it says: +--+ | The installation process is incomplete. The following resources were | | not installed:

[PHP-DEV] OCI8 1.1 announce

2005-09-07 Thread Antony Dovgal
Hi all, Yesterday OCI8 extension have been updated in the PHP CVS (HEAD only). This updated driver resolves a large amount of bug reports and adds some improvements both functionality and performance, and much better documentation (see here: http://php.net/oci8). A lot of time has been invest