Re: [PHP-DEV] PHP Snaps

2002-11-12 Thread Edin Kadribasic
On Tuesday 12 November 2002 07:41, Derick Rethans wrote: On Tue, 12 Nov 2002, Edin Kadribasic wrote: Any objections to changing timestamp timezone on source snaps to UTC? Windows snapshots are already using it. Would be nice to have... Ok. From now on snapshot filename should contain

[PHP-DEV] CVS Account Request: toby

2002-11-12 Thread Tobias Schlitt
We propose to write some PHP-Extensions in C. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] cvs: php4 /ext/standard flock_compat.c

2002-11-12 Thread Edin Kadribasic
correct the last patch: make flock() a function again when it is missing #function name should be flock and not php_flock of cause Nice. Now both PHP and ext/dba build correctly. Edin -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP Snaps

2002-11-12 Thread Marcus Börger
At 09:12 12.11.2002, Edin Kadribasic wrote: On Tuesday 12 November 2002 07:41, Derick Rethans wrote: On Tue, 12 Nov 2002, Edin Kadribasic wrote: Any objections to changing timestamp timezone on source snaps to UTC? Windows snapshots are already using it. Would be nice to have... Ok. From

Re: [PHP-DEV] PHP Snaps

2002-11-12 Thread Marcus Börger
At 23:13 11.11.2002, Edin Kadribasic wrote: On Monday 11 November 2002 23:07, James Cox wrote: I can certainly set this up. any preference for timeformat? (bearing in mind we use unix date) I use date -u +%Y%m%d%H00 for windows snapshots. It will show date in UTC. Is it possible to

Re: [PHP-DEV] cvs: php4 /ext/standard flock_compat.c

2002-11-12 Thread Marcus Börger
At 10:16 12.11.2002, Edin Kadribasic wrote: correct the last patch: make flock() a function again when it is missing #function name should be flock and not php_flock of cause Nice. Now both PHP and ext/dba build correctly. Edin And finally DBA has locking even on NFS :-) And sorry for

[PHP-DEV] RAW POST DATA

2002-11-12 Thread Hartmut Holzgraefe
PHP parses POST data for known content types like application/x-www-form-urlencoded and multipart/form-data and creates appropriate Variables containing form input on the fly. It is even possible to register additional POST data handlers, e.g. the fdf extension does this for application/vnd.fdf as

[PHP-DEV] brain damage in the gd ext [was: Re: [PHP-DEV] GD version available in script ?]

2002-11-12 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-09-05 20:21:15 +0200: Hello, Working on PEAR::Image_Transform, I realize there is no way to check the currently used gd version. Beside that, gd2 functions are always available (raise warning if wrong gd version), this forces us to make a first call the function

Re: [PHP-DEV] brain damage in the gd ext [was: Re: [PHP-DEV] GDversion available in script ?]

2002-11-12 Thread Derick Rethans
On Tue, 12 Nov 2002, Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2002-09-05 20:21:15 +0200: Hello, Working on PEAR::Image_Transform, I realize there is no way to check the currently used gd version. Beside that, gd2 functions are always available (raise warning if wrong gd version),

Re: [PHP-DEV] brain damage in the gd ext [was: Re: [PHP-DEV] GDversion available in script ?]

2002-11-12 Thread Derick Rethans
On Tue, 12 Nov 2002, Derick Rethans wrote: On Tue, 12 Nov 2002, Roman Neuhauser wrote: Everyone: the fact that e. g. imagecreatefromgif() exists no matter what, throwing a warning if you have a wrong GD version is IMNSHO utterly dumb. The fact that it limits the number of

Re: [PHP-DEV] brain damage in the gd ext [was: Re: [PHP-DEV] GD version available in script ?]

2002-11-12 Thread Marcus Börger
You can use constant GD_BUNDLED which is either undefined, 0 or 1. Defined as means the bundeled gd version is used. But i just implemented gd_info(). See below. Tell me please what else do you want do see? marcus [marcus@zaphod php4-HEAD]$ php -r 'var_dump(gd_info()); array(10) { [GD

Re: [PHP-DEV] brain damage in the gd ext [was: Re: [PHP-DEV] GD version available in script ?]

2002-11-12 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-11-12 12:51:37 +0100: On Tue, 12 Nov 2002, Derick Rethans wrote: On Tue, 12 Nov 2002, Roman Neuhauser wrote: Everyone: the fact that e. g. imagecreatefromgif() exists no matter what, throwing a warning if you have a wrong GD version is IMNSHO

Re: [PHP-DEV] Re: [Zend Engine 2] Errors and exceptions?

