[PHP-DEV] Re: [PHP] Re: [PHP-DEV] Is PHP designed (have the capability) to access remote DB?

2003-03-12 Thread Dan Hardiker
IS ABOUT THE DESIGN AND DEVELOPMENT OF PHP > >> > Is PHP designed (have the capability) to access remote DB? -- Dan Hardiker [EMAIL PROTECTED] ADAM Software & Systems Engineer First Creative -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [WARNING] Release process for 4.3.2 starts RSN..

2003-03-09 Thread Dan Hardiker
> Remeber we are volunteers and sometimes we find it more interesting to > hang out in a pub and drink Finlandia then to release PHP. Any particular pub? Im up for a few pints ;) -- Dan Hardiker [EMAIL PROTECTED] ADAM Software & Systems Engineer First Creative -- PHP Developme

Re: [PHP-DEV] Re: [WARNING] Release process for 4.3.2 starts RSN..

2003-03-09 Thread Dan Hardiker
> Remeber we are volunteers and sometimes we find it more interesting to > hang out in a pub and drink Finlandia then to release PHP. Any particular pub? Im up for a few pints ;) -- Dan Hardiker [EMAIL PROTECTED] ADAM Software & Systems Engineer First Creative -- PHP Developme

Re: [PHP-DEV] Re: Piping to the PHP binary

2003-02-26 Thread Dan Hardiker
3.0, Copyright (c) 1998-2003 Zend Technologies > [EMAIL PROTECTED] moshe]$ echo "" | php > [EMAIL PROTECTED] moshe]$ >> [13:58:[EMAIL PROTECTED]:~$ echo "" | >> /usr/local/bin/php >> Status: 404 >> Content-type: text/html >> X-Powered-By: P

[PHP-DEV] Piping to the PHP binary

2003-02-26 Thread Dan Hardiker
ary? Is this modified behavoir limited to me, or expected? I tried asking php-general@ but no response. -- Dan Hardiker [EMAIL PROTECTED] ADAM Software & Systems Engineer First Creative -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] XSL Transformations

2003-02-05 Thread Dan Hardiker
list sign up page very carefully, I am sure you're aware that this is not the correct place to ask your question. You will also know that this sort of question should be asked in [EMAIL PROTECTED] Your appologies are accepted. -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems En

Re: [PHP-DEV] Security question with PHP on Unix / Linux.

2003-02-04 Thread Dan Hardiker
, and how PHP is executed... this is definatly a question for the php "general" list ([EMAIL PROTECTED]). This forum is for discussion about the constructs that form PHP itself, not its implementation or its use. -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First

Re: [PHP-DEV] Mono & PHP

2003-02-03 Thread Dan Hardiker
Is it true you can catch mono from using php? -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: Re[2]: [PHP-DEV] Designing for PHP4 with PHP5 in mind...

2003-01-07 Thread Dan Hardiker
ng "AAC" :P -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Designing for PHP4 with PHP5 in mind...

2003-01-07 Thread Dan Hardiker
; > print($a->name); > c($a); > print($a->name); > ?> > > In ZE1 you get "AAA". In ZE2 you get "ABC". > Just to prevent any misconception, the code executed through the ZE1 will actually be "AAC" rather than "AAA"

RE: [PHP-DEV] PHP in 2003 (leading to PHP 5)

2003-01-02 Thread Dan Hardiker
l/deinstall modules dynamically. For "jack-in-the-box" (preconfigured) systems/packages like RedHat rpm's / other binary distributions, this would also have the same advantage. [currently 3 or 4 binaries are created depending on the amount of modules you want and in what way you

Re: [PHP-DEV] PHP in 2003 (leading to PHP 5)

2003-01-02 Thread Dan Hardiker
the idea to be well thought out (especially the impact) as well as encouraging them to be thought more of "plug-ins" which are independant and may well be "upgraded". -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] RE: error handling

2002-11-20 Thread Dan Hardiker
of course, but using output buffering is the only way to > |>shield your users from errors anyway. > | > |+1 !! > | > |Why didn't anyone think of this before? :) -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative -- PHP Devel

