Re: [PHP-DEV] 4.3 release call to arms

2002-07-25 Thread Jani Taskinen
On Thu, 25 Jul 2002, Stig S. Bakken wrote: >Hi guys, > >I'd like to start the 4.3 release process now. Anyone with stuff they >want to commit before the branch is created, please either commit it or >let me know by sunday. I want to create the branch on sunday night GMT+2. > >Here is, again, th

Re: [PHP-DEV] 4.3 release call to arms

2002-07-25 Thread Marcus Börger
At 23:21 25.07.2002, Rasmus Lerdorf wrote: > > 6. GD bundling (Rasmus) [done?] > >Seems to be done. > >-R There was a discussion about imageellipse and i did a patch to detect whther or not the function is available in config.m4 file. The patch also used imagearc in a wrapper if the former is

Re: [PHP-DEV] 4.3 release call to arms (fwd)

2002-07-25 Thread Jan Schneider
Zitat von Dan Kalowsky <[EMAIL PROTECTED]>: > One thing I'd like to see 4.3 is the IMAP quota stuff I've been working > on... but I've not had a chance to test it fully... because I have no > access to an IMAP server with quota support builtin! (argh). > > I've sent the patch numerous times to

Re: [PHP-DEV] CLI SAPI (was Re: [PHP-DEV] 4.3 release call to arms)

2002-07-25 Thread Sander Steffann
> I think the only remaining issue here is to be able to have a separate > config/ini file for cli. While we're at it we might as well support > SAPI-specific config files, so PHP first looks for php-$SAPI.ini, then > php.ini. Sounds like a good idea. Sander. -- PHP Development Mailing L

[PHP-DEV] Re: sockets and fds

2002-07-25 Thread Ron Lange
Arrrgghh, I left out a detail: the segmentation faults occured in the io-fns and _free() of libc. Bye Ron -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] sockets and fds

2002-07-25 Thread Ron Lange
Hello friends, I have a couple of questions about sockets and file descriptors. In my extension I make use of a ordinary c socket and two fds build on it. I want this connection to be kept over request, therefore I put a struct pointer containing this into the persistant_list of the zend engin

Re: [PHP-DEV] 4.3 release call to arms (fwd)

2002-07-25 Thread Dan Kalowsky
Seems this just went to Stig, but any comments from group would be appriciated... >---< Dan Kalowsky"A little less conversation, http://www.deadmime.org/~danka little more action." [EMAIL PROTECTED] - "A L

Re: [PHP-DEV] 4.3 release call to arms

2002-07-25 Thread derick
On Thu, 25 Jul 2002, Stig S. Bakken wrote: > Okay, I'm modifying "brancing on sunday" to "branching when 4.2.3 is out", > so we don't have two QA processes at the same time. Sorry Derick. Disregard that folks, 4.2.3 is declared dead now. Derick > > - Stig > > On Thu, 25 Jul 2002, Stig S. B

Re: [PHP-DEV] 4.3 release call to arms

2002-07-25 Thread Christian Stocker
On Thu, 25 Jul 2002, Stig S. Bakken wrote: > Hi guys, > > I'd like to start the 4.3 release process now. Anyone with stuff they > want to commit before the branch is created, please either commit it or > let me know by sunday. I want to create the branch on sunday night GMT+2. [...] > 7. DOMXM

Re: [PHP-DEV] 4.3 release call to arms

2002-07-25 Thread Jan Lehnardt
Hi, On Thu, Jul 25, 2002 at 11:20:42PM +0200, Stig S. Bakken wrote: > > Here is, again, the 4.3 TODO list. Most of these require only tweaking > and lots of testing. [..] 11. phpinfo for CLI (jan) [in progress] I hope to have it running as fast as possible, though time is short. Jan -- Q: T

Re: [PHP-DEV] 4.3 release call to arms

2002-07-25 Thread Stig S. Bakken
Okay, I'm modifying "brancing on sunday" to "branching when 4.2.3 is out", so we don't have two QA processes at the same time. Sorry Derick. - Stig On Thu, 25 Jul 2002, Stig S. Bakken wrote: > Hi guys, > > I'd like to start the 4.3 release process now. Anyone with stuff they > want to commi

[PHP-DEV] CLI SAPI (was Re: [PHP-DEV] 4.3 release call to arms)

2002-07-25 Thread Stig S. Bakken
On Thu, 25 Jul 2002, Stig S. Bakken wrote: > 3. Command-line SAPI installed by default (Edin) >* php.ini issues I think the only remaining issue here is to be able to have a separate config/ini file for cli. While we're at it we might as well support SAPI-specific config files, so PHP fir

