Re: [PHP-DEV] zend_multibyte.c

2002-05-16 Thread Masaki Fujimoto
Hello, # I forgot CC... sorry for doubled mails, Brad. On Wed, 15 May 2002 22:42:05 -0700 (PDT) brad lafountain [EMAIL PROTECTED] wrote: What exactly does this do. Is zend going to support multbyte characters? Yes, we japanese is working for i18n of Zend Engine (and ZE2) these days... but

[PHP-DEV] Re: Operator Precedence bug

2002-05-16 Thread Derick Rethans
Andrew, On Wed, 15 May 2002, Andrew Sitnikov wrote: Hello derick, What you thing about this http://bugs.php.net/bug.php?id=17180 ? It must be marked as Open instead Analized ? No, I think it should be a documentation problem. It just doesn't make any sense to do it like this, and

[PHP-DEV] libesmtp (Was: Re: [PHP-QA] Improvement suggestions for mail() delivery problems)

2002-05-16 Thread Markus Fischer
Hi, btw, I've found a library called libesmtp [1]. It's feature list is quite interesting: Support for many SMTP extensions, notably PIPELINING (RFC 2920), DSN (RFC 1891) and SASL authentication (RFC 2554). Supported SASL mechanisms include CRAM- MD5 and NTLM. Maybe

[PHP-DEV] CVS Account Request: microbrain

2002-05-16 Thread Karel Vervaeke
learn php ;-) Uh NO! learn to use cvs. buggrit. No seriously I feel like doing lots of translating on the dutch manual, because it still needs lots of work and I haven't seen any changes during the last months (=6) -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit:

Re: [PHP-DEV] libesmtp (Was: Re: [PHP-QA] Improvement suggestionsfor mail() delivery problems)

2002-05-16 Thread Hartmut Holzgraefe
dreamnigif it only supported win32/dreaming -- Hartmut Holzgraefe [EMAIL PROTECTED] http://www.six.de/ +49-711-99091-77 Wir stellen für Sie aus, auf der INTERNET WORLD in Berlin. Besuchen Sie uns vom 4. bis 6. Juni 2002 in Halle 4.2, Stand A9 -- PHP Development Mailing List

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] libesmtp (Was: Re: [PHP-QA] Improvementsuggestions for mail() delivery problems)

2002-05-16 Thread derick
On Thu, 16 May 2002, Hartmut Holzgraefe wrote: dreamnigif it only supported win32/dreaming We're having a hard time on compiling this bitch... It is totally non-win32 compatible it seems... Derick --- Did I help you?

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

2002-05-16 Thread derick
On 16 May 2002, Karel Vervaeke wrote: learn php ;-) Uh NO! learn to use cvs. buggrit. No seriously I feel like doing lots of translating on the dutch manual, because it still needs lots of work and I haven't seen any changes during the last months (=6) You didn't look very well then :)

[PHP-DEV] Help please.

2002-05-16 Thread Robert Cummings
Is there someplace other than: http://www.php.net/manual/en/zend.php Where I can get more advanced information about how the engine itself works. While I've made some extensions I was recently wondering if perhaps I've done some things wrong (no doubt I have). For instance... Let's say I

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

2002-05-16 Thread Manuzhai
Like, we got the whole MySQL section translated. :) [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On 16 May 2002, Karel Vervaeke wrote: learn php ;-) Uh NO! learn to use cvs. buggrit. No seriously I feel like doing lots of translating on the dutch

[PHP-DEV] Console application with PHP

2002-05-16 Thread DoL
Hi All I am trying to write something similar to a server console display, is it a good idea to use PHP? Wondering how things like 1. server clock (similar to a clock applet) 2. server status can be displayed with PHP code? Note: I need to display the above two in a continuous fashion on the

[PHP-DEV] RE: [PHP] Console application with PHP

2002-05-16 Thread Vail, Warren
PHP and Web Servers probably make a bad choice for what is essentially a real time application. PHP and web servers expect to serve up a page of essentially HTML(and Javascript, or Java Applets), then close the connection to a browser so that it can handle the requests of others, and not deal

Re: [PHP-DEV] Console application with PHP

2002-05-16 Thread Markus Fischer
Hi, all is possible. I suggest taking a look at http://gtk.php.net/ and http://www.php.net/manual/en/features.commandline.php for a start. - Markus On Fri, May 17, 2002 at 12:12:20AM +0800, DoL wrote : Hi All I am trying to write something similar to a server

Re: [PHP-DEV] Configuration.... XML.... Life

2002-05-16 Thread Marcus Börger
Generally using xml instead of ini format would allow many things -different ini sections for different sapis -different ini sections for different users -maybe inclusion of subscripts (db admin may change only database parts..) -maybe different ini sections for different webservers if we can

Re: [PHP-DEV] karma