Re: [PHP-DEV] Variable Functions?

2002-10-31 Thread Dan Hardiker
> http://php.net/create_function, > and see the ZE2 notes on __call/__get/__set handlers. Yeah, Im aware of the existing functionality, I was just wondering if it was the best way to approach it. The ECMA method seems a bit cleaner... but that may well be an issolated opinion. -- Dan Ha

[PHP-DEV] Variable Functions?

2002-10-31 Thread Dan Hardiker
d upon, (nor should they be!) I think that puts across the general gist of my suggestion... any thoughts or comments on the idea? -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative -- PHP Development Mailing List <http://www.php.net/> To unsubscri

Re: [PHP-DEV] short_open_tag

2002-10-18 Thread Dan Hardiker
Andi Gutmans wrote: >> >I don't think we should add special hacks to the scanner. Soon we're >> going to have a zillion hacks for other XML/SGML/foobar documents. >> > -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative --

Re: [PHP-DEV] short_open_tag

2002-10-15 Thread Dan Hardiker
The problem it solves is > ugly. Ugly problems often require ugly solutions. Solving an ugly > problem in a pure manner is bloody hard. PHP's aim is to make solving > the web problem easy. Ergo, therefore, Q.E.D, removing all the "ugly" > features of PHP is going to make it

Re: [PHP-DEV] short_open_tag

2002-10-15 Thread Dan Hardiker
tter coding practices (just as we did with turning register_globals off by default). -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] short_open_tag

2002-10-15 Thread Dan Hardiker
>>> Thousands of programmers use short tags in their scripts, but only >>> hundreds can't change this setting in php.ini manually. > > M> Wrong... Many webhosting companies won't allow customers to change > M> php.ini, and my experiences with php_set_ini() aren't too good. > > yep, many of hosting

Re: [PHP-DEV] short_open_tag

2002-10-14 Thread Dan Hardiker
encouraged to use XML declarations in all > their documents." > [http://www.w3.org/TR/xhtml11/conformance.html#s_conform] -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Thread Reading

2002-09-19 Thread Dan Hardiker
Is there a problem with the table directive being used? -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] and so... there is a security problem.

2002-09-19 Thread Dan Hardiker
p-general@ is setup for that purpose, and you will find many more PHP coders that will help you with your problem. If you want to know what time a train leaves, you ask the driver / station. You dont ask the people who build trains. ;) -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Sys

Re: [PHP-DEV] Patches and Extensions and Such

2002-09-19 Thread Dan Hardiker
he author of the patch, and did a fine job for one of his first php-hacking attempts :P Speaking of which, he is still waiting for his cvs account to go through (requested for documentation translation into dutch). If thats not gone through yet, given enough karma I could add it (cvs account: dan).

Re: [PHP-DEV] Thread Reading

2002-09-19 Thread Dan Hardiker
as an extension. Tell you what also, lets get rid of the print() command - there is echo() to do the same job. [sorry - but isnt PHP about providing for the needs of the many?] I am *STILL* missing a list of bad side effects that this as on existing code, should you wish to ignore this patch and

[PHP-DEV] Thread Reading

2002-09-18 Thread Dan Hardiker
standard distribution, and any list of adverse side affects this poses. -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] Patches and Extensions and Such

2002-09-18 Thread Dan Hardiker
bers turned on using > a get param for .phps, and have the optional param to highlight_string. > It's a clean solution, so lets do that. > > --Wez. > > > > -- > PHP Development Mailing List <http://www.php.net/> > To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Patches and Extensions and Such