[PHP-DEV] New build system (Re: [PHP-DEV] 4.3 release call to arms)

2002-07-25 Thread Stig S. Bakken
On Thu, 25 Jul 2002, Stig S. Bakken wrote: > 1. New build system (Sascha) [done?] I'm forking this thread into one for each action item. The new build system seems to work, my main concern is source compatibility with 3rd-party extensions written for 4.2 or earlier. It seems to work, what we b

Re: [PHP-DEV] 4.3 release call to arms

2002-07-25 Thread Rasmus Lerdorf
> 6. GD bundling (Rasmus) [done?] Seems to be done. -R -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] 4.3 release call to arms

2002-07-25 Thread Stig S. Bakken
Hi guys, I'd like to start the 4.3 release process now. Anyone with stuff they want to commit before the branch is created, please either commit it or let me know by sunday. I want to create the branch on sunday night GMT+2. Here is, again, the 4.3 TODO list. Most of these require only tweaki

Re: [PHP-DEV] help with duplicate flag in string functions

2002-07-25 Thread fab wash
Hi, you want to duplicate if you don't want the called procedure to touch the original variable, or if you declare it as a local in your procedure and don't pass it as a pointer. Fab. - Original Message - From: "Tony Leake" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July

Re: [PHP-DEV] Re: Bug #18547 Updated: Remote attacker can cause SIGSEGV (fwd)

2002-07-25 Thread David Brown
On Wed, Jul 24, 2002 at 01:37:12PM -0700, Thomas Cannon wrote: > >-- Forwarded message -- > >Date: Wed, 24 Jul 2002 16:12:06 -0400 (EDT) > >From: Dan Kalowsky <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Subject: Re: Bug #18547 Updated: Remote attacker can cause SIGSEGV > > > >P

Fw: [PHP-DEV] patch for passing karmite

2002-07-25 Thread Steph
--- old_dir.c 2002-07-08 12:52:22.0 + +++ dir.c 2002-07-25 19:14:10.0 + @@ -158,7 +158,6 @@ object_init_ex(return_value, dir_class_entry_ptr); add_property_stringl(return_value, "path", Z_STRVAL_PP(arg), Z_STRLEN_PP(arg), 1); add_property_resource(return_value, "ha

Fw: [PHP-DEV] patch for passing karmite

2002-07-25 Thread Steph
it's fighting back.. - Original Message - From: "Steph" <[EMAIL PROTECTED]> To: "PHP Development" <[EMAIL PROTECTED]> Sent: Thursday, July 25, 2002 8:06 PM Subject: [PHP-DEV] patch for passing karmite > fixes #14657 > > (nb I still can't do a thing with rewinddir(), but that's a separat

[PHP-DEV] patch for passing karmite

2002-07-25 Thread Steph
fixes #14657 (nb I still can't do a thing with rewinddir(), but that's a separate bug report) -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] ldap controls

2002-07-25 Thread Matthew Gray
Stig Venaas wrote: >On Thu, Jul 18, 2002 at 02:40:33PM -0500, Matthew Gray wrote: > > >>A while back there was some talk about adding ldap_search_ext() and >>ldap_create_*_control()-style functions to PHP to allow server(and maybe >>client someday?) controls to be sent along with a request.

[PHP-DEV] help with duplicate flag in string functions

2002-07-25 Thread Tony Leake
Hi, I'm just starting out writing modules by reading api docs on zend.com and reading source code of existing modules. Several functions (example:) add_next_index_string(zval *array, char *str, int duplicate) have the int duplicate flag, the docs say, The flag duplicate specifies whether

[PHP-DEV] NEED PHP Developers

2002-07-25 Thread Joshua Abbott
Help! We desperately need PHP Developers for an opensource Advanced Web Hosting Control Panel Project. Please contact [EMAIL PROTECTED] if you are interested or want more information. J Abbott == the Advanced Web Hosting Control Panel Project (Extend

RE: [PHP-DEV] Help talking to iODBC...?

2002-07-25 Thread Andrew Hill
Jay, Still having problems? Email me backchannel. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access & Virtuoso Universal Server -Original Message- From: Dan Kalowsky [mailto:[EMAIL PROTECTED]] Sent: Monday, Ju

[PHP-DEV] STANDARD_MODULE_PROPERTIES_EX?

2002-07-25 Thread Tom Oram
Hi, We are trying to update a PHP extension we wrote a while back. We have decided that we need to use the global startup/shutdown functions e.g. use STANDARD_MODULE_PROPERTIES_EX instead of STANDARD_MODULE_PROPERTIES I have changed my code from the following: zend_module_entry mymod

Re: [PHP-DEV] Requests for 4.2.3

2002-07-25 Thread Carlos Henrique Bauer
Hi, [EMAIL PROTECTED] wrote: > I could never reproduce this problem, it would help if you could try the > stable snapshot from snaps.php.net/win32 to see if it works or not. > AFAIK this bug is not a bug actually... but just an error on the user > side. We have at least one application that

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] PHP 4.2.3 release process

2002-07-25 Thread Melvyn Sopacua
At 15:08 7/25/2002 +0200, Sascha Schumann wrote: > > With buildconf you get the error in build/build2.mk, cause buildconf > has the > > same issue. > > Is it so hard to simply accept that you need to type "make" > instead of "gmake" or "unset MAKE" when building PHP? In my case - yes. S

Re: [PHP-DEV] print_r's feature

2002-07-25 Thread Monte Ohrt
Should it be a boolean value, or something a bit more descriptive/flexible? print_r($foo,'html'); print_r($foo,'xml'); $output = print_r($foo,'return'); Monte Denis Arh wrote: > Yeah, i know this... but... ok... ;) > > wouldn't be simplier like this: > > print_r($foo, true); > > i know how

