Re: [PHP-DEV] Reimplementing .phps

2002-09-26 Thread Devon O';Dell
This would work fine, IMHO (although I was told that it wasn't worth it by somebody). I'll implement it in this way and create another patch... maybe it'll be usable :) Devon Zeev Suraski wrote: > In order to fix the backwards dependencies issues, as well as simplify > the implementation of

Re: [PHP-DEV] Thread Reading

2002-09-19 Thread Devon O';Dell
Simple fix :) Devon [EMAIL PROTECTED] wrote: >On Thu, 19 Sep 2002, Jani Taskinen wrote: > >>On Thu, 19 Sep 2002, Dan Hardiker wrote: >> >>>For those of you who dont have time, or the capability to test it out for >>>yourself, please take the following exampes: >>> >>> http://www.dapond.net/code

Re: [PHP-DEV] Patches and Extensions and Such

2002-09-18 Thread Devon O';Dell
about this "feature" now, is anyone else still +anything about it? Additionally, if you are + about it, is the ?HIGHLIGHT_FORMAT check decent? Devon Yasuo Ohgaki wrote: > This msg may be sent twice > > Devon O'Dell wrote: > > I wonder if you understand that hig

Re: [PHP-DEV] Patches and Extensions and Such

2002-09-18 Thread Devon O';Dell
I wonder if you understand that highligh_file() *is* a call to the *same* function that provides .phps files with functionality. By adding line numbers to this function, we are automatically adding them to .phps free of charge. Doesn't break anything or make anything less secure. The only securi

Re: [PHP-DEV] Patches and Extensions and Such

2002-09-17 Thread Devon O';Dell
Let me correct that, it should be http://www.dapond.net/mods Devon Devon O'Dell wrote: > The patch is mostly complete, and is open for lots of criticism. Also > available is my wrapper for the xls2xml library. > > You are welcome to get the files from http://dapond.net/mods/

[PHP-DEV] Patches and Extensions and Such

2002-09-17 Thread Devon O';Dell
The patch is mostly complete, and is open for lots of criticism. Also available is my wrapper for the xls2xml library. You are welcome to get the files from http://dapond.net/mods/ (ADSL, UK) or http://margrietje.com/~devon/mods (34MBit FO, NL). Currently there is no CVS server set up, but o

Re: [PHP-DEV] highlight_file modification

2002-09-16 Thread Devon O';Dell
ules are better to be independent from each > other. Making Zend and PHP depend each other is not a good > idea. > > Therefore, I would like to leave phps alone for now > until Zend became fully I18N at least. > > Make sense? > > -- > Yasuo Ohgaki > > > Devon

[PHP-DEV] [BUG] make install errors

2002-09-13 Thread Devon O';Dell
[12:13:26][root@dipsy]:/home/dodell/php4-mod$ make install Installing PHP SAPI module [activating module `php4' in /usr/local/etc/apache/httpd.conf] cp libs/libphp4.so /usr/local/libexec/apache/libphp4.so chmod 755 /usr/local/libexec/apache/libphp4.so cp /usr/local/etc/apache/httpd.conf /usr/local

[PHP-DEV] [Fwd: Re: cry for execute a php code into a PHP_FE function]

2002-09-13 Thread Devon O';Dell
dunno if this was supposed to go here, but it's related. --- Begin Message --- Devon you have been really very kind and nice. i go right now testing and trying to understand the code. thanks a lot MAX Devon O'Dell writes: > Ahem, I decided I would be nice and give you some c

Re: [PHP-DEV] highlight_file modification

2002-09-13 Thread Devon O';Dell
Hm, actually... I have gotten everything working *except* there is one weird little thing that happens with indenting for some token types because of the way that I have my output ordered. The reason for this is because I cannot (don't want to) call zend_html_puts() with an additional argume

Re: [PHP-DEV] highlight_file modification

2002-09-13 Thread Devon O';Dell
What buffer and encoding stuff are you talking about?! show_source() is an FALIAS to highlight_file() which calls zend_highlight(). phps files via apache call zend_highlight(). Where are you going with this? Devon Yasuo Ohgaki wrote: >>> phps may not work under Apache 1.3.x also. >>> Any addi

Re: [PHP-DEV] cry for execute a php code into a PHP_FE function

2002-09-13 Thread Devon O';Dell
Ahem, I decided I would be nice and give you some code. You can find example code in many files in the sapi/ directory. I suggest really browsing the code to understand how it works. zend_file_handle file_handle; file_handle.type = ZEND_HANDLE_FILENAME; file_handle.filename = [file path]; fi

Re: [PHP-DEV] highlight_file modification

2002-09-11 Thread Devon O';Dell
Tables work a *lot* better for aligning the text. Otherwise, how many spaces are you going to pad line numbers with? 6? No matter how rediculous it seems, I know a person with a 1 million+ line script (though I have absolutely no clue what it does). IMHO, tables just allow for much better o

Re: [PHP-DEV] highlight_file modification

2002-09-11 Thread Devon O';Dell
Maybe, but then we're assuming Apache ;) Devon Hartmut Holzgraefe wrote: > Devon O'Dell wrote: > >> ... there isn't another way to set it for a phps (unless you create >> an ini setting). > > > what about > > application/x-httpd-php-source-w

Re: [PHP-DEV] highlight_file modification

2002-09-11 Thread Devon O';Dell
It applies also to .phps files, where enabled. Devon Tom Sommer wrote: >"Devon O'Dell" <[EMAIL PROTECTED]> wrote in >[EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > >>The other option is just making it work with line numbering regardle

Re: [PHP-DEV] highlight_file modification

2002-09-11 Thread Devon O';Dell
t for a phps (unless you create an ini setting). The other option is just making it work with line numbering regardless. This won't break any scripts, just make them have line numbers instead. Devon Edin Kadribasic wrote: > On Wed, 11 Sep 2002 13:47:56 +0200 > "Devon O'Dell&

[PHP-DEV] highlight_file modification

2002-09-11 Thread Devon O';Dell
Hey, I don't know if this has been brought up before (you can smack me, I know that's the 3rd time I've said this), but something I (and others) thought would be cool is line numbering for highlight_file (aka show_source). I've made modifications so that this feature is settable from php.ini

Re: [PHP-DEV] CVS Account Request: wurm

2002-09-10 Thread Devon O';Dell
Sorry for the blank post, accidentally hit ctrl+enter instead of ctrl+home in mozilla (don't ask me how i managed that). Anyway, my question was if you'd like any help with the English->Dutch translation. Devon Harm Tersteeg wrote: >Translating the english to the dutch > > > > -- PHP

Re: [PHP-DEV] CVS Account Request: wurm

2002-09-10 Thread Devon O';Dell
Harm Tersteeg wrote: >Translating the english to the dutch > -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] short tags thoughts

2002-09-09 Thread Devon O';Dell
Hey, I'm really not enjoying the fact that short_tags is defaulted to on right now as I'm trying to make all my page work XHTML compliant. This means that I have to put in my pages. This is also a pain when I'm working on pages for WAP devices. I don't know if anybody else is experiencin

[PHP-DEV] [BUG] bugs.php.net bugs

2002-09-06 Thread Devon O';Dell
ry to search the whole site on php.ca, I get an error stating: *There was an error executing this query.* Please try later. You can see this at http://www.php.ca/search.php?show=nosource&pattern=something_stupid Feel free to substitute anything for something_stupid (including valid ph