2002-11-12 Thread Stig S. Bakken
On Tue, 2002-11-12 at 07:54, Derick Rethans wrote: On 12 Nov 2002, Timm Friebe wrote: On Mon, 2002-11-11 at 23:26, Stig S. Bakken wrote: [...] The problem here is that PHP's E_WARNING does not resemble an exception. Some of the warnings raised are only of informational intent and do

Re: [PHP-DEV] RAW POST DATA

2002-11-12 Thread Jan Schneider
Zitat von Hartmut Holzgraefe [EMAIL PROTECTED]: My approach was to provide a php://input stream instead of the $HTTP_RAW_POST_DATA variable and additional cleanup code that would swallow any unread content on request shutdown. php://input provides the same flexibility as

[PHP-DEV] DBA and Win

2002-11-12 Thread Marcus Börger
Could someone with windows please add bundled flatfile and cdb support for ext/dba to the windows build? thanks marcus -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [Zend Engine 2] Errors and exceptions?

2002-11-12 Thread Timm Friebe
On Tue, 2002-11-12 at 07:54, Derick Rethans wrote: On 12 Nov 2002, Timm Friebe wrote: [...] And that's why I would be -1 on the first one. However, the whole error reporting is a pretty mess, with some extensions implementing other 'philosiphies' then others. Getting this all nice and clean

[PHP-DEV] updating php_error messages

2002-11-12 Thread Tony Leake
Hi, I have noticed in the TODO file in head one of the items is: * Change PHP error messages, so that they point to pages or sections in the PHP Manual. I have a few weeks of spare evenings coming up so if anyone wants me to I'm happy to wade through and make the changes. As far as I can see

Re: [PHP-DEV] RAW POST DATA

2002-11-12 Thread Kjartan Mannes
Tuesday, November 12, 2002, 12:02:52 PM, Hartmut Holzgraefe wrote: But in some cases it might be necessary to deal with 'raw' POST data. One of these cases is input that assigns multiple values to the same field name. PHP post data handlers will overwrite previous values for that field unless

Re: [PHP-DEV] updating php_error messages

2002-11-12 Thread Marcus Börger
If you do it feel free to use: http://marcus-boerger.de/docref.txt marcus At 14:47 12.11.2002, Tony Leake wrote: Hi, I have noticed in the TODO file in head one of the items is: * Change PHP error messages, so that they point to pages or sections in the PHP Manual. I have a few weeks of

[PHP-DEV] CVS Account Request: phpcatala

2002-11-12 Thread Vicent Fornés i Oller
I'd like to translate PHP manual into catalan. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] RAW POST DATA

2002-11-12 Thread Hartmut Holzgraefe
Jan Schneider wrote: Do you mean, this is your plan or this already works? php://input already works with apache 1.x it should be SAPI independant, but for some strange reason it doesn't work for CGI right now, and i haven't tested any other SAPIs yet but with the apache 1 module i already

[PHP-DEV] Re: CVS Account Request: toby

2002-11-12 Thread nicos
We ? How many are you? :-) -- M.CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com Hébergement de sites internets. Tobias Schlitt [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] We propose to write some PHP-Extensions in C. -- PHP Development Mailing List

[PHP-DEV] try/catch/throw in php5 ?

2002-11-12 Thread michel 'ziobudda' morelli
any news about an error management in php5 ? tnx -- -- Gli ultimi saranno i primi, ma lo sportello chiude alle 12 -- Michel ZioBudda Morelli [EMAIL PROTECTED] ICQ UIN: 58351764 PR of Linux in Italy http://www.ziobudda.net

Re: [PHP-DEV] RAW POST DATA

2002-11-12 Thread Jan Schneider
Zitat von Hartmut Holzgraefe [EMAIL PROTECTED]: Jan Schneider wrote: Do you mean, this is your plan or this already works? php://input already works with apache 1.x it should be SAPI independant, but for some strange reason it doesn't work for CGI right now, and i haven't tested any

Re: [PHP-DEV] RAW POST DATA

2002-11-12 Thread Hartmut Holzgraefe
Jan Schneider wrote: To resume: best practice is currently to use $HTTP_RAW_POST_DATA if available and php://input else. And crossing fingers that either of them works, of course. ;-) hmyes, but it *should* be to use php://input and forget about $HTTP_RAW_POST_DATA alltogether hopefully ... --

Re: [PHP-DEV] RAW POST DATA

2002-11-12 Thread Jan Schneider
Zitat von Hartmut Holzgraefe [EMAIL PROTECTED]: Jan Schneider wrote: To resume: best practice is currently to use $HTTP_RAW_POST_DATA if available and php://input else. And crossing fingers that either of them works, of course. ;-) hmyes, but it *should* be to use php://input and

