RE: [PHP-DEV] MFH policy

2003-02-19 Thread Marc Boeren
Hi, > > What is the official MFH policy? Are all bugfixes MFH-ed? > > Normally, yes. Except when we're close to release (which we are not > right now). How does this work? Add -r PHP_4_3 to the mfh-commit? Cheerio, Marc. -- PHP Development Mailing List <http://www.p

[PHP-DEV] MFH policy

2003-02-19 Thread Marc Boeren
Hi, What is the official MFH policy? Are all bugfixes MFH-ed? Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] bug in PHPAPI char *php_str_to_str() function?

2002-10-30 Thread Marc Boeren
ring. This could be solved by initializing the smart_str result with an empty string in stead of with {0}. Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] PHP and Java

2002-10-24 Thread Marc Richards
responsible for development of this extension? 6) When do you expect a non experimental version will be available Any help would be appreciated. Marc -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] dbx question - specifying a port for pgsql

2002-09-27 Thread Marc Boeren
test if this works for you (I do not have a running postgresql here, so testing is difficult), on systems with both a default portnumber and an alternative portnumber. Any comments on this solution instead of a host:port syntax? Cheerio, Marc. -- PHP Development Mailing List <http://www.php.n

Re: Re[3]: [PHP-DEV] Major Bug in multiple MySQL Connections?

2002-04-22 Thread Marc Boeren
> this sounds reasonable. But why don't the "connection aliases" keep > the current db they are working on and if needed, switch back - > transparently to the user? The current implementation only confuses > people. Try dbx, it does exactly that... Cheerio, Mc. -- PHP Development Mailing List

RE: [PHP-DEV] Unsigned Right(Maybee Left) Shift [Again]

2002-04-04 Thread Marc Boeren
istency, is there? Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] DB Abstraction

2002-03-31 Thread Marc Boeren
Hi > What PHP really needs is a common C API for (1) and possibly (2) that > the database extensions themselves provide. That way there would be no > need for additional layers written in PHP or piggyback hacks like dbx > (sorry Marc :). Don't worry, I know what it is, it is s

RE: [PHP-DEV] cvs: php4 /main php.h

2002-03-15 Thread Marc Boeren
s /D "_DEBUG") As to the reasons... well, who knows? :-) Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] dbx

2002-03-07 Thread Marc Boeren
> Does anyone off hand know if dbx is supported in php version 4.0.6? It is, but Frontbase (since 4.1.0) or Sybase-CT (cvs only until the next release) support were not available back then. Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, vi

RE: [PHP-DEV] Vote on New Build System

2002-03-07 Thread Marc Boeren
> I'd like to get some input on the new build system. If there > are enough "yea" voices, I could merge it into 4.3.0.. Yea! - Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] cvs: ext/baby

2002-03-07 Thread Marc Boeren
> @@ -1,2 +1,6 @@ > Christine Lerdorf > Rasmus Lerdorf > +Buster (working name only) Lerdorf > +Born 13:26 PDT Wednesday March 6, 2002 > +Weight: 9.0 pounds > +Length: 19.25 inches Yea! - Marc -- PHP Development Mailing List <http://www.php.net/> To unsubscribe

Re: [PHP-DEV] release process

2002-03-06 Thread Marc Boeren
> I promised to send a more detailed mail for the upcoming release process. > Please note that this is my view on it :) And your view is off by one month? ;-) [otherwise it looks fine] Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe,

RE: [PHP-DEV] Re: Counterpart to htmlentities function: unhtmlentities

2002-02-27 Thread Marc Boeren
least is a Good Thing (TM). Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] /ext/ftp and other win95/98 issues

2002-02-10 Thread marc
the process, so I kept it :-) BTW, this is not a problem unique to PHP, other applications may experience the same problem. In fact, the stub-solution came from the MS site (Q150956) This was posted mainly for the archives, but I added a note to the documentation as well. Cheerio, Marc. -- P

Re: [PHP-DEV] RE: [PHP-CVS] cvs: php4 /ext/ftp ftp.c ftp.h

