[PHP-DEV] Tux + PHP

2002-06-12 Thread Na Sang-ho
Hi~ I'll change apache webserver to tux webserver, so I tested php scripts. but some scripts, not working. That scripts are using exec(), system(), shell_cmd() functions. doesn't tux module support that functions? Thank you in advance. -- PHP Development Mailing List

[PHP-DEV] CVS Account Request: verdana

2002-06-12 Thread Shaolei Mu
I am Verdana from China MainLand. I am very interested in translating the PHP Manual to our native language-- Simple Chinese. Mention, I have read the Document Howto which download from http://cvs.php.net/co.php/phpdoc/howto/howto.html.tar.gz;, So i think that i know how to do it. Now

[PHP-DEV] Re: [PHP-DOC] Fwd: Re: [PHP-DEV] filesystem security questions

2002-06-12 Thread Gabor Hojtsy
Can someone please help out Wez? ;) I don't really know what streams are about [it's not documented ;)], so if it's a new extension, Wez can start with copy-pasting one extensions documentation (see phpdoc/en/reference/ANY_EXTENSION_NAME). The XML files are quite self descriptive, so the tags

[PHP-DEV] Possible MSSQL error PHP4.2.0?

2002-06-12 Thread Jeremy Coates
Hi All, I'm not sure if this is a bug or not: Using MSSQL Server 2000 on WinNT / IIS (all fully patched). PHP 4.2.0 using ini_set('mssql.datetimeconvert',0) Date fields get returned with an extra character on the end output from var_dump (or any other output): string(20) 2002-08-06 11:45:02

[PHP-DEV] Re: cvs: php4 /ext/session php_session.h session.c

2002-06-12 Thread Yasuo Ohgaki
Sascha Schumann wrote: sas Wed Jun 12 04:18:38 2002 EDT Modified files: /php4/ext/session php_session.h session.c Log: This option enables administrators to make their users invulnerable to attacks which involve passing session ids in URLs. I'm +1

Re: [PHP-DEV] Re: cvs: php4 /ext/session php_session.h session.c

2002-06-12 Thread derick
On Wed, 12 Jun 2002, Yasuo Ohgaki wrote: Sascha Schumann wrote: sas Wed Jun 12 04:18:38 2002 EDT Modified files: /php4/ext/session php_session.h session.c Log: This option enables administrators to make their users invulnerable to attacks

Re: [PHP-DEV] Re: cvs: php4 /ext/session php_session.h session.c

2002-06-12 Thread Markus Fischer
On Wed, Jun 12, 2002 at 01:22:49PM +0200, [EMAIL PROTECTED] wrote : On Wed, 12 Jun 2002, Yasuo Ohgaki wrote: Sascha Schumann wrote: sas Wed Jun 12 04:18:38 2002 EDT Modified files: /php4/ext/session php_session.h session.c Log:

[PHP-DEV] Re: Bug #17717 Updated: Error: could not find/open font

2002-06-12 Thread Tom Sommer
Enrico Kliesch [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]... I also tried: $font=./arial //without .ttf try $font = /WINNT/Fonts/arial.ttf; This should be seen as a bug, but more a bug in GDlib and not PHP -- Tom Sommer E-Mail: webmaster(a)tsn.dk Web: http://www.tsn.dk -- PHP

[PHP-DEV] html tokenizer to add to tokenizer?