2002-09-18 Thread Dan Hardiker
e included? That is to ask, what negative effects does this script have. Personally I would like to see PHP extended and new developers are being welcomed in all the time. Constructive critisim is needed here guys, not just "I dont think thats good". -- Dan Hardiker [[EMAIL PROTE

Re: [PHP-DEV] highlight_file modification

2002-09-11 Thread Dan Hardiker
.. sounds like everyone wins. We hit maximum deployment with minimum impact on systems that want to remain the way they are now. -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] highlight_file modification

2002-09-11 Thread Dan Hardiker
ult would be a problem to the majority (or even 30%) of the PHP using population, then I might agree that it should be defaulted to off. Personally Im of the mind that, if it doesnt hinder you, it can only help. > The only reason for even using php.ini for this, is because of phps Agreed

Re: [PHP-DEV] highlight_file modification

2002-09-11 Thread Dan Hardiker
elopers) alot easier - and benifit many. Personally I cant think of a reason *not* to have the numbers. -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] highlight_file modification

2002-09-11 Thread Dan Hardiker
"that if statement halfway down the page" heh. -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: dan

2002-09-10 Thread Dan Hardiker
General bug fixing / tracking (to get the herds of bugs out of the way) and php4/ext/session. It was suggested that I get an account a while back, but never got around to it. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] short tags thoughts

2002-09-09 Thread Dan Hardiker
s other PHP help mediums. I'm -1 on this change. > Additionally, sense, and off. It seems like Devon -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] __LINE__, __FILE__ and function()

2002-09-04 Thread Dan Hardiker
d source well enough to say. How much work would one be looking at to alter this functionality? Are there any reasons why this hasnt already been done? Thanks again, -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd -- PHP Development Mailing List &l

Re: [PHP-DEV] Re: A little help needed - get_filename() and get_linenum()

2002-09-04 Thread Dan Hardiker
Appologies :) That was a quick fix! heh Thanks for your help, > Hello! > > You probably did not see magic constants __FILE__ and __LINE__ in PHP > manual ? > > Check this: http://si.php.net/manual/en/language.constants.php > > Cheers, > Dejan > > "Dan

[PHP-DEV] A little help needed - get_filename() and get_linenum()

2002-09-04 Thread Dan Hardiker
information if this has been tried and failed / succeeded before. also - would anyone else find this sort of functionality helpful, or is it just me? Thanks for any help, -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd -- PHP Development Mailing

Re: [PHP-DEV] ZendEngine2 availability

2002-09-04 Thread Dan Hardiker
> Sorry if this is out of place, but is there any estimates as to when the > famous Z2 might be ready? There is more (accurate) information in the archives of this list, but from what I recall, the estimates were about 6 months off. -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software &am

Re: [PHP-DEV] Problem with http://php.net

2002-09-02 Thread Dan Hardiker
>> P.S. >> Offtopic sorry > > funny things are allowed as off topic posts :) > > Derick Such as Derick's cross dressing tendancies? heh :P [sorry, couldnt resist] -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd -- P

[PHP-DEV] Sablot / XSLT stability (httpd segfault?)

2002-08-28 Thread Dan Hardiker
ve heard of doing a "backtrace" but am unsure of how to do this. Im running FreeBSD v4.6 with PHP v4.3.0-dev (from CVS) - a URL to info on how to provide more accurate bug information would help (or a set of instructions). Thanks. -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software &am

[PHP-DEV] Sablot / XSLT extension functional in 4.3.0-dev?

2002-08-28 Thread Dan Hardiker
displayed on the webpage: http://dipsy.dapond.net/phpinfo.html Is it normal for a module to fail inclusion, but not cause any error reporting? -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd -- PHP Development Mailing List <http://www.php.n

Re: [PHP-DEV] developing with php

2002-08-28 Thread Dan Hardiker
r developing the PHP scripting language." making it much clearer of the purpose. -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-20 Thread Dan Hardiker
feature, and 1 feature alone I could choose from ZE2 to backport, this would be it. I can gaurentee it will make christmas come early for many "top end" PHP developers coding the more advanced systems. -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First C

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-20 Thread Dan Hardiker
Obvisouly we all have our own opnion I wanted to state mine not get in > a big > argument about this. I do see your point, as a zend2 advocate, and im > sure you see mine too, as a php user who wants debug_backtrace. So what > to do, do you just call the shots or do we have an offical v

