[PHP] chroot for fopen()+friends ?

2002-02-27 Thread Enrico Weigelt
hi folks, is it possible to limit the php file access functions to specific directories (just like chroot) and disable all exec() stuff ? ~-n -- Enrico Weigelt== meTUX IT services software development, IT service, internet security solutions www: http://www.metux.de

[PHP] unsetting global variables from an function

2002-02-27 Thread Enrico Weigelt
hi folks, is there a way for unsetting an global variable from an function ? global $var; unset ( $var ); does not work since, unset only removes the reference in from local namespace. but i need to remove it from the global one. any chance to do it ? ~-n -- Enrico Weigelt

Re: [PHP] Update database via email

2002-03-11 Thread Enrico Weigelt
start > coding. i'm doing symetric database replication per email. i've written some mail robots, which are called from /etc/aliases ... ~-n -- Enrico Weigelt== meTUX IT services software development, IT service, internet security solutions www: http://www.metux.de/

Re: [PHP] .NET

2002-03-19 Thread Enrico Weigelt
extrapolate that this maybe one of the most popular .net > pages on google, and when the web thinks of .net, it thinks of php. > Try it: > http://www.google.com/search?hl=en&q=%22.net%22 *lol* ~-n -- Enrico Weigelt== meTUX IT services software development, IT service, in

[PHP] PHP+apache + HEAD method

2002-03-19 Thread Enrico Weigelt
hi folks, how does php+apache behave when the client makes an HEAD request ? ~-n -- Enrico Weigelt== meTUX IT services software development, IT service, internet security solutions www: http://www.metux.de/phone: +49 36207 519931 email: [EMAIL PROTECTED

Re: [PHP] Assignment operator proposal

2002-03-20 Thread Enrico Weigelt
ll those Python > enthusiasts - let's say the new operator would be caret - and we could > replace the first example with sounds interesting. IMHO you have to rewrite some stuff in the php language parser so it detects these expressions and generates an if-else-tree ... ~-n -- Enrico We

Re: [PHP] work online

2010-10-18 Thread Enrico Weigelt
t and systems integrator). Pure sw-development projects are mostly remote, integration often onsite. cu -- ------ Enrico Weigelt, metux IT service -- http://www.metux.de/ phone: +49 36207 519931 email: weig...@metux.de m

Re: [PHP] function for backing up mysql

2004-04-14 Thread Enrico Weigelt
irect the output from mysqldump using only php, > and with no command line access? backtick operator ? cu -- --------- Enrico Weigelt== metux IT services phone: +49 36207 519931 www: http://www.metux

Re: [PHP] Re: smarty

2004-04-14 Thread Enrico Weigelt
anch (pTemplate) will offer good help. cu -- --------- Enrico Weigelt== metux IT services phone: +49 36207 519931 www: http://www.metux.de/ fax: +49 36207 519932 email: [EMAIL PROTECTED] cellphone: +49 174 7066481 -

Re: [PHP] smarty

2004-04-14 Thread Enrico Weigelt
e're other, more simple, template engines out there, i.e. patTemplate/pTemplate. cu -- --------- Enrico Weigelt== metux IT services phone: +49 36207 519931 www: http://www.metux.de/ fax: +49 3

Re: [PHP] Re: smarty

2004-04-14 Thread Enrico Weigelt
;addVar ( 'list', 'name', array ( 'joe', 'jack', jane', 'charlie' ) ); cu -- - Enrico Weigelt== metux IT services phone: +49 36207 519931

Re: [PHP] smarty

2004-04-14 Thread Enrico Weigelt
. I didn't realize I had > another alternative. Well, you should probably try patTemplate :) cu -- --------- Enrico Weigelt== metux IT services phone: +49 36207 519931 www: http://www.metux.de/ fax:

Re: [PHP] Re: smarty

2004-04-14 Thread Enrico Weigelt
necessarily have to be written in php, nor accessing or relying on php-functions and syntax. We're currently working on a patTemplate implementation in plain C, which will then either loaded as an php-extension or an apache filter. cu -- --

Re: [PHP] Re: smarty

2004-04-14 Thread Enrico Weigelt
r) loudly talked about switching to smarty. I know many folks (layouter's/designers) which use content-builder because it uses _patTemplate_, since they understand pattemplate much better than other's like smarty. cu -- --------

Re: Re[2]: [PHP] smarty

2004-04-14 Thread Enrico Weigelt
nto variables or the template-engine's internal buffers (required when template processing run in a different process or host) cu -- --------- Enrico Weigelt== metux IT services phone: +49 36207 519931 www: h

[PHP] patTemplate

2004-04-14 Thread Enrico Weigelt
BTW: is there anyone (beside me) who uses patTemplate ? cu -- - Enrico Weigelt== metux IT services phone: +49 36207 519931 www: http://www.metux.de/ fax: +49 36207 519932 email

Re: [PHP] Looking for good Mail List Manager

2004-04-14 Thread Enrico Weigelt
ing mail interface and uses ascii files for configuration and user database (thats really important for me) cu -- --------- Enrico Weigelt== metux IT services phone: +49 36207 519931 www: http://www.metux.de

Re: [PHP] patTemplate

2004-04-14 Thread Enrico Weigelt
ay also live in a proxy). cu -- --------- Enrico Weigelt== metux IT services phone: +49 36207 519931 www: http://www.metux.de/ fax: +49 36207 519932 email: [EMAIL PROTECTED

Re: [PHP] Compile PHP question

2004-04-15 Thread Enrico Weigelt
sted in my buildfarm project ... cu -- --------- Enrico Weigelt== metux IT services phone: +49 36207 519931 www: http://www.metux.de/ fax: +49 36207 519932 email: [EMAIL PROTECTED]

Re: [PHP] Shell_exec

2004-04-16 Thread Enrico Weigelt
ters only exist on dos/windows. cu -- --------- Enrico Weigelt== metux IT services phone: +49 36207 519931 www: http://www.metux.de/ fax: +49 36207 519932 email: [EMAI

Re: [PHP] Sending document to printer...

2004-04-16 Thread Enrico Weigelt
d the printing happen ? On the webserver or the client ? These are fundamentally different. Printing on the server was the topic I was talking about. If you're talking about printing from the webbrowser and fixing IE's printing problems - this is not a PHP issue! regards, --

Re: [PHP] Encrypting Source

2004-04-16 Thread Enrico Weigelt
function of the cache storage layer. cu -- --------- Enrico Weigelt== metux IT services phone: +49 36207 519931 www: http://www.metux.de/ fax: +49 36207 519932 email: [E

[PHP] php buildsystem [WAS: Compile PHP question]

2004-04-16 Thread Enrico Weigelt
client>=7.3.0 [DEPEND pg-client] abi-version:7.4.1.0 link-type: dynamic link-rpath: /usr/lib/pgsql/lib/ ... Such information is probably not very useful for people just compiling php on the target system by hand, but its really important to make the packager'

Re: AW: [PHP] smarty

2004-04-16 Thread Enrico Weigelt
plate vs. xslt. So lets split the thread into the two different topics and talk about them separately. Instead arguing apples are tasting better than bananas since because of the different color is simply nonesense. cu -- --------- E

Re: [PHP] Re: [users@httpd] November 2, 2004

2004-11-02 Thread Enrico Weigelt
S are lacking of fair elections - in regions where Diebel voting machines are used, the chimp will win. The chimp won the last election by election fraud and I'm really afraid that this will happen again. Is this the American way of democary ?! cu --