[PHP-DEV] PHP 4.0 Bug #9393: unable to load php_mssql70.dll

2001-02-21 Thread stephen
From: [EMAIL PROTECTED] Operating system: windows2000 PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: unable to load php_mssql70.dll -- Edit Bug report at: http://bugs.php.net/?id=9393&edit=1 -- PHP Development Mailing List

[PHP-DEV] Bug #15193: Module loads but does not work

2002-01-23 Thread stephen
From: [EMAIL PROTECTED] Operating system: solaris 2.8 PHP version: 4.1.1 PHP Bug Type: Dynamic loading Bug description: Module loads but does not work I am trying to get php 4.1.1 as a DSO to work with apache 2.0.28 running on solaris 2.8. While I can compile both apache

[PHP-DEV] Bug #15193 Updated: Module loads but does not work

2002-01-24 Thread stephen
-operational. The error message is Server error! Premature end of script headers: /var/www/webmail/index.cgi Error 500 If I remove the module, the script works fine. There is no additional information provided in the error logs. Regards Stephen Previous Comments

[PHP-DEV] Bug #15193 Updated: Module loads but does not work

2002-01-28 Thread stephen
other have this running already. Will installing it as a static module work? Your help has been tremendous Regards Stephen Previous Comments: [2002-01-28 10:39:15] [EMAIL PROTECTED] After some debugging, I found that

[PHP-DEV] Bug #10701 Updated: readfile usage on large files

2001-05-17 Thread stephen
little while to sort through this one, I'm not even sure it's a bug considering readfile is SUPPOSED to read a file into memory and spit it back out. I dunno, for now I'm going to do some .htaccess tricks where I force php

[PHP-DEV] Bug #11754: exec() function not working in Win32

2001-06-28 Thread stephen
From: [EMAIL PROTECTED] Operating system: Win32 (2000) PHP version: 4.0.6 PHP Bug Type: Apache related Bug description: exec() function not working in Win32 - Standard Win32 PHP install - Apache 1.3.20, Win32 - PHP running as a module - Unix Tools running on Win32 platform

[PHP-DEV] Bug #10701: readfile usage on large files

2001-05-06 Thread stephen
rt through this one, I'm not even sure it's a bug considering readfile is SUPPOSED to read a file into memory and spit it back out. I dunno, for now I'm going to do some .htaccess tricks where I force php to parse .htaccess files. If anyone has come across this or has any insight o

[PHP-DEV] Bug #10701 Updated: readfile usage on large files

2001-05-17 Thread stephen
into memory and spit it back out. I dunno, for now I'm going to do some .htaccess tricks where I force php to parse .htaccess files. If anyone has come across this or has any insight on wrapping content in php files, please email me at [EMAIL PROTECTED] Thanks! Stephen VanDyke

[PHP-DEV] Bug #14299: explode() case sensitivity.

2001-11-30 Thread stephen
s is a bug or a documentation error since I was able to work around it, but I think other people may get confused when it fails to explode because there's no info about case sensitivity. Thanks, Stephen VanDyke [EMAIL PROTECTED] -- Edit bug report at: http://bugs.php.net/?id=14299&edit=1 --

Re: [PHP-DEV] Feature Request #5919 case-insensitive version of str_replace()

2003-01-29 Thread Stephen Thorne
>Stop(); ?> I did quite a few runs and picked the upper and lower end of the results to paste here Biggest difference Total Time: 00:00:03.00 Total Time: 00:00:08.90 Smallest difference Total Time: 00:00:03.12 Total Time: 00:00:06.94 Bearing in mind this is on a pre-working-hours quad hyperthread

Re: [PHP-DEV] Feature Request #5919 case-insensitive version of str_replace()

2003-01-29 Thread Stephen Thorne
han I thought. Probably deserves a better comparison tho. From these results I'll probably stop yelling at people for using preg_replace when str_replace will do. Regards Stephen Thorne. On Thu, 30 Jan 2003 08:50, Stephen Thorne wrote: > On Thu, 30 Jan 2003 06:48, Ilia A. wrote: > &g

Re: [PHP-DEV] Feature Request #5919 case-insensitive version of str_replace()