2002-02-07 Thread marc
and if > the timeout works. Would be neat if we could have timeouts on Win32 > as well. If we fix it, it will make timeouts work other places too. That is for every win32, right? Not just 95/98? I'll test that soon... (don't be afraid to remind me, I'm swamped in work normally

Re: [PHP-DEV] RE: [PHP-CVS] cvs: php4 /ext/ftp ftp.c ftp.h

2002-02-06 Thread marc
there might be some similar problems with the > socket extension on 95/98. Probably... if you need some more testing of stuff, I have a 98 machine at work that I can use to test a lot of things, just tell me what's needed. Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] [Fwd: Re: [Zend Engine 2] Case sensitivity: Conclusion(?)]

2002-02-06 Thread Marc Boeren
st of function-names and lowercasing everything else... *grin* My preference is still to use case-sensitivity, but the BC-argument is a very good one (the only one? :) against it... so it depends on how much BC will be broken anyway by other changes... Cheerio, Marc. -- PHP Development Mail

RE: [PHP-DEV] [Fwd: Re: [Zend Engine 2] Case sensitivity: Conclus ion(?)]

2002-02-06 Thread Marc Boeren
cy in naming, so you will not read MySQL_ConneCt somewhere and mysql_connect somewhere else, while it means the same thing... An unwanted side-effect is that it allows people to differentiate using case. Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe,

RE: [PHP-DEV] [Fwd: Re: [Zend Engine 2] Case sensitivity: Conclus ion(?)]

2002-02-06 Thread Marc Boeren
> > +1 for case-sensitive everything > > so you volunter to rewrite all the code that uses oci or gd > extension now but uses it all lowercase? ;) I didn't say +1 for lower-case everything! (although that is my preference, for functionnames at least ;-) Cheerio, Marc.

RE: [PHP-DEV] [Fwd: Re: [Zend Engine 2] Case sensitivity: Conclusion(?)]

2002-02-06 Thread Marc Boeren
> However, we need vote for if PHP5 will have case > sensitive class/function/constant names. +1 for case-sensitive everything Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] RE: [PHP-CVS] cvs: php4 /ext/ftp ftp.c ftp.h

2002-02-06 Thread Marc Boeren
value? > I would try to add 1 to the size above, and also 256, 128 and 64. Adding one is enough for the function to fail... (adding 256 fails too) Hope this helps! (it has helped me, at least :) Cheerio, Marc. BTW, I also get a compile warning: H:\home\php-dev\php4\ext\ftp\ftp.c(120)

Re: [PHP-DEV] RE: [PHP-CVS] cvs: php4 /ext/ftp ftp.c ftp.h

2002-02-05 Thread marc
Hi, > > I looked into it a bit, and I get a windows error for the connect() > > function: > > > > WSAEFAULT: > > The name or the namelen parameter is not a valid part of the user address > > space, the namelen parameter is too small, or the name parameter contains > > incorrect address format

RE: [PHP-DEV] RE: [PHP-CVS] cvs: php4 /ext/ftp ftp.c ftp.h

2002-02-05 Thread Marc Boeren
ct address format for the associated address family. Any pointers? Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] RE: [PHP-CVS] cvs: php4 /ext/ftp ftp.c ftp.h

2002-02-05 Thread Marc Boeren
and Win2000. The code for php_connect_nonb (contributed by Wez) mentions something about not being sure on Win32 platforms... Could you look into this please? Thanks, Marc Boeren > venaasSun Jan 6 18:10:54 2002 EDT > > Modified files: > /

[PHP-DEV] CVS Account Request: marcbey

2002-01-29 Thread marc beyerlin
beeing up to date with php/pear -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP-DEV] consistent way to handle structs

2002-01-11 Thread Marc Boeren
the default order) (and the remaining arguments (3) are set to their default values. Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP-DEV] consistent way to handle structs

2002-01-11 Thread Marc Boeren
() is badly designed... Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP-DEV] PHP for Win32 without MySQL?

2001-12-18 Thread Marc Boeren
> Has anyone attempted to build a version of PHP on Win32 without MySQL? > normally until you hit php_mysql.c. Just remove the mysql files from the project and recompile? That should work, even though I didn't try it :) Cheerio, Marc. -- PHP Development Mailing List <http://ww

