Re: [PHP-DEV] The PHP Platform

2002-04-17 Thread Dave Mertens
On Wed, Apr 17, 2002 at 07:19:52PM +0200, Marcus B?rger wrote: > And who wants to use MS in critical environments or with critical Data? > Remember > MS fail to secure their own DNS servers or who knows what MS is capable to view > on your server? Before XP they did not implement a full tcp/ip st

[PHP-DEV] what does is happening to the list

2002-04-17 Thread Eduardo Melo
What is happening to the list ... No body anwser ... I will be waiting for some contact.-- Eduardo MeloChegou o novo MSN Explorer. Instale já. É gratuito! http://explorer.msn.com.br -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] The PHP Platform

2002-04-17 Thread Joseph Tate
> I didn't know that compiling with just domxml gave xslt as well. > are you sure of this? > --with-dom-xslt and --with-dom-exslt -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Issues with session files and fork/exec/popen (Fw: Bug #16548)

2002-04-17 Thread Wez Furlong
Hey, does anyone out there know what could be causing this problem? It looks like the fd for the session file is kept open when the process is forked/exec'ed, and that in turn (somehow?) keeps the apache socket for port 80 open, preventing further http requests from being processed. Could this b

Re: [PHP-DEV] PHP support for Apache2 AcceptPathInfo Directive?

2002-04-17 Thread Aaron Bannert
On Wed, Apr 17, 2002 at 01:52:22PM -0500, Jess Planck wrote: > I know everything with Apache2 is experimental! I did a brief bug > submission on the Apache2 AcceptPathInfo problems with PHP, but it's > really brief and I was unsure how to collect more info to help out... > http://bugs.php.net/b

[PHP-DEV] Sending parameters to a HTML file

2002-04-17 Thread Eduardo Melo
How can i use an component of HTML as such as : 1 2 The selected item must be avalailable to the page that will be submited . best regards, -- Eduardo MeloChegou o novo MSN Explorer. Instale já. É gratuito! http://explorer.msn.com.br -- PHP Development Mailing List To unsubscribe, vis

RE: [PHP-DEV] The PHP Platform

2002-04-17 Thread Dietrich Ayala
> stick with the domxml extension, which basically > wraps the libxml2 and libxslt libraries and right now offers you DOM, > XPath, XPointer and XSLT. SAX and DTD validation are available in the > wrapped libraries but currently are not exposed to PHP. I have no complaints with the work of Daniel

Re: [PHP-DEV] The PHP Platform

2002-04-17 Thread Stefan Livieratos
Hi, Dietrich Ayala wrote: > here's some reasons why XML in PHP does not compare favorably to XML in the MS >platform: > > 1. None of the XML related extensions work together. SAX, XSLT, DOM, XML Schema are >part of the same core in MSXML. There is > incredible power and flexibility in that alo

[PHP-DEV] PHP support for Apache2 AcceptPathInfo Directive?

2002-04-17 Thread Jess Planck
howdy! I know everything with Apache2 is experimental! I did a brief bug submission on the Apache2 AcceptPathInfo problems with PHP, but it's really brief and I was unsure how to collect more info to help out... http://bugs.php.net/bug.php?id=16622 Kinda lame, but I wanted to help as much as I co

[PHP-DEV] need a ./configure expert

2002-04-17 Thread fabwash
Hello,   could a ./configure expert contact me? I need to modify the configure.in so that php will compile and generate correct headers for it to work on NSK Himalaya systems and this thing is driving me crazy. ./buildconf doesn't work on those systems (autoconf and m4 won't compile) so I ca

Re: [PHP-DEV] Win32 build broken

2002-04-17 Thread Sebastian Bergmann
Marcus Börger wrote: > Could you give the following a try please: > > #ifndef S_ISDIR > #define S_ISDIR( m )(((m) & S_IFMT) == S_IFDIR) > #endif Works fine, thanks. Already applied it. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did

Re: [PHP-DEV] The PHP Platform

2002-04-17 Thread Marcus Börger
I liked Java (the api not the language) for big projects as well. But only when there is need for many web servers behind a Loadbalancer/Firewall. For smaller projects Java depends on to much memory/cpu resources. And who wants to use MS in critical environments or with critical Data? Remember MS

[PHP-DEV] Strange error message when running ./configure

2002-04-17 Thread Magnus Määttä
checking for XpmFreeXpmImage in -lXpm... yes checking for freetype(2)... yes checking for FreeType 1.x support... yes no - FreeType 2.x is to be used instead checking for T1lib support... no ... "anywhere under yes" configure: error: Unable to find libgd.(a|so) anywhere under yes Hmm.. Isn't thi

RE: [PHP-DEV] The PHP Platform