Re: [PHP-DEV] trans-sid warning?

2002-08-20 Thread Dan Hardiker
is involved in relaying information. -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-20 Thread Dan Hardiker
he tens of thousands of lines of code which called it. A backtrace in this case would be like gold dust. Could we not just release a patch to the people that want it (well, need it!), and leave the "official implementation" until PHP5? That way the carrot remains, but nothing is held ba

Re: [PHP-DEV] trans-sid warning?

2002-08-20 Thread Dan Hardiker
ild up as much of a picture of the client as possible. Then store this with the session id, and each time its loaded, check that the system hasnt changed. Ive found that (although all the data can be faked) that the browser string alone causes alot of grief - especially as IE's browser string

Re: [PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] 4.2.3

2002-08-18 Thread Dan Hardiker
> Lack of momentum > is the main reason PHP releases are taking several weeks now. It's not > as if people are testing it thoroughly for weeks and weeks... I have a dev box I can test my installation setup on with dev releases of PHP ... where do I sign up? (If needed) --

Re: [PHP-DEV] PATCH: debug_backtrace() function for 4.3-dev/ZE1

2002-08-18 Thread Dan Hardiker
) > > which is wrong as the correct call-order is > c() > b() > a() That makes sense to me, as in order to pass a value to a, it must execute b to get the parameter, and before it can do that it needs to execute c in order to pass the param to b ... so the it turns

Re: [PHP-DEV] trans-sid warning?

2002-08-18 Thread Dan Hardiker
he IDs, and upon each "proper" session start (where no session id is passed in) set a session "I started this session" variable. If a session ID has been passed in, then check for that variable, if it exists - continue, if not then show an error message. Note: you will experianc

Re: [PHP-DEV] ZE2 and PHP

2002-08-16 Thread Dan Hardiker
ignorance... but does that mean PHP-4.3.0 release will have a stable ZE2 version as well as the standard ZE1 one? -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] ZE2 and PHP

2002-08-16 Thread Dan Hardiker
pment (experimental) or production release? Any ideas? -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Parent _LINE_ Request

2002-08-15 Thread Dan Hardiker
Knowles wrote: >> have a look at xdebug, or similar which does backtraces >> >> I think PHP5 will do this as well.. -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] CVS Account Request: m_alnasri31

2002-08-14 Thread Dan Hardiker
> PHP is very Good. and you require a PHP CVS account because ... heh -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] trans-sid warning?

2002-08-14 Thread Dan Hardiker
ie. HTTP over SSL), HTTP Basic Authentication is secure. As secure as any other method suggested [eg: cookies] yes - but no more or less secure. -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd -- PHP Development Mailing List <http://www.php.net

Re: [PHP-DEV] trans-sid warning?

2002-08-14 Thread Dan Hardiker
nicating in XML and passing the session back and forward there. The only way around it is to log every single packet and use packet reconstruction after putting it though a SSL handler and then parse the TCP communication... but theres no way around that one. -- Dan Hardiker [[EMAIL PROTECTED]] ADA

Re: [PHP-DEV] trans-sid warning?

2002-08-14 Thread Dan Hardiker
HTTPS should be used where nessesary yes - but we currently have no alternative to sessions ... not a good, http-universally usable one. If we can come up with a universal alternative that can be used - then lets go for it ... if not, were gonna just have to live with the best we have. -- D

Re: [PHP-DEV] trans-sid warning?

2002-08-14 Thread Dan Hardiker
sed banking system (either in Java/JSP, PHP, ASP - whatever)... what method would you suggest that IS secure? -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: trans-sid warning?

2002-08-14 Thread Dan Hardiker
re flexable (available to more people), some methods take more work to get the data... but neither is really more secure as the data is still stored in (effectivly) plain text and is easily locatable. -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd --

Re: [PHP-DEV] Re: trans-sid warning?