[PHP-DEV] Problem: Apache2 / Perl 5.8.0 / mod_perl 2.0 / PHP all on Win32

2002-07-25 Thread French, Shawn
I am in a bit of a jam. I think the "cross-post" is necessary since I need the help of Apache, mod_perl, and PHP developers/users. I apologize for the length, if you have time, my explanation (at the end) should clarify what I mean. Summary --- I need: - A perl-enabled web server to run on th

[PHP-DEV] Only one CXX_SUFFIX

2002-07-25 Thread Sam Liddicott
Is there a great reason why rules_common.mk can't be modified so the suffix rules work on .cxx as well as .cpp ? Sam _ Samuel Liddicott Support Consultant [EMAIL PROTECTED] Tel: +44 (0)113 367 4523 Fax: +44 (0)113 367 4680 Switchboard: +44 (0)113 367 4600 O

Re: [PHP-DEV] Re: [PHP-QA] PHP 4.2.3 release process

2002-07-25 Thread Sascha Schumann
> With buildconf you get the error in build/build2.mk, cause buildconf has the > same issue. Is it so hard to simply accept that you need to type "make" instead of "gmake" or "unset MAKE" when building PHP? - Sascha -- PHP Development Mailing List To unsubscr

Re: [PHP-DEV] print_r's feature

2002-07-25 Thread derick
On Thu, 25 Jul 2002, Tit "Black" Petric wrote: > > Added in CVS, will be available in 4.3.0. > > > > Derick > > can you do the same thing for var_dump please? No I cant, as var_dump supports multiple parameters to it: var_dump ($foo, $bar, TRUE); What should TRUE do here in this case, print

Re: [PHP-DEV] Re: [PHP-QA] PHP 4.2.3 release process

2002-07-25 Thread Sascha Schumann
> So now I either need to adjust my environment, or patch configure.in, to check > for GNU make, rather then just plain assume BSD make. Install GNU make as "gmake" as every other BSD system and be done with it. - Sascha -- PHP Development Mailing List To uns

Re: [PHP-DEV] print_r's feature

2002-07-25 Thread derick
On Thu, 25 Jul 2002, Dan Hardiker wrote: >function printData($variable) { > return "".print_r($variable,true).""; > } > > echo printData($_SERVER); > ?> > > Currently, this is only possible using output buffering which i would > prefer to avoid. A real world use is logging / debuggi

Re: [PHP-DEV] print_r's feature

2002-07-25 Thread Dan Hardiker
> How about adding an extra second parameter to print_r function, that > would enable HTML output, with s and maybe bold values? The following would give near enough the desired effect: "; print_r($variable); echo ""; } printData($_SERVER); ?> However, I would like to see the funct

RE: [PHP-DEV] php-bugs subject lines

2002-07-25 Thread Ford, Mike [LSS]
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 25 July 2002 09:15 > To: Marko Karppinen > > I like this idea, but I would propose to let the line always > begin with > "Bug #bugnr" (for sorting and stuff). Is there any need to bother with "Bug" when i

Re: [PHP-DEV] Re: [PHP-QA] PHP 4.2.3 release process

2002-07-25 Thread Melvyn Sopacua
At 09:43 7/25/2002 +0200, Sascha Schumann wrote: > > Maybe even comment on the MAKE env variable, I think it'll be OK. > > Why do you want to remove existing and working functionality? Because it's only working, when using BSD make. The case statement in configure.in just plain assumes "whe

Re: [PHP-DEV] print_r's feature