Re: [PHP-DEV] RAW POST DATA

2002-11-12 Thread Hartmut Holzgraefe
Andrei Zmievski wrote: How much is this going to delay 4.3.0? I'm just a bit wary of changing such an essential part of PHP interaction (with server and users) before a big release.. the current problem with HTTP_RAW_POST_DATA is just that i never really figured out when it should be populated

Re: [PHP-DEV] RAW POST DATA

2002-11-12 Thread Andrei Zmievski
On Tue, 12 Nov 2002, Hartmut Holzgraefe wrote: the current problem with HTTP_RAW_POST_DATA is just that i never really figured out when it should be populated depending on HTTP method, Content type and always_populate_raw_post_data, this is going to be fixed today Okay. besides the

Re: [PHP-DEV] Stepping on range()

2002-11-12 Thread Derick Rethans
On Mon, 11 Nov 2002, Jon Parise wrote: Attached is a patch that adds an optional step parameter to the range() function. This allows the generation of ranges based on a non-one increment. For example: range(0, 10, 2); ... would yield an array containing (0, 2, 4, 6, 8, 10). The

Re: [PHP-DEV] Re: apache_hooks

2002-11-12 Thread George Schlossnagle
So I will take this course of action after 4.3.0 is branched. Any objections? George On Sunday, November 10, 2002, at 09:40 PM, Rasmus Lerdorf wrote: Hrm.. That's not a bad idea. An ApacheHooks SAPI module sounds like the right approach to me. -R On Sun, 10 Nov 2002, George Schlossnagle

Re: [PHP-DEV] PHP Snaps

2002-11-12 Thread Jon Parise
On Tue, Nov 12, 2002 at 10:22:36AM +0100, Marcus Brger wrote: Yes when i introduce a problem with win32 build i have to wait up to 4 hours until i can see the problem and try to fix it. Then i have to wait 4 more hours to see whther i did it correctly That sounds sort of like a separate

Re: [PHP-DEV] PHP Snaps

2002-11-12 Thread Marcus Börger
At 16:49 12.11.2002, Jon Parise wrote: On Tue, Nov 12, 2002 at 10:22:36AM +0100, Marcus Brger wrote: Yes when i introduce a problem with win32 build i have to wait up to 4 hours until i can see the problem and try to fix it. Then i have to wait 4 more hours to see whther i did it

Re: [PHP-DEV] try/catch/throw in php5 ?

2002-11-12 Thread Jon Parise
On Tue, Nov 12, 2002 at 02:27:49PM +0100, michel 'ziobudda' morelli wrote: any news about an error management in php5 ? Yes, exceptions are implemented in Zend Engine 2. -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- PHP Development Mailing List

[PHP-DEV] [RFC] gd, imagefilter

2002-11-12 Thread Pierre-Alain Joye
Hello, I m done with new filters function for the bundled gd, all seems to compilework well. I m stuck with 'little' things : 1. php syntax After a short discussion on #php, I choose to implement a generic function: bool imagefilter(resssource img, int filtertype [,arg1,argn,...]); where int

Re: [PHP-DEV] [RFC] gd, imagefilter

2002-11-12 Thread Derick Rethans
On Tue, 12 Nov 2002, Pierre-Alain Joye wrote: 1. php syntax After a short discussion on #php, I choose to implement a generic function: bool imagefilter(resssource img, int filtertype [,arg1,argn,...]); where int filtertype are predefined constant (IMAGE_FILTER_BRIGHTNESS,

[PHP-DEV] PUT method support

2002-11-12 Thread Hartmut Holzgraefe
looks like this was a PHP3 only feature? http://www.php.net/manual/sv/printwn/features.file-upload.put-method.php -- Six Offene Systeme GmbH http://www.six.de/ i.A. Hartmut Holzgraefe Email: [EMAIL PROTECTED] Tel.: +49-711-99091-77 -- PHP Development Mailing List http://www.php.net/ To

Re: [PHP-DEV] [RFC] gd, imagefilter

2002-11-12 Thread Pierre-Alain Joye
On Tue, 12 Nov 2002 17:48:08 +0100 (CET) Derick Rethans [EMAIL PROTECTED] wrote: On Tue, 12 Nov 2002, Pierre-Alain Joye wrote: .. #define FILTER_MAX2 Already done :) typedef image_filter { void (function*)(INTERNAL_FUNCTION_PARAMETERS); } image_filter; image_filter filters[]

[PHP-DEV] [RFC] adding sapi_module_struct.pretty_name to $_SERVER

