[PHP-DEV] jpeg2000 in php 4.3

2003-01-10 Thread Adaloglou Maria
As I have read in the manual about the getimagesize function that Note: JPEG2000 support will be added in PHP 4.3. Do you know if it is supported finaly? -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Include a file from inside an extension...

2003-01-10 Thread Andi Gutmans
You are probably best off using zend_eval_string() and eval include $myfile.inc;. Andi At 04:51 PM 1/7/2003 +, Stefano Corsi wrote: Hello, does someone understand if this is the right procedure to include a filename from inside a C extension? MAKE_STD_ZVAL(filename_z);

[PHP-DEV] TR : Bug #21549 [Opn-Fbk]: problem with INGRES II permanent connexions

2003-01-10 Thread pierre-marie mouliere
-Message d'origine- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Envoyé: jeudi 9 janvier 2003 15:45 À: [EMAIL PROTECTED] Objet: Bug #21549 [Opn-Fbk]: problem with INGRES II permanent connexions Hello, I send you the modifications made to the INGRES II extensions.

Re: [PHP-DEV] size of session vars

2003-01-10 Thread Andi Gutmans
Hi, Lately, when people start asking php-general questions on php-dev people give them the answer and add but you should have asked on the php-general list. Having received a good answer from php-dev gives them incentive to mail us again :) I suggest we keep to the standard polite reply that

Re: [PHP-DEV] bcmath, calendar, ftp, wddx on Win32

2003-01-10 Thread Andi Gutmans
At 06:36 PM 1/9/2003 +0100, Sebastian Bergmann wrote: For as long as I can remember, the bcmath, calendar, ftp and wddx extensions are enabled by default on Win32. But why? I mean, they are not enabled by default on *NIX, so why the inconsistency? Because building this stuff on Windows

Re: [PHP-DEV] TR : Bug #21549 [Opn-Fbk]: problem with INGRES IIpermanent connexions

2003-01-10 Thread Derick Rethans
Hi, this went wrong in someway, can you just send it to me privately? regards, Derick On Fri, 10 Jan 2003, pierre-marie mouliere wrote: -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Envoyé : jeudi 9 janvier 2003 15:45 À : [EMAIL PROTECTED] Objet : Bug

RE: [PHP-DEV] bcmath, calendar, ftp, wddx on Win32

2003-01-10 Thread Lukas Smith
From: Andi Gutmans [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 12:14 PM At 06:36 PM 1/9/2003 +0100, Sebastian Bergmann wrote: For as long as I can remember, the bcmath, calendar, ftp and wddx extensions are enabled by default on Win32. But why? I mean, they are not

RE: [PHP-DEV] bcmath, calendar, ftp, wddx on Win32

2003-01-10 Thread Derick Rethans
On Fri, 10 Jan 2003, Lukas Smith wrote: From: Andi Gutmans [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 12:14 PM At 06:36 PM 1/9/2003 +0100, Sebastian Bergmann wrote: For as long as I can remember, the bcmath, calendar, ftp and wddx extensions are enabled by

[PHP-DEV] patch to sapi/servlet fixes bug 21291 more, please apply to STABLE/HEAD

2003-01-10 Thread Giuseppe Tanzilli - CSF
hi, tryng to use the php servlet sapi with Tomcat 4.1, I found this problems: -- configure generates a makefile without JAVA_INCLUDES -- make fails on servlet.c (php_module_startup call) -- make do not build phpsrvlt.jar -- got it working, every page start with HTTP/1.0 200 X this patch fixes all

RE: [PHP-DEV] size of session vars

2003-01-10 Thread Ford, Mike [LSS]
-Original Message- From: Andi Gutmans [mailto:[EMAIL PROTECTED]] Sent: 10 January 2003 11:11 Lately, when people start asking php-general questions on php-dev people give them the answer and add but you should have asked on the php-general list. Having received a good answer

Re: [PHP-DEV] What headers/libs does Win32 Snaps build use?

2003-01-10 Thread Steph
I actually think the more complete we can make the win32build.zip the better. Andi OK, but then you get people all around the world who don't have good connectivity and don't have asdl and etc etc blah .. so should we perhaps look at splitting that 70 megs into smaller associated groups of

[PHP-DEV] how build komplex array

2003-01-10 Thread Johannes G. Arlt
Hello all, I need a very complex array from a mysql-statement like DB::getAssoc but more complex. In the time of mysql_fetch_row, I don't know, is the next data strings only or must I fetch a next array in this branch or part of branch. With this function I get all data for OOHForm +

[PHP-DEV] traversing EG(function_table)

2003-01-10 Thread Andrey Hristov
Hi, is it ok to traverse this has using its internal HashPosition or external one has to be used. Andrey -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] when PHP code causes crash due to bad input, is it a bug?

2003-01-10 Thread gk
I am trying to help with PHP. But this experience makes me feel like it is not worth it. Can anyone give me some clarification. Is there a common agreement on what constitutes a bug? I have worked as Sr. SQA engineer for many years and have always worked under the understanding that crashes are

Re: [PHP-DEV] traversing EG(function_table)

2003-01-10 Thread Derick Rethans
On Fri, 10 Jan 2003, Andrey Hristov wrote: Hi, is it ok to traverse this has using its internal HashPosition or external one has to be used. If you want to traverse it, you would usually use zend_hash_apply() Derick --

Re: [PHP-DEV] when PHP code causes crash due to bad input, is it a bug?

2003-01-10 Thread Brian Moon
| I have worked as Sr. SQA engineer for many years and have always worked | under the understanding that crashes are unacceptible - no matter what | caused them: code should be able to handle bad data and not crash. Agreed, IMO, if it in fact crashes, it is not bogus. Brian Moon dealnews.com

[PHP-DEV] CVS Account Request: sasha123

2003-01-10 Thread Sasha
characters IMP -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] when PHP code causes crash due to bad input, is it a bug?

