[PHP-DEV] Patch for README.EXT_SKEL

2003-03-06 Thread Martin Jansen
Hi, on Debian Woody, one not only needs to change skeleton/create_stubs to use gawk instead of mawk, but it is also necessary to change ext_skel itself. With the attached patch this is noted in README.EXT_SKEL. -- - Martin Martin Jansen

[PHP-DEV] [PATCH] fixes for /usr/lib64 systems

2003-03-06 Thread Joe Orton
Hi, I've got a bunch of fixes for systems which have system libraries in /usr/lib64 rather than /usr/lib - these are needed for some upcoming 64-bit Linux ports. These fixes are based on patches from SuSE developers [EMAIL PROTECTED] [EMAIL PROTECTED]. Should I submit changes to ext/*/config.m4

Re: [PHP-DEV] [PATCH] fixes for /usr/lib64 systems

2003-03-06 Thread James Devenish
In message [EMAIL PROTECTED] on Thu, Mar 06, 2003 at 10:25:14AM +, Joe Orton wrote: Hi, I've got a bunch of fixes for systems which have system libraries in /usr/lib64 rather than /usr/lib - these are needed for some upcoming 64-bit Linux ports. These fixes are based on patches from SuSE

[PHP-DEV] Fix for wordwrap()

2003-03-06 Thread Jedi/Sector One
Hello. Maybe this is the intended behavior, but wordwrap()'s behavior is a bit illogical on PHP 4.3.1, as it does only break after a plain whitespace, not after punctuation, \n, etc. Here's a trivial sample : $a = ww\nphprules\nw; print wordwrap($a, 10,

Re: [PHP-DEV] [PATCH] fixes for /usr/lib64 systems

2003-03-06 Thread Joe Orton
On Thu, Mar 06, 2003 at 07:27:05PM +0800, James Devenish wrote: In message [EMAIL PROTECTED] on Thu, Mar 06, 2003 at 10:25:14AM +, Joe Orton wrote: Hi, I've got a bunch of fixes for systems which have system libraries in /usr/lib64 rather than /usr/lib - these are needed for some

Re: [PHP-DEV] [PATCH] fixes for /usr/lib64 systems

2003-03-06 Thread James Devenish
In message [EMAIL PROTECTED] on Thu, Mar 06, 2003 at 11:52:15AM +, Joe Orton wrote: /usr/lib64 exists so that you can have 64-bit libraries installed alongside 32-bit libraries in /usr/lib - this is a precedent that comes from Sun or SGI or somewhere I believe. Yep, HP-UX does it, too.

Re: [PHP-DEV] [PATCH] fixes for /usr/lib64 systems

2003-03-06 Thread Joe Orton
On Thu, Mar 06, 2003 at 08:06:57PM +0800, James Devenish wrote: In message [EMAIL PROTECTED] on Thu, Mar 06, 2003 at 11:52:15AM +, Joe Orton wrote: ... On a lib64 system, if you do have the 32-bit libraries installed in /usr/lib, but want to compile against the 64-bit libraries in

Re: [PHP-DEV] [PATCH] fixes for /usr/lib64 systems

2003-03-06 Thread James Devenish
In message [EMAIL PROTECTED] on Thu, Mar 06, 2003 at 12:15:43PM +, Joe Orton wrote: Yes, that's why it is needed - though I'm surprised if this problem is unique to the linker used on Linux. [...] I'm fairly sure I've had problems on IRIX before when the linker picks up libraries with a

[PHP-DEV] fun with autoconf on Tru64

2003-03-06 Thread Dave Hill
Hi all, I am having fun with [EMAIL PROTECTED]@#$ autoconf. In the past I always used the configure in the RC tarball without (much) problem. As I am trying to be a good little commiter, I am trying to build my potential changes out of cvs and am starting with buildconf. I have installed:

Re: [PHP-DEV] [WARNING] Release process for 4.3.2 starts RSN..

2003-03-06 Thread Petar
Any progress towards a 4.3.2 release? Cheers ..Petar - Original Message - From: Jani Taskinen [EMAIL PROTECTED] To: Shane Caraveo [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, February 24, 2003 10:13 AM Subject: Re: [PHP-DEV] [WARNING]

[PHP-DEV] Re: fun with autoconf on Tru64

2003-03-06 Thread J Smith
I have had similar problems, using autoconf 2.5x seems to work. (I use 2.54, specifically.) J Dave Hill wrote: Hi all, I am having fun with [EMAIL PROTECTED]@#$ autoconf. In the past I always used the configure in the RC tarball without (much) problem. As I am trying to be a good

[PHP-DEV] PHP for generating SVG

2003-03-06 Thread Reuben D. Budiardja
Hello all, Just wondering, is there any plans to develop PHP functions to generate SVG? Something similar to the images functions that use GD library to generate rasterize images on the fly, but instead generate SVG tags on the fly. That would be a killer and makes it very easy to write

Re: [PHP-DEV] fun with autoconf on Tru64

2003-03-06 Thread Melvyn Sopacua
At 14:40 3/6/2003, Dave Hill wrote: I have installed: gawk-3.1.1 m4-1.4o You shouldn't :) m4-1.4 without the 'o'. Make sure to rm -rf /usr/local/share/m4|autoconf cause the 'frozen' file, won't be uninstalled with make uninstall. Met vriendelijke groeten / With kind regards, Webmaster

[PHP-DEV] Apache2 SAPI

2003-03-06 Thread Ian Holsman
I've been using the apache2handler on two low/medium-traffic sites for a while and it appears ok to me. now.. I'm new to this list, and really don't know how it works, so excuse me if this is a FAQ or something. I'd like to see this code in 4.3.2/4.3.3?, and if it doesn't blow up, replace the

Re: [PHP-DEV] Apache2 SAPI

2003-03-06 Thread Derick Rethans
On Thu, 6 Mar 2003, Ian Holsman wrote: I've been using the apache2handler on two low/medium-traffic sites for a while and it appears ok to me. now.. I'm new to this list, and really don't know how it works, so excuse me if this is a FAQ or something. I'd like to see this code in

Re: [PHP-DEV] fun with autoconf on Tru64

2003-03-06 Thread David Hill
You shouldn't :) m4-1.4 without the 'o'. Thanks ! That does help some. I don't get the buildconf warnings now, but I am still getting shell syntax errors in the resulting configure script. arrrgh :-p Dave -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit:

Re: [PHP-DEV] Apache2 SAPI

2003-03-06 Thread Ian Holsman
Derick Rethans wrote: On Thu, 6 Mar 2003, Ian Holsman wrote: I've been using the apache2handler on two low/medium-traffic sites for a while and it appears ok to me. now.. I'm new to this list, and really don't know how it works, so excuse me if this is a FAQ or something. I'd like to see

Re: [PHP-DEV] Apache2 SAPI

2003-03-06 Thread Sascha Schumann
Can I check this into PHP_4 PHP_4_3 ? Nope :) PHP_4 is ok. - Sascha -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] fun with autoconf on Tru64