2002-11-12 Thread George Schlossnagle
How do people feel about adding the pretty name as $_SERVER['SAPI']? -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [RFC] adding sapi_module_struct.pretty_name to $_SERVER

2002-11-12 Thread Joerg Behrens
- Original Message - From: George Schlossnagle [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 12, 2002 6:44 PM Subject: [PHP-DEV] [RFC] adding sapi_module_struct.pretty_name to $_SERVER How do people feel about adding the pretty name as $_SERVER['SAPI']? We have

[PHP-DEV] CVS Account Request: tofanini

2002-11-12 Thread César Tegani Tofanini
Translating the documentation -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: #20395 [Opn-Csd]: A handful of #ifdef's to compile under AIXusing xlC

2002-11-12 Thread Derick Rethans
On 12 Nov 2002 [EMAIL PROTECTED] wrote: ID: 20395 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Compile Failure Operating System: AIX 4.3.3ML10 PHP Version:

Re: [PHP-DEV] Proto void and return values...

2002-11-12 Thread David Brown
On Tue, Nov 12, 2002 at 02:16:41PM -0500, David Brown wrote: | Hi everyone: | | For functions prototyped as returning void, return values seem to be applied | at random. Some functions, such as trigger_error/user_error, srand, ob_start, | and phpinfo, use RETURN_TRUE. The vast majority of these

Re: [PHP-DEV] [RFC] gd, imagefilter

2002-11-12 Thread Andrei Zmievski
On Tue, 12 Nov 2002, Pierre-Alain Joye wrote: Hello, That's it :) I did not find a sample privat function, now I do. For the ML archive, here is how to do it: On Tue, 12 Nov 2002 17:48:08 +0100 (CET) Derick Rethans [EMAIL PROTECTED] wrote: typedef image_filter { void

Re: [PHP-DEV] [RFC] gd, imagefilter

2002-11-12 Thread Derick Rethans
On Tue, 12 Nov 2002, Pierre-Alain Joye wrote: Hello, That's it :) I did not find a sample privat function, now I do. For the ML archive, here is how to do it: On Tue, 12 Nov 2002 17:48:08 +0100 (CET) Derick Rethans [EMAIL PROTECTED] wrote: typedef image_filter { void

Re: [PHP-DEV] mbstring and 4.3.0

2002-11-12 Thread Ilia A.
On November 7, 2002 10:04 am, Andrei Zmievski wrote: At the PHP Conference in Germany several of us have discussed the current state of mbstring and there was a proposal to not have it enabled by default for 4.3.0 release. It seems that the extension attempts to do magic stuff by overloading

[PHP-DEV] Critical? Shutdown issue with nsapi (Bug #20274)

2002-11-12 Thread Wez Furlong
I'm a little concerned about #20274 (running out of file descriptors); I'm not sure of the cause, but I suspect that there is some kind of request shutdown issue with threaded servers. The PR implies that this is a problem with iPlanet under Solaris, but it really would be a good idea to make

[PHP-DEV] CVS Account Request: adrianr

2002-11-12 Thread adrian rapa
i would like to start php manual translation in romanian -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] patch fix warning in ext/gd/libgd/gd.c

2002-11-12 Thread Pierre-Alain Joye
Hello, Fix the last warning I got in ext/gd/libg/gd.c (using -W -g3) pa Index: gd.c === RCS file: /repository/php4/ext/gd/libgd/gd.c,v retrieving revision 1.24 diff -u -r1.24 gd.c --- gd.c12 Nov 2002 13:12:58 - 1.24

Re: [PHP-DEV] [RFC] php-cli: option to ignore php.ini

2002-11-12 Thread Marcus Börger
Implemented: [marcuszaphod php4-HEAD]$ php -r 'var_dump(get_cfg_var(cfg_file_path));var_dump(php_ini_scanned_files());' string(20) /home/marcus/php.ini bool(false) [marcuszaphod php4-HEAD]$ php -n -r 'var_dump(get_cfg_var(cfg_file_path));var_dump(php_ini_scanned_files());' bool(false)

[PHP-DEV] ZE2 object constructor question

2002-11-12 Thread l0t3k
im creating some classes in an extension and i have a question. im following instructions in the OBJECTS2_HOWTO, and have managed to get the engine to call my constructor. in the constructor i can retrieve the object created with the create_object_handler, which means getThis() already contains my

RE: [PHP-DEV] [RFC] php-cli: option to ignore php.ini

2002-11-12 Thread Mike Robinson
Good idea. This is useful. Thanks. :) Regards Mike Robinson -Original Message- From: Marcus Börger [mailto:marcus.boerger;t-online.de] Sent: Tuesday, November 12, 2002 4:05 PM To: Wez Furlong Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] [RFC] php-cli: option to ignore php.ini