2002-06-12 Thread Alan Knowles
Attached hopefully is the re2c source for a html tokenizer - I added it to tokenizer.c - any thoughts on inclusion? regards alan enum { STATE_PLAIN = 0, STATE_TAG, STATE_NEXT_ARG, STATE_ARG, STATE_BEFORE_VAL, STATE_VAL }; /*!re2c any =

[PHP-DEV] Call for Papers: International PHP Conference 2002

2002-06-12 Thread Björn Schotte
Dear Sirs/ Madams, dear friends, the PHP Center and the Software Support Verlag are pleased to announce the International PHP Conference 2002 in Frankfurt, Germany. Like last year, for the first International PHP Conference, we want to present an interesting and various programme to the

Re: [PHP-DEV] Re: [Zend Engine 2] RE: [PHP-DEV] REPOST: Class Autoloading [PATCH]

2002-06-12 Thread Andi Gutmans
I have two problems here. First of all I'd prefer it to call a predefined callback called __autoload() if a class is not found. The second problem is that I don't see it working with nested classes. Is it good enough to only have this work with classes in the global scope? Andi At 11:27 PM

Re: [PHP-DEV] Re: [Zend Engine 2] RE: [PHP-DEV] REPOST: Class Autoloading [PATCH]

2002-06-12 Thread Ivan Ristic
First of all I'd prefer it to call a predefined callback called __autoload() if a class is not found. I do not have a problem with the predefined name. However, unserialize is already using the ini setting for the same thing, and it would be a shame to introduce an inconsistency.

Re: [PHP-DEV] Set_time_limit trouble

2002-06-12 Thread Mark Villemade
Anyone got any comment on that ? Thanks in advance. Later Chand On Wed, 12 Jun 2002 01:36:08 +0200 Mark Villemade [EMAIL PROTECTED] wrote: hi all, i don't know if i have already asked you about this, but i guess not. here's my trouble. On one of our application on Lycos Portals, we

Re: [PHP-DEV] How to extend a class in Zend?

2002-06-12 Thread fabwash
Never mind I found out. The domxml extension has the examples I needed. What about modifying is_subclass_of() so the second parameter can be a class, not just a name? Fab. - Original Message - From: fabwash [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 11, 2002 7:35 PM

Re: [PHP-DEV] Re: [Zend Engine 2] RE: [PHP-DEV] REPOST: Class Autoloading [PATCH]

2002-06-12 Thread Andi Gutmans
At 06:53 PM 6/12/2002 +0100, Ivan Ristic wrote: First of all I'd prefer it to call a predefined callback called __autoload() if a class is not found. I do not have a problem with the predefined name. However, unserialize is already using the ini setting for the same thing, and it

[PHP-DEV] Back from vacation

2002-06-12 Thread Wez Furlong
Hi all, Just in case anyone is interested, we finally made it back from our vacation after a screw up by United Airlines resulted in us travelling to no less than 6 airports in 5 days, when it should have been 3 airports in 24 hours :-/ Hardly fun, but we did get some compensation (meals,

[PHP-DEV] another domxml problem

2002-06-12 Thread Dan Allen
If you were to run xpath_eval() on a xpath query that that doesn't exist in a document, like /foo/foo/foo on a document that is soley doc/ I think that it should still return an xpathcontext object, just with an empty nodeset, just as it would do if you run /doc/* ...there is no way to handle the

Re: [PHP-DEV] openssl_pkcs7_encrypt and 3des

2002-06-12 Thread Wez Furlong
Hi Michael, The code in PHP for SMIME is pretty much taken directly from the equivalent smime.c file (or is it pkcs7.c?) in the openssl distribution. If you want to do something like this, take a look in there and send your patch to the list (and CC me too; I'm the openssl extension maintainer

Re: [PHP-DEV] ActivePHP behavior

2002-06-12 Thread Wez Furlong
Try $GLOBALS[window]-document-write(xxx); or just $window-document-write(xxx) if you are in the global scope anyway. $GLOBALS[document]-write(xxx) might work at some point (maybe already: I can't remember right now). I'm not sure if a href=ActivePHP:kkk(); will work; let me know if it does (I

Re: [PHP-DEV] Bug #17538 proc_close() doesn't return exit value of process

2002-06-12 Thread Wez Furlong
Hi Kim, Do a cvs diff -u and post the patch to the list with [PATCH] in the subject; CC me directly. I'll try and apply it over the weekend, unless someone else here applies it for you in the meantime. Thanks for your extensive testing of proc_open/proc_close :-) --Wez. On 05/06/02, Kim

[PHP-DEV] RFC: slight change to exec functions (Was Re: [PHP-DEV] why does exec() use the shell?)

2002-06-12 Thread Wez Furlong
PHP uses the shell (or cmd.exe or command.com on windows) because the shell knows how to search the path for a command if the full path is not specified. It should be relative simple to change the behaviour of some of the PHP execution functions (eg: not popen) so that it executes the file

Re: [PHP-DEV] Re: cvs: php4 /ext/session php_session.h session.c

2002-06-12 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: On Wed, 12 Jun 2002, Yasuo Ohgaki wrote: Sascha Schumann wrote: sas Wed Jun 12 04:18:38 2002 EDT Modified files: /php4/ext/sessionphp_session.h session.c Log: This option enables administrators to make their users

Re: [PHP-DEV] Re: cvs: php4 /ext/session php_session.h session.c

2002-06-12 Thread Sascha Schumann
I noticed this risk long time before and I think it's a kind of security fix as Sascha's comment, isn't it? That depends on your viewpoint. From my perspective, this is not urgent. It is not like an attacker can gain access to the server, it just makes it a bit harder for

Re: [PHP-DEV] Re: cvs: php4 /ext/session php_session.h session.c

2002-06-12 Thread Yasuo Ohgaki
Sascha Schumann wrote: I noticed this risk long time before and I think it's a kind of security fix as Sascha's comment, isn't it? That depends on your viewpoint. From my perspective, this is not urgent. It is not like an I agree. (That's the reason why I didn't mention the

[PHP-DEV] [PATCH] for proc_close() Bug #17538

2002-06-12 Thread Kim Saunders
Do a cvs diff -u and post the patch to the list with [PATCH] in the subject; CC me directly. I'll try and apply it over the weekend, unless someone else here applies it for you in the meantime. That would be great :) Thanks for your extensive testing of proc_open/proc_close :-) No

[PHP-DEV] passing variable to a popup

2002-06-12 Thread dan rossi
hi i am creating a preview page for a cms , i was wondering how i can pass form variable to a popup window , is this possible ? -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] getting form variables without posting

2002-06-12 Thread dan rossi
adding to my last question i'm needing to send the variables to a popup without actually sending the form how can i do this ? -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php