2003-03-06 Thread Sascha Schumann
Thanks ! That does help some. I don't get the buildconf warnings now, but I am still getting shell syntax errors in the resulting configure script. arrrgh :-p Make sure that autoconf-2.13 is completely reinstalled (including rm -rf autoconf-2.13). Otherwise, the frozen files which

Re: [PHP-DEV] Apache2 SAPI

2003-03-06 Thread Derick Rethans
On Thu, 6 Mar 2003, Sascha Schumann wrote: Can I check this into PHP_4 PHP_4_3 ? Nope :) PHP_4 is ok. Sure, but there is no point in doing that... as there won't be released from that branch anyway. Derick -- Stop mad cowboy

Re: [PHP-DEV] Apache2 SAPI

2003-03-06 Thread Sascha Schumann
Sure, but there is no point in doing that... as there won't be released from that branch anyway. Well, that depends on the needs of our users. Regardless, testing new SAPIs/extensions is quite a burden in the PHP 5 context, because you have two moving targets then -- the engine

[PHP-DEV] Error_log

2003-03-06 Thread John Coggeshall
Is there any reason we are still supporting PHP3 for error_log? Specifically that TCP/IP stuff. I was looking at error_log and I was wondering if anyone had a good objection to me submitting a patch for it to: define constants ERRORLOG_SYSLOG, ERRORLOG_EMAIL, ERRORLOG_FILE .. It's really