[PHP-DEV] GD filters done patch available

2002-11-12 Thread Pierre-Alain Joye
Hello, GD filters are done and patch against current cvs available at http://www.pearfr.org/phpgd/filters/ Feedbacks, comments welcome hth pa -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/snmp CREDITS php_snmp.hsnmp.c

2002-11-12 Thread Harrie Hazewinkel
--On Monday, November 11, 2002 11:20 PM +0200 Andi Gutmans [EMAIL PROTECTED] wrote: At 10:22 PM 11/11/2002 +0100, Derick Rethans wrote: On Mon, 11 Nov 2002, Harrie Hazewinkel wrote: harrieMon Nov 11 16:09:19 2002 EDT Modified files: /php4/ext/snmpCREDITS

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/snmp CREDITS php_snmp.hsnmp.c

2002-11-12 Thread Derick Rethans
On Tue, 12 Nov 2002, Harrie Hazewinkel wrote: These function names don't follow the PHP standards, I think we should definitely come up with better names. I agree. what's wrong with snmp_get, snmp_walk, and so on? I believe it is neccessary to have the 'v3' in the name. It makes very

Re: [PHP-DEV] mbstring and 4.3.0

2002-11-12 Thread Moriyoshi Koizumi
Hi, Thanks for the report. Although I found a bug in the overloading code, I wonder why the mail() function entry was not found on RINIT. Any insights? Moriyoshi Ilia A. [EMAIL PROTECTED] wrote: On November 7, 2002 10:04 am, Andrei Zmievski wrote: At the PHP Conference in Germany several

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/snmp CREDITS php_snmp.hsnmp.c

2002-11-12 Thread Harrie Hazewinkel
--On Tuesday, November 12, 2002 10:42 PM +0100 Derick Rethans [EMAIL PROTECTED] wrote: On Tue, 12 Nov 2002, Harrie Hazewinkel wrote: These function names don't follow the PHP standards, I think we should definitely come up with better names. I agree. what's wrong with snmp_get,

Re: [PHP-DEV] mbstring and 4.3.0

2002-11-12 Thread Ilia A.
On November 12, 2002 04:58 pm, Moriyoshi Koizumi wrote: Hi, Thanks for the report. Although I found a bug in the overloading code, I wonder why the mail() function entry was not found on RINIT. Any insights? It seems the mail() function is not avaliable on that system because sendmail was

Re: [PHP-DEV] ZEND_ADD_STRING patch

2002-11-12 Thread George Schlossnagle
Hi Andi, The last patch I submitted was broken as well. Following that, I had the bright idea to run the prospective changes through the unit-tester to ensure correct performance. Here's a patch which achieves that. It does not work for heredocs (i.e. they are tokenized as before, but

Re: [PHP-DEV] mbstring and 4.3.0

2002-11-12 Thread Moriyoshi Koizumi
Oops, why didn't I notice such a trivial thing before asking a braindead question... Anyway I bet the problem should be gone by my patch that was just commited. Moriyoshi Ilia A. [EMAIL PROTECTED] wrote: On November 12, 2002 04:58 pm, Moriyoshi Koizumi wrote: Hi, Thanks for the report.

[PHP-DEV] Sybase_ct and tli lib

2002-11-12 Thread Brian Foddy
The following is not really worthy of reporting an official bug, but still worthy of at least comment and notice. On Solaris 2.8 using Sybase OCS-12, the default build scripts for PHP 4.2.3 will not link in the tli library. Those familiar with Sybase have probably stubbed their toes on this

[PHP-DEV] php4apache on win32 regex problem?

2002-11-12 Thread Dave Viner
has anyone seen this error on win32 php4apache? Configuration: php4apache - Win32 Release_TS Compiling... mod_php4.c ..\..\main\php_regex.h(39) : fatal error C1083: Cannot open include file: 'regex.h': No such file or directory php_apache.c

Re: [PHP-DEV] mbstring and 4.3.0

2002-11-12 Thread Ilia A.
Since I've gotten involved in this conversation would like to add my opinion to the tally. I too believe that at least at this point, the mbstring extension should not be enabled by default. There are two reasons for this decision: 1) Majority of PHP users do not require this functionality.

Re: [PHP-DEV] Proto void and return values...

2002-11-12 Thread Zak Greant
On Tue, 2002-11-12 at 20:25, David Brown wrote: On Tue, Nov 12, 2002 at 02:16:41PM -0500, David Brown wrote: | Hi everyone: | | For functions prototyped as returning void, return values seem to be applied | at random. Some functions, such as trigger_error/user_error, srand, ob_start, | and