2003-01-29 Thread Stephen Thorne
ally getting round to investigating this. I've always just believed what the manual says "if you don't need the power of regex, use str_replace instead". I wonder if we should include ereg in our benchmarks too.. Regards Stephen Thorne. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] session_set_save_handler and session_start

2003-02-09 Thread Stephen Thorne
nd presumably a 7th (the original) that you're using in your code. Regards, Stephen Thorne. On Mon, 10 Feb 2003 06:42, michel 'ziobudda' morelli wrote: > Hi, I'm tryng new possibility to set a session handler via class: > &g

[PHP-DEV] How do I display the script file name?

2003-02-27 Thread Stephen Ford
How can I display the script file name? Presumably something like-: While I'm learning php and developing various Web page versions, I want to be sure the that the display is from the appropriate script. Regards Stephen Ford, Surrey, UK -- PHP Development Mailing List <http://www

Re: [PHP-DEV] iterating objects with interfaces

2003-03-11 Thread Stephen Thorne
All this is starting to feel strangely pythonic. How soon till (''.($_GET['textArea']->strip_tags()).'')->print(); ? Stephen. On Wed, 12 Mar 2003 10:24, Marcus Börger wrote: > At 19:05 10.03.2003, Marcus Börger wrote: > >Standard PHP Library &g

[PHP-DEV] Bug #22651 [Bgs]: mysql_errno/error failing to return a expected error after a failed connect

2003-03-12 Thread Stephen Thorne
ilure, and report the error returned from the failed mysql_connect() - not to look at errors of the currently opened, and therefore default, database. Regards, Stephen Thorne. http://bugs.php.net/?id=22651 ID: 22651 User updated by: craigs at abr dot com dot au Reported By:

Re: [PHP-DEV] Bug in PHP

2002-11-07 Thread Stephen Cope
don't have my bookmarks here, but it is mentioned in the bug database a few times, eg, here: http://bugs.php.net/bug.php?id=10183 -- Stephen Cope - http://sdc.org.nz/ -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] PHP 4.0 Bug #9261: odbc to an oracle 'view' fails

2001-03-07 Thread Stephen Schadt
g similar syntax: $result = odbc_prepare ($conn, $sql); odbc_setoption ($result, 2, 6, 3); odbc_execute ($result); where the setoption line would set the Cursor to a static cursor. Hopefully the above method can achieve the flexibility we want... Regards, Stephen Schadt Te

[PHP-DEV] My own PHP/Zend Cache in devlopment..

2001-03-11 Thread Stephen Waits
Hi all, I've begun patching PHP404pl1 to support caching. My caching has the following pros/cons as compared to the Zend Cache: Pros: * free * similar performance Cons: * still in development; only partially working * no support * no pretty web-based admin or stats package * does not handle i

RE: [PHP-DEV] Bug #10701 Updated: readfile usage on large files

2001-05-17 Thread Stephen VanDyke
ee it. -Stephen -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 12:56 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] Bug #10701 Updated: readfile usage on large files Well, you'd want to do it one block at a time. But y

[PHP-DEV] Re: Passing JavaScript variables to PHP