Re: [PHP-DEV] Apache2 SAPI

2003-03-06 Thread Jani Taskinen
I think it would be okay to just replace the apache2filter with apache2handler altogether..since the former does not work as well anyway. Are there any differences how it is setup in http.conf btw? --Jani On Thu, 6 Mar 2003, Derick Rethans wrote: On Thu, 6

Re: [PHP-DEV] Apache2 SAPI

2003-03-06 Thread Ian Holsman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jani Taskinen wrote: | I think it would be okay to just replace the apache2filter | with apache2handler altogether..since the former does not | work as well anyway. | | Are there any differences how it is setup in http.conf btw? no..

Re: [PHP-DEV] Apache2 SAPI

2003-03-06 Thread Jani Taskinen
On Thu, 6 Mar 2003, Ian Holsman wrote: Jani Taskinen wrote: | I think it would be okay to just replace the apache2filter | with apache2handler altogether..since the former does not | work as well anyway. | | Are there any differences how it is setup in http.conf btw? no.. not now

Re: [PHP-DEV] Apache2 SAPI

2003-03-06 Thread Peter Neuman
Hi, Jani Taskinen [EMAIL PROTECTED] wrote: And make the configure option --with-apxs2.. :) Do you have an idea when --with-apache2 comes? thus which one can install the Apache2 also without DSO/CGI support? As with the Apache1 (--with-apache)... Thanks Peter Neuman -- PHP Development

[PHP-DEV] XMLSec support in PHP

2003-03-06 Thread Mark J. Hershenson
I use libxml2 in PHP as almost a daily task, and I love it, but as my company is going further and further into XML as a data transport/storage format, I've become piqued at the idea of actually using xmlsec to securely store and/or transfer our files and RPC data. I know that there is an xmlsec

[PHP-DEV] CVS Account Request: moodeey

2003-03-06 Thread Mahmoud Hazem
I'm programing php , and I would join php.net Development team . -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: vbzoom

2003-03-06 Thread Khaled Mamdouh
PHP development -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] fun with autoconf on Tru64

2003-03-06 Thread David Hill
Thanks ! That does help some. I don't get the buildconf warnings now, but I am still getting shell syntax errors in the resulting configure script. arrrgh :-p Make sure that autoconf-2.13 is completely reinstalled (including rm -rf autoconf-2.13). Otherwise, the frozen

[PHP-DEV] Threads in PHP5?

2003-03-06 Thread Daniel Skrach
Hello, php-dev mailing list members, Just one short question: Are threads a planned feature for ZE2 / PHP5? thanks for your answers. Daniel Skrach [EMAIL PROTECTED] 2003-03-07 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Threads in PHP5?

2003-03-06 Thread Timm Friebe
On Fri, 2003-03-07 at 02:02, Daniel Skrach wrote: Hello, php-dev mailing list members, Just one short question: Are threads a planned feature for ZE2 / PHP5? AFAIK, no. You might want to have a look at http://cvs.php.net/cvs.php/pear/PECL/threads though. - Timm -- PHP Development

Re: [PHP-DEV] Re: [PHP] Threading

2003-03-06 Thread Braulio José Solano Rojas
Hi! Thanks all of you for your answers, especially to Dave Viner. I will be investigating on how to solve my problem. Maybe someone of the core of PHP could point me on how to do mutual exclusion because I've seen code like the following inside PHP (however I don't know if I can use it):

Re: [PHP-DEV] Apache2 SAPI

2003-03-06 Thread Ilia A.
On March 6, 2003 11:19 am, Derick Rethans wrote: Our policy is not to merge new things to stable branches (which is PHP_4_3 now). True, however the apache2handler works much better then the existing apache2filter and as far as I can tell fixes at least 1 crash bug. There maybe more things it

Re: [PHP-DEV] Fix for wordwrap()

2003-03-06 Thread Ilia A.
On March 6, 2003 06:52 am, Jedi/Sector One wrote: Hello. Maybe this is the intended behavior, but wordwrap()'s behavior is a bit illogical on PHP 4.3.1, as it does only break after a plain whitespace, not after punctuation, \n, etc. Here's a trivial sample : $a =

Re: [PHP-DEV] Apache2 SAPI

