[PHP-DEV] PHP 5 Bug Summary Report

2004-12-13 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (461 total including feature requests) ===[*Compile Issues]== 28103 Open During ./configure you get png error instead of iodbc 28700 Open yaz recode conflic

Re: [PHP-DEV] Memory needed for arrays? And major performance problems filling an array

2004-12-13 Thread Wez Furlong
Sidestepping your original question, it sounds to me like you might benefit from using sqlite here, either direct to disk or using an in-memory sqlite database. --Wez. On Fri, 10 Dec 2004 05:02:16 -0600, Matt W <[EMAIL PROTECTED]> wrote: > I need arrays this large because it's building a search i

Re: [PHP-DEV] [PATCH] stream_socket_pair

2004-12-13 Thread Wez Furlong
Doh. Fixed; thanks for the heads up. (that'll teach me to merge and alter a unixy patch while working on a win32 system) --Wez. On Mon, 13 Dec 2004 10:36:05 +, Joe Orton <[EMAIL PROTECTED]> wrote: > On Sun, Dec 12, 2004 at 11:17:05AM -0500, Wez Furlong wrote: > > Committed, complete with con

Re: [PHP-DEV] Memory needed for arrays? And major performance problems filling an array

2004-12-13 Thread Andi Gutmans
Hi Matt, The problem is most probably because the Zend array hash table reallocs everytime it starts to hold too many elements. The larger it gets, the less likely it manages to reallocate in the same memory area and then it has to allocate a new big memory chunk and memcpy() all the old data to

[PHP-DEV] oci_connect vs oci_new_connect

2004-12-13 Thread Daniel Convissor
Hey: I've updated PEAR DB in CVS to use oci_connect() when PHP 5 is in use. When connecting via my own test scripts, it works fine. But, when using it via the PEAR DB test suite, it hangs. If I use oci_new_connect(), everything works fine. Any ideas? Thanks, --Dan -- T H E A N A L Y

Re: [PHP-DEV] oci_connect vs oci_new_connect

2004-12-13 Thread Daniel Convissor
Hi: I upgraded my version of PHP HEAD from one dated 28 Oct to a current one and everything is fine. Sorry for the noise. Thanks, --Dan -- T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y data intensive web and database programming http://www.A

[PHP-DEV] im convert php-screw to windows dll

2004-12-13 Thread Andrew
Hi.. I'm trying to get PHP Screw working on Windows thru Visual C++ compiling it as a windows DLL, everything works except it doesn't actually replace the fopen function, it seems to ignore that command. I would really like to get this working, I have a project that you can look at if you are inte

[PHP-DEV] info needed regarding compiled in extensions

2004-12-13 Thread Kamesh Jayachandran
Hi All, I could see a difference in extensions that are compiled in by default between Windows and Linux versions of php-5.0.2. Simple ./configure on Linux. Installed PHP using php-5.0.2-Installer.exe I could see the following. Both Windows and Linux has the following extensions compiled in by defa

Re: [PHP-DEV] [PATCH] stream_socket_pair

2004-12-13 Thread Joe Orton
On Sun, Dec 12, 2004 at 11:17:05AM -0500, Wez Furlong wrote: > Committed, complete with configure checks. This doesn't seem to compile: ext/standard/streamsfuncs.c: In function `zif_stream_socket_pair': ext/standard/streamsfuncs.c:61: error: too few arguments to function `php_socket_strerror' ex

Re: [PHP-DEV] ./configure, PHP, SuSE and the AMD64

2004-12-13 Thread Joe Orton
On Sun, Dec 12, 2004 at 02:56:25PM -0800, Hans Zaunere wrote: > Some more interesting things that threw me off at first. While 4.3.10 > and 5.0.3 do handle lib64 much better than previous versions, and will > compile with the basic extensions enabled on a lib64 only system, only > HEAD really impl