Re: [PHP-DEV] [PATCH] bug #15547

2002-07-01 Thread derick
On Mon, 1 Jul 2002, Justin Garrett wrote: > Stops tempnam() from bypassing open_basedir directive. > > This is my very first patch...thought I'd start small. Will someone > with karma please take a look and commit this if it meets your approval? Committed, thanks! Derick ---

[PHP-DEV] [PATCH] bug #15547

2002-07-01 Thread Justin Garrett
Stops tempnam() from bypassing open_basedir directive. This is my very first patch...thought I'd start small. Will someone with karma please take a look and commit this if it meets your approval? Justin Garrett Index: ext/standard/file.c =

Re: [PHP-DEV] compiling extension

2002-07-01 Thread Markus Fischer
On Tue, Jul 02, 2002 at 12:42:08AM +0200, Ron Lange wrote : > my last question for this week (I hope): > How can I include the sources of my lib in the php build??? Although it's > compiling fine, the apache build fails about undefined references to my > functions. I am really tired now, since

Re: [PHP-DEV] compiling extension

2002-07-01 Thread Ron Lange
Hello again, my last question for this week (I hope): How can I include the sources of my lib in the php build??? Although it's compiling fine, the apache build fails about undefined references to my functions. I am really tired now, since four hours I am trying to solve this problem. May I am

[PHP-DEV] CVS Account Request: melazy

2002-07-01 Thread Stellan Klebom
"PHP Bug Hunt Event" -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: witten

2002-07-01 Thread Dan Helfman
I'd like to contribute a new PHP extension for the TrustCommerce credit card payment gateway (php4/ext/tclink). Note that there is already at least one payment gateway extension included with PHP: the extension for Cybercash, which has gone out of business. The stand-alone version of the TCLink

Re: [PHP-DEV] compiling extension

2002-07-01 Thread Ron Lange
Hi Fab, I have left out some informations, sorry. I had a problem with including our lib headers, but now I managed it. Man pages are fine things...especially these of autoconf ;-). Another mistake I've done was to ignore the output of the ext-skel script, which is telling the further steps (.

[PHP-DEV] new payment gateway extension

2002-07-01 Thread Dan Helfman
I'd like to contribute a new PHP extension for the TrustCommerce credit card payment gateway. Note that there is already at least one payment gateway extension included with PHP: the extension for Cybercash, which has gone out of business. I was wondering the proper procedure for submitting a new

Re: [PHP-DEV] [PHP-QA] PHP Annual Bughunt!

2002-07-01 Thread Sander Roobol
Damn... well.. give me 11 and 36 then... Sander On Mon, Jul 01, 2002 at 08:18:13PM +0200, [EMAIL PROTECTED] wrote: > On Mon, 1 Jul 2002, Sander Roobol wrote: > > > I'll start with pack 43... > > Too late, that was just claimed... by me :) > > Derick > > > On Mon, Jul 01, 2002 at 03:25:47PM +

Re: [PHP-DEV] [PHP-QA] PHP Annual Bughunt!

2002-07-01 Thread derick
On Mon, 1 Jul 2002, Sander Roobol wrote: > I'll start with pack 43... Too late, that was just claimed... by me :) Derick > On Mon, Jul 01, 2002 at 03:25:47PM +0200, [EMAIL PROTECTED] wrote: > > Hello QA-ers, > > > > it's the time of the year again, time for the PHP Bug Hunt Event! Although >

Re: [PHP-DEV] [PHP-QA] PHP Annual Bughunt!

2002-07-01 Thread Sander Roobol
I'll start with pack 43... Sander On Mon, Jul 01, 2002 at 03:25:47PM +0200, [EMAIL PROTECTED] wrote: > Hello QA-ers, > > it's the time of the year again, time for the PHP Bug Hunt Event! Although > this is the first time, I'm pretty sure it will be fine. > > ... (snip) ... > -- PHP Develop

[PHP-DEV] CVS Account Request: jens

2002-07-01 Thread Jens Kohl
for PHP-QA BugPacks... I don't know if I already have an account, somebody told me when I joined QAT that he will create me an cvs account. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Installation on HP Nonstop systems

2002-07-01 Thread fab wash
Hello all, I sent the installation note last week. Anybody with karma can put it in the cvs tree?? Would it be possible to merge it with the main documentation, and if so, do you need a different format? Fab. _ Chat with friends

Re: [PHP-DEV] compiling extension

2002-07-01 Thread fab wash
Not sure why you say that including a header should throw make errors.. if you didn't change the Makefile, it should have no effect. What are the errors you're getting? Fab >From: Ron Lange <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: [PHP-DEV] compiling e

