Re: [PHP-DEV] ZEND_ADD_STRING patch

2002-11-11 Thread George Schlossnagle
The patch I submitted included BACKQUOTES in the token matching as well. I'm not convinced that is bad, but I will try to thoroughly test it tomorrow, and if it's broken, I'll just case it for and heredocs. George On Monday, November 11, 2002, at 01:56 AM, Andi Gutmans wrote: OH I missed

Re: [PHP-DEV] Re: apache_hooks

2002-11-11 Thread Edin Kadribasic
Hrm.. That's not a bad idea. An ApacheHooks SAPI module sounds like the right approach to me. Would it be possible to load them both (ApacheHooks and mod_php) at the same time? Edin -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Changelog broken?

2002-11-11 Thread Steve Alberty
Hi, the Changelog file in the php4 cvs tree is unchanged since 7 days. Is the script (cvs2cl ?) broken? Regards, Steve -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Win32 snaps ext/xslt

2002-11-11 Thread Christian Stocker
On Tue, 2002-11-05 at 15:09, Melvyn Sopacua wrote: At 14:58 11/5/2002 +0100, Edin Kadribasic wrote: As a note: Ginger Alliance is motivated to synchronise their next maintenance release, with php 4.3, to avoid the unfortunate API incompatibilities, that plagued previous releases

[PHP-DEV] php 4 and Zend 2

2002-11-11 Thread michel 'ziobudda' morelli
Hi, how can I try php4 and zend 2 ? I'm need it to write a book.. If I need to get the cvs version, how ? other than cvs co php4 is there a possibility to know where php5 go out ? bye and tnx. -- -- Vendo tutto per esaurimento (Insegna in un negozio) -- Michel ZioBudda Morelli

[PHP-DEV] htmlspecialchars iso-2022-jp patch

2002-11-11 Thread Adrian Gartland
Attached is a patch which allows iso-2022-jp (jis) encoded text to be passed through htmlspecialchars when the character set is set to ISO-2022-JP. It should also fix a tiny bug I found in determine_charset code where len hadn't been set and then doing its charset map walk. -- PHP Development

Re: [PHP-DEV] php 4 and Zend 2

2002-11-11 Thread Markus Fischer
Just check out php4-ze2 , it's an alias and will check out the ZendEngine2 module in the proper directory within php4. On Mon, Nov 11, 2002 at 11:50:36AM +0100, michel 'ziobudda' morelli wrote : Hi, how can I try php4 and zend 2 ? I'm need it to write a book.. If I need to get the

Re: [PHP-DEV] htmlspecialchars iso-2022-jp patch

2002-11-11 Thread Jan Schneider
Zitat von Adrian Gartland [EMAIL PROTECTED]: Attached is a patch which allows iso-2022-jp (jis) encoded text to be passed through htmlspecialchars when the character set is set to ISO-2022-JP. It should also fix a tiny bug I found in determine_charset code where len hadn't been set and

Re: [PHP-DEV] htmlspecialchars iso-2022-jp patch

2002-11-11 Thread Moriyoshi Koizumi
It would be better to try inlining your patch also. I'm very interested in the patch. Moriyoshi Adrian Gartland [EMAIL PROTECTED] wrote: Attached is a patch which allows iso-2022-jp (jis) encoded text to be passed through htmlspecialchars when the character set is set to ISO-2022-JP. It

Re: [PHP-DEV] htmlspecialchars iso-2022-jp patch

2002-11-11 Thread Adrian Gartland
http://support.oregan.net/php/php_htmlspecialchars_iso_2022-jp.patch On 11 Nov 02, Jan Schneider [EMAIL PROTECTED] wrote: Zitat von Adrian Gartland [EMAIL PROTECTED]: Attached is a patch which allows iso-2022-jp (jis) encoded text to be passed through htmlspecialchars when the character

Re: [PHP-DEV] htmlspecialchars iso-2022-jp patch

2002-11-11 Thread Moriyoshi Koizumi
Could you make a patch diff'ed against the latest version of html.c in HEAD branch? determine_charset() issue which you pointed out seems to have been fixed already. Moriyoshi Adrian Gartland [EMAIL PROTECTED] wrote: http://support.oregan.net/php/php_htmlspecialchars_iso_2022-jp.patch On