2002-07-25 Thread John Lim
Try this: //debugging print_r function print_pre($r,$prefixmsg='') { if ($prefixmsg) $prefixmsg .= ' '; print "$prefixmsg"; $s = "\n(\n"; ob_start(); print_r($r); ob_end_flush(); print ''; } "Denis Arh" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Ye

AW: [PHP-DEV] returning arrays

2002-07-25 Thread Marco Glatz
> Marco Glatz wrote: > > >hi there, > > > >i have an extension with a funtion that should return an > array, but my array > >is empty ?. > > > > > >-- snip -- > > > >ZEND_FUNCTION(foo) > >{ > > zval *tmp_array; > > > > MAKE_STD_ZVAL(tmp_array); > > > > array_init(tmp_array);

Re: [PHP-DEV] returning arrays

2002-07-25 Thread Alan Knowles
Marco Glatz wrote: >hi there, > >i have an extension with a funtion that should return an array, but my array >is empty ?. > > >-- snip -- > >ZEND_FUNCTION(foo) >{ > zval *tmp_array; > > MAKE_STD_ZVAL(tmp_array); > > array_init(tmp_array); > array_init(return_valu

[PHP-DEV] returning arrays

2002-07-25 Thread Marco Glatz
hi there, i have an extension with a funtion that should return an array, but my array is empty ?. -- snip -- ZEND_FUNCTION(foo) { zval *tmp_array; MAKE_STD_ZVAL(tmp_array); array_init(tmp_array); array_init(return_value); // a loop to fill

Re: [PHP-DEV] PHP_NEW_EXTENSION MFH to PHP_4_2_0?

2002-07-25 Thread derick
Hello, On Thu, 25 Jul 2002, Melvyn Sopacua wrote: > while trying to fix the sysvsem issues, I tried to build the > new config.m4, but it failed on some syntax error. > > Reverted to PHP_EXTENSION i.s.o. PHP_NEW_EXTENSION and it worked again. > > Which is to be used for the PHP_4_2_0 branch? T

Re: [PHP-DEV] Patch suggestions for PHP 4.2.3 (tokenizer)

2002-07-25 Thread derick
Hello Alan, I applied this one. Derick On Thu, 25 Jul 2002, Alan Knowles wrote: > This would be nice to get into 4.2.3 - at least the tokenizer would be > usable in a release version :) > > http://cvs.php.net/diff.php/php4/ext/tokenizer/tokenizer.c?r1=1.8&r2=1.9&ty=h&num=10 > > for bug : h

Re: [PHP-DEV] print_r's feature

2002-07-25 Thread Denis Arh
Yeah, i know this... but... ok... ;) wouldn't be simplier like this: print_r($foo, true); i know how to do it, it was just a suggestion... "Marco Glatz" <[EMAIL PROTECTED]> wrote in message C1A8D5312515D411908C0050BAB3C06F0FA1A0@GATEWAY">news:C1A8D5312515D411908C0050BAB3C06F0FA1A0@GATEWAY...

Re: [PHP-DEV] php-bugs subject lines

2002-07-25 Thread derick
Hello, I like this idea, but I would propose to let the line always begin with "Bug #bugnr" (for sorting and stuff). Derick On Thu, 25 Jul 2002, Marko Karppinen wrote: > Let's make them a bit more informative. > > Example: > > instead of > Bug #17725 Updated: CCan not compile with GCC 3 >

AW: [PHP-DEV] print_r's feature

2002-07-25 Thread Marco Glatz
> How about adding an extra second parameter to print_r > function, that would > enable HTML output, with s and maybe bold values? how about this ? mg -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] print_r's feature

2002-07-25 Thread Denis Arh
How about adding an extra second parameter to print_r function, that would enable HTML output, with s and maybe bold values? Regards, Denis 'xbite' Arh -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] php-bugs subject lines

2002-07-25 Thread Marko Karppinen
Let's make them a bit more informative. Example: instead of Bug #17725 Updated: CCan not compile with GCC 3 how about No feedback on #17725: CCan not compile with GCC 3 instead of Bug #18555 Updated: Incorrect link to Windows version 4.2.2 how about Bug #18555 Bogused: Incorrect link to Windo

[PHP-DEV] Re: [PHP-QA] PHP 4.2.3 release process

2002-07-25 Thread Sascha Schumann
> Maybe even comment on the MAKE env variable, I think it'll be OK. Why do you want to remove existing and working functionality? > If no bug report comes in, we can safely take out all that stuff in 4.3, > like has been done in HEAD. The reason for BSD_MAKEFILE support ceased to exist

[PHP-DEV] CVS Account Request: jome

2002-07-25 Thread Per Gustafsson
I'm going to translate the manual to swedish. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php