2003-03-06 Thread Jani Taskinen
On Thu, 6 Mar 2003, Ilia A. wrote: On March 6, 2003 11:19 am, Derick Rethans wrote: Our policy is not to merge new things to stable branches (which is PHP_4_3 now). True, however the apache2handler works much better then the existing apache2filter and as far as I can tell fixes at least 1

Re: [PHP-DEV] fun with autoconf on Tru64

2003-03-06 Thread Jani Taskinen
On Thu, 6 Mar 2003, David Hill wrote: I encountered what appears to be a typo in odbc/config.m4: + PHP_EVAL_LIBLINE([$ODBC_LFLAGS $ODBC_LIBS], OBDC_SHARED_LIBADD) that should probably be ODBC, but it had nothing to do with my build problem. Good catch..this closed (hopefully) at least

Re: [PHP-DEV] fun with autoconf on Tru64

2003-03-06 Thread Jani Taskinen
On Thu, 6 Mar 2003, David Hill wrote: I set up a debian linux box and after getting the right versions of things I am still getting the same results from configure. I am getting a syntax error saying else unexpected. With php5 module HEAD? What line is the error at? What does running

[PHP-DEV] Help a beginner out please!!

2003-03-06 Thread Ted Conn
Hi well maybe this isnt the right place to put a beginners post but I will find out soon if its not I guess! Anyway I am as newbie at PHP that one can get. I went to PHP.net for some resources on how to get started and I downloaded a bunch of zip files and basically followed their instructions

Re: [PHP-DEV] Help a beginner out please!!

2003-03-06 Thread George Schlossnagle
Wrong list. You're looking for [EMAIL PROTECTED] This is a list for the development of the language itself, not with it. On Friday, March 7, 2003, at 12:44 AM, Ted Conn wrote: Hi well maybe this isnt the right place to put a beginners post but I will find out soon if its not I guess! --

Re: [PHP-DEV] Apache2 SAPI

2003-03-06 Thread Derick Rethans
On Fri, 7 Mar 2003, Jani Taskinen wrote: I think it would be in everyone's best interest if apache2handler was introduced in 4.3.X series probably replace the current apache2filter all together. I'm big +1 on this as it can be considered as a FIX.. Let's just replace the other

Re: [PHP-DEV] Fix for wordwrap()

2003-03-06 Thread Jedi/Sector One
On Thu, Mar 06, 2003 at 09:53:22AM -0500, Ilia A. wrote: you are hardcoding the 'break' as ' ', meaning that no other character is considered a space hence The documentation states that 'break' is what is used to break lines, not what is considered a space. Simple try with PHP 4.3.1 :

[PHP-DEV] Re: [PHP-I18N] Help: Sablotron and Shift-jis

2003-03-06 Thread Moriyoshi Koizumi
It works for me. See the attached example. Anyway, you don't have to crosspost your question to [EMAIL PROTECTED], which is for developing php internals and irrelevant for such user questions. Hope this helps Moriyoshi Michel Sahyoun [EMAIL PROTECTED] wrote: Does anyone have an example of

[PHP-DEV] Help: Sablotron and Shift-jis

2003-03-06 Thread Michel Sahyoun
Does anyone have an example of using XSLT with Sablotron to transform and XML document containing Shift-jis encoded characters? I keep getting the following error message: Illegal Character for Encoding 'Shift-jis' I am using the latest from snap.php.net and sablotron 0.97 FullPack with iconv,

Re: [PHP-DEV] Help: Sablotron and Shift-jis

2003-03-06 Thread Marcus Börger
At 00:40 07.03.2003, Michel Sahyoun wrote: Does anyone have an example of using XSLT with Sablotron to transform and XML document containing Shift-jis encoded characters? I keep getting the following error message: Illegal Character for Encoding 'Shift-jis' You could try: SJIS and Shift_JIS keep

Re: [PHP-DEV] Help: Sablotron and Shift-jis

2003-03-06 Thread Michel Sahyoun
Thanks. But I have tried SJIS and Shift_JIS in addition to a couple of other combinations to no avail. I believe the problem might not be with the way the encoding is spelled, but elsewhere. If anyone has a working example of transforming an sjis or other eastern language encoded xml document,