[PHP-DEV] Openssl / DBA extensions broken on windows

2002-11-11 Thread Edin Kadribasic
Could the maintainers have a look? Details available at http://snaps.php.net/win32/compile.log Edin -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

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

2002-11-11 Thread Wez Furlong
What are your opinions for having some option to prevent the loading/parsing of php.ini for the CLI version of PHP? -n No Ini File - skips parsing php.ini on startup At the moment, I'm using -c DOESNOTEXIST to achieve the same result, but this is a bit hacky. --Wez. -- PHP

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

2002-11-11 Thread Edin Kadribasic
On Mon, 11 Nov 2002, Wez Furlong wrote: What are your opinions for having some option to prevent the loading/parsing of php.ini for the CLI version of PHP? -n No Ini File - skips parsing php.ini on startup At the moment, I'm using -c DOESNOTEXIST to achieve the same result,

Re: [PHP-DEV] Changelog broken?

2002-11-11 Thread Andrei Zmievski
On Mon, 11 Nov 2002, Steve Alberty wrote: Hi, the Changelog file in the php4 cvs tree is unchanged since 7 days. Is the script (cvs2cl ?) broken? It's actually rcs2log script with some modifications. And yes, I think the number of CVS accounts has finally broken this poor script's back. awk

Re: [PHP-DEV] 64-bit PHP 4.3 (extensive long vs int problems)

2002-11-11 Thread Jason T. Greene
Why not just convert to using a long? Is there really a need to have 2 numeric types in the ini system? -Jason On Mon, 2002-11-11 at 00:20, Andi Gutmans wrote: Hi, How about changing the INI_ENTRY macros in debug mode to check if we're using UpdateInt/UpdateLong and if so check if

[PHP-DEV] PHP Update practices?

2002-11-11 Thread lowbwtom
Is it common practice for hosting providers to update to newer versions of PHP without warning to virtual hosting clients? And should I expect those updates to be bug-free? Liquidweb recently updated to php 4.2.3 and soon after I noticed that significant chunks of my commercial web site ceased to

Re: [PHP-DEV] htmlspecialchars iso-2022-jp patch

2002-11-11 Thread Adrian Gartland
New patch applied against the current php4-latest.tar.gz, same location: http://support.oregan.net/php/php_htmlspecialchars_iso_2022-jp.patch On 11 Nov 02, Moriyoshi Koizumi [EMAIL PROTECTED] wrote: Could you make a patch diff'ed against the latest version of html.c in HEAD branch?

[PHP-DEV] [Fwd: [CVS] karma for sybase docs]

2002-11-11 Thread Timm Friebe
Is [EMAIL PROTECTED] the wrong address to send this? There hasn't been any response on this so far (neither negative nor positive)... -Forwarded Message- From: Timm Friebe [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [CVS] karma for sybase docs Date: 07 Nov 2002 12:39:42 +0100

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

2002-11-11 Thread Mats Lindh
- [EMAIL PROTECTED]% (Chris Shiflett): I assume it is because such an extension would somehow be required to be covered under the GPL as well, but I don't understand that. Shouldn't it be possible for the PHP extension's code to be licensed any license and simply use a GPL library? The

RE: [PHP-DEV] bison error [was: PHP 4.3.0]

2002-11-11 Thread Dave Viner
is that on win32? or linux ? -Original Message- From: Rasmus Lerdorf [mailto:rasmus;php.net] Sent: Friday, November 08, 2002 5:01 PM To: Dave Viner Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] bison error [was: PHP 4.3.0] I'm not seeing any problems with bison-1.75 here. On Fri, 8 Nov

Re: [PHP-DEV] PHP Update practices?

2002-11-11 Thread Derick Rethans
On Mon, 11 Nov 2002, lowbwtom wrote: Is it common practice for hosting providers to update to newer versions of PHP without warning to virtual hosting clients? And should I expect those updates to be bug-free? Hosting companies should definitely warn their clients, but the PHP team of course

[PHP-DEV] Getting escape chars through the parser without warnings

