RE: [PHP-DEV] Moderate PHP-DEV

2003-03-12 Thread David Sklar
On Wednesday, March 12, 2003 12:41 PM, Derick Rethans wrote: > On Wed, 12 Mar 2003, Sascha Schumann wrote: > >> The list could be renamed so that it is less confusing for >> newbie PHP developers. > > What is confusing with this description? > > "Internals list > A medium volume list for t

RE: [PHP-DEV] Doing something with an each opcode as zend_execute() handles it

2003-03-05 Thread David Sklar
On Wednesday, March 05, 2003 5:46 PM, Sterling Hughes wrote: >> Essentially, I want to be able to produce a sort of serialized >> representation of the opcodes, but as they are executed, not all in >> one big chunk after they are compiled. >> >> This isn't for any actually useful production code,

RE: [PHP-DEV] Doing something with an each opcode as zend_execute() handles it

2003-03-05 Thread David Sklar
On Wednesday, March 05, 2003 5:35 PM, Sterling Hughes wrote: >> Just before zend_execute()/execute() handles each opcode in its big >> switch() statement, I'd like to be able to call a function and pass >> it the opcode (or other information from the opline. >> >> Is the best approach to reset zen

[PHP-DEV] Doing something with an each opcode as zend_execute() handles it

2003-03-05 Thread David Sklar
Just before zend_execute()/execute() handles each opcode in its big switch() statement, I'd like to be able to call a function and pass it the opcode (or other information from the opline. Is the best approach to reset zend_execute to a new function in the PHP_MINIT_FUNCTION() (and restore the sav

[PHP-DEV] karma for pear/PECL/myphp

2003-02-11 Thread David Sklar
When I try to commit changes to pear/PECL/myphp, I get: Access denied: insufficient karma (sklar|pear/PECL/myphp) Contact [EMAIL PROTECTED] for access to pear/PECL/myphp cvs server: Pre-commit check failed cvs [server aborted]: correct above errors first! E-mails to [EMAIL PROTECTED

RE: [PHP-DEV] [PATCH] new idate() - sunrise() - sunset() functions

2003-02-06 Thread David Sklar
> From: David Gillies [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 06, 2003 11:18 AM > > In a similar itch-scratching moment I whipped up a > trivial PHP module that groks tzfile timezone files to > give you the offset from GMT at any time in the Unix > epoch. I needed this to preflight a

RE: [PHP-DEV] Using CLI as a shell

2003-02-03 Thread David Sklar
> > > There is a difference between interactive mode and this idea. The > > > idea was to execute every single line. So if you type 'echo "Hello\n"; > > > and press enter "Hello" should be displayed. > > > > i like this idea, so i no longer have to type echo "Hello" on my bash > prompt > > :) > > A

RE: [PHP-DEV] Re: #21659 [Com]: sprintf

2003-01-15 Thread David Sklar
> From: Ilia A. [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 15, 2003 11:19 AM > > Consider the following, there are a lot more PHP users then PHP > developers and > considering that not all PHP developers are actively involved in the bug > solving process (many are involved with PEAR/PECL

RE: [PHP-DEV] Re: #21659 [Com]: sprintf

2003-01-15 Thread David Sklar
> On January 15, 2003 10:27 am, Adam Wright wrote: > > Last ditch effort of "NotAPHPBug"? ;) > > This too may not be a correct solution all the time. Consider > 75th duplicate > report of an invalid or even a resolved bug report. It may have > been a bug at > some point, but certainly is not anymor

RE: [PHP-DEV] MySQL UDF that runs PHP

2002-11-07 Thread David Sklar
Indeed, that would be cool. -dave > -Original Message- > From: Adam Voigt [mailto:adam@;cryptocomm.com] > Sent: Wednesday, November 06, 2002 1:05 PM > To: David Sklar > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP-DEV] MySQL UDF that runs PHP > > > I'm v

[PHP-DEV] MySQL UDF that runs PHP

2002-11-05 Thread David Sklar
Based on Edin Kadribasic's PHP "embed" SAPI module, I wrote a MySQL UDF that interprets PHP. You can get it here: --> http://www.sklar.com/myphp-0.1.tar.gz I'd be curious for any comments or suggestions folks have. Thanks, David Sklar -- PHP Development Mailing List &

[PHP-DEV] PHP 4.0 Bug #9904: error_reporting setting in apache conf not respected in pages

2001-03-21 Thread sklar
From: [EMAIL PROTECTED] Operating system: Linux host 2.2.12-20 #1 Mon Sep 27 10:40:35 EDT 1999 i686 unknown PHP version: 4.0 Latest CVS (20/03/2001) PHP Bug Type: PHP options/info functions Bug description: error_reporting setting in apache conf not respected in pages The er