Re: [PHP-DEV] ./buildconf trouble

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Sebastian Bergmann schrieb: Sebastian Bergmann wrote: > I recently updated autoconf to version 2.52 and now I get this > with running ./buildconf Never mind, Sascha just told me to stick to 2.13. -- Sebastian Bergmann Measure Traffic Usability

Re: [PHP-DEV] Bug #12450: Segfaults if recode is loaded after mysql or imap

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! [EMAIL PROTECTED] schrieb: From: [EMAIL PROTECTED] Operating system: Red Hat Linux 6.2 PHP version: 4.0.6 PHP Bug Type: Recode related Bug description: Segfaults if recode is loaded after mysql or imap PHP segfaults if recode.so (php's recode extension as a

Re: [PHP-DEV] Bug #12439 Updated: fopen and URL on the same server

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! [EMAIL PROTECTED] schrieb: ID: 12439 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Filesystem function related Operating System: Linux-2.2.19 PHP Version: 4.0.6 New Comment: I found the problem. My

Re: [PHP-DEV] Latest CVS on Linux with Apache 1.3.20

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Sebastian Bergmann schrieb: Cannot load /usr/local/apache/libexec/libphp4.so into server: undefined symbol: TSRMLS_FETCH ./configure --enable-inline-optimization --with-apxs=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql --with-pgsql

Re: [PHP-DEV] Latest CVS on Linux with Apache 1.3.20

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Andi Gutmans schrieb: Did you update TSRM Zend? Andi At 09:21 PM 7/28/2001 +0200, Sebastian Bergmann wrote: > Cannot load /usr/local/apache/libexec/libphp4.so into server: > undefined symbol: TSRMLS_FETCH > > ./configure --enable-inline-optimization >

Re: [PHP-DEV] Re: thread safety

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Zeev Suraski schrieb: As a matter of fact it doesn't, on its own, fix too much. It makes the thread safe code much faster and a bit more centralized, which should help improve the thread safety code to stability. There are more improvements coming on this

Re: [PHP-DEV] Latest CVS on Linux with Apache 1.3.20

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Sebastian Bergmann schrieb: Andi Gutmans wrote: > Did you update TSRM Zend? Yes, of course. And I did a clean build, too. You're Andi, right? Not Zeev in disguise? :-) -- Sebastian Bergmann Measure Traffic Usability http://sebastian-bergmann.de/

Re: [PHP-DEV] Security Issues

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Zeev Suraski schrieb: - My mind is pretty firm about implementing shortcuts for $HTTP_*_VARS. People are going to rebel big time if we remove their global variables by default, and make them use these exceptionally long alternatives instead. Most people I

Re: [PHP-DEV] Bug #12451: compilation halts on libmysql extension

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! [EMAIL PROTECTED] schrieb: From: [EMAIL PROTECTED] Operating system: Linux 2.4.7 PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: compilation halts on libmysql extension make[1]: Entering directory `/usr/local/src/php-4.0.6/ext/mysql/libmysql'

Re: [PHP-DEV] Security Issues

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Andi Gutmans schrieb: Hey, I thought of an idea yesterday which could make everyone happy. In the default php.ini we set the register_globals to a new value "unset". If PHP runs with this INI value it will display a page telling you that you need to define the

Re: [PHP-DEV] Security Issues

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Ron Chmara schrieb: On Saturday, July 28, 2001, at 12:52 PM, Zeev Suraski wrote: > At 06:01 28/07/2001, Phil Driscoll wrote: >> I and no doubt thousands of others will turn >> register_globals on because it gives much more readable code, >> much less >> typing

Re: [PHP-DEV] Bug #12453: comparing 0==null is true?

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! [EMAIL PROTECTED] schrieb: From: [EMAIL PROTECTED] Operating system: Win2k PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: comparing 0=="null" is true? If you compare the integer(0) to the string "null", PHP thinks they are the same.

Re: [PHP-DEV] Proposal

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Rasmus Lerdorf schrieb: The best thing about PHP is that it has such a shallow learning curve that non-programmers can write web apps. The worst thing about PHP is that it has such a shallow learning curve that non-programmers write web apps. That is of course

Re: [PHP-DEV] Object Overloading Interface

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Sterling Hughes schrieb: g'day, I'm just sending a message to check how different the OO overloading interface will be in the Zend Engine 2? I'm currently writing an extension which uses the current overloading stuff, how different will the new stuff be?

Re: [PHP-DEV] PHP logfile of PHP variables and scripts

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Alex Vincent schrieb: One thing I've been thinking about recently is a desire for PHP to provide a function whereby PHP scripts can log incoming variables (such as $HTTP_POST_VARS) and the PHP scripts which process them. Such a function can prove very useful

Re: [PHP-DEV] Proposal

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Heikki Korpela schrieb: On Sat, 28 Jul 2001, Rasmus Lerdorf wrote: > // And perhaps some globbing: > // Import any variable with abc in its name from anywhere. > // Could alternatively use SQL-style or perhaps real regex > // expressions here although I think

Re: [PHP-DEV] Security Issues

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Zeev Suraski schrieb: At 16:28 28/07/2001, Ron Chmara wrote: >On Saturday, July 28, 2001, at 12:52 PM, Zeev Suraski wrote: >>At 06:01 28/07/2001, Phil Driscoll wrote: >>> I and no doubt thousands of others will turn >>>register_globals on because it gives much

Re: [PHP-DEV] Proposal

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Zeev Suraski schrieb: It's pretty close to what I had in mind: At 22:17 28/07/2001, Rasmus Lerdorf wrote: >The best thing about PHP is that it has such a shallow learning curve that >non-programmers can write web apps. > >The worst thing about PHP is that it

Re: [PHP-DEV] Proposal

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Phil Driscoll schrieb: On Sunday 29 July 2001 07:57, Zeev Suraski wrote: > I'm against a global function like this, but in favour of the 2nd flavour, > where you have to explicitly pass a list of variable names to import. I > also think that it should only

Re: [PHP-DEV] Security Issues

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Phil Driscoll schrieb: On Saturday 28 July 2001 20:52, Zeev Suraski wrote: a rebuf to each of my arguments :) Rather than prolong the agony, my point is that in all the cases where a malicious user has the chance to inject a dodgy variable, the code must

Re: [PHP-DEV] Bug #12454: Static references are transient inside methods

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! [EMAIL PROTECTED] schrieb: From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Variables related Bug description: Static references are transient inside methods Another unfortunate bug with references appears to be that statics

Re: [PHP-DEV] Bug #12450: Segfaults if recode is loaded after mysqlor imap

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Heikki Korpela schrieb: On 28 Jul 2001 [EMAIL PROTECTED] wrote: > Recode versions tested: 3.5d, 3.6. > PHP versions tested: 4.0.6. I'd like to add Apache 1.3.19 on OpenBSD-current (i386) with PHP 4.0.6, recode 3.6 and mysql 3.23.40 (non-bundled) to platforms

Re: [PHP-DEV] Bug #12455: Srand and shuffle give odd results

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! [EMAIL PROTECTED] schrieb: From: [EMAIL PROTECTED] Operating system: SunOS 5.8 (Solaris) PHP version: 4.0.4pl1 PHP Bug Type: *Math Functions Bug description: Srand and shuffle give odd results I'm using the following code to create random strings (passwords):

Re: [PHP-DEV] Re: Proposal

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! "Jeffrey A.Stuart" schrieb: I like this proposal a LOT! See, what I and a few of my friends have recently been doing is starting to teach PHP to website owners. And they have all been taking to it VERY WELL!!! (Actually Rasmus, you may remember this. You were

Re: [PHP-DEV] Object Overloading Interface

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Sterling Hughes schrieb: On Mon, 30 Jul 2001, Stig S. Bakken wrote: > Sterling Hughes wrote: > > > > g'day, > > > > I'm just sending a message to check how different the OO overloading > > interface will be in the Zend Engine 2? I'm currently writing an > >

Re: [PHP-DEV] crontab support for PHP

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! "Stig S. Bakken" schrieb: Max Landborn wrote: > > Hello everyone! > > I'm new to this list, therefore I do not know if you have discussed this > matter before. I'm interested in something like crontab for PHP. This should > be plattform independent and easy to

Re: [PHP-DEV] crontab support for PHP

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Max Landborn schrieb: > Max Landborn wrote: > > > > Hello everyone! > > > > I'm new to this list, therefore I do not know if you have discussed this > > matter before. I'm interested in something like crontab for PHP. This should > > be plattform independent

Re: [PHP-DEV] Chora installed

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Alexander Merz schrieb: > > I'm completely open to better solutions, but haven't actually be able to > > find any. We _could_ start browser sniffing I guess. > My experience is that you have to make fonts slightly bigger for > Netscape 4.x on X11 and Opera. It

Re: [PHP-DEV] PHP logfile of PHP variables and scripts

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! "Stig S. Bakken" schrieb: Alex Vincent wrote: > > One thing I've been thinking about recently is a desire for PHP to > provide a function whereby PHP scripts can log incoming variables (such > as $HTTP_POST_VARS) and the PHP scripts which process them. Such a

Re: [PHP-DEV] Bug #12456: PHP does not compile with --with-apxs2

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! [EMAIL PROTECTED] schrieb: From: [EMAIL PROTECTED] Operating system: Linux Slackware 8.0 PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: PHP does not compile with --with-apxs2 Apache 2.0.16 was configured with --enable-so PHP was configured

Re: [PHP-DEV] Security Issues

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Zeev Suraski schrieb: At 01:04 29/07/2001, Phil Driscoll wrote: >On Saturday 28 July 2001 20:52, Zeev Suraski wrote: > >a rebuf to each of my arguments :) > >Rather than prolong the agony, my point is that in all the cases where a >malicious user has the

Re: [PHP-DEV] Proposal

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Zeev Suraski schrieb: At 00:48 29/07/2001, Rasmus Lerdorf wrote: > > I'm against a global function like this, but in favour of the 2nd flavour, > > where you have to explicitly pass a list of variable names to import. > >Actually, I mostly had something like:

Re: [PHP-DEV] Proposal

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Zeev Suraski schrieb: At 00:27 29/07/2001, Heikki Korpela wrote: >On Sat, 28 Jul 2001, Rasmus Lerdorf wrote: > > > // And perhaps some globbing: > > // Import any variable with abc in its name from anywhere. > > // Could alternatively use SQL-style or perhaps

Re: [PHP-DEV] Security Issues

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Zeev Suraski schrieb: At 10:27 29/07/2001, Phil Driscoll wrote: >On Sunday 29 July 2001 17:35, Zeev Suraski wrote: > > *sigh* :) As I said numerous times, PHP gives you standard clean ways to > > test your variables without generating E_NOTICE's, namely,

Re: [PHP-DEV] CVS Account Request

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! CVS Account Request schrieb: Full name: Serdar Soydemir Email: [EMAIL PROTECTED] ID: tpug Purpose: I am one of the council-members of Turkiye PHP Users Group, www.php.org.tr. We are planning to work on Turkish translation of PHP Manual. If no one/team is

Re: [PHP-DEV] Bug #12455 Updated: Srand and shuffle give odd results

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! [EMAIL PROTECTED] schrieb: ID: 12455 Updated by: rasmus Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Math Functions Operating System: SunOS 5.8 (Solaris) PHP Version: 4.0.4pl1 New Comment: I don't think I understand what the problem is here. I tested

Re: [PHP-DEV] Bug #12453: comparing 0==null is true?

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! [EMAIL PROTECTED] schrieb: Hi btanner! On Sun, 29 Jul 2001, [EMAIL PROTECTED] wrote: > From: [EMAIL PROTECTED] > Operating system: Win2k > PHP version: 4.0.6 > PHP Bug Type: Scripting Engine problem > Bug description: comparing 0=="null" is true? > > If you

Re: [PHP-DEV] Security Issues - a bit of my experience

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Stephen van Egmond schrieb: Rasmus Lerdorf ([EMAIL PROTECTED]) wrote: > Think about whether in each of these cases it would have happened if the > developers of the app had developed with E_NOTICE on. In a high number of > these cases it probably wouldn't. And

Re: [PHP-DEV] Security techniques

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Stephen van Egmond schrieb: I was going to reply to Phil Driscoll's post (from Friday) about E_SECURITY warning level, but thought it might belong better in a different thread. This thread is for collecting some ideas for security enhancements that can happen

Re: [PHP-DEV] Bug #12456: PHP does not compile with --with-apxs2

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Sascha Schumann schrieb: On 29 Jul 2001, [EMAIL PROTECTED] wrote: > From: [EMAIL PROTECTED] > Operating system: Linux Slackware 8.0 > PHP version: 4.0.6 > PHP Bug Type: Compile Failure > Bug description: PHP does not compile with --with-apxs2 > > > Apache

Re: [PHP-DEV] Security techniques

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Chuck Hagenbuch schrieb: Quoting Rasmus Lerdorf [EMAIL PROTECTED]>: > Huh? I use this all the time in my apps. There is absolutely nothing > wrong with having both GET and POST method variables at the same time. > Disallowing this would break almost every app

Re: [PHP-DEV] Security techniques

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Rasmus Lerdorf schrieb: > Have PHP reject (fail to process, die, whatever) a hit that is > anomalous. Definitions of anomalous: > > 1. GET variables set while METHOD != GET > > i.e. > form action="foo.php?x=1" method=POST> > ... > /form> Huh? I use this all

Re: [PHP-DEV] Security techniques

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Rasmus Lerdorf schrieb: > > Huh? I use this all the time in my apps. There is absolutely nothing > > wrong with having both GET and POST method variables at the same time. > > Disallowing this would break almost every app I have ever written. > > Well, it

Re: [PHP-DEV] Security techniques

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Chuck Hagenbuch schrieb: Quoting Rasmus Lerdorf [EMAIL PROTECTED]>: > As long as it works with all browsers, which as far as I can tell it does, > then it doesn't really concern me that some servers don't support it. > Apache will definitely always support

Re: [PHP-DEV] How is a Syntax Highlight editor made ?

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! "Arcadius A." schrieb: Hello ... It shouldn't be so difficult to make a simple text exitor like Notepad but how to make it have a syntax hightlight ability ? Is there any document dealing with how to make such aditor for PHP or for any other language ?

Re: [PHP-DEV] Bug #12457: Mail()

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! [EMAIL PROTECTED] schrieb: From: [EMAIL PROTECTED] Operating system: Widnows 98 PHP version: 4.0.6 PHP Bug Type: PHP options/info functions Bug description: Mail() I want to know , if the function mail() it can be placed in the middle of the page. Without

Re: [PHP-DEV] Proposal

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Stephen van Egmond schrieb: Rasmus Lerdorf ([EMAIL PROTECTED]) wrote: > How to get there... > > For 4.0.7: > > - We leave all default configuration settings as they are now. > - We add $_GET, $_POST, $_COOKIE, $_ENV, $_SERVER and perhaps make them >

Re: [PHP-DEV] CVS Account Request

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! CVS Account Request schrieb: Full name: Halil Sen Email: [EMAIL PROTECTED] ID: halilsen Purpose: Maintaining www.php.net, Developing the PHP runtime -- PHP Development Mailing List http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP-DEV] Bug #12403 Updated: VARIANT.c : error C2065 'CP_SYMBOL' : undeclared identifier

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! [EMAIL PROTECTED] schrieb: ID: 12403 Updated by: phanto Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: COM related Operating System: NT 4 PHP Version: 4.0.6 New Comment: forgot to close Previous Comments:

Re: [PHP-DEV] Bug #12455 Updated: Srand and shuffle give odd results

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! [EMAIL PROTECTED] schrieb: ID: 12455 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Math Functions Operating System: SunOS 5.8 (Solaris) PHP Version: 4.0.4pl1 New Comment: Well, when I run that code I get 4, not 500.

Re: [PHP-DEV] Bug #12457 Updated: Mail()

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! [EMAIL PROTECTED] schrieb: ID: 12457 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: PHP options/info functions Operating System: Widnows 98 PHP Version: 4.0.6 New Comment: Yes, you can call it whereever you want.

Re: [PHP-DEV] php+apache2 anyone?

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! [EMAIL PROTECTED] schrieb: Anyone got an Apache2 running (which one) with PHP (which one) ? thx ciao -- teodor -- PHP Development Mailing List http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

Re: [PHP-DEV] JAVA support.

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! SlowPork schrieb: Hello. I instantiated new class [ eg.? $system = new Java('java.lang.System'); ?> ]. I got blank response, and that child of Apache died. Is this a bug that I should report? or I'm missing somthing here? Any expert please give me some

Re: [PHP-DEV] Security techniques

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!!vUNSUBSCRIBE ME PLEASE!! Stephen van Egmond schrieb: Zeev Suraski ([EMAIL PROTECTED]) wrote: > At 12:04 29/07/2001, Stephen van Egmond wrote: > >2. when a uploaded file fails is_uploaded_file(). > > My English parser bailed out on this one :) How's

Re: [PHP-DEV] Security Issues - a bit of my experience

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Stephen van Egmond schrieb: Zeev Suraski ([EMAIL PROTECTED]) wrote: > - register_globals=on leads to insecure code, which was demonstrated time > and time again in the past. > - Once it's off, we're going to provide methods of accessing variables > which are

Re: [PHP-DEV] Bug #12461: browser hangs unless I uncheck keep alives in IIS5.0

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! [EMAIL PROTECTED] schrieb: From: [EMAIL PROTECTED] Operating system: win2k PHP version: 4.0.6 PHP Bug Type: Any Bug description: browser hangs unless I uncheck keep alives in IIS5.0 Upgraded from PHP4.04pl to PHP4.06 and now the browsers are hanging. I am

Re: [PHP-DEV] Security Issues - a bit of my experience

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!!UNSUBSCRIBE ME PLEASE!!UNSUBSCRIBE ME PLEASE!!UNSUBSCRIBE ME PLEASE!!UNSUBSCRIBE ME PLEASE!!UNSUBSCRIBE ME PLEASE!! Zeev Suraski schrieb: At 21:34 29/07/2001, Stephen van Egmond wrote: >Zeev Suraski

Re: [PHP-DEV] Bug #12432 Updated: not valid mysql ressource

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!!UNSUBSCRIBE ME PLEASE!!UNSUBSCRIBE ME PLEASE!!UNSUBSCRIBE ME PLEASE!!UNSUBSCRIBE ME PLEASE!!UNSUBSCRIBE ME PLEASE!!UNSUBSCRIBE ME PLEASE!!UNSUBSCRIBE ME PLEASE!!UNSUBSCRIBE ME