2002-11-11 Thread Adrian Gartland
When using iso-2022-jp encoded strings within the I have to resort to doing error_reporting = ~E_COMPILE_WARNING to avoid getting a million Warning: Unexpected character in input: '' (ASCII=27) state=2 in in the page. iso-2022-jp uses escape characters go in and out of JIS charsets. Compile

[PHP-DEV] libtool aclocal.m4 problems (4.3)

2002-11-11 Thread Brian J. France
I am tracking down a warning when running phpize: catnip 09:44:27 bfrance phpize You should update your `aclocal.m4' by running aclocal. Configuring for: PHP Api Version: 20020918 Zend Module Api No: 20020429 Zend Extension Api No: 20021010 phpize is running libtoolize -f -c which

RE: [PHP-DEV] bison error [was: PHP 4.3.0]

2002-11-11 Thread Rasmus Lerdorf
Linux On Mon, 11 Nov 2002, Dave Viner wrote: is that on win32? or linux ? -Original Message- From: Rasmus Lerdorf [mailto:rasmus;php.net] Sent: Friday, November 08, 2002 5:01 PM To: Dave Viner Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] bison error [was: PHP 4.3.0] I'm not

Re: [PHP-DEV] 64-bit PHP 4.3 (extensive long vs int problems)

2002-11-11 Thread Andi Gutmans
Well I assume lots of extension maintainers are using int's for all sorts of things. I'm not sure it's a good idea to try and catch every last place. In any case, even if we convert everything then my suggestion still stands because it'd help us catch places which aren't defined correctly.

Re: [PHP-DEV] ZEND_ADD_STRING patch

2002-11-11 Thread Andi Gutmans
Hi, I still think the patch isn't good. encaps_list which is the main parser rule can parse: T_VARIABLE T_OBJECT_OPERATOR T_STRING Your version of T_STRING would break this. Again I might be missing something but my hunch is that it would break. Andi At 03:06 AM 11/11/2002 -0500, George

Re: [PHP-DEV] Getting escape chars through the parser without warnings

2002-11-11 Thread Moriyoshi Koizumi
Generally it's not considered to be a good idea to use iso-2022-jp encoding in your script because the scanner doesn't accept control codes in a string literal that is used to form shift sequences, and iso-2022-jp encoded strings may contain escape characters '\', which causes unexpected

Re: [PHP-DEV] htmlspecialchars iso-2022-jp patch

2002-11-11 Thread Moriyoshi Koizumi
Thanks, I'll take a look at it. Moriyoshi Adrian Gartland [EMAIL PROTECTED] wrote: New patch applied against the current php4-latest.tar.gz, same location: http://support.oregan.net/php/php_htmlspecialchars_iso_2022-jp.patch On 11 Nov 02, Moriyoshi Koizumi [EMAIL PROTECTED] wrote: Could

Re: [PHP-DEV] PHP Snaps

2002-11-11 Thread Marcus Börger
Is it possible to increase build time from 4 hours to 2 hours and use a time format that displays the timezone? marcus At 00:34 11.11.2002, James Cox wrote: Snaps are back! The snapserver is back up and alive, with both unix and win32 snaps... -- james -- James Cox :: [EMAIL PROTECTED] ::

Re: [PHP-DEV] Openssl / DBA extensions broken on windows

2002-11-11 Thread Marcus Börger
At 14:03 11.11.2002, Edin Kadribasic wrote: Could the maintainers have a look? Details available at http://snaps.php.net/win32/compile.log Edin Thanks for notifying :-) DBA fixed now - now next step in development... Hope this doesn't break win build again... marcus -- PHP Development

Re: [PHP-DEV] libtool aclocal.m4 problems (4.3)

2002-11-11 Thread Melvyn Sopacua
At 19:46 11-11-2002, Brian J. France wrote: I am tracking down a warning when running phpize: catnip 09:44:27 bfrance phpize You should update your `aclocal.m4' by running aclocal. Configuring for: PHP Api Version: 20020918 Zend Module Api No: 20020429 Zend Extension Api No:

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

2002-11-11 Thread Marcus Börger
I would like to move flock_compat.c/h from ext/standard/ to main/ since i am using it for ext/dba now and will use it inside main/streams.c. If Wez and me find a solution this way. marcus At 21:52 11.11.2002, Marcus Boerger wrote: helly Mon Nov 11 15:52:09 2002 EDT Modified files:

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