Re: [PHP-DEV] DBA and Win

2002-11-12 Thread Edin Kadribasic
On Tuesday 12 November 2002 13:36, Marcus Börger wrote: Could someone with windows please add bundled flatfile and cdb support for ext/dba to the windows build? Could you tell me which files need to be compiled and and which defines to be set? Edin -- PHP Development Mailing List

[PHP-DEV] w32api extesion

2002-11-12 Thread Edin Kadribasic
On Tuesday 12 November 2002 15:31, James Moore wrote: jmooreTue Nov 12 09:31:35 2002 EDT Added files: /php4/ext/w32api w32api_function_definition_parser.y w32api_function_definition_scanner.l w32api_type_definition_parser.y

Re: [PHP-DEV] mbstring and 4.3.0

2002-11-12 Thread Ilia A.
I've just tried the latest CVS, it still crashes, the backtrace is same as before. Ilia On November 12, 2002 05:21 pm, Moriyoshi Koizumi wrote: Oops, why didn't I notice such a trivial thing before asking a braindead question... Anyway I bet the problem should be gone by my patch that was

Re: [PHP-DEV] DBA and Win

2002-11-12 Thread Marcus Börger
At 00:07 13.11.2002, Edin Kadribasic wrote: On Tuesday 12 November 2002 13:36, Marcus Börger wrote: Could someone with windows please add bundled flatfile and cdb support for ext/dba to the windows build? Could you tell me which files need to be compiled and and which defines to be set? Edin

Re: [PHP-DEV] Sybase_ct and tli lib

2002-11-12 Thread Timm Friebe
On Tue, 2002-11-12 at 23:20, Brian Foddy wrote: The following is not really worthy of reporting an official bug, but still worthy of at least comment and notice. On Solaris 2.8 using Sybase OCS-12, the default build scripts for PHP 4.2.3 will not link in the tli library. Never heard of tli

Re: [PHP-DEV] mbstring and 4.3.0

2002-11-12 Thread Jani Taskinen
On Tue, 12 Nov 2002, Ilia A. wrote: Since I've gotten involved in this conversation would like to add my opinion to the tally. I too believe that at least at this point, the mbstring extension should not be enabled by default. There are two reasons for this decision: 1) Majority of PHP users

Re: [PHP-DEV] GD filters done patch available

2002-11-12 Thread Pierre-Alain Joye
On Tue, 12 Nov 2002 22:17:06 +0100 Pierre-Alain Joye [EMAIL PROTECTED] wrote: Hello, GD filters are done and patch against current cvs available at http://www.pearfr.org/phpgd/filters/ Feedbacks, comments welcome I uploaded a new patch, I forgot the CS and fix 2 memory leaks :) pa --

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/snmp CREDITS php_snmp.hsnmp.c

2002-11-12 Thread Jani Taskinen
Maybe it would be good idea to do something like LDAP extension does? ie. have something similar to ldap_set_option() to set the protocol version to be used? And have same functions and thus not pollute the function namespace anymore? iirc, the snmp command line tools have an

[PHP-DEV] Re: GD filters done patch available

2002-11-12 Thread Peter Neuman
Hi, Pierre-Alain Joye [EMAIL PROTECTED]: GD filters are done and patch against current cvs available at http://www.pearfr.org/phpgd/filters/ Feedbacks, comments welcome Very nice :-) Peter Neuman -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit:

Re: [PHP-DEV] GD filters done patch available

2002-11-12 Thread Pierre-Alain Joye
On Tue, 12 Nov 2002 22:17:06 +0100 Pierre-Alain Joye [EMAIL PROTECTED] wrote: Hello, GD filters are done and patch against current cvs available at http://www.pearfr.org/phpgd/filters/ Feedbacks, comments welcome I uploaded a new patch, I forgot the CS and fix 2 memory leaks :) pa --

[PHP-DEV] Re: GD filters done patch available

2002-11-12 Thread nicos
Very nice. Well the nicest is the girl too. -- M.CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com Hébergement de sites internets. Peter Neuman [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] Hi, Pierre-Alain Joye [EMAIL PROTECTED]: GD filters are done and patch

Re: [PHP-DEV] Re: GD filters done patch available

2002-11-12 Thread Pierre-Alain Joye
On Wed, 13 Nov 2002 01:40:52 +0100 Peter Neuman [EMAIL PROTECTED] wrote: Hi, Pierre-Alain Joye [EMAIL PROTECTED]: GD filters are done and patch against current cvs available at http://www.pearfr.org/phpgd/filters/ Feedbacks, comments welcome Very nice :-) thank's :) pa ps:

