[PHP-DEV] configure php win32 cygwin

2002-02-23 Thread Alexander Gräf
hello everyone, i'm trying to configure and compile php on windows 2000 SP2 with cygwin. on the shell, i cd to the root of my php-sources, then i type "./configure". he starts outputing some lines, and then pop ups a message box telling me that procedure point "_ctype_" in cygwin1.dll cannot be

[PHP-DEV] Re: Help - I don't know what to do!

2002-02-23 Thread Yasuo Ohgaki
Looks like I had problem with yahoo mail :( I guess some of mail sent form my yahoo.com account didn't actually send -- Yasuo Ohgaki Zeev Suraski wrote: > Tobias, > > By default, PHP does not have the xbithack feature enabled, so I'm not > sure why you're getting this behavior. > > Try se

[PHP-DEV] Re: Session ID routine, modifying session module structure

2002-02-23 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: > I am working on adding a new member to the session module structure. It > will create the session ID for the session module. It will default to NULL, > in which case the session code will call its normal session_create_id > function, however, if the modules define a c

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

2002-02-23 Thread Chand
At 05:52 PM 2/23/2002 +0100, Sebastian Bergmann wrote: >Chand wrote: >> are you sure you've tried compiling it as a built-in module in Apache? > >$ cd /usr/src/httpd-2.0 >$ ./configure --enable-so --enable-mods-shared=ALL >$ make >$ make install >$ cd /usr/src/php4 >$ ./con

Re: [PHP-DEV] Please Add my Patch: ext/xslt/sablot.c

2002-02-23 Thread Markus Fischer
Applied, thx. -- Please always Cc to me when replying to me on the lists. GnuPG Key: http://guru.josefine.at/~mfischer/C2272BD0.asc -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Please Add my Patch: ext/xslt/sablot.c

2002-02-23 Thread Peter Neuman
Hello, Here is my Patch for a better Design: --- ext/xslt/sablot.c +++ ext/xslt/sablot.c @@ -164 +164 @@ - php_info_print_table_header(2, "XSLT support", "enabled"); + php_info_print_table_row(2, "XSLT Support", "enabled"); can one add it? Thanx Cu Peter Neuman -- PHP Development Mailing

[PHP-DEV] Re: PHP 5 Features

2002-02-23 Thread J Smith
I doubt you're going to get a really good answer for this question because 1. PHP 5.0 isn't out yet and won't be out for a while. (Not until Zend Engine 2.0 is done, I'd assume.) 2. This is a PHP development group, so do you really think you're going to get an unbaised answer here? Would you

[PHP-DEV] Re: Help - I don't know what to do!

2002-02-23 Thread Zeev Suraski
Tobias, By default, PHP does not have the xbithack feature enabled, so I'm not sure why you're getting this behavior. Try setting it off explicitly by adding php_flag xbithack off to your Apache httpd.conf file... Zeev At 17:45 2002/02/23, Tobias Wiersch wrote: >Hello Webmaster! > >It would

[PHP-DEV] Session ID routine, modifying session module structure

2002-02-23 Thread mlwmohawk
I am working on adding a new member to the session module structure. It will create the session ID for the session module. It will default to NULL, in which case the session code will call its normal session_create_id function, however, if the modules define a custome session_id creation routi

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

2002-02-23 Thread Sebastian Bergmann
Chand wrote: > are you sure you've tried compiling it as a built-in module in Apache? $ cd /usr/src/httpd-2.0 $ ./configure --enable-so --enable-mods-shared=ALL $ make $ make install $ cd /usr/src/php4 $ ./configure --with-apxs2=/usr/local/apache2/bin/apxs $ make $

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

2002-02-23 Thread Chand
At 08:14 AM 2/23/2002 +0100, Sebastian Bergmann wrote: >August wrote: >> There's been a bit of traffic on the apache dev list about this as >> well, most of it indicating the problem lies on the PHP side of >> things... This is something I've been tracking for a while, waiting >> for the Apache

[PHP-DEV] Re: Sockets Extension Rework (API, etc...) VERY LONG

2002-02-23 Thread Harald Radi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > vs. > > while(($retval==socket_read($sock, $buf, $len)) > 0) { > // do something > } > if ($retval==-1) { > print strerror(socket_last_error($sock)); > } elseif ($retval==0) { > $eof=1; > print "Eof has occured!!!"; > }

[PHP-DEV] Soundex and metaphone functions

2002-02-23 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 To unsubscribe, visit: http