[PHP-DEV] posting xml

2003-02-27 Thread Diana Castillo
I am sending an xml request as part of the url using urlencode to encode my xml. It doesnt work like that so the server that is receiving it doesnt seem to like the data in the query string. However, if I send it from a form using the method post then it works fine. Is there a way to send it by

Re: [PHP-DEV] posting xml

2003-02-27 Thread Ali
Diana, You may ask user-related questions on the [EMAIL PROTECTED] list. This list issueing the development OF (not IN) PHP isn't the right place to ask. -Ali On Thu, 27 Feb 2003 13:20:38 +0100 Diana Castillo [EMAIL PROTECTED] wrote: | I am sending an xml request as part of the url using

[PHP-DEV] File upload problem

2003-02-27 Thread Frans Bakker
Hello everybody, I am relatively new to PHP and for quite some days I am trying to get a file upload system going through a standard html form. To test it I use an html page called Test2.php with a form in it with enctype=\multipart/form-data\. Here is the source code: ?php $AppImageDir =

Re: [PHP-DEV] File upload problem

2003-02-27 Thread Derick Rethans
Hello, please forward user questions to the [EMAIL PROTECTED] mailinglist, this list is for development _OF_ PHP, not development _with_ PHP. Derick On Thu, 27 Feb 2003, Frans Bakker wrote: Hello everybody, I am relatively new to PHP and for quite some days I am trying to get a file

[PHP-DEV] Problems debugging on win32

2003-02-27 Thread Braulio José Solano Rojas
Hi! I have made some changes to a extension and now it does not work on win32. I am trying to debug it to see where the problem is, but I get a Warning like this: isis: Unable to initialize module Module compiled with module API=20020429, debug=0, thread-safety=1 PHPcompiled with module

[PHP-DEV] Getting an external param into a userspace streams filter...