2002-04-17 Thread James Cox
Guys, can we take this to the php-evangelism list, which is designed to discuss (debate, argue) the advocacy of PHP. send mail to [EMAIL PROTECTED] to subscribe. James -Original Message- From: Dan Hardiker [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 2002 5:22 PM To: [EMAIL PR

RE: [PHP-DEV] The PHP Platform

2002-04-17 Thread Brent R. Matzelle
--- Dan Hardiker <[EMAIL PROTECTED]> wrote: > Ken, Mike - does it *really* matter who uses what technology to get > the job > done? Isn't it much more important what the resulting code is > capable of > doing and in what manner? Agreed. PHP alone can do nearly all the things that Microsoft pro

Re: [PHP-DEV] Win32 build broken

2002-04-17 Thread Marcus Börger
No that was S_ISDIR was introduced by me to have this -c option work correctly. I had a short email discussion with Yasuo about the macros i used and their availability in Windows and we both thought they are available in Windows. Maybe we have to check whether to use S_ISDIR directly or have it d

Re: [PHP-DEV] The PHP Platform

2002-04-17 Thread Dave Mertens
On Wed, Apr 17, 2002 at 04:22:00PM -, Dan Hardiker wrote: > > Ken Egervari writes: > > > > I for one have been using Java and .Net for all my applications now. > > > > Which is it, "java most of the time", or "java and .net > > for all my applications now". > > > > Big difference. > Is there a

Re: [PHP-DEV] The PHP Platform

2002-04-17 Thread fabwash
Hi, I think Ken had a good question to start with, it's just the way it was formulated that really sucked big time ("fix it or die"). Fab. - Original Message - From: "Dan Hardiker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 17, 2002 12:22 PM Subject: RE: [PHP-DEV]

Re: [PHP-DEV] Proposed additional behaviour of str_replace()

2002-04-17 Thread Hartmut Holzgraefe
Mårten Gustafsson wrote: > Is there anyone else than me that would find it useful to be able to do: > [...] have a look at http://php.net/strtr -- Hartmut Holzgraefe [EMAIL PROTECTED] http://www.six.de/ +49-711-99091-77 -- PHP Development Mailing List To unsubscribe

Re: [PHP-DEV] The PHP Platform

2002-04-17 Thread Kristian Koehntopp
Am Dienstag, 16. April 2002 18:23 schrieb Dave Mertens: > And that's the problem. PHP isn't promoted anymore. Not in the > way .NET and Java are. 2 years ago i convinced my boss to use > PHP, but these says MS and Java can do the same stuff as PHP. Only partially a problem with promotion. As I s

[PHP-DEV] Problems with my SMTP

2002-04-17 Thread Andrey Hristov
I want to excusefo that some of my emails come quite later then the moment I sent them. This is the case with the message to Yasuo about SOAP and xmlrpc-epi. My excuses again. Andrey -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Win32 build broken

2002-04-17 Thread Wez Furlong
On 17/04/02, "Sebastian Bergmann" <[EMAIL PROTECTED]> wrote: > c:\home\php\php4\main\php_ini.c(271): warning C4013: > 'S_ISDIR': undefined > > php_ini.obj: error LNK2001: Unresolved external symbol _S_ISDIR I would suspect my last change to main/php.h to be the cause. I moved the stream/wrap

Re: [PHP-DEV] The PHP Platform

2002-04-17 Thread Andrey Hristov
- Original Message - From: "Dave Mertens" <[EMAIL PROTECTED]> To: "Ken Egervari" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, April 16, 2002 7:23 PM Subject: Re: [PHP-DEV] The PHP Platform > And because i like PHP i'm still promoting it within my company. But no-one is >he

RE: [PHP-DEV] call_user_function()

2002-04-17 Thread Sam Liddicott
What happened with this in the end. I have a case where call_user_function needs to call a class function without me having to instantiate a dummy object first. Sam > -Original Message- > From: Andi Gutmans [mailto:[EMAIL PROTECTED]] > Sent: 26 February 2002 17:13 > To: brad lafountain;

Re: [PHP-DEV] The PHP Platform

2002-04-17 Thread Andrey Hristov
Yasuo, have you tested the SOAP part of xmlrpc? News from the SOAP world: 1)Dietrich Ayala's SOAPx4 will be renamed to NuSoap because he works for NuSphere for some time. 28.March The NuSphere version will be released in a couple of weeks, and licensed under the LGPL! It will be called NuSOAP.

[PHP-DEV] Re: Bug #15535 Updated: Un-HTML-Entities

2002-04-17 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: > ID: 15535 > Updated by: [EMAIL PROTECTED] > Reported By: [EMAIL PROTECTED] > Status: Closed > Bug Type: Feature/Change Request > Operating System: Win2000 > PHP Version: 4.1.1 > New Comment: > > Although... I don't

Re: [PHP-DEV] Proposed additional behaviour of str_replace()

2002-04-17 Thread Markus Fischer
On Wed, Apr 17, 2002 at 01:01:29AM +0200, Mårten Gustafsson wrote : > Is there anyone else than me that would find it useful to be able to do: > > $string = 'foo bar'; > $replacements = array( > 'foo' => 'FOO', > 'bar' => 'BAR'); > // Prints "FOO BAR" > echo str_replace($replace