2002-11-11 Thread Derick Rethans
On Mon, 11 Nov 2002, Harrie Hazewinkel wrote: harrieMon Nov 11 16:09:19 2002 EDT Modified files: /php4/ext/snmpCREDITS php_snmp.h snmp.c Log: Adding SNMPv3 support. -113,6 +121,11 PHP_FE(snmp_get_quick_print, NULL)

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

2002-11-11 Thread Andi Gutmans
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 php_snmp.h snmp.c Log: Adding SNMPv3 support. -113,6 +121,11

[PHP-DEV] [php-zend-dev] pb of using an array

2002-11-11 Thread Sylvain B
Ps :sorry if it s spam (i have retry several time because i was not enregistred ) Hello, I'am trying to develop a php-module. I have found a lot of help in the php manual and in code source of php, but i have still some problems to use array by parameter. I'd like to make a test function to

[PHP-DEV] [php-Zend-dvlp] help me to use an array with zend

2002-11-11 Thread Sylvain B
Hello, I'am trying to develop a php-module. I have found a lot of help in the php manual and in code source of php, but i have still some problems to use array by parameter. I'd like to make a test function to take an array by parmeter, to re create it, and to return it but it's failed :

[PHP-DEV] [ZEND-PHP-DEV] Some technical help

2002-11-11 Thread Sylvain B
Hello, I'am trying to develop a php-module. I have found a lot of help in the php manual and in code source of php, but i have still some problems to use array by parameter. I'd like to make a test function to take an array by parmeter, to re create it, and to return it but it's failed :

Re: [PHP-DEV] 64-bit PHP 4.3 (extensive long vs int problems)

2002-11-11 Thread Dan Kalowsky
On Monday, November 11, 2002, at 02:39 PM, Andi Gutmans wrote: Well I assume lots of extension maintainers are using int's for all sorts of things. I'm not sure it's a good idea to try and catch every last place. In any case, even if we convert everything then my suggestion still stands

[PHP-DEV] Patch for bug #20272 (mbstr)

2002-11-11 Thread lowbwtom
What's the ETA on a released patch or version (non-RC) to fix this bug? Any ideas on a quick work-around? Thanks, Tom -- Thank you, Tom Kirby VirginiaArtists.net PO Box 1261 * Glen Allen, VA 23060 804-262-6429 Subscribe to our newsletters! They are fantastic!

RE: [PHP-DEV] Changelog broken?

2002-11-11 Thread James Cox
Changelog does seem to be broken, and it's on our list of things to do. Thanks, James -Original Message- From: Steve Alberty [mailto:staybyte;php.net] Sent: Monday, November 11, 2002 10:11 AM To: [EMAIL PROTECTED] Subject: [PHP-DEV] Changelog broken? Hi, the Changelog

[PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] PHP Snaps

2002-11-11 Thread James Cox
I can certainly set this up. any preference for timeformat? (bearing in mind we use unix date) -- james Is it possible to increase build time from 4 hours to 2 hours and use a time format that displays the timezone? marcus At 00:34 11.11.2002, James Cox wrote: Snaps are back! The

Re: [PHP-DEV] PHP Snaps

2002-11-11 Thread Edin Kadribasic
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 increase build time from 4 hours to 2 hours and

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] PHP Snaps

2002-11-11 Thread Ilia A.
On November 11, 2002 05:07 pm, James Cox wrote: I can certainly set this up. any preference for timeformat? (bearing in mind we use unix date) date -R | sed -e 's/ /_/g' Would be the best format IMHO. Ilia -- james Is it possible to increase build time from 4 hours to 2 hours and

Re: [PHP-DEV] PHP Snaps

2002-11-11 Thread Edin Kadribasic
On Monday 11 November 2002 23:14, Ilia A. wrote: On November 11, 2002 05:07 pm, James Cox wrote: I can certainly set this up. any preference for timeformat? (bearing in mind we use unix date) date -R | sed -e 's/ /_/g' Would be the best format IMHO. Nice format but it doesn't sort well

Re: [PHP-DEV] PHP Snaps

