Re: [PHP-DEV] PHP / C++ Interaction

2006-02-19 Thread Jeremy Johnstone
hter minds on this list might know better if I am forgetting something, but I remember it being very minimal changes so I think the above is it. -Jeremy -- --- Jeremy Johnstone http://www.jeremyjohnstone.com [EMAIL PROTECTED]

Re: [PHP-DEV] [PATCH] __toString()

2006-01-26 Thread Jeremy Johnstone
> > > > > Best regards, > Marcus > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- --- Jeremy Johnstone http://www.jeremyjohnstone.com [EMAIL PROTECTED]

Re: [PHP-DEV] Need help in defining a class from C code.

2006-01-26 Thread Jeremy Johnstone
king, but since I've implemented resource zval type into my > lib it somehow (I even didn't noticed) stopped. =( > > If this is wrong list then I'm sorry, thought my question is closely > tied to PHP's internals after all. =) > > Thanks. >

Re: [PHP-DEV] Re: Named arguments revisited

2006-01-17 Thread Jeremy Johnstone
ble using array syntax than using actual named parameters, but maybe that's just me. To each their own, but if it were me, it seems the above not only is easier to use / read, but also guaranteed to work on almost all versions of PHP (at least in the case of the first code snippet). --

[PHP-DEV] Bonsai.php.net 302 redirects to a bad URL (http:/cvs.php.net, aka missing / on http://)

2006-01-04 Thread Jeremy Johnstone
tion: http:/cvs.php.net/ Transfer-Encoding: chunked Content-Type: text/html; charset=iso-8859-1 -- ------- Jeremy Johnstone http://www.jeremyjohnstone.com [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] php 4.4 BC break

2005-07-19 Thread Jeremy Johnstone
ttp://www.php.net/) > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- --- Jeremy Johnstone http://www.jeremyjohnstone.com [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] php 4.4 BC break

2005-07-12 Thread Jeremy Johnstone
o do something for you that you can do yourself. If you feel notice reporting should be off on a production level script, then turn them off, and make it easy and documented for them to turn it back on if they want it, not expect them to know how to disable them theirself automatica

Re: [PHP-DEV] os x linking issue with extension

2005-04-03 Thread Jeremy Johnstone
opment belongs on this list, but I > couldn't find a better one. If there is a more appropriate list, could > someone please point me to it?) > -- ------- Jeremy Johnstone http://www.jeremyjohnstone.com [EMAIL PROTECTED] -- PHP Internals - PHP Runtime

Re: [PHP-DEV] why does PHP accept [new] session ids from client?

2005-03-31 Thread Jeremy Johnstone
estions (although the first could partially be construed that way). He was not asking for the internals team to change this behaviour (which of course most of the people on generals would have no ability to do) so in that case, his question was best asked there, not here (again IMHO). -- ---

Re: [PHP-DEV] why does PHP accept [new] session ids from client?

2005-03-29 Thread Jeremy Johnstone
a workaround for a more > fundamental problem in PHP session behavior. > > On a side note, does anyone know if Hardened-PHP exhibits the same behavior? > > Thanks, > Hans > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://

Re: [PHP-DEV] PHP 5.1

2005-02-08 Thread Jeremy Johnstone
e or not, I don't find it > >>amusing. > >> > >>Apparently, this was something you didn't understand, at all, and instead > >>insult me about something you know _nothing_ about. > > > > > > Is that C++ or your sense of humor? > >

Re: [PHP-DEV] Major isssue with foreach() in PHP 4.3.10

2004-12-16 Thread Jeremy Johnstone
f the possible issues which could occur if they don't upgrade Zend extensions too. ------- Jeremy Johnstone http://www.jeremyjohnstone.com [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Major isssue with foreach() in PHP 4.3.10

2004-12-16 Thread Jeremy Johnstone
his should be a valid syntax (maybe I am not thinking creatively enough). -- ------- Jeremy Johnstone http://www.jeremyjohnstone.com [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: Major isssue with foreach() in PHP 4.3.10

2004-12-16 Thread Jeremy Johnstone
Found other bug report indicating this is a Zend Optimizer issue. IMHO, an announcement should be made on the homepage indicating if you upgrade to PHP 4.3.10 you should also make sure you upgrade Zend Optimizer. On Thu, 16 Dec 2004 13:53:39 -0600, Jeremy Johnstone <[EMAIL PROTECTED]>

[PHP-DEV] Major isssue with foreach() in PHP 4.3.10

2004-12-16 Thread Jeremy Johnstone
http://bugs.php.net/bug.php?id=31134 This is breaking a large number of scripts. -- --- Jeremy Johnstone http://www.jeremyjohnstone.com [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Compiling extensions

2004-10-12 Thread Jeremy Johnstone
> > Will do last I heard about it you (and others) were wanting me to > > extend the extension to include a lot more. Unfortunately I haven't > > had the time I wanted to do that. > > Getting the code into PECL could result in other people helping you > out, depending on how much they want those f

Re: [PHP-DEV] Compiling extensions

2004-10-12 Thread Jeremy Johnstone
On Tue, 12 Oct 2004 23:43:27 +0100, Wez Furlong <[EMAIL PROTECTED]> wrote: > On Tue, 12 Oct 2004 17:08:03 -0500, Jeremy Johnstone <[EMAIL PROTECTED]> wrote: > > I have proposed it to PECL a while back (like June I think), not sure > > on the status of the proposal thou

Re: [PHP-DEV] Compiling extensions

2004-10-12 Thread Jeremy Johnstone
I have proposed it to PECL a while back (like June I think), not sure on the status of the proposal though. Because of the nature of why I am using this extension, I need to precompile it for as many platforms as possible and use it as a dynamically loaded module (it's basically a script licensing

[PHP-DEV] Compiling extensions

2004-10-12 Thread Jeremy Johnstone
Forgive me if this sounds like a newbie type question, but hopefully someone has some advice for me. I am wanting to distribute an extension I wrote for PHP and was wondering what the best way to compile it for all platforms would be. I am completely comfortable compiling the extension under Linux

Re: [PHP-DEV] the Zend Studio performance issue

2004-08-08 Thread Jeremy Johnstone
Just to note, although prior versions of ZS were very slow (especially in Win32), that doesn't mean the current version is (that review you linked was reviewing a year+ old version). I recently upgraded to the latest edition (3.5.1) and can say the speed has improved immensely where there is no

Re: [PHP-DEV] GOTO operator

2004-07-30 Thread Jeremy Johnstone
Personally I would never use it myself, as I know of better ways around it which make more sense to me. But on the other hand if it would help others then more power to yah. I think the argument of user's abusing it is bogus, as clearly mentioned in this thread. There isn't a WTF factor, as almo

Re: [PHP-DEV] Spammer on Bugs page

2004-07-20 Thread Jeremy Johnstone
On Tuesday 20 July 2004 04:46 pm, Jacques Marneweck wrote: > Hi Daniel, > > Take a look over @ Colin Viebrock's Blog and see how his turing test > works (http://www.viebrock.ca/code/11/email-protection) and I posted > to you earlier how to do sound turing links. > I was gonna hack a quick image g

Re: [PHP-DEV] The open letter to Derick Rethans

2004-06-20 Thread Jeremy Johnstone
On Friday 18 June 2004 02:04 pm, Andi Gutmans wrote: > That said, I think it'd be great if there'd be people willing to pitch in > and work on trying to get it to work. Well if it's help which is needed, then I volunteer myself for anything that needs to be done to make i

Re: [PHP-DEV] [patch] abuse-proof zif_mail()

2004-05-30 Thread Jeremy Johnstone
I have no say or pull around here, but I am +1 on the idea, but unsure on the implementation from below. -Jeremy On Sunday 30 May 2004 08:49 am, Paul G wrote: > folks, > > first post/patch, please be gentle . > > hosting companies using mod_php have a *very* hard time preventing and > tracking

Re: [PHP-DEV] question on function declarations

2004-05-30 Thread Jeremy Johnstone
Nope, this isn't the correct place. Try [EMAIL PROTECTED] -Jeremy On Saturday 29 May 2004 04:47 pm, ahti wrote: > hello! > i really don't know if this is the right place to post this kind of > question, but it seems to be quite close. > > why can't i use C-like variable conversions in php's funct

Re: [PHP-DEV] email change

2004-04-11 Thread Jeremy Johnstone
http://master.php.net/manage/users.php On Sunday 11 April 2004 11:49 am, Sergey Kartashoff wrote: > Hi! > > I have an PHP CVS account 'gluke' which is binged to email > gluke @ php.net. This email forwards all email at gluke @ > sky.net.ua. Please tell me how can i change a forward destinati

Re: [PHP-DEV] New win32 build system

2003-12-19 Thread Jeremy Johnstone
FYI, if you put the word "premier" in front of the URL, you will get much faster download speeds. Anytime you see a URL with "download.microsoft.com" you can almost always change it to "premierdownload.microsoft.com" and get much faster speeds. -Jeremy On Tue, 2003-12-16 at 22:40, Daniel Conviss

Re: [PHP-DEV] PHP 5 RC 1 - Article/Tutorial Sponsorship Opportunity

2003-11-13 Thread Jeremy Johnstone
We are completely open in this area. We want to get as much as possible in as many areas as possible, to be honest. You might take a quick look at devpapers.com to see the format of where we would be mostly using the articles/tutorials. Jeremy On Thu, 2003-11-13 at 16:32, Kevin Waterson wrote: >

Re: [PHP-DEV] PHP 5 RC 1 - Article/Tutorial Sponsorship Opportunity

2003-11-13 Thread Jeremy Johnstone
t's great if your company sponsors articles and as I > said, we're constantly doing the same. > > Andi > > At 08:51 PM 11/12/2003 -0600, Jeremy Johnstone wrote: > >I saw a mention of someone inquiring if Zend would sponsor the writing > >of articles / tutorial

Re: [PHP-DEV] PHP 5 RC 1 - Article/Tutorial Sponsorship Opportunity

2003-11-12 Thread Jeremy Johnstone
s and benefits of PHP5. We own a large network of web development and web hosting related sites (hotscripts.com / webhostingtalk.com / devpapers.com / programmingtalk.com / dbforums.com / etc.) If your interested in this, please contact us for more information. Please reply to: [EMAIL PROTECTED] J

Re: AW: AW: [PHP-DEV] PHP 5 RC1

2003-11-11 Thread Jeremy Johnstone
Forgive me for the shameless plug, but since I work for the company who owns the site I couldn't help but throw in you can always post the new articles about PHP5 here: www.devpapers.com Jeremy On Wed, 2003-11-12 at 06:15, Kevin Waterson wrote: > This one time, at band camp, "Wolfgang Drews" <[E

[PHP-DEV] $_SESSION questions

2003-10-10 Thread Jeremy Johnstone
I have recently found that if I don't register a session using PHP's session management code I can use the $_SESSION variable as "my own" superglobal which I can use for whatever purpose I deam fit. Here is a small code snippet to illustrate: $_SESSION = new my_custom_session_obj(); function test

Re: [PHP-DEV] Overriding $DOCUMENT_ROOT in an Apache Module

2003-09-25 Thread Jeremy Johnstone
Care sharing what you did to fix it? On or offlist is fine. Jeremy On Thu, 2003-09-25 at 10:22, Mark Morley wrote: > > Then your not setting it correctly via your apache module. > > Actually I am setting it correctly, but as you say... > > > FYI - If you using apache 1.3.x you CANNOT reset docu

Re: [PHP-DEV] Looking for comments whether this is a bug or not

2003-08-31 Thread Jeremy Johnstone
On Sun, 2003-08-31 at 10:11, Curt Zirzow wrote: > * Thus wrote Jeremy Johnstone ([EMAIL PROTECTED]): > > > > $email->body = "This is a test email. Testing c:\test\foo.exe"; > > > > When the $email object is later broke down and stored in the database

Re: [PHP-DEV] Looking for comments whether this is a bug or not

2003-08-31 Thread Jeremy Johnstone
uot; is a tab > character. Try your test cases with 'This is a test email. Testing > c:\test\foo.exe'; that should give you a proper string. > > Ken > > Jeremy Johnstone wrote: > > >I am not sure if this is a bug, but I have came across two test cases > >where

[PHP-DEV] Looking for comments whether this is a bug or not

2003-08-31 Thread Jeremy Johnstone
in fact a bug? I have tested it on PHP 4.2, 4.3.2, and 4.3.3 and the behavior is exactly the same. If it isn't a bug, can someone clarify for me why addslashes would be designed this way? Jeremy Johnstone -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php