RE: [PHP-DEV] ftp extension for windows?

2001-12-13 Thread Marc Boeren
the documentation and possibly the php-version-number, who knows what extensions will be built-in next time (or left out, for that matter). Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

[PHP-DEV] ftp extension for windows?

2001-12-13 Thread Marc Boeren
Hi, Is there any reason why the ftp module is not available as a msvc project in php_modules? If not, I'll add it... Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [PHP-DEV] new Zend Engine license?

2001-12-11 Thread Marc Boeren
> Yep. OK, I'm happy :-) Cheers, Mc. -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP-DEV] new Zend Engine license?

2001-12-11 Thread Marc Boeren
yway, but it would be nice to link it against an offical release version. Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP-DEV] new Zend Engine license?

2001-12-11 Thread Marc Boeren
dified file, thanks :) This means I can link my proprietary app against 4.2.0-dev, but not 4.1.0, right? Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list admin

[PHP-DEV] new Zend Engine license?

2001-12-11 Thread Marc Boeren
Hi, About a month ago Zend announced that they would release the engine under a BSD-style license... I think I remember Zeev saying that the definitive version of the new license would be ready in a couple of weeks time (which could be around now :). Any updates on this issue? Cheerio, Marc

RE: [PHP-DEV] Bug #14305 Updated: type-o on web site

2001-12-06 Thread Marc Boeren
making the sentence 'good as it is right now'. Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP-DEV] PHP 4.1.0RC4

2001-11-30 Thread Marc Boeren
;did you use the unofficial or the official 4.1.0?' and all the hassle that will follow... Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP-DEV] sytanx again

2001-11-16 Thread Marc Boeren
> > = $var; > Why not remove this utter crap at all? =) BC! > (I know about BC, O. :) I never use the syntax, so I'm just going +1 for consistency and adding http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the l

RE: [PHP-DEV] sytanx again

2001-11-16 Thread Marc Boeren
> > = %var; > IMHO: $var Ah well, it should have read $var of course, but the language is still 'php', not 'php='... Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: [PHP-DEV] sytanx again

2001-11-16 Thread Marc Boeren
> > > It's odd and inconsistent to have <%=, >I was also against >that consistency (symmetry?) is better. Let's take this one step further (into absurdity ;-) and also add = %var; just for consistency, of course :) > Now all that is left is to decide :) I think we're at a deadlock. > Who o

RE: [PHP-DEV] Some more warnings

2001-11-13 Thread Marc Boeren
as you can't have fractional pixels. So this data-loss is > intentional. Wouldn't it be better then to cast explicitly to int, both to get rid of the warnings and to convey that this behaviour is intentional? Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/

RE: [PHP-DEV] 4.1.0RC2

2001-11-13 Thread Marc Boeren
> http://www.php.net/~zeev/php-4.1.0RC2.tar.gz > Do your thang :) Compiles and runs the testsets fine (winnt, cgi, mysql + dbx + proprietary extension) Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP-DEV] windows binary package...

2001-10-29 Thread Marc Boeren
Hi, Who is in charge of the windows binary packages? Bug id #13664 says php_dbx.dll is not included in the 4.0.6 package (and since it was EXPERIMENTAL in 4.0.6, that's ok), but it would be nice to have it in the 4.1.0 package, but I don't know where/how to do that... Cheerio, Marc

RE: [PHP-DEV] usort won't work anymore on 408dev -> zend_hash.c bug?

2001-10-04 Thread Marc Boeren
sh(ht); } If I restore the p->h = i++; line, everything works again... Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] usort won't work anymore on 408dev

2001-10-04 Thread Marc Boeren
uot;$key: $value\n"; } I would expect to get 0: 1 1: 2 2: 3 3: 5 4: 6 This still works on 407RC3 However, on the latest CVS I get: 4: 1 1: 2 0: 3 2: 5 3: 6 So it seems the results are sorted, but the keys aren't reassigned... Cheerio, Marc. -- PHP Development Mailing List <http

RE: [PHP-DEV] Possibility of moving bugs to another list?