2003-01-10 Thread Leon Atkinson
Thanks for sticking with the issue, Greg. If I may make an objective observation... Random users constantly submit issues to the bug database that are clearly not problems with PHP, issues that are better addressed in the mailing lists. I imagine it must be frustrating to the QA team to have

[PHP-DEV] Re: how build komplex array

2003-01-10 Thread l0t3k
Johannes, could you perhaps show a bit of the schema and your expected array output in print_r format ? Johannes G. Arlt [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hello all, I need a very complex array from a mysql-statement like DB::getAssoc but more

[PHP-DEV] PROPOSAL: default value handling

2003-01-10 Thread Nyk Cowham
As a convert from Perl one of the 'features' I miss from Perl is the short-circuit behavior of the or operand (||) and how it can be used to set default values if a passed value is false (0 or ). Thus, in a passed parameter you can write: $result = $value || $default; In perl if the $value

Re: [PHP-DEV] when PHP code causes crash due to bad input, is it a bug?

2003-01-10 Thread Steph
Since you have lots of experience doing QA, you probably already understand this and maybe you have some ideas for how the process can improve. This was the best thing said in ages regards QA, bug reporting and bogusment. Thanks. Leon -- PHP Development Mailing List http://www.php.net/

Re: [PHP-DEV] What headers/libs does Win32 Snaps build use?

2003-01-10 Thread Andi Gutmans
At 01:31 AM 1/8/2003 +0100, Edin Kadribasic wrote: Yes, Steph is right, the set of libraries used on the snaps machine is ~70MB (uncompressed) and I don't think it's practical to update win32build.zip to include them all. And this 70 MB does not include files needed for building ext/infromix,

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/overload .cvsignore CREDITS READMEconfig.m4 overload.c overload.dsp php_overload.h

2003-01-10 Thread Sebastian Bergmann
Marcus Börger wrote: But now you removed it for ZE1, too. So what? It's still in the PHP_4_3 branch and HEAD is PHP 5. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ --

[PHP-DEV] Non threadsafe Windows build

2003-01-10 Thread Sebastian Bergmann
The project file(s) for the non threadsafe Windows build are out of sync with the thread safe one(s). IIRC, there was already some discussion to ditch the non threadsafe version. That way we didn't have to maintain two sets of files, etc. What do you think? -- Sebastian Bergmann

Re: [PHP-DEV] Non threadsafe Windows build

2003-01-10 Thread Frank M. Kromann
Hi, I have not used non thread safe versions since PHP3, and I think most users would like to see a working ISAPI or Apache version where we need the thread safe versions. - Frank The project file(s) for the non threadsafe Windows build are out of sync with the thread safe one(s).