Re: [PHP-DEV] Xdebug extension availability

2002-05-01 Thread php4
Addressed to: Derick Rethans <[EMAIL PROTECTED]> PHP Developers Mailing List <[EMAIL PROTECTED]> ** Reply to note from Derick Rethans <[EMAIL PROTECTED]> Wed, 1 May 2002 16:20:52 +0200 (CEST) I just looked at the message I just sent, and in a few places I see /configure where I s

Re: [PHP-DEV] Xdebug extension availability

2002-05-01 Thread php4
' PHP_NEW_EXTENSION(xdebug, xdebug.c srm_list.c, $ext_shared)' I also tried to use this module static by adding the cdebug directory in php4/ext/, running ./buildconf then ./configure. I get the same errors on a different line of configure. (I prefer an all static build for my servers.

Re: [PHP-DEV] Re: Xdebug extension availability

2002-05-01 Thread php4
Addressed to: [EMAIL PROTECTED] PHP Developers Mailing List <[EMAIL PROTECTED]> ** Reply to note from [EMAIL PROTECTED] Wed, 1 May 2002 16:50:37 +0200 (CEST) > > On Wed, 1 May 2002, Yasuo Ohgaki wrote: > > > Nice extension. I was thinking to make a similar one. > > > > Can yo

Re: [PHP-DEV] bugs: try newer version (?)

2002-04-29 Thread php4
Addressed to: "fabwash" <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> ** Reply to note from "fabwash" <[EMAIL PROTECTED]> Mon, 29 Apr 2002 06:56:47 -0400 > > I can't get them to upgrade my server to 4.1.2 because I share my box > with 255 other > websites and they won't upgrade until t

Re: [PHP-DEV] Who vote for this? (was Re: [PHP-DEV] Discourage use

2002-04-28 Thread php4
** Reply to note from Yasuo Ohgaki <[EMAIL PROTECTED]> Sun, 28 Apr 2002 12:03:48 +0900 > discussion. > > short_tag option should be kept. Most of us agree, it seems. Should we > keep double standard _forever_ and have > > ' ?> > > as standard syntax for XML files preprocessed by PHP? >

Re: [PHP-DEV] Re: Discourage use of short tags

2002-04-28 Thread php4
Addressed to: Yasuo Ohgaki <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from Yasuo Ohgaki <[EMAIL PROTECTED]> Sun, 28 Apr 2002 09:24:21 +0900 > > It's Zeev's version. Everyone happy with this? > > Using short tags should be avoided when developing > applications o

Re: [PHP-DEV] Discourage use of short tags

2002-04-27 Thread php4
** Reply to note from Zeev Suraski <[EMAIL PROTECTED]> Sat, 27 Apr 2002 05:52:11 +0300 > > I don't think we should do it in PHP 5 either. I strongly agree! Rick Rick Widmer Internet Marketing Specialists http://www.developersdesk.com -- PHP Development Mailing List

Re: [PHP-DEV] Discourage use of short tags

2002-04-26 Thread php4
Addressed to: Yasuo Ohgaki <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from Yasuo Ohgaki <[EMAIL PROTECTED]> Sat, 27 Apr 2002 07:47:08 +0900 > > I've changed basic-syntax.xml a little. The manual list short tag first, > even if it recommends > Anyway, I would like

Re: [PHP-DEV] feature request for __LINE__, __FILE__ and trigger_error

2002-04-24 Thread php4
Addressed to: [EMAIL PROTECTED] [EMAIL PROTECTED] ** Reply to note from [EMAIL PROTECTED] Wed, 24 Apr 2002 21:06:41 +0200 (CEST) > > Hello Michael, > > I'm working (80% done) on an extension for this. It should be finished in > a few days. It doesn't feature the __C*__ things

RE: [PHP-DEV] codenames (Was:Preview version of Zend Engine 2 powered

2002-03-31 Thread php4
** Reply to note from [EMAIL PROTECTED] Sun, 31 Mar 2002 13:06:11 +0200 (CEST) > > On Sat, 30 Mar 2002 [EMAIL PROTECTED] wrote: > > > > > Codenames are cool, but using our own names is no-so-cool. We should > > > > pick a theme though, but please not Australian wildlife (we're already > > >

RE: [PHP-DEV] codenames (Was:Preview version of Zend Engine 2 powered PHP)

2002-03-30 Thread php4
Addressed to: "Lukas Smith" <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> ** Reply to note from "Lukas Smith" <[EMAIL PROTECTED]> Sat, 30 Mar 2002 11:45:13 +0100 > > > > > > > PHP 4.1.0 was released on Derick's birthday, so it should've been > > > ''Codename Derick'', ... :-) > >=2

Re: [PHP-DEV] CLI & max_execution_time

2002-03-26 Thread php4
** Reply to note from Rasmus Lerdorf <[EMAIL PROTECTED]> Tue, 26 Mar 2002 01:41:59 -0800 (PST) > > Complete agree here. This is the sensible thing to do, albeit > > somehow aethetically disturbing. :-) > > Depends how you look at it. To me, this is a PHP script: > > Hello World > > Unli

Re: [PHP-DEV] CLI & max_execution_time

2002-03-25 Thread php4
** Reply to note from Kristian =?iso-8859-1?Q?K=F6hntopp?= <[EMAIL PROTECTED]> Mon, 25 Mar 2002 10:45:04 +0100 > A CLI version of PHP is a kind of scripting shell at the same level > as awk, perl and other scripting languages are. It should not behave > webbish at all, but shelly instead. > I

Re: [PHP-DEV] consistent way to handle structs

2002-01-11 Thread php4
** Reply to note from Markus Fischer <[EMAIL PROTECTED]> Fri, 11 Jan 2002 12:48:15 +0100 > > What other way do we have to specify arbitray optional parameters > without an ordering? Teh disadvantage of optional parmeters is when > you need to only set the last one, you'll have to define all >

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread php4
Addressed to: Markus Fischer <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from Markus Fischer <[EMAIL PROTECTED]> Thu, 3 Jan 2002 22:00:27 +0100 > > Because not everyone wants to use *(#$&ing objects in a simple script! > > Why? Count me as one of the people who woul

Re: [PHP-DEV] Always building command line PHP

2002-01-03 Thread php4
** Reply to note from Jon Parise <[EMAIL PROTECTED]> Thu, 3 Jan 2002 16:39:20 -0500 > > I agree that it's sometimes necessary to have different configuration > files, but I don't consider it a necessity. I do. > It should still be possible to build a separate CGI executable with a > differen

Re: [PHP-DEV] Always building command line PHP

2002-01-03 Thread php4
Addressed to: [EMAIL PROTECTED] [EMAIL PROTECTED] ** Reply to note from J Smith <[EMAIL PROTECTED]> Thu, 03 Jan 2002 16:26:38 -0500 > I would prefer separate php.ini files, maybe something like > php-cli.ini for the default CLI file and and php.ini for the > Apache/web server mod

Re: [PHP-DEV] Always building command line PHP

2002-01-03 Thread php4
** Reply to note from Jon Parise <[EMAIL PROTECTED]> Thu, 3 Jan 2002 15:36:32 -0500 > > On Wed, Jan 02, 2002 at 04:39:24PM +, [EMAIL PROTECTED] > wrote: > > > One thing to consider, at least the php.ini location needs to be > > different between the module and command line compiles. I s

Re: [PHP-DEV] Proposed updates and extensions to the MySQL extension

2002-01-03 Thread php4
** Reply to note from Markus Fischer <[EMAIL PROTECTED]> Thu, 3 Jan 2002 15:18:16 +0100 > > On Thu, Jan 03, 2002 at 02:06:23PM +, Phil Driscoll wrote : > > Sounds good to me except for the OO wrappers. > > > > Do we already have OO wrappers to anything else not in user land? - if so > >

Re: [PHP-DEV] Always building command line PHP

2002-01-02 Thread php4
** Reply to note from Jon Parise <[EMAIL PROTECTED]> Wed, 2 Jan 2002 15:32:58 -0500 > > On Wed, Jan 02, 2002 at 09:33:32PM +0200, Andi Gutmans wrote: > > > Creating a CLI sapi module w/o all of the CGI crap is extremely easy. > > What might be more challenging is fixing the build so that it

Re: [PHP-DEV] Question: Should exit() print out the integer exit-status?

2001-12-19 Thread php4
Just a thought... --- void exit ( [mixed message[, int return_value]]) Note: This is not a real function, but a language construct. The exit() function terminates execution of the script. Message must be a string or an int. If

[PHP-DEV] Bug #13355 Updated: reproduceable Apache Bomb w/ xslt

2001-09-17 Thread php4
ID: 13355 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: XSLT related Operating System: PHP Version: 4.0CVS-2001-09-17 New Comment: yeah, yeah. I know, there are typos in the xml string line... it's late. My fingers aren't working all that well. The

[PHP-DEV] Bug #13355 Updated: reproduceable Apache Bomb w/ xslt

2001-09-17 Thread php4
ID: 13355 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: XSLT related Operating System: PHP Version: 4.0CVS-2001-09-17 New Comment: sheesh. forgot to add offending script: My Data $xml, "/_xsl" => $xsl); $data = xslt_process($xh, "arg:/_xml", "arg:

[PHP-DEV] Bug #13355: reproduceable Apache Bomb w/ xslt

2001-09-17 Thread php4
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0CVS-2001-09-17 PHP Bug Type: XSLT related Bug description: reproduceable Apache Bomb w/ xslt having compiled php4.0.7RC2 w/ --enable-xslt --with-xslt-sablot using sablot .65.1, here is my lovely backtrace, please h

re: [PHP-DEV] patch to make for better shell scripting

2001-09-07 Thread php4
Addressed to: [EMAIL PROTECTED] "Brian Moon" <[EMAIL PROTECTED]> > Well, here is my patch finally for enabling a shell mode with the > command line. > Mainly this patch adds a -S option that will turn off html errors, > error_prepend_string, error_append_string, and output bufferin

Re: [PHP-DEV] Security Issues

2001-07-27 Thread php4
Addressed to: Rasmus Lerdorf <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> > Or you can simply stop these people from using PHP which is another > effect turning off register_globals will have. > > Java does not have this problem because Java is so complex that this > same set of users

Re: [PHP-DEV] delete none-empty directory

2001-04-23 Thread php4
Addressed to: mohammed oda <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> ** Reply to note from <[EMAIL PROTECTED]> Mon, 23 Apr 2001 13:30:37 +0200 (CEST) > > On Mon, 23 Apr 2001, mohammed oda wrote: > > > hi > > can somebody help me how can i delete non-empty directory by php > > c

Re: [PHP-DEV] "Independent" comments on a bug.

2001-03-19 Thread php4
** Reply to note from Jani Taskinen <[EMAIL PROTECTED]> Sun, 18 Mar 2001 23:33:46 +0100 (CET) A few thoughts on this subject... Anyone should be able to comment on any bug report. Anyone who comments on a bug report (that is not a developer) should get an email when the status of the bug cha

Re: [PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] ctype function (re?)naming

2001-03-01 Thread php4
Addressed to: Distribution list (see below) ** Reply to note from Ron Chmara <[EMAIL PROTECTED]> Thu, 01 Mar 2001 20:36:38 -0700 > > Well, then defining "well known" may also become an issue. Well known > by whom? C programmers? Perl Hackers? Java users? Yes! If we are importing their co

Re: [PHP-DEV] php_apache.c virtual() enlightment needed

2001-02-21 Thread php4
Addressed to: =?ISO-8859-1?Q?Andr=E9?= Langhorst <[EMAIL PROTECTED]> PHP Development <[EMAIL PROTECTED]> ** Reply to note from =?ISO-8859-1?Q?Andr=E9?= Langhorst <[EMAIL PROTECTED]> Wed, 21 Feb 2001 21:04:40 +0100 > > > That's what I recalled too. I don't think that this can wo

Re: [PHP-DEV] PHP 4.0 Bug #1256 Updated: A suggestion re downloads

2001-02-10 Thread php4
Addressed to: [EMAIL PROTECTED] [EMAIL PROTECTED] ** Reply to note from [EMAIL PROTECTED] 10 Feb 2001 18:13:46 - > [1999-03-22 04:40:03] [EMAIL PROTECTED] It would be nice if the > php.net download page had a list of ftp download sites as well as a > geographical list of locatio

Re: [PHP-DEV] safe_mode redesign

2001-02-02 Thread php4
Addressed to: "Jason Greene" <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> ** Reply to note from "Jason Greene" <[EMAIL PROTECTED]> Thu, 1 Feb 2001 14:53:12 -0600 > > * Shared Directories - The ability to specify a list of paths that > are shared amongst all hosted users. This would a

[PHP-DEV] vchkpw & qmail

2001-01-23 Thread php4
Is anyone doing anything with PHP and vchkpw? There isn't much about it in the archives, but I'd hate to wast a bunch of time and find out there is already something in progress. I just built a mail server using these packages, and I'm quite impressed. I like the way vchkpw only needs a single

Re: [PHP-DEV] Redirecting output to a file

2001-01-17 Thread php4
Addressed to: "Malcolm Locke" <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from "Malcolm Locke" <[EMAIL PROTECTED]> Wed, 17 Jan 2001 12:07:25 + > > Please correct me if there is already a facility to do this in place, > but I have searched the manual and can find n