2002-08-14 Thread Dan Hardiker
u want to avoid cookies / session id insecurities... use a flash interface with xml sockets (blowfish encrypted). I wont go into the details here, this has gone far enough off topic. -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd -- PHP Developmen

Re: [PHP-DEV] Re: trans-sid warning?

2002-08-14 Thread Dan Hardiker
will always have a flaw. > Session cookie is the best way passing session ID. > Second best is normal cookie, then URL/POST method. This bit confused me slightly ... whats the difference between a Session cookie and a Normal cookie? -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Sy

Re: [PHP-DEV] pair numbers

2002-08-13 Thread Dan Hardiker
number is odd or even... for this you will probably want to check the modulus from 2. EG: if ($var % 2) { echo "Odd!"; } else { echo "Even!"; } or a more compact version ... echo ($var%2) ? "Odd!" : "Even!"; -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software

[PHP-DEV] Method memory handling from an instanced object

2002-08-13 Thread Dan Hardiker
e can let me know how this conceptually works, and (if possible) why. Thanks, -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [PHP-QA] Congratulations.

2002-08-01 Thread Dan Hardiker
ni's names on the trophy, we all know that its a group effort - hence the name PHP _Group_. If anything we should all be proud of what we all have accomplished. > There'll be a chance for everyone ;-) Just my 2c if that makes any sense :P -- Dan Hardiker [[EMAIL PROTECTED]] ADAM S

Re: [PHP-DEV] print_r's feature

2002-07-25 Thread Dan Hardiker
want a print_r dump to be piped to a file / console while the rest of the output sent to the client. [something I do quite regularly] Would this be possible for some close version of PHP? Would it help if I was to code a patch and submit it? -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software &

Re: [PHP-DEV] Broken php_domxml.c on make in v4.2.2 (Im guessing)

