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
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
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
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
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 |
> |
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
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
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
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:
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
10 matches
Mail list logo