2003-02-27 Thread David Brown
Hi Wez, everyone: Is there (or will there ever be) a good way to transmit an extra parameter into a php_user_filter around the time that oncreate() is called? I've run into a couple cases where it'd be incredibly useful (e.g. for filters that don't modify the stream, but do have side-effects).

Re: [PHP-DEV] Getting an external param into a userspace streams filter...

2003-02-27 Thread David Brown
On Thu, Feb 27, 2003 at 09:40:15AM -0500, David Brown wrote: | Hi Wez, everyone: | | Is there (or will there ever be) a good way to transmit an extra | parameter into a php_user_filter around the time that oncreate() is | called? I've run into a couple cases where it'd be incredibly useful |

Re: [PHP-DEV] Problems debugging on win32

2003-02-27 Thread Derick Rethans
On Thu, 27 Feb 2003, Braulio José Solano Rojas wrote: I have made some changes to a extension and now it does not work on win32. I am trying to debug it to see where the problem is, but I get a Warning like this: isis: Unable to initialize module Module compiled with module API=20020429,

Re: [PHP-DEV] Problems debugging on win32

2003-02-27 Thread Braulio José Solano Rojas
Hi! Derick Rethans [EMAIL PROTECTED] escribió en el mensaje news:[EMAIL PROTECTED] On Thu, 27 Feb 2003, Braulio José Solano Rojas wrote: What am I doing wrong? You PHP version is not a debug build, and thus the module refuses to load. The best thing is to build PHP yourself in debug mode. I

[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-: ?php echo $ScriptFileName; ? 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

Re: [PHP-DEV] Problems debugging on win32

2003-02-27 Thread Derick Rethans
On Thu, 27 Feb 2003, Braulio José Solano Rojas wrote: I think I did, since PHP is using php4ts_debug.dll, and if I delete this file I get a message of php-cli.exe saying that it does not find it. I used to compile php-cli the configuration Win32 Debug_TS. I also noticed that there is a

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

2003-02-27 Thread Derick Rethans
Hello, please forward user questions to the [EMAIL PROTECTED] mailinglist, this list is for development _OF_ PHP, not development _with_ PHP. Derick On Thu, 27 Feb 2003, Stephen Ford wrote: How can I display the script file name? Presumably something like-: ?php echo $ScriptFileName; ?

Re: [PHP-DEV] date() extension

2003-02-27 Thread Dirkjan Ochtman
Didn't have time, but here's a new patch. Regards, Dirkjan Wez Furlong [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Please read the README.SUBMITTING_PATCH file in the root of the php source and re-submit your patch. --Wez. On Mon, 17 Feb 2003, Dirkjan Ochtman wrote: begin

Re: [PHP-DEV] date() extension

2003-02-27 Thread Pierre-Alain Joye
On Thu, 27 Feb 2003 16:09:40 +0100 Dirkjan Ochtman [EMAIL PROTECTED] wrote: Didn't have time, but here's a new patch. It seems Outlook create weird and useless attachment, can you make it available online ? thank's pierre -- PHP Development Mailing List http://www.php.net/ To unsubscribe,

Re: [PHP-DEV] Problems debugging on win32

2003-02-27 Thread Braulio José Solano Rojas
Hi! Derick Rethans [EMAIL PROTECTED] escribió en el mensaje news:[EMAIL PROTECTED] On Thu, 27 Feb 2003, Braulio José Solano Rojas wrote: I think I did, since PHP is using php4ts_debug.dll, and if I delete this file I get a message of php-cli.exe saying that it does not find it. I used to

Re: [PHP-DEV] Getting an external param into a userspace streams filter...

2003-02-27 Thread David Brown
On Thu, Feb 27, 2003 at 09:42:24AM -0500, David Brown wrote: | On Thu, Feb 27, 2003 at 09:40:15AM -0500, David Brown wrote: | | Hi Wez, everyone: | | | | Is there (or will there ever be) a good way to transmit an extra | | parameter into a php_user_filter around the time that oncreate() is | |

Re: [PHP-DEV] date() extension

2003-02-27 Thread Dirkjan Ochtman
http://temp.xavamedia.nl/iso8601diff.txt Regards, Dirkjan Pierre-Alain Joye [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Thu, 27 Feb 2003 16:09:40 +0100 Dirkjan Ochtman [EMAIL PROTECTED] wrote: Didn't have time, but here's a new patch. It seems Outlook create weird and

Re: [PHP-DEV] Problems debugging on win32

2003-02-27 Thread Braulio José Solano Rojas
Hi! Braulio José Solano Rojas [EMAIL PROTECTED] escribió en el mensaje news:[EMAIL PROTECTED] I also think I did, but maybe I missed something in my Win32 Debug_TS configuration. Can you point on how do I create it. Basically I have disabled Optimizations, I have added the following

Re: [PHP-DEV] Getting an external param into a userspace streamsfilter...

2003-02-27 Thread Wez Furlong
Hi David, user filters are in a little bit of flux atm. However, the idea is that the param argument will be altered to be a zval (rather than just a string). In the oncreate() method, the following member variables are available to the filter: string $this-filtername; // name of the filter

Re: [PHP-DEV] date() extension

2003-02-27 Thread Wez Furlong
If you don't have time to support your own patch, why should we commit it to CVS!?? There is a reason for that doc being there; please read it. --Wez. On Thu, 27 Feb 2003, Dirkjan Ochtman wrote: Didn't have time, but here's a new patch. Regards, Dirkjan Wez Furlong [EMAIL PROTECTED]

Re: [PHP-DEV] Getting an external param into a userspace streams filter...

2003-02-27 Thread David Brown
Hi Wez: On Thu, Feb 27, 2003 at 04:26:40PM +, Wez Furlong wrote: | Hi David, | | user filters are in a little bit of flux atm. | | However, the idea is that the param argument will be altered to be a | zval (rather than just a string). | | In the oncreate() method, the following member

RE: [PHP-DEV] Re: [PHP] Threading

2003-02-27 Thread Dave Viner
would semaphores provide the mutual exclusion zone you need? dave -Original Message- From: Braulio José Solano Rojas [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 8:01 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP-DEV] Re: [PHP] Threading Hi! Rasmus

Re: [PHP-DEV] Re: [PHP] Threading

2003-02-27 Thread Braulio José Solano Rojas
Hi! Dave Viner [EMAIL PROTECTED] escribió en el mensaje news:[EMAIL PROTECTED] would semaphores provide the mutual exclusion zone you need? I do not know yet, I should studie it, but it is likely so. Are there semaphores in PHP? Regards, Braulio -Original Message- From: Braulio

Re: [PHP-DEV] Re: [PHP] Threading

2003-02-27 Thread George Schlossnagle
On Thursday, February 27, 2003, at 01:50 PM, Braulio JosX Solano Rojas wrote: Hi! Dave Viner [EMAIL PROTECTED] escribiÛ en el mensaje news:[EMAIL PROTECTED] would semaphores provide the mutual exclusion zone you need? I do not know yet, I should studie it, but it is likely so. Are there

Re: [PHP-DEV] Re: [PHP] Threading

2003-02-27 Thread Braulio José Solano Rojas
Hi! George Schlossnagle [EMAIL PROTECTED] escribió en el mensaje news:[EMAIL PROTECTED] On Thursday, February 27, 2003, at 01:50 PM, Braulio JosX Solano Rojas wrote: Are there semaphores in PHP? Yes. I'd recommend a reading of the fine manual. I did of course. Of course if you're actually

Re: [PHP-DEV] Re: [PHP] Threading

2003-02-27 Thread Melvyn Sopacua
At 20:12 27-2-2003, Braulio José Solano Rojas wrote: I already know about this functionality, but as you know this is only for Unix. And yes it matters if the semaphores are implemented in PHP since I need portability between different OSes. (I like Inter-Process Comunication, I am sorry not to

RE: [PHP-DEV] Re: [PHP] Threading

2003-02-27 Thread Dave Viner
i believe that win32 actually does support semaphores. see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/bas e/using_synchronization.asp for details on synchronization issues inside win32 (including mutex which is what i think you're looking for). or if you don't want

[PHP-DEV] [PATCH] - fix for 64 bit issues with OnUpdateInt

2003-02-27 Thread Dave Hill
Proposed Patch to address 64 bit issues in PHP v4.3.1 Diff -u against php4-STABLE-200302241430 Also needed in 4.5.x and 5.x Addresses bugs 20994, 21002, 21822, 20268 Platforms affected, Tru64, Solaris 9, HP-UX, NetBSD/Alpha and any other 64 bit platform I forgot to mention A little education

[PHP-DEV] CVS Account Request: jay

2003-02-27 Thread J Smith
A few weeks ago, I kind of volunteered to maintain testing scripts for ZE2 on the ZE2 mailing list. (See the thread beginning at http://www.zend.com/lists/engine2/200302/msg3.html ) Just to make good on my volunteering, I guess I'll be needing a CVS account. I suppose I'd need access to

[PHP-DEV] using VC++ to compile PHP extensions

2003-02-27 Thread Dave Viner
Hi, I've just completed some local php extensions using VC++. Here are some notes that might help others when creating php extensions using VC++. By default, Visual C++ will add classes with a .cpp extension. To make this work properly, you must either wrap the C specific sections, or

[PHP-DEV] Re: using VC++ to compile PHP extensions

2003-02-27 Thread J Smith
To add to that, I wrote up a short article yesterday that pretty much said the same thing, although it had a more UNIX-y focus. See http://www.tutorbuddy.com/software/phpcpp/phpcpp/ J Dave Viner wrote: Hi, I've just completed some local php extensions using VC++. Here are some notes that

[PHP-DEV] CVS Account Request: nvivo

2003-02-27 Thread Natan Vivo
I'd like to help translating PHP Documentation to Portuguese (Brazilian) -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] date() extension

2003-02-27 Thread Dirkjan Ochtman
Please! It's just a date() parameter, about 20 lines of code, mostly taken from another date() parameter. I'm a Windows user, I don't have all your cool auto* and gcc stuff. It doesn't seem worthwhile for me to go through installing Cygwin for something this simple... Just reject the patch, if you

Re: [PHP-DEV] date() extension

2003-02-27 Thread Wez Furlong
You don't need any of that stuff to read the guidelines for submitting a patch - why don't you just read it and save everybody some time... --Wez. On Fri, 28 Feb 2003, Dirkjan Ochtman wrote: Please! It's just a date() parameter, about 20 lines of code, mostly taken from another date()

Re: [PHP-DEV] JP Graph

2003-02-27 Thread Derick Rethans
Hello, please forward user questions to the [EMAIL PROTECTED] mailinglist, this list is for development _OF_ PHP, not development _with_ PHP. Derick On Thu, 27 Feb 2003, K wrote: Hi all, I'm using JPGraph on a localhost for a website opened via a host redirect. My problem is that nobody

[PHP-DEV] New extension: netfilter

2003-02-27 Thread Corne' Cornelius
Can i code a netfilter extension for PHP or don't you guys see the need for it ? It could result in some great firewall frontends in PHP Corne' !Exclude Disclaimer! -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] New extension: netfilter

2003-02-27 Thread Rasmus Lerdorf
On Fri, 28 Feb 2003, Corne' Cornelius wrote: Can i code a netfilter extension for PHP or don't you guys see the need for it ? It could result in some great firewall frontends in PHP Go for it. Assuming the netfilter library is not under the GPL. LGPL is fine. -Rasmus -- PHP Development

Re: [PHP-DEV] New extension: netfilter/iptables

2003-02-27 Thread Corne' Cornelius
Can i code a netfilter extension for PHP or don't you guys see the need for it ? It could result in some great firewall frontends in PHP Go for it. Assuming the netfilter library is not under the GPL. LGPL is fine. -Rasmus It's under GPL, i'll email their core team and ask if they'll

[PHP-DEV] JP Graph

2003-02-27 Thread K
Hi all, I'm using JPGraph on a localhost for a website opened via a host redirect. My problem is that nobody can see the graphs but me ('cause I'm on localhost). Any clues? Thx. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [PHP] Threading

2003-02-27 Thread Braulio José Solano Rojas
Hi! Rasmus Lerdorf [EMAIL PROTECTED] escribió en el mensaje news:[EMAIL PROTECTED] On Tue, 18 Feb 2003, Greg Donald wrote: On Tue, 18 Feb 2003, Bruce Miller wrote: Will PHP allow multiple-thread execution? PHP4 does not have thread support. Well, except for pear/PECL/threads, of