2002-07-23 Thread Dan Hardiker
everything is all fine and dandy. Made and installed without hickup. Thanks for your help :) - Dan > On Tue, 23 Jul 2002, Dan Hardiker wrote: > >> Hi, >> >> Still having major issues ... same error, same place, different >> .configure file (I edited it to read "#if

Re: [PHP-DEV] Broken php_domxml.c on make in v4.2.2 (Im guessing)

2002-07-23 Thread Dan Hardiker
tion > > which is normaly either /usr/ or /usr/local/ > > you can also change the line > #if LIBXML_VERSION >= 20402 > in configure to > #if LIBXML_VERSION >= 20414 > > and then it should really check for the right version and abort, if it > didn't found the right one... > > HTH > > chregu -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Broken php_domxml.c on make in v4.2.2 (Im guessing)

2002-07-23 Thread Dan Hardiker
> On Tue, 23 Jul 2002, Dan Hardiker wrote: > >> Hi, >> >> That worked for one machine, but this machine is still giving me jip. >> Configure line exactly the same, error exactly the same - but pkg_info >> different (uninstall / installed versions of libxml). &

Re: [PHP-DEV] Broken php_domxml.c on make in v4.2.2 (Im guessing)

2002-07-23 Thread Dan Hardiker
> > On Tue, 23 Jul 2002, Dan Hardiker wrote: > >> Hi, >> >> Running the following xml library packages: >> >> [10:29:58][root@insomniac]:/usr/local/php-4.2.2$ pkg_info | grep xml >> libxml2-2.4.1 Xml parser library for GNOME >> libxml2-2.4.12

[PHP-DEV] Broken php_domxml.c on make in v4.2.2 (Im guessing)

2002-07-23 Thread Dan Hardiker
e security vunerability (and due to the nature of the applications running on this live server - post cannot be turned off). Alternative suggestions (and even hints as to how I could find the source of the problem and fix it myself would be welcomed - I have limited, but basic foundation in C prog

Re: [PHP-DEV] using HTTP-PUT-Method problem

2002-06-09 Thread Dan Hardiker
ame which points to the PUT'-filename > how does it work? obviously not as it is in the manual :-( >copy( $PHP_PUT_FILENAME , $PATH_TRANSLATED ); > $PHP_PUT_FILENAME is always empty. > i am using the amaya to PUT, apache 1.3.19 and php 4.2.1 -- Dan Hardiker [[EMAIL PROTECTED

Re: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Re: [Zend Engine 2] PHP in the future

2002-06-09 Thread Dan Hardiker
e ZE. For census purposes (so I know weither Id be wasting my time writing a patch) can I get a karma rating (++/--) on adding extra OO capabilities reasons would also be nice (not to provoke yet more debate but to see peoples over all views). -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software

Re: [PHP-DEV] Re: [Zend Engine 2] RE: [PHP-DEV] oo != php

2002-06-07 Thread Dan Hardiker
all sides have made their opinions crystal clear. Appologises for any rambling - its 2:40am heh... thanks for reading :) -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [Zend Engine 2] PHP in the future

2002-06-07 Thread Dan Hardiker
> Am Donnerstag, 6. Juni 2002 19:59 schrieb Dan Hardiker: >> I sit in many PHP channels (IRC), and observe many class-based >> PHP networks (php-classes.org is one I monitor closely) and >> can say definatly that the majority of PHP users want *more* >> OO capabili

Re: [PHP-DEV] Re: [Zend Engine 2] PHP in the future

2002-06-06 Thread Dan Hardiker
decide. Although Im no expert on the PHP source code and the underlying ZE - is it really that complex to please everyone and give a choice? [for those concerned about the proposed stuff having performance impacts - then make it a configure option... --with-more-oop (or whatever)] -- Dan Hardiker [[

RE: [PHP-DEV] Tip of the day: embedding php code in scripts

2002-05-20 Thread Dan Hardiker
perhaps you had something else in mind? > > I believe most (all?) modern Unix implementations do #! handling > in the kernel's exec() function, so you avoid the /bin/sh startup. > > > > -- > PHP Development Mailing List <http://www.php.net/> > To unsubscribe

Re: [PHP-DEV] CVS Account Request: deucalion

2002-05-17 Thread Dan Hardiker
to study more about PHP. -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] CVS Account Request: willylee

2002-05-15 Thread Dan Hardiker
or update the documentation etc. then your request is valid. A list of hosts that provide PHP enabled webspace can be found on http://www.php.net/ Thanks for your interest in PHP and I wish you all the best with your PHP based application development. -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Softw

Re: [PHP-DEV] Re: Bug #17179: evaluation constants

2002-05-13 Thread Dan Hardiker
ttp://bugs.php.net/fix.php?id=17179&r=support Expected >> behavior: http://bugs.php.net/fix.php?id=17179&r=notwrong Not enough >> info: http://bugs.php.net/fix.php?id=17179&r=notenoughinfo >> Submitted twice: >> http://bugs.php.net/fix.php?id=17179&r=sub

[PHP-DEV] CVS Committal list

2002-05-10 Thread Dan Hardiker
May I ask, how many people have CVS accounts with commital access? (I just see an awful lot of account requests and was interested) -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, v

Re: [PHP-DEV] Creating Mail account

2002-05-07 Thread Dan Hardiker
help a better impression of the situation and give you more targeted advice. -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] config.w32.h...registry configuration

2002-05-02 Thread Dan Hardiker
se it for / any special features they utilise. -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd > At 13:36 02/05/2002, [EMAIL PROTECTED] wrote: >>Some hosters use this feature to have different settigns for different >>customers... > &g

RE: [PHP-DEV] feature proposal: string types (complete with

2002-05-02 Thread Dan Hardiker
the required usage of. -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >> Sent: 02 May 2002 05:19 >> >> I propose a feature that I call

[PHP-DEV] news.php.net rss requires encoding type, doesnt parse as XML in IE

2002-05-02 Thread Dan Hardiker
g the lines of . Setting it to UTF-8 would also be compatable with other languages outside of the european group. [please note: Im no expert or resource on the different encoding methods but this appears to be the problem] -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First

[PHP-DEV] Session module expansion [comments please]

2002-04-29 Thread Dan Hardiker
the > "user" session) > > From a developer point of view (especially when creating multi-user and > multi-tiered websites) this would be a god send and dramatically > increase PHP's ability to handle sessions. > > The equivelent code in PHP is currently very messy an

Re: [PHP-DEV] Discourage use of short tags

2002-04-26 Thread Dan Hardiker
I too (given a voice) would be against changing this default. -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd >> >> >> Use of short tags is strongly discouraged. It is disabled by default >> from PHP 4.3.0. Short ta

Re: [PHP-DEV] sockets

2002-04-26 Thread Dan Hardiker
) variables. Just my 2p's worth -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd > > I've been using it since the first API revision and it's been working > fine for me. (Up to and including the latest API revision.) As far as &g