2002-11-11 Thread Ilia A.
On November 11, 2002 05:16 pm, Edin Kadribasic wrote: On Monday 11 November 2002 23:14, Ilia A. wrote: On November 11, 2002 05:07 pm, James Cox wrote: I can certainly set this up. any preference for timeformat? (bearing in mind we use unix date) date -R | sed -e 's/ /_/g' Would

Re: [PHP-DEV] PHP Snaps

2002-11-11 Thread Edin Kadribasic
On Monday 11 November 2002 23:20, Ilia A. wrote: Nice format but it doesn't sort well in directory listings :) True, but we only have about a dosen files and with a human readable format directory file sorting is not as relevant IMHO. I disagree. The task of picking the latest sapshot (or

RE: [PHP-DEV] PHP Snaps

2002-11-11 Thread James Cox
of course, all this can be achieved with some simple apache magic... -- james On Monday 11 November 2002 23:20, Ilia A. wrote: Nice format but it doesn't sort well in directory listings :) True, but we only have about a dosen files and with a human readable format directory file

Re: [PHP-DEV] PHP Snaps

2002-11-11 Thread Ilia A.
Well there are a number of issues. First of all current snapshot listing is a regular apache directory listing, which causes files with names longer then X amount of characters to be cut off. If we decide to add any readable timestamp to the file we'd need to use some PHP script to display the

Re: [PHP-DEV] Openssl / DBA extensions broken on windows

2002-11-11 Thread Edin Kadribasic
On Monday 11 November 2002 21:43, Marcus Börger wrote: At 14:03 11.11.2002, Edin Kadribasic wrote: Could the maintainers have a look? Details available at http://snaps.php.net/win32/compile.log Thanks for notifying :-) DBA fixed now - now next step in development... Hope this doesn't break

RE: [PHP-DEV] PHP Snaps

2002-11-11 Thread James Cox
Ilia, be my guest... -- james -Original Message- From: Ilia A. [mailto:ilia;prohost.org] Sent: Monday, November 11, 2002 10:30 PM To: Edin Kadribasic; James Cox; [EMAIL PROTECTED]; Php-Dev Subject: Re: [PHP-DEV] PHP Snaps Well there are a number of issues. First of all

Re: [PHP-DEV] PHP Snaps

2002-11-11 Thread Daniel T. Gorski
Ilia A. wrote: Well there are a number of issues. First of all current snapshot listing is a regular apache directory listing, which causes files with names longer then X amount of characters to be cut off. Please learn to configure apache:

Re: [PHP-DEV] 64-bit PHP 4.3 (extensive long vs int problems)

2002-11-11 Thread Jason T. Greene
OK, though I wasn't arguing against your suggestion; I should have responded to the previous email in the thread. I was just pointing out that supporting these two may be overkill, but if its being used as a stop-gap, and since it doesn't really hurt that much, I suppose it really doesn't matter.

[PHP-DEV] PHP Snaps

2002-11-11 Thread Edin Kadribasic
Any objections to changing timestamp timezone on source snaps to UTC? Windows snapshots are already using it. Edin -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] PHP Snaps

2002-11-11 Thread Marcus Börger
GMT of cause and as daniel wrote already you could also make the filenames in the listing longer so that we could read whole filenames. thanks in advance marcus At 23:07 11.11.2002, James Cox wrote: I can certainly set this up. any preference for timeformat? (bearing in mind we use unix date)

Re: [PHP-DEV] #20374 [NEW]: Performance enhancment forphp_mysql_do_connect. (fwd)

2002-11-11 Thread Zak Greant
On Tue, 2002-11-12 at 00:47, Rasmus Lerdorf wrote: Seems like a good idea to me. Any volunteers? Zak? Working on it right now. :) Cheers! --zak -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] bison error [was: PHP 4.3.0]

2002-11-11 Thread Dave Viner
is anyone out there building php source from cvs using win32 ? if so, what version of bison are you using ? and can you try using 1.75 ? dave -Original Message- From: Rasmus Lerdorf [mailto:rasmus;php.net] Sent: Monday, November 11, 2002 11:28 AM To: Dave Viner Cc: [EMAIL PROTECTED]

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

2002-11-11 Thread Edin Kadribasic
On Tuesday 12 November 2002 00:40, Marcus Boerger wrote: helly Mon Nov 11 18:40:33 2002 EDT Modified files: /php4/ext/standardflock_compat.c flock_compat.h Log: make flock() a function again when it is missing #ifndef HAVE_FLOCK -/* defines flock as php_flock */