[PHP-DEV] Re: compiling extension

2002-07-01 Thread Ron Lange
Ron Lange wrote: ... > And does php compile then also as a static apache module with my > extensions? Uhm, sorry, I mean 'compile then also as an apache module with my static extension?'... > Getting tired > Ron -- PHP Development Mailing List To unsubscribe, visit:

Re: [PHP-DEV] [PHP-QA] PHP Annual Bughunt!

2002-07-01 Thread Andi Gutmans
I'll take Pack 40. Andi At 03:25 PM 7/1/2002 +0200, [EMAIL PROTECTED] wrote: >Hello QA-ers, > >it's the time of the year again, time for the PHP Bug Hunt Event! Although >this is the first time, I'm pretty sure it will be fine. > > >What is the PHP Bug Hunt Event? >--

Re: [PHP-DEV] sapi_header_op

2002-07-01 Thread Andi Gutmans
At 07:03 AM 7/1/2002 +0200, Sascha Schumann wrote: > > I understood the rational of using a struct from the beginning. I still in > > general don't like using structs very much because as I mentioned it's not > > as easy to use. I prefer having 2-3 methods then having one method which I > > We

[PHP-DEV] Jason back from vacation

2002-07-01 Thread Jason T. Greene
Everyone, I am finally back from vacation, and I will be playing catch-up for a while.(my email box has over 1000 msgs and I have missed about 1928 php-dev posts, I am sure the equiv CVS posts. ) Please give me some time to catch up. Thanks, -Jason -- PHP Development Mailing List

[PHP-DEV] CVS Account Request: miked

2002-07-01 Thread Michael Dransfield
To work on PEAR extensions (php), new + bug fixes of existing ones -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] compiling extension

2002-07-01 Thread Ron Lange
Hi all, now I have only one really sucking problem: how I can compile extensions? I know that I am appearing a little bit stupid, just because of the hints of Derick an the others in a former thread... But I can't get it work... The core code of my extension (without any php-related stuff yet)

[PHP-DEV] Re: Bug #17638 Updated: set_attribute_node doesn't work

2002-07-01 Thread Markus Fischer
Hi, Rather then exposing a warning remove it completely from the symbol table and add some comments in the source. Function available in the symbol only to tell you they aren't is a big "No No". - Markus On Mon, Jul 01, 2002 at 02:05:03PM -, [EMAIL PROTECTED] wrote :

Re: [PHP-DEV] [PHP-QA] PHP Annual Bughunt!

2002-07-01 Thread Alexander Wirtz
[EMAIL PROTECTED] wrote: > On Mon, 1 Jul 2002, Sterling Hughes wrote: > > >>I'll do pack 12, 19, 21, 31 35, 47... I assume verification/fixing only applies >>to PHP-CVS? (Ie, they say its a problem with PHP 4.1, If I can't produce >>it with CVS, Its fine to close it?) > > > Yup, if you think i

Re: [PHP-DEV] [PHP-QA] PHP Annual Bughunt!

2002-07-01 Thread derick
On Mon, 1 Jul 2002, Sterling Hughes wrote: > > I'll do pack 12, 19, 21, 31 35, 47... I assume verification/fixing only applies > to PHP-CVS? (Ie, they say its a problem with PHP 4.1, If I can't produce > it with CVS, Its fine to close it?) Yup, if you think it's really fixed in CVS you can clos

Re: [PHP-DEV] [PHP-QA] PHP Annual Bughunt!

2002-07-01 Thread Sterling Hughes
I'll do pack 12, 19, 21, 31 35, 47... I assume verification/fixing only applies to PHP-CVS? (Ie, they say its a problem with PHP 4.1, If I can't produce it with CVS, Its fine to close it?) -Sterling > Hello QA-ers, > > it's the time of the year again, time for the PHP Bug Hunt Event! Although

[PHP-DEV] [PHP-QA] PHP Annual Bughunt!

2002-07-01 Thread derick
Hello QA-ers, it's the time of the year again, time for the PHP Bug Hunt Event! Although this is the first time, I'm pretty sure it will be fine. What is the PHP Bug Hunt Event? --- The goal of the PHP Bug Hunt Event is too read, verify and updating of bug reports.

[PHP-DEV] TSRM Problem with dmalloc

2002-07-01 Thread Steve Alberty
Hi, when i compile php with dmalloc (because i develop an own extension), php crashes in combination with apache 2, but i think this is not a problem with apache 2 or with dmalloc. Maybe it is a problem with the --with-config-file-path option. I have set it to /etc/debug/php.ini ... here is the