RE: [PHP-DEV] <?= and <%= both work, why not <?php=

2002-04-26 Thread Dan Hardiker
Could there not be a php.ini switch put in? - like there is for asp-style tags? This could even be defaulted to 0 so that people who write sloppy code (and/org might confuse Well, having read that thread (thank you), I tallied up the votes > (where I could tell what the vote was) and it was 13 f

Re: [PHP-DEV] Another addition to session-module ... while were on topic

2002-04-26 Thread Dan Hardiker
['local_var']; > > and allowing the session modules to handle the $_APP > (files/mm/msession) variable. > > but you bring up a good point.. globals per 'mode'. > not just 'loggged_in' but.. you could have many 'modes' that you would > wan

[PHP-DEV] Another addition to session-module ... while were on topic

2002-04-25 Thread Dan Hardiker
edin = 2nd scope $session->personal = personal variables and then have the session module manage those 3 sessions individually. In short - it would be cool if a script could (easily) have access to a multitude of sessions and keep them segregated. -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software

Re: [PHP-DEV] PHP 4.2.0 Release Announcement

2002-04-23 Thread Dan Hardiker
ng about your petty bickering Brian. -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd > Personally, I completely understand that is all new code and bugs will > occur. I won't be going to Apache 2 for some time to come. The only > reason

Re: [PHP-DEV] PHP and Threads

2002-04-22 Thread Dan Hardiker
n't > work, of course. > > Dan Hardiker wrote: > >> Hi, >> >> Thanks Daniel for your excellent input. I have managed to create a >> forking socket handler, although I am now approched by a new issue. >> How do I get the sockets to communication to each othe

Re: [PHP-DEV] PHP and Threads

2002-04-22 Thread Dan Hardiker
) { The socket_bind function doesnt like not being passed a dotted address, so I altered the code to be: function generic_server($port, $address="0.0.0.0") { and voila it was binding to the correct port. - Dan Hardiker -- PHP Development Mailing List <http://www.php.net/>

Re: [PHP-DEV] PHP and Threads

2002-04-22 Thread Dan Hardiker
command being sent by child 1, I want *all* the children to be issued a command. How would I broach this? I need any child to be able to communicate with any (or all) other children. Thanks in advance -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd

Re: [PHP-DEV] phpMyAdmin doesn't work on 4.2.0?

2002-04-22 Thread Dan Hardiker
inary crash when this development release is used", as (IMHO) it should not be possible to crash php in such a way by using php code alone. I dont have a copy of PHP v4.2.0 running in order to test it with phpMyAdmin v2.2.6 (the current stable release). Can someone fill my shoes please

Re: [PHP-DEV] The PHP Platform

2002-04-18 Thread Dan Hardiker
UNIX based counter part can. -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd > On Wed, Apr 17, 2002 at 07:19:52PM +0200, Marcus B?rger wrote: >> And who wants to use MS in critical environments or with critical >> Data? Remember >> MS

Re: [PHP-DEV] The PHP Platform

2002-04-18 Thread Dan Hardiker
t. I have already found much help in a socket based issue, and also found must aggrovation over my inbox being filled with smarmy know-it-alls like our friend Ken. Would it not be more constructive just to get along, work as a team to solve and extend PHP's core problems and value? -- Da