2001-10-02 Thread Marc Boeren
> Nobody would read the bug forum... :) That's probably true. I don't read many bug reports now, but every now and then one catches my eye... Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Re: [PHP-DEV] Re: [Zend Engine 2] namespaces ambiguity

2001-10-02 Thread Marc Boeren
=== is (barely) acceptable, because the extra = actually conveys some extra meaning (== means equals, so === means even more equal (and thus, identical)). I don't see the logic of adding an extra : to ::, because it is not an extension of the meaning of ::. Cheerio, Marc. -- PHP Development

RE: [PHP-DEV] namespaces ambiguity

2001-10-01 Thread Marc Boeren
> Stupid suggestion, is ::: (three colons) pushing it? What's wrong with :>, except for the fact that it resembles a smiley? There is already -> and =>... Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: [PHP-DEV] namespaces ambiguity

2001-10-01 Thread Marc Boeren
> I still think Zeev's suggestion (HTML::Table) is very good, if it > doesn't impose too much runtime overhead. +1 for :: If that is impossible, how about some new combination, like :> HTML:>Table looks ok, too... Cheerio, Marc. -- PHP Development Mailing List &l

[PHP-DEV] Bug #13398: get_exif_data() eats memory

2001-09-22 Thread marc
e-mode' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-track-vars' '--enable-ftp' '--enable-wddx' '--enable-exif' '--without-oracle' '--without-oci8' '--with-xml' &#x

Re: [PHP-DEV] for the php-gtk people

2001-08-27 Thread Marc Boeren
th gtk+, you must install the win-version of the gtk on the machine as well) One of the questions that could be useful: Is there room for two such projects, php-gtk and wxphp? Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For a

RE: [PHP-DEV] for the php-gtk people

2001-08-24 Thread Marc Boeren
> > There exists wxPython and wxPerl... why not wxPHP? > > > Marc, it would be an absolutely cool idea :) That's what I thought :-) > So actually the question is, who has the time to start it? Well, not right now... But I will probably be using wxWin over the next co

[PHP-DEV] for the php-gtk people

2001-08-24 Thread Marc Boeren
xPerl... why not wxPHP? Any thoughts from the php-gtk people? Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Bug #11726 Updated: undefined symbol alloca while building apache

2001-08-23 Thread jean-marc . boucher
ID: 11726 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Compile Failure Operating System: AIX 4.3.3.0 ML08 PHP Version: 4.0.6 New Comment: by setting CFLAGS=-ma the pb was resolved regards JMB Previous Comments: -

[PHP-DEV] Karma request

2001-08-16 Thread Marc Boeren
I would like to add myself as maintainer of dbx to the EXTENSIONS file, but my karma is not sufficient to do this myself... So if somebody could do this for me, or upgrade my karma, that would be nice :) Cheerio, Marc

[PHP-DEV] Bug #12768: wordwrap crashes with 4 parameters and width=0

2001-08-15 Thread marc . pohl
php-script will crash/timeout. here is an inconsistency with the 2-parameter version, which returns all words separated by \n in this case regards marc -- Edit bug report at: http://bugs.php.net/?id=12768&edit=1 -- PHP Development Mailing List <http://www.php.n

RE: [PHP-DEV] Re: compile fails on html.c (CODESET undeclared)

2001-08-09 Thread Marc Boeren
> > > I suspect this can be fixed by changing line 231 to be > > > #if HAVE_LANGINFO_H && HAVE_LOCALE_H && defined(CODESET) > Done. Please let me know if it doesn't work... Just wanting to let you know it _does_ work :-) Cheerio, Marc. -- PHP De

[PHP-DEV] compile fails on html.c (CODESET undeclared)