Re: [PHP-DEV] bison error [was: PHP 4.3.0]

2002-11-11 Thread Edin Kadribasic
On Tuesday 12 November 2002 01:11, Dave Viner wrote: is anyone out there building php source from cvs using win32 ? if so, what version of bison are you using ? and can you try using 1.75 ? Windows build machine is using GNU bison 1.34. I'll try to see if cygwin has 1.75 package, if not i'll

Re: [PHP-DEV] ZEND_ADD_STRING patch

2002-11-11 Thread George Schlossnagle
Hi, You're right. This patch should address that concern: diff -u -3 -r1.51 zend_language_scanner.l --- zend_language_scanner.l 2 Nov 2002 16:32:26 - 1.51 +++ zend_language_scanner.l 11 Nov 2002 22:17:09 - @@ -32,6 +32,7 @@ %} %x ST_IN_SCRIPTING +%x ST_EXPECTING_OBJECT

Re: [PHP-DEV] bison error [was: PHP 4.3.0]

2002-11-11 Thread Edin Kadribasic
On Tuesday 12 November 2002 01:25, Dave Viner wrote: i got the 1.75 from cygwin, so you should be able to find it. Yup. Windows snapshot and release build machine has an updated version of cygwin installed. That version contains bison 1.75. Edin -- PHP Development Mailing List

RE: [PHP-DEV] bison error [was: PHP 4.3.0]

2002-11-11 Thread Dave Viner
i assume this means that the problem i'm having is not reproducible. if so, do you have any thoughts on what i can do to fix my build ? thanks dave viner -Original Message- From: Edin Kadribasic [mailto:edink;proventum.net] Sent: Monday, November 11, 2002 5:04 PM To: Dave Viner Cc:

[PHP-DEV] What happened to the notes on php.net?

2002-11-11 Thread Maxim Maletsky
For my big surprise there aren't there Did I miss something? -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] What happened to the notes on php.net?

2002-11-11 Thread Matthew Walker
They're not there for me either... Odd. Maxim Maletsky said: For my big surprise there aren't there Did I miss something? -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Development Mailing List http://www.php.net/ To

Fwd: Re: [PHP-DEV] What happened to the notes on php.net?

2002-11-11 Thread Paul Nicholson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - -- Forwarded Message -- Subject: RE: [PHP] User Contributed Notes at php.net? Date: Mon, 11 Nov 2002 23:43:18 - From: James Cox [EMAIL PROTECTED] To: Ernest E Vogelsinger [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: [EMAIL

[PHP-DEV] What happened to the notes on php.net?

2002-11-11 Thread nicos
Hello, As you can see, for now, download manuals and notes are not available. We're working on it. Thanks you for the report. -- M.CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com Hébergement de sites internets. Paul Nicholson [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL

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

2002-11-11 Thread nicos
+1 for Streams API. -- M.CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com Hébergement de sites internets. Wez Furlong [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] How about Streams API ? --Wez. On 11/11/02, James Cox [EMAIL PROTECTED] wrote: That works for me --

RE: [PHP-DEV] bison error [was: PHP 4.3.0]

2002-11-11 Thread Dave Viner
well, i downgraded bison to 1.35, and it works fine. no warnings, no errors. not sure what's going on with that, but at least i can build again. if a bison or win32 expert wants more info, i'm happy to work towards some resolution. dave -Original Message- From: Dave Viner

Re: [PHP-DEV] 64-bit PHP 4.3 (extensive long vs int problems)

2002-11-11 Thread Andi Gutmans
At 04:31 PM 11/11/2002 -0500, Dan Kalowsky wrote: On Monday, November 11, 2002, at 02:39 PM, Andi Gutmans wrote: Well I assume lots of extension maintainers are using int's for all sorts of things. I'm not sure it's a good idea to try and catch every last place. In any case, even if we

Re: [PHP-DEV] PHP Snaps

2002-11-11 Thread Derick Rethans
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... Derick -- --- Derick Rethans

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

2002-11-11 Thread Derick Rethans
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 not indicate the failure of a function. [...]