Re: [PHP-DEV] mbstring and 4.3.0

2002-11-12 Thread Yasuo Ohgaki
Moriyoshi Koizumi wrote: Hi, Thanks for the report. Although I found a bug in the overloading code, I wonder why the mail() function entry was not found on RINIT. Any insights? If sendmail binary cannot be found at configure time, mail() may not be compiled in PHP under UNIX like OS :( IMO,

RE: [PHP-DEV] mbstring and 4.3.0

2002-11-12 Thread Mike Robinson
Jani Taskinen writes: I must (still) agree. +1 for making it disabled for now.. (people who need it, already know to use --enable-mbstring with 4.2.3) Exactly. It should remain off by default until it's solid. Regards Mike Robinson -- PHP Development Mailing List

Re: [PHP-DEV] mbstring and 4.3.0

2002-11-12 Thread Yasuo Ohgaki
Mike Robinson wrote: Jani Taskinen writes: I must (still) agree. +1 for making it disabled for now.. (people who need it, already know to use --enable-mbstring with 4.2.3) Exactly. It should remain off by default until it's solid. Guys, please comment when you use it actually. i.e.

[PHP-DEV] prototypes for getters and setters.

2002-11-12 Thread Alan Knowles
Thanks to a little chat (and a few beers) with Zak at the conference, I got wondering if this syntax would be a sensible addition... The principle is to enable rapid prototyping of getter and setter methods. class something { var getBanana setBanana $banana = 12; var getOrange

RE: [PHP-DEV] prototypes for getters and setters.

2002-11-12 Thread John Coggeshall
|syntax: | var [getter method] [setter method] $variable .; I think this syntax looks pretty interesting. It would allow the developer to create get/set if desired and doesn't look too strange either.. I'd like to see it in action myself :) John -- PHP Development Mailing List

Re: [PHP-DEV] prototypes for getters and setters.

2002-11-12 Thread Marcus Börger
Very interesting and another syntax suggestion: var $variable ( getter, setter[, default] ); i havent't took a look in ther parser scripts yet but this seems easier. Anyway the problem is that you cannot have a setter without a getter. What about var $variable ( [get=getter] [set=setter]

Re: [PHP-DEV] Photos from the Conference

2002-11-12 Thread Maxim Maletsky
I put some up. Whoever is interested: http://www.php-conference.de/gallery/album10 -- Maxim Maletsky [EMAIL PROTECTED] On Thu, 7 Nov 2002 13:25:50 +0100 Björn Schotte [EMAIL PROTECTED] wrote: * Maxim Maletsky wrote: But hey! Where is me? You got no photos of me there :) How come?

Re: [PHP-DEV] prototypes for getters and setters.

2002-11-12 Thread Shane Caraveo
Anyway before I get carried away and actually test this :) - anybody got any thoughts. Regards Alan What's wrong with how overload does this? SHane -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] mbstring and 4.3.0

2002-11-12 Thread Marcus Börger
At 23:56 12.11.2002, Ilia A. wrote: Since I've gotten involved in this conversation would like to add my opinion to the tally. I too believe that at least at this point, the mbstring extension should not be enabled by default. There are two reasons for this decision: 1) Majority of PHP users do

Re: [PHP-DEV] Proto void and return values...

2002-11-12 Thread Maxim Maletsky
Most of them (70% ?) are actually having wrong protos in docs. I refer to the ones that return boolean (like phpinfo() for instance) but documented as returning an integer. This is not really a huge issue, but does make confusion because of the kind of functions that MUST return true of false

Re: [PHP-DEV] prototypes for getters and setters.

2002-11-12 Thread Alan Knowles
Shane Caraveo wrote: Anyway before I get carried away and actually test this :) - anybody got any thoughts. Regards Alan What's wrong with how overload does this? it has a slight downside in clarity of code - eg. where is that method.. SHane -- PHP Development Mailing List

Re: [PHP-DEV] prototypes for getters and setters.

2002-11-12 Thread Shane Caraveo
Alan Knowles wrote: Shane Caraveo wrote: Anyway before I get carried away and actually test this :) - anybody got any thoughts. Regards Alan What's wrong with how overload does this? it has a slight downside in clarity of code - eg. where is that method.. But it (overload)

Re: [PHP-DEV] mbstring and 4.3.0

2002-11-12 Thread Jani Taskinen
Since when have we started to use users as guinea-pigs for testing EXPERIMENTAL extensions without them even really knowing about it?!! You can't FORCE anybody to use it. 99% of apps out there DO NO NEED IT..get it?? (they've managed without it very long time..)