2001-07-27 Thread Stephen Brown
To communicate with any server page (PHP, ColdFusion, ASP, JSP, Javascript SP, etc), you would normally either submit a form to the page (POST) with the vars in displayed or hidden fields, or pass the vars through the query string (GET). "Craig Gardner" <[EMAIL PROTECTED]> wrote in message [EM

[PHP-DEV] Re: cvs account creation

2001-05-07 Thread Stephen Schadt
Stig, I can't get authenticated when I try to update a bug. I tried at http://www.php.net/bugs.php?id=8941&edit=1 I used 'sschadt' with my password from the email. Regards, Stephen Schadt [EMAIL PROTECTED] > -Original Message- > From: [EMAIL PROTECTED] [ma

[PHP-DEV] CVS Account Request: kimihia

2002-05-27 Thread Stephen Cope
Cleaning up the IIS-related bug reports. I see there are plenty of duplicates and outdated bugs that need a bit of tidying. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Freshmeat.net needs to know who is responsible.

2001-09-01 Thread Stephen Graham
archive (and I am sure no-one wants that : ) Cheers Stephen Graham <[EMAIL PROTECTED]> -- Time was invented so that everything in the universe would not happen at once. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

[PHP-DEV] Bug #13349: books.php page has parse error

2001-09-17 Thread stephen . hutton
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: books.php page has parse error when I attempt to enter your new books page books.php, I get a parse error I did not know where else to post this so notifie

[PHP-DEV] mod_negotiation and 406 and php

2003-01-31 Thread Stephen van Egmond
I'm using Apache mod_negotiation to eliminate file extensions from my site, e.g. http://tinyplanet.ca/services/development This works great for dynamic features too, as I get pathinfo for free. No more ?article_id=92 business for me. Anyway. Google hates my guts for doing this. Why?

[PHP-DEV] followup: mod_negotiation and php

2003-02-02 Thread Stephen van Egmond
As a followup, I'd like to document what worked (for me) to address the problem. The issue, in summary, is that mod_negotiation thinks that PHP produces content of type application/x-httpd-php. It usually produces text/html of course, but there's no way for it to know that. mod_negotiation has

Re: [PHP-DEV] Re: Dear Friends & Future Millionaire:

2001-02-06 Thread Stephen van Egmond
Toby Butzon ([EMAIL PROTECTED]) wrote: > Although I agree, I don't think it's ever going to happen. Somehow, the > head PHP folks don't seem to be too interested in combatting spam; I > brought up the discussion a few weeks ago and was met with strong > resistance. > > Maybe when the list gets to

Re: [PHP-DEV] Re: Dear Friends & Future Millionaire:

2001-02-06 Thread Stephen van Egmond
Rasmus Lerdorf ([EMAIL PROTECTED]) wrote: > What we are not interested in is stopping people who are not subscribed to > the lists directly from participating. A lot of people read the lists via > nntp or through various web gateways. You can rant all you want about the > spam, but until you com

Re: [PHP-DEV] Write Access to repository

2001-02-08 Thread Stephen van Egmond
Brad Atkins ([EMAIL PROTECTED]) wrote: > cvs login > (Logging in to [EMAIL PROTECTED]) Did you check out a fresh, brand-new CVS repostiory while logged in? This is required. Look at the files in the CVS directory below the file you're trying to commit. -- PHP Development Mailing List

[PHP-DEV] write access to Zend

2001-03-22 Thread Stephen van Egmond
I have some patches for Zend (TSRM, in particular, to get threads running on the BeOS). I already have a CVS account for php.net, but it's not valid for Zend. What am I missing? Should I just post them? -- ,,, (. .) +--ooO-(_)-Ooo --- -- - - - - | Stephe

[PHP-DEV] [emile@iris-advies.com: Re: [PHP-DEV] Adding URI Translation Handlers]

2001-06-22 Thread Stephen van Egmond
IL PROTECTED] cc: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] Adding URI Translation Handlers Stephen van Egmond wrote: > One thing which I am bumping into is the need to do URI rewriting, kind > of like what mod_perl does. > > I would like to implement this myself in mod_php, and I'm

Re: [PHP-DEV] Adding URI Translation Handlers

2001-06-22 Thread Stephen van Egmond
Brian Moon ([EMAIL PROTECTED]) wrote: > Isn't this what mod_rewrite is for? mod_rewrite works only in a static sense. You set up your rules, and fire up your Apache. If your rules change (as they certainly will in the case of 10,000 florists), you have to rewrite the rules file and restart apac

Re: [PHP-DEV] Adding URI Translation Handlers

2001-06-22 Thread Stephen van Egmond
Brian Moon ([EMAIL PROTECTED]) wrote: > I am still not clear on your problem with the rewriting. I don't see what > the number of files in the templates has to do with anything. > > Can you elaborate more on that. Maybe some examples of what the request > would be and how you would rewrite it a

Re: [PHP-DEV] timezones and thread safety

2001-04-17 Thread Stephen van Egmond
James L. Pine ([EMAIL PROTECTED]) wrote: > I'm running php as an apache 1.x module, so I just hacked in a userspace > tzset(TZ) function, but this would be bad for systems that need to play > nicely with threads. I'm a little bit baffled about why you would want to change the time zone while a sy