2001-08-08 Thread Marc Boeren
orted only once html.c:232: for each function it appears in.) make[3]: *** [html.lo] Error 1 make[3]: Leaving directory `/home/Marc/source/php-cvs/php4/ext/standard' The offending (in my eyes, at least) were added in the latest revision (1.30) of html.c by Wez Furlong (Wez? Comments?)

RE: FW: [PHP-DEV] build problem: bison.simple:99: parse error bef ore 'do' -> \r\n or \n...

2001-08-08 Thread Marc Boeren
be so bad if I just didn't use the built-in MSVS editor, which can only save \r\n. Give me EditPlus instead... Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact t

FW: [PHP-DEV] build problem: bison.simple:99: parse error before 'do' -> \r\n or \n...

2001-08-08 Thread Marc Boeren
> -Original Message- > From: Marc Boeren > Sent: Wednesday, August 08, 2001 5:40 PM > To: 'Jani Taskinen' > Subject: RE: [PHP-DEV] build problem: bison.simple:99: parse error > before 'do' -> \r\n or \n... > > > > >

[PHP-DEV] build problem: bison.simple:99: parse error before 'do'

2001-08-08 Thread Marc Boeren
directory `/home/Marc/source/php-cvs/php4/Zend' /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main -I../TSRM -g -O2 -prefer-non-pic -static -c zend_language_parser.c bison.simple:99: parse error before 'do' bison.simple:99: stray '\' in program

[PHP-DEV] Bug #11726 Updated: undefined symbol alloca while building apache

2001-07-31 Thread jean-marc . boucher
ID: 11726 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: Compile Failure Operating System: AIX 4.3.3.0 ML08 PHP Version: 4.0.6 New Comment: ./configure --with-oci8=/oraker01/app/oracle/product/8.1.7 --with-apache=../apache_1.3.20 --wit

RE: [PHP-DEV] Re: Proposal

2001-07-30 Thread Marc Boeren
enough to get your point :-) > behavior only prefixed, use import_globals("GPC", "form_"). > KISS should be our guiding light here. As I said, I like that proposal. I say go for it. I still like accept_globals better, though :-) Cheerio, Marc. -- PHP Development Ma

RE: [PHP-DEV] Re: Proposal

2001-07-30 Thread Marc Boeren
might see import_globals as a necessary step to get things to work (which it is), and not think about it any more. If you alter the function name, people might think a bit more? import_globals: 'OK, if I want to use this variable, I need to import it' accept_globals: 'OK, i

RE: [PHP-DEV] Security Issues

2001-07-27 Thread Marc Boeren
scripts are exploitable, I think, if register_globals=on, because programmers do not expect user-input in this variable. Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To conta

RE: [PHP-DEV] Security Issues

2001-07-26 Thread Marc Boeren
e the advantage of the > "accept_parameters" idea. Well, the programmer doesn't need to know if it was introduced by POST or GET or whatever, and will be made to think about what parameters he/she is accepting... thereby making him aware of the security issues. Plus, it looks be

RE: [PHP-DEV] Security Issues

2001-07-26 Thread Marc Boeren
existing scripts. On the plus side, the programmer must explicitly declare what is accepted from users, and what isn't. This is a good thing, as it makes programmers aware of what users can or cannot change. Now they know that $user_string can be anything, while $internal_allowed is completely s

[PHP-DEV] Re: Bug #12262 Updated: php.exe - Entry Point Not Found

2001-07-20 Thread Marc Clerc
I have done this, I used 4.0.5 instead of .6 and it works fine. PHP4TS.DLL only exists in 2 places on my server, and both were current to the new PHP, or else I wouldn't have reported this. -Marc Clerc - Original Message - From: "Bug Database" <[EMAIL PROTECTED]>

RE: [PHP-DEV] Zend engine: unresolved external _zend_assign_to_va riable_reference?

2001-07-19 Thread Marc Boeren
r again I'll commit it, so dbx will work again. Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP-DEV] Zend engine: unresolved external _zend_assign_to_va riable_reference?

2001-07-19 Thread Marc Boeren
t the refcount++, or the is_ref=1 as well? Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP-DEV] Zend engine: unresolved external _zend_assign_to_va riable_referen ce?

2001-07-19 Thread Marc Boeren
alue.ht, (*columnname_ptr)->value.str.val, (*columnname_ptr)->value.str.len + 1, actual_ptr, sizeof(zval *), NULL); This seems to work. However, I tried it without the refcount and is_ref statements, and it still seems to work... (this is in the 4.0.6 version, btw) There is no memory loss for both versions.

Re: [PHP-DEV] Zend engine: unresolved external _zend_assign_to_variable_referen ce?