Re: [PHP-DEV] mbstring and 4.3.0

2002-11-12 Thread Jani Taskinen
Oh, I forgot: How many bug reports have we got so far for that fuckup with 4.2.3 ??? I _REALLY_ don't want to see another wave of those for 4.3.0.. --Jani On Wed, 13 Nov 2002, Marcus Börger wrote: At 23:56 12.11.2002, Ilia A. wrote: Since I've gotten involved in this

Re: [PHP-DEV] PUT method support

2002-11-12 Thread Zak Greant
On Tue, 2002-11-12 at 14:14, Hartmut Holzgraefe wrote: looks like this was a PHP3 only feature? http://www.php.net/manual/sv/printwn/features.file-upload.put-method.php Yes - this never made it out of PHP 3. --zak -- PHP Development Mailing List http://www.php.net/ To unsubscribe,

Re: [PHP-DEV] mbstring and 4.3.0

2002-11-12 Thread Marcus Börger
At 04:11 13.11.2002, Jani Taskinen wrote: Since when have we started to use users as guinea-pigs for testing EXPERIMENTAL extensions without them even really knowing about it?!! mbstring is not EXPERIMENTAL and i said let them try it. That does not mean test it. We think it works .

Re: [PHP-DEV] mbstring and 4.3.0

2002-11-12 Thread Ilia A.
On November 12, 2002 09:42 pm, Marcus Börger wrote: At 23:56 12.11.2002, Ilia A. wrote: Since I've gotten involved in this conversation would like to add my opinion to the tally. I too believe that at least at this point, the mbstring extension should not be enabled by default. There are

[PHP-DEV] Re: ODBTP, a possible solution for MS-SQL and other databases

2002-11-12 Thread Daniel Swarbrick
Could this provide the functionality of an ODBC to ODBC bridge, if one used the Win32 client library? We have a requirement for an IIS webserver in a DMZ to talk to an ODBC database on a Windows 2000 server in the trusted network. I know there is already an ODBC-ODBC bridge commercial package,

Re: [PHP-DEV] mbstring and 4.3.0

2002-11-12 Thread Yasuo Ohgaki
Jani Taskinen wrote: Oh, I forgot: How many bug reports have we got so far for that fuckup with 4.2.3 ??? I _REALLY_ don't want to see another wave of those for 4.3.0.. Do you mean array input handling bug? It's not mbstring developers' fault. -- Yasuo Ohgaki On Wed, 13 Nov

Re: [PHP-DEV] mbstring and 4.3.0

2002-11-12 Thread Andrei Zmievski
On Tue, 12 Nov 2002, Ilia A. wrote: mbstring has many dedicated developers whom are doing excellent maintaining and upgrading this extension. Which at the moment makes mbstring very much a work in progress, there is hardly a day without at least one or two CVS commits to it. Since this is a

Re: [PHP-DEV] mbstring and 4.3.0

2002-11-12 Thread Yasuo Ohgaki
Andrei Zmievski wrote: I very much agree and am extremly reluctant to have mbstring enabled by default, even though it is a very promising extension. I can change my mind only if someone writes smart module loader that detects module dependency. Otherwise, it's just confusing. i.e. undefined

RE: [PHP-DEV] prototypes for getters and setters.

2002-11-12 Thread John Coggeshall
What about something like this... Class foo { var $myfoo; // Private variable pubvar $myfoo2; // Public variable } Class bar extends foo { pubvar $mystuff; } $a = new foo(); $a-setmyfoo2(5); echo $a-getmyfoo2(); $b = new bar(); $b-setmyfoo2(10);

Re: [PHP-DEV] prototypes for getters and setters.

2002-11-12 Thread Alan Knowles
the trouble is that you will make pubvar a reserved word, and you force the user to use a fixed standard for set/get -- eg. some users may like get_orange, others may want getOrange It also makes the assumtion that the user knows how the syntax works.. - eg. searching the file for

RE: [PHP-DEV] prototypes for getters and setters.

2002-11-12 Thread John Coggeshall
I understand what your saying, however I guess I see the tradeoff of creating a new reserved word to a (IMHO of course) kinda messy new syntax a good one. Besides, having an absolute standard for get/set would be benefital to all developers.. Knowing that setting $foo is always setfoo() (or

Re: [PHP-DEV] mbstring and 4.3.0

2002-11-12 Thread Moriyoshi Koizumi
Hmm, there might be no much need to fix this bug as it is not enabled by default... If the script still sefaults with my patch, I can no longer determine theplace at which it goes wrong just with your backtrace precisely, as it is apparently a double-free bug. Moriyoshi Ilia A. [EMAIL

  1   2   >