[PHP-DEV] Can someone pls unsubscribe me from the list

2002-05-07 Thread Surya Saraff
Hi everyone, I have send at least 2 emails to [EMAIL PROTECTED] regarding my unsubscription to this listserv. But, it is not working. Can someone pls advise me. Thanks __ Do You Yahoo!? Yahoo! Health - your guide to health and wellness http://h

Re: Re[2]: [PHP-DEV] PHP 4.3 charter and release plan

2002-05-07 Thread Jan Schneider
Zitat von "Stig S. Bakken" <[EMAIL PROTECTED]>: > On Mon, 2002-05-06 at 11:54, Jan Schneider wrote: > > Zitat von Andrew Sitnikov <[EMAIL PROTECTED]>: > > > > > Hello Stig, > > > > > > SSB> Huh, are you saying PHP _is_ locale-dependant? > > > Yes. > > > > > > Example: > > > 1.php > > > > >

Re: [PHP-DEV] RFI: Request for Interfaces

2002-05-07 Thread Wez Furlong
On 07/05/02, "Zeev Suraski" <[EMAIL PROTECTED]> wrote: > Ok, I understand the benefits. I think we should avoid introducing a new > mechanism, and mainstream it on top of the existing resource mechanism, as > integrated as possible: Good! > 1. You would have a basic rsrc_interface_base struc

[PHP-DEV] PHP/Apache 2.0.36 problems with Flash XML-RPC client

2002-05-07 Thread Jess Planck
I am going to get shot for this cross-post, please accept my apologies! I've been toying around with building a Flash XML-RPC client that will work with the HPE portal system (http://sourceforge.net/projects/hpe). I am also doing testing of PHP and Apache2. This server is built with Apache 2.0

[PHP-DEV] auto release of semaphores can be problematic

2002-05-07 Thread Wez Furlong
There is a bug report that states that the following cannot be implemented in PHP because of the semaphore auto-release on process exit feature: READER: p(mutex); readcount++; if (readcount is 1) then p(db); // marks db for auto-release

Re: [PHP-DEV] php module state initialization

2002-05-07 Thread derick
On Tue, 7 May 2002, Gabriel Ricard wrote: > Rasmus Lerdorf wrote: > > Well, the absolute fastest way to get something similar to this is to > > write a PHP extension in C that performs your time-sensitive operations. > > It really is much easier than most people think to extend PHP in this > > fa

Re: [PHP-DEV] php module state initialization

2002-05-07 Thread Gabriel Ricard
Rasmus Lerdorf wrote: > Well, the absolute fastest way to get something similar to this is to > write a PHP extension in C that performs your time-sensitive operations. > It really is much easier than most people think to extend PHP in this > fashion. If you are a moderately experienced C program

Re: [PHP-DEV] php module state initialization

2002-05-07 Thread Rasmus Lerdorf
Well, the absolute fastest way to get something similar to this is to write a PHP extension in C that performs your time-sensitive operations. It really is much easier than most people think to extend PHP in this fashion. If you are a moderately experienced C programmer, you can take a function y

[PHP-DEV] Re: Bug #17060 Updated: Request: localization of strtotime

2002-05-07 Thread Markus Fischer
Hi, On Tue, May 07, 2002 at 04:03:30PM +0200, Giancarlo Di Massa wrote : > I think this could trigger compatiblity problem. We could introduce str_to_time() which supports this feature then and deprecate the old one. > Also, instructing > strtotime with a country code would ease ou

[PHP-DEV] php module state initialization

2002-05-07 Thread Gabriel Ricard
I know that there are several script caching systems that exist for PHP currently, and they increase the speed of PHP scripts greatly, but I wonder if there is something more that can be done to increase the execution speed of scripts. Primarily, what I'm interested in, is the ability to have

[PHP-DEV] Re: Bug #17060 Updated: Request: localization of strtotime

2002-05-07 Thread Markus Fischer
Hi, why not just depend on the current locale (if this feature ever gets implemented) ? - Markus On Tue, May 07, 2002 at 01:48:37PM -, [EMAIL PROTECTED] wrote : > ID: 17060 > Updated by: [EMAIL PROTECTED] > Reported By: [EMAIL PROTECTED] > Statu

Re: [PHP-DEV] Creating Mail account

2002-05-07 Thread Dan Hardiker
> How can I create a mail account on Linux server with PHP ? More information is required for that question to be answer (such as what MTA and MDA are you using and a few others which would give the impression you dont quite have a grasp on the question your really asking). In anycase - wrong li

[PHP-DEV] Creating Mail account

2002-05-07 Thread Rosen
Hi, How can I create a mail account on Linux server with PHP ? Can I do it ? Thanks, Rosen -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] RFI: Request for Interfaces

2002-05-07 Thread Zeev Suraski
At 12:12 07/05/2002, Wez Furlong wrote: >On 04/05/02, "Zeev Suraski" <[EMAIL PROTECTED]> wrote: > > One thing that I'm personally don't really understand, is what kind of > > support this needs from the infrastructure. As far as I can tell, we > could > > define php_database_interface (example),

[PHP-DEV] CVS Account Request: reywob

2002-05-07 Thread Peter Bowyer
To add the ImageTransform class(es) to PEAR. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Session + IIS

2002-05-07 Thread Maurice
Hi, I'm having some troubles with sessions and PHP 4.1.2 in IIS 5 under WinNT. I'm using the standard session functions from php. $cookie_params = session_get_cookie_params(); session_set_cookie_params($cookie_params["lifetime"],dirname($SCRIPT_NAME)); session_start(); session_register("g_sessi

Re: [PHP-DEV] PHP 4.2.1

2002-05-07 Thread Stig S. Bakken
On Mon, 2002-05-06 at 17:59, Christian Stocker wrote: > On Mon, 6 May 2002, brad lafountain wrote: > > > > Man... When is the next planned release? > > don't know. ask stig .) No date yet. The current "major changes" list for 4.3 is: 1. New build system (Sascha) 2. PHP Streams (Wez) 3. Comm

Re: Re[2]: [PHP-DEV] PHP 4.3 charter and release plan

2002-05-07 Thread Stig S. Bakken
On Mon, 2002-05-06 at 11:54, Jan Schneider wrote: > Zitat von Andrew Sitnikov <[EMAIL PROTECTED]>: > > > Hello Stig, > > > > SSB> Huh, are you saying PHP _is_ locale-dependant? > > Yes. > > > > Example: > > 1.php > > > setlocale(LC_ALL,'ru_RU.CP1251'); > > include('2.php'); > > ?> > > > >

Re: [PHP-DEV] RFI: Request for Interfaces

2002-05-07 Thread Wez Furlong
On 04/05/02, "Zeev Suraski" <[EMAIL PROTECTED]> wrote: > One thing that I'm personally don't really understand, is what kind of > support this needs from the infrastructure. As far as I can tell, we could > define php_database_interface (example), with the necessary callbacks, and > use it dir