2001-07-19 Thread Marc Boeren
true reference to the value, so if I modify dbx_result->data[0][0] (in a php-script, I mean), and access it through dbx_result->data[0]['fieldname'], I want to get the modified value. For this, the zend_assign_to_variable_reference works fine. If you know another function th

[PHP-DEV] ZEND_DEBUG issue (more)

2001-07-19 Thread Marc Boeren
Hi, I forgot to mention that I run WinNT4sp6... Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Zend engine: unresolved external _zend_assign_to_variable_reference?

2001-07-19 Thread Marc Boeren
, zval **value_ptr_ptr, temp_variable *Ts ELS_DC); everything builds correctly, again. I'm not sure if this has any side-effect, so if someone could look it over and commit this patch (or something similar), I'd be happy. Cheerio, Marc. -- PHP Development Mailing List <http://www

[PHP-DEV] ZEND_DEBUG issue

2001-07-19 Thread Marc Boeren
inserts ZEND_DEBUG on that spot, and ZEND_DEBUG is set to 0 in the project. Does anyone else have this, or is my machine broken somehow? Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

RE: [PHP-DEV] Totally Blue Sky / beta testers?

2001-06-29 Thread Marc Boeren
sional programmers who would not be > daunted by the challenges of programming Windows in VC++. But then, a VC++ (or VB) project cannot be put on a webserver, which is where a php-application has the edge... About the beta, I'll create a package tomorrow or early next week and mail it to

[PHP-DEV] Bug #11726: undefined symbol alloca while building apache

2001-06-27 Thread jean-marc . boucher
From: [EMAIL PROTECTED] Operating system: AIX 4.3.3.0 ML08 PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: undefined symbol alloca while building apache while compiling apache 1.3.20 + PHP_4.0.6 + Oracle 8.1.7 on AIX 4.3.3 i have this. this is the same pb a

RE: [PHP-DEV] Totally Blue Sky / beta testers?

2001-06-26 Thread Marc Boeren
y-many times the proposed price. > What do you call your app and what can I do to help? Anything? Yeah, you can come up with a good name ;-) Seriously, we could use a couple beta testers. I've been told I can accept 5 beta-testers. Benefits are that you can distribute your first project f

RE: [PHP-DEV] Totally Blue Sky

2001-06-25 Thread Marc Boeren
ypeing './php -f filename.php > filename.html' and then viewing filename.html (even though a file is never actually generated). I see no licensing problems, but perhaps I'm misstaken. I've just read the file LICENSE again, and I see no objections! Cheerio, Marc. -- PHP Development

RE: [PHP-DEV] Totally Blue Sky

2001-06-25 Thread Marc Boeren
bout this project at this time, but I'll hope to come back to this soon! Cheerio, MArc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP-DEV] 4.0.6RC4 out.

2001-06-20 Thread Marc Boeren
the 406 release, but would be nice for 407 onwards... Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] win32 php_modules.dsw and dbx.dsp

2001-05-16 Thread Marc Boeren
>I rolled 4.0.6RC1. It is ready for testing. Could someone please add the /ext/dbx/dbx.dsp to the php_modules workspace? Or give me some extra karma to write in anything besides /ext/dbx? Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mai

[PHP-DEV] PHP 4.0.6RC1 - Win32 build of php4apache fails

2001-05-16 Thread Marc Boeren
default headers_only value - sometimes "GET" > requests should actually only >* send headers. >*/ > SG(request_info).headers_only = r->header_only; > return SUCCESS; > } > > It misses the > APLS_FETCH(); > at the beginning of the

[PHP-DEV] Bug #10856: is_dir() does only recognize . and .. as directory, nothing else

2001-05-14 Thread marc
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Directory function related Bug description: is_dir() does only recognize . and .. as directory, nothing else $d = dir("/"); echo "Handle: ".$d->handle."\n"; echo "Path: ".$d->path."\n"; w

[PHP-DEV] cvs and crlf/lf

2001-05-07 Thread Marc Boeren
Hi! Is it true that CVS converts \r\n to \n and vice versa automagically for unix and windows users? Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact th

RE: [PHP-DEV] Classes & function names