2002-05-16 Thread Stig S. Bakken
Drop a mail to [EMAIL PROTECTED] - Stig On Thu, 2002-05-16 at 07:00, brad lafountain wrote: How would i go about getting karma for cvs commits? - Brad __ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com

[PHP-DEV] Writing EXIF?

2002-05-16 Thread Jens Kohl
Hello, is there a possibility to write (create and update) EXIF information? I can't find anything in the manual. There is only the exif_read_information function that reads the information. I want to read, temp. save, rotate an image with imlib, save the new image and rewrite the exif

[PHP-DEV] [PATCH] Fix for bug 16888

2002-05-16 Thread Joseph Tate
The following fixes bug 16888 so that Apache and IIS no longer crash on Windows when using the domxml extension with more than 128 nodes. See http://bugs.php.net/bug.php?id=16888 for details. Will the memory leak gurus please have a go at this and let me know what problems arise? Also, please

Re: [PHP-DEV] [PATCH] Fix for bug 16888

2002-05-16 Thread Christian Stocker
On Thu, 16 May 2002, Joseph Tate wrote: The following fixes bug 16888 so that Apache and IIS no longer crash on Windows when using the domxml extension with more than 128 nodes. See http://bugs.php.net/bug.php?id=16888 for details. Will the memory leak gurus please have a go at this and

Re: [PHP-DEV] Writing EXIF?

2002-05-16 Thread Marcus Börger
There is no way writing exif information. Maybe this will be added but the necessary code would be very complex. It could be an option to allow setting of number values such as the rotation information. When only allowing such we do not have to strip of EXIF header and insert the a new one. At

[PHP-DEV] Configuration.... XML.... Life

2002-05-16 Thread Michael Dransfield
I have started writing an app which helps (mainly win32, new) users to generate config files correctly to prevent glaring security holes on production servers. I started by using parse_config_file(), but this ends up causing problems because it strips comments. This means that some variables

[PHP-DEV] Re: Configuration.... XML.... Life

2002-05-16 Thread Manuzhai
Do you really have to use attributes for things like name? And the sense of having section-description inside section escapes me. Regards, Manuzhai Michael Dransfield [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I have started writing an app which helps

[PHP-DEV] RE: [PHP] Re: [PHP-DEV] Console application with PHP

2002-05-16 Thread Vail, Warren
Does this work on Windows, or is it restricted to Linux/unix? Warren Vail Tools, Metrics Quality Processes (415) 667-7814 Pager (877) 774-9891 215 Fremont 02-658 -Original Message- From: Markus Fischer [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 11:58 AM To: DoL Cc:

[PHP-DEV] Re: [PHP] Re: [PHP-DEV] Console application with PHP

2002-05-16 Thread Markus Fischer
Windows too. - Markus On Thu, May 16, 2002 at 02:31:52PM -0700, Vail, Warren wrote : Does this work on Windows, or is it restricted to Linux/unix? Warren Vail Tools, Metrics Quality Processes (415) 667-7814 Pager (877) 774-9891 215 Fremont 02-658 -Original

[PHP-DEV] Zip file help

2002-05-16 Thread Vinod Palan
hi , Does any one knows How do Install zip file module available @ http://zziplib.sourceforge.net/ I am having apachea 1.3.22 and Win2k PHP 4 Thanks Vinod -- Vinod Palan A Calypso Technology, Inc. [EMAIL PROTECTED] (415) 817-2463 Phone -- PHP Development Mailing List

[PHP-DEV] CVS Account Request: dets

2002-05-16 Thread Den V. Tsopa
I want to apply patch to mbstring extention module. I need access to php4/ext/mbstring. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Which source tree should I use?

2002-05-16 Thread Venkat Raghavan
OK, I've got a CVS account now. Do I just check-out using the procedure specified in the Anonymous CVS Usage page or should I use some specific version? I want to work with the latest files. Thanx in advance, Venkat -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit:

[PHP-DEV] CVS Account Request: kongl

2002-05-16 Thread zhouweiping
do something -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Which source tree should I use?

2002-05-16 Thread Rasmus Lerdorf
Check out the main php4/ HEAD branch. cvs -d:pserver:[EMAIL PROTECTED]:/respository co php4 On Thu, 16 May 2002, Venkat Raghavan wrote: OK, I've got a CVS account now. Do I just check-out using the procedure specified in the Anonymous CVS Usage page or should I use some specific version? I

[PHP-DEV] Re: cvs: php4 /sapi/apache2filter apache_config.c

2002-05-16 Thread Cliff Woolley
On Fri, 17 May 2002, Cliff Woolley wrote: jwoolley Fri May 17 01:16:24 2002 EDT Modified files: /php4/sapi/apache2filter apache_config.c Log: * restore the php_flag and php_admin_flag Apache directives which for some mysterious reason never made their way from