Re: [PHP-DEV] 4.0.5: Merge Request

2001-04-24 Thread Stephen van Egmond
Andi Gutmans ([EMAIL PROTECTED]) wrote: > features (also because it has enough additional features already which are > enough for another minor version), but the developers need to actually go > through the bugs database and work on those crash bugs. It's not that easy > to get everyone to work

[PHP-DEV] further notes on bug squashing parties

2001-04-24 Thread Stephen van Egmond
Looking at the RC bugs graph: http://master.debian.org/~wakkerma/bugs/ you'll see two precipitous drops in the number of RC bugs. Those are bug parties. - Steve -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA

Re: [PHP-DEV] RE: 4.0.5: Merge Request

2001-04-25 Thread Stephen van Egmond
John Donagher ([EMAIL PROTECTED]) wrote: > Someone mentioned the idea of bug-squashing parties; I think that's a great > idea, although since the project's developers are all over the world it may be > a little tricky to organize (I'm not fixing bugs at 10AM). Debian's bug parties are weekend-lo

Re: [PHP-DEV] 4.0.5: Merge Request

2001-04-25 Thread Stephen van Egmond
Andi Gutmans ([EMAIL PROTECTED]) wrote: > For the QA guys it might be nice to be able to flag certain bugs in the bug > database and then automatically create a summary page which could be sent > to php-dev. However, I think it would take too much time to get started. > Maybe just manually crea

[PHP-DEV] preferred format for patches?

2001-01-13 Thread Stephen van Egmond
)-Ooo --- -- - - - - | Stephen van Egmond http://bang.dhs.org/ -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] patch for current CVS to build on BeOS

2001-01-14 Thread Stephen van Egmond
Attached is the diffs to current CVS to enable PHP4 to build under the BeOS. Tested with BeOS r5.0.3 under Intel architecture. The BeOS release currently requires "--without-mysql" due to differences in the networking stack which are currently being addressed by Be. Index: configure.in =

[PHP-DEV] Did anyone apply that BeOS patch?

2001-01-16 Thread Stephen van Egmond
I'm not seeing it in current CVS. Could someone confirm that they applied it? Are there any objections? -- ,,, (. .) +--ooO-(_)-Ooo --- -- - - - - | Stephen van Egmond http://bang.dhs.org/ -- PHP Development Mailing List <http://www.php.net/> To

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

2001-07-29 Thread Stephen van Egmond
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 if this number is close to 100%, > then it would point to the f

[PHP-DEV] Security techniques

2001-07-29 Thread Stephen van Egmond
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 in PHP, besides the already-known register_globals. My idea:

Re: [PHP-DEV] Proposal

2001-07-29 Thread Stephen van Egmond
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 >super-globals like $GLOBALS +1 > - We add a new function, somewhat

Re: [PHP-DEV] crontab support for PHP

2001-07-29 Thread Stephen van Egmond
Stig S. Bakken ([EMAIL PROTECTED]) wrote: > Uhm, why not simply run PHP scripts from cron? Or did you want > something inside a web server environment? I personally have been looking for something similar. AOLServer has this facility: http://www.aolserver.com/docs/tcldev/tapi-114.htm a

Re: [PHP-DEV] Security techniques

2001-07-29 Thread Stephen van Egmond
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 your PHP parser doing? :) foreach $f ($HTTP_POST_FILES) { if (

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

2001-07-29 Thread Stephen van Egmond
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 just as easy, and quite easier in case you access them from > fu

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

2001-07-30 Thread Stephen van Egmond
Zeev Suraski ([EMAIL PROTECTED]) wrote: > I don't think we can change the behavior of empty() at this stage... isempty()? -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list admin

Re: [PHP-DEV] Do database resources sleep at night?

2001-10-02 Thread Stephen van Egmond
John Lim ([EMAIL PROTECTED]) wrote: > My suspicion is that persistent resources are only cleaned up when the child > process dies, while non-persistent resources are closed immediately at the > end of the page/script. Does anyone know the correct answer? Correct. > If you can spare the time, I w