2001-05-04 Thread Marc Boeren
>IMHO, in a compatibility breaking upgrade, we should look into defaulting >to case sensitivity, while allowing case insensitivity as a non-default option. +1 Full case sensitivity is preferable, I think. Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To un

[PHP-DEV] 4.0.5 modules

2001-04-13 Thread Marc Boeren
Hi! Is there some policy about the inclusion of newly added modules to RC's? I'ld like to see the dbx module in the 4.0.5 release... Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

RE: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/odbc php_odbc.c

2001-03-27 Thread Marc Boeren
in dbx, which returns true references for this kind of thing (also if it's not supported in the database module initially). Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/odbc php_odbc.c

2001-03-27 Thread Marc Boeren
his cvs and diff stuff, and am actually patching the files outside the tree and doing the diff with the file _in_ the tree... In the version that compiles the reference was there, of course. Would have been easier if I had write access to more than just ext/dbx, but hey, I'm new here :-) Cheerio, Ma

RE: [PHP-DEV] please remove pgsql warning on fetch_row - includes diff

2001-03-26 Thread Marc Boeren
should rightly give. IMO, a wrong row-index should just return false, as stated in the documentation. Cheeiro, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list admi

[PHP-DEV] please remove pgsql warning on fetch_row - includes diff

2001-03-26 Thread Marc Boeren
is is how a patch is submitted (do you need a diff for that?), but if I'm doing something wrong maybe anyone can show me how it's done. Cheerio, Marc. <> pgsql.c.diff -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP-DEV] patch for bug #9272

2001-03-26 Thread Marc Boeren
Attached patch solves bug 9272, warning issued on closing persistent odbc connection Cheerio, Marc. <> php_odbc.c.diff -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To cont

[PHP-DEV] config.m4 file

2001-03-21 Thread Marc Boeren
ad to get that off my chest! Cheerio, Marc. (BTW, could someone add this to the README.SELF-CONTAINED-EXTENSIONS file or some other documentation? It would help some people, I feel (would've helped me! :-)) -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail:

[PHP-DEV] Extension help && mailing list???

2001-03-20 Thread Marc Boeren
umentation, could someone put it up (or just > a link) on the php-site? > > Otherwise, just asking questions on this list might help, and a lot of > trial and error works, too (but does take a lot of time). > > Any chance of a separate php-ext mailing-list??? > > Cheer

RE: [PHP-DEV] Extension help

2001-03-20 Thread Marc Boeren
>BTW, (*tmpString)->value.str.val == Z_STRVAL_PP(tmpString) but the >latter looks much nicer :) Granted, but that's what happens if you just examine the code and don't read the documentation :-) Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/&g

RE: [PHP-DEV] Extension help

2001-03-20 Thread Marc Boeren
ue.str.val (and the length of the string in value.str.len, excl. terminating 0). So what you have after the conversion is still a zval, but you can now safely use the value.str.val (which is of type char *, as you would expect). Cheerio, Marc. -- PHP Development Mailing List <http://www.php.ne

RE: [PHP-DEV] Extension help

2001-03-20 Thread Marc Boeren
ing)->value.str.val); but I may be wrong on the level of indirection. The zval cannot automagically be put in a %s and treated as a string, you should manually extract the pointer to the actual string. Hope this helps! Cheerio, Marc. (btw, you might have a look at the way the zval struct is se

RE: [PHP-DEV] Extension help

2001-03-20 Thread Marc Boeren
>zend_hash_find(obj->value.obj.properties,"foo",sizeof("foo"),(void**)&tmpSt ring); You're almost correct, sizeof("foo") should be sizeof("foo")+1 Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscri

RE: [PHP-DEV] advice

2001-03-19 Thread Marc Boeren
property_long(return_value, "rows", row_count); zend_hash_update can be used vor zval that are already allocated etc., add_property_* for other values Hope this helps! Cheerio, Marc. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

[PHP-DEV] dbx module (database abstraction) available

2001-03-13 Thread Marc Boeren
e improved. Enjoy! Cheerio, Marc. (BTW, I only subscribe to the php-dev list, not the php-db list, so please mail me directly...) -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

  1   2   >