[PHP-DEV] Macro usage guideline

2002-02-24 Thread Yasuo Ohgaki
Hi all, It would be nicer if there is macro useage guideline. For example, we can use PHP_FUNCTION() or ZEND_FUNCTION() PHP_MINIT() or ZEND_STARTUP_N() Are we going to use ZEND_* macro for all? Personally I like ZEND_* macro since it's easier to look up definition with tag serach. I'll

[PHP-DEV] [PATCH] Session and output control patch (final)

2002-02-24 Thread Yasuo Ohgaki
Hi all, I've been requesting comment for session and output patch. So far, I've got no reply except from Sascha. Session module change summary - fixed crashes when save handler returned FAILURE. - fixed mm save handler - fixed bogus error message for serializer - fixed sticky save

[PHP-DEV] [PATCH] Session and output control patch (final)

2002-02-24 Thread Yasuo Ohgaki
Hi all, I've been requesting comment for session and output patch. So far, I've got no reply except from Sascha. Session module change summary - fixed crashes when save handler returned FAILURE. - fixed mm save handler - fixed bogus error message for serializer - fixed sticky save

[PHP-DEV] cygwin and php

2002-02-24 Thread Yasuo Ohgaki
Some people would be interested in this, I guess. -- Yasuo Ohgaki -- From http://bugs.php.net/bug.php?id=15646edit=1 -- 21 Feb 4:55am] [EMAIL PROTECTED] another $0.02: i compiled PHP succesfully using cygwin environment and it works just fine. -- PHP Development Mailing List

Re: [PHP-DEV] [PATCH] Session and output control patch (final)

2002-02-24 Thread derick
Hello Yasuo, I'd like to check your patch too before you commit it. I want to see if it fixes some problems that I have with sessions, and doesn't introduce new ones. I'll apply this patch to my local tree here now and do some testing. Against which CVS version is this patch made? Derick On

[PHP-DEV] Re: Bug #13344 Updated: sablot bites ext/java (sun jdk 1.3.1) (fwd)

2002-02-24 Thread Derick Rethans
On 24 Feb 2002 [EMAIL PROTECTED] wrote: -PHP Version: 4.0CVS-2001-09-17 +PHP Version: 4.0CVS-2001-09-1 What's this? It seems that the bug system has a buggy :) Derick -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] install.txt in Win32 distro

2002-02-24 Thread Andrey Hristov
Can someone karma gifted change a text in install.txt in the Win32 distro? The current text is : Installation on Windows 9x/Me/NT/2000 systems The new text : Installation on Windows 9x/Me/NT/2000/XP systems Regards, Andrey Hristov -- PHP Development Mailing List http://www.php.net/ To

Re: [PHP-DEV] install.txt in Win32 distro

2002-02-24 Thread Jan Lehnardt
Hi, On Sun, 24 Feb 2002 14:30:31 +0200 Andrey Hristov [EMAIL PROTECTED] wrote: Can someone karma gifted change a text in install.txt in the Win32 distro? The current text is : Installation on Windows 9x/Me/NT/2000 systems The new text : Installation on Windows 9x/Me/NT/2000/XP systems I have

Re: [PHP-DEV] [PATCH] Session and output control patch (final)

2002-02-24 Thread Yasuo Ohgaki
I took this diff on Feb. 16, but it should be able to apply to the latest source. Please let me know, if this patch introduces new bugs. I'll happily fix bugs :) -- Yasuo Ohgaki [EMAIL PROTECTED] wrote: Hello Yasuo, I'd like to check your patch too before you commit it. I want to see if it

[PHP-DEV] Soundex and metaphone functions

2002-02-24 Thread Steph JG
Are there Soundex / Metaphone algorithms available for languages other than English, such as French, German, Spanish, Japanese, Chinese, Portuguese, etc? I'm particulary interest in French locution. Thanks ... -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit:

Re: [PHP-DEV] --with-sybase and --with-ibm-db2 conflict

2002-02-24 Thread Casey Allen Shobe
On Friday 22 February 2002 19:15, Casey Allen Shobe wrote: Argh...I *really* need both Is there any chance of a speedy fix for this? Or at least an ETA? I'm in dire need of being able to query both a DB2 and an MSSQL server in the same script... -- Casey Allen Shobe [EMAIL PROTECTED]

Re: [PHP-DEV] --with-sybase and --with-ibm-db2 conflict

2002-02-24 Thread Rasmus Lerdorf
Unlikely unless you figure out how to fix it and submit a patch. Very few developers have access to that combination to test things with. -Rasmus On Sun, 24 Feb 2002, Casey Allen Shobe wrote: On Friday 22 February 2002 19:15, Casey Allen Shobe wrote: Argh...I *really* need both Is

Re: [PHP-DEV] --with-sybase and --with-ibm-db2 conflict

2002-02-24 Thread Dan Kalowsky
On Sun, 24 Feb 2002, Casey Allen Shobe wrote: On Friday 22 February 2002 19:15, Casey Allen Shobe wrote: Argh...I *really* need both Is there any chance of a speedy fix for this? Or at least an ETA? I'm in dire need of being able to query both a DB2 and an MSSQL server in the same

Re: [PHP-DEV] --with-sybase and --with-ibm-db2 conflict

2002-02-24 Thread [EMAIL PROTECTED]
On Sunday 24 February 2002 02:15 pm, Dan Kalowsky wrote: On Sun, 24 Feb 2002, Casey Allen Shobe wrote: On Friday 22 February 2002 19:15, Casey Allen Shobe wrote: Argh...I *really* need both Is there any chance of a speedy fix for this? Or at least an ETA? I'm in dire need of

Re: [PHP-DEV] --with-sybase and --with-ibm-db2 conflict

2002-02-24 Thread Brian Bruns
Rasmus, I have both those compiled into my setup at work so I can take a look, we use --with-sybase-ct to work around the issue, I think we also had to make sure that --with-ibm-db2 appeared in the configure line prior to the other. I'll see if I can take a look at fixing it when I get back

Re: [PHP-DEV] --with-sybase and --with-ibm-db2 conflict

2002-02-24 Thread Casey Allen Shobe
On Sunday 24 February 2002 15:51, [EMAIL PROTECTED] wrote: Make sure it's a feature request :-) No. This is not a 'feature request'. This is a bug that prevents me from doing my job. On Sunday 24 February 2002 15:15, Dan Kalowsky wrote: I'd also suggest submitting a bug in regards to this.

Re: [PHP-DEV] --with-sybase and --with-ibm-db2 conflict

2002-02-24 Thread Dan Kalowsky
On Sunday 24 February 2002 15:51, [EMAIL PROTECTED] wrote: Make sure it's a feature request :-) No. This is not a 'feature request'. This is a bug that prevents me from doing my job. Again, you are welcome to submit a patch if you have a solution. On Sunday 24 February 2002 15:15, Dan

Re: [PHP-DEV] --with-sybase and --with-ibm-db2 conflict

2002-02-24 Thread [EMAIL PROTECTED]
Alright, Alright... This is where to submit a bug: http://bugs.php.net/ --Andrew On Sunday 24 February 2002 03:40 pm, Casey Allen Shobe wrote: On Sunday 24 February 2002 15:51, [EMAIL PROTECTED] wrote: Make sure it's a feature request :-) No. This is not a 'feature request'. This is a

Re: [PHP-DEV] --with-sybase and --with-ibm-db2 conflict

2002-02-24 Thread Casey Allen Shobe
On Sunday 24 February 2002 16:16, Brian Bruns wrote: I have both those compiled into my setup at work so I can take a look, we use --with-sybase-ct to work around the issue, I think we also had to make sure that --with-ibm-db2 appeared in the configure line prior to the other. Well, I tried

Re: [PHP-DEV] --with-sybase and --with-ibm-db2 conflict

2002-02-24 Thread Dan Kalowsky
The ODBC support is buggy...as in, I can connect to and run queries on both DB2 and MSSQL via isql (comes with unixodbc) on the command line, but via PHP, only DB2 works when I try to use both within a script. Again, please file a bug report with as much information as you can provide for

Re: [PHP-DEV] --with-sybase and --with-ibm-db2 conflict

2002-02-24 Thread Casey Allen Shobe
On Sunday 24 February 2002 16:59, Dan Kalowsky wrote: Again, please file a bug report with as much information as you can provide for this to be solved. Just telling us that it's buggy and won't connect doesn't give a developer much to work with. For what it's worth, I've used the ODBC

Re: [PHP-DEV] Apache2 and PHP CVS from today

2002-02-24 Thread August
Sebastian, I've been tracking this reasonably closely. [php4-200202242100]# ./configure --with-apache=../httpd-2.0.32 Configuring SAPI modules checking for AOLserver support... no checking for Apache module support via DSO through APXS... no checking for Apache module support... no configure:

[PHP-DEV] 4.2 TODO nomination

2002-02-24 Thread August
Like to nominate http://bugs.php.net/bug.php?id=14556 or a similar apache2 bug for the 4.2 todo. The Apache folks are getting pretty close to a major General Availability release, and with the latest beta I think the API is stable enough it is probably safe to develop against it. Be great to