e sense. Would
> https://github.com/php/php-src/pull/7510 work for you?
>
Being able to completely opt-out of SKIPIF caching seems generally useful.
I'll take a look later today and provide some feedback on the PR. Thanks!
--
jeremy mikola
>
On Thu, Sep 23, 2021 at 10:23 AM Nikita
userland classes
automatically), and leave return type info absent for PHP 7.x. But if both
are viable solutions, I think I prefer the tentative return type info
approach.
--
jeremy mikola
pletely avoid a BC break
would be to continue to leave our return type info omitted (on both our
classes _and_ interfaces) and allow PHP 8.1+ to apply it automatically. Is
that correct?
--
jeremy mikola
h#L74
).
While that's a trivial change we can make in ext-mongodb, I wonder if this
may have been an unanticipated BC break for third-party extensions. I
imagine ext-mongodb is not the only extension with older arginfo
declarations predating the introduction of type reporting in later PHP
versions.
un-tests.php#L2127
[^3]: https://github.com/php/php-src/blob/php-8.0.10/run-tests.php#L2200
--
jeremy mikola
ll/6726
[3]:
https://github.com/php/php-src/commit/4d43cbe333690171753e9b8663df93d3762e02a8
[4]:
https://github.com/php/php-src/commit/0074a1d4e3a85d0d63118e7a30f4b7ed6da64695
--
jeremy mikola
tdClass to
> be iterable.
>
Sounds good to me. Happy to hear it was discussed. Thanks!
--
jeremy mikola
o an array
or decorate them with an Iterator (e.g. ArrayObject). I find this a bit
irksome, but it's certainly easy to work around.
That said, I realize that voting is in progress and it's not my intention
to interrupt anything. I just wanted to relay a viewpoint that might not
have come up.
--
jeremy mikola
concise term, without the negative connotation of
weak/lax.
--
jeremy mikola
>The functionality provided is uncommon but perhaps usefu. However, I am>*very* against the name `map` which has a very established meaning in the>programming world; others have already mentioned this but I felt I should>mention it again.I'd like to note that I am not married to the name. If there
>I am curious with something that is so easy; why would you want it in core?A lot of the Math Functions could be considered "so easy".abs() could be written out as: function abs($n) { if ($n >= 0) return $n; else return $n*-1; }pi() could be replaced by simply setting a global v
feel as though it would serve the PHP community well. Much the same as the pow() or pi() functions do. I appreciate your thoughts on this matter and whether or not this is worth pursuing as an RFC.Thank you,Jeremy Curcioj.cur...@me.com
Hi,
I am new to the list and just got done doing a search through the
archives to try and get an idea on where things stand in regards to
annotation support in PHP. Although I did find some interesting debates,
I was not really able to conclude one way or the other what the plan is.
I've not
ure version, but as of right now using the SPL Types to emulate
that in a performant way would be pretty neat.
Thanks,
Jeremy
P.S. - As a side note - I wonder whether it would be possible to make
accessible from userspace the functionality that SPL_Types uses to
override assignment? For ex
x27;s ErrorDocument can be
triggered on E_PARSE errors?
--
Jeremy Jackson
Coplanar Networks
(519)489-4903
http://www.coplanar.net
j...@coplanar.net
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
languages, too -- should every construct from these languages be
forbidden in PHP as well?
Jeremy
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Alexey Zakhlestin wrote:
On Wed, Mar 25, 2009 at 8:13 PM, Jeremy wrote:
Is there any way to access the parse tree of a PHP file from within PHP?
will this work for you?
http://docs.php.net/manual/en/tokenizer.examples.php
That looks like it should work perfectly! Thanks for pointing this
here's a bit of
grease-monkey internals stuff in PHP so I thought I would check.
Thanks,
Jeremy
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
t search for ini-files in a path, which searches
for php-$SAFI.ini, then php.ini, etc. since they could be put in the
config-file-scan-path.
--
Jeremy Jackson
Coplanar Networks
(519)489-4903
http://www.coplanar.net
j...@coplanar.net
--
PHP Internals - PHP Runtime Development Mailing List
To uns
hile this means having to
maintain testing magic quotes in PHP threw 5.3, this will give people
enough time (years at that), to get rid of magic quotes.
- Jeremy
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
just browse the lists in
a threaded view whenever you feel like it. Works well for me, anyway -
but then, I'm not a PHP developer, so maybe the story is different.
Jeremy
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
while
working with apis and other open source/free scripts is my only
concern with this.
That said, I think option 3 would work the best here with option 1 as
another choice if we used a different separator that was more unique.
Jeremy
On Oct 16, 2008, at 9:31 PM, Mark wrote:
A &quo
could be achieved by defining an
SPL PriorityQueue-ish collection rather than an array, but I think there
ought to be a better way. Java has a Comparator interface which works
in much the same way, if that helps my case at all.
Jeremy
--
PHP Internals - PHP Runtime Developmen
lar construct
in the language* uses curly braces (this is like str_* vs str* all over
again, haven't we learned by now?).
Thanks.
--
Jeremy Privett
Chief Software Architect
Omega Vortex Corporation
http://www.omegavortex.net
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
flect a namespace, since the
concept of namespacing is essentially lost by the time the reflection
code would be executed.
Is this accurate?
Thanks,
Jeremy
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
class that
is outside the current namespace, what will happen?
Also, are there any plans to address namespaces themselves in the
reflection API (i.e. ReflectionNamespace objects, getNamespace() method
in the ReflectionClass object, etc)?
Thanks,
Jeremy
--
PHP Internals - PHP Runtime Developme
that implements the interface.
(Type hinting support would be beautiful, too.)
--
Jeremy Privett
C.E.O. & C.S.A.
Omega Vortex Corporation
http://www.omegavortex.net
Please note: This message has been sent with information that could be
confidential and meant only for the intended recipien
already stated my
opinions. +1 to removing this.
--
Jeremy Privett
C.E.O. & C.S.A.
Omega Vortex Corporation
http://www.omegavortex.net
Please note: This message has been sent with information that could be
confidential and meant only for the intended recipient. If you are not the
intended
Nathan Nobbe wrote:
On Wed, Apr 30, 2008 at 12:06 PM, Jeremy Privett <[EMAIL PROTECTED]>
wrote:
Nathan Nobbe wrote:
all,
in recent weeks there has been a lot of arguing about what interfaces are,
arent (on php-general and now on the internals list as well) etc. etc.
i am
cts that
implement that interface, thus ensuring you know what methods are on
that object.
Interfaces are a very powerful feature, when implemented properly.
--
Jeremy Privett
C.E.O. & C.S.A.
Omega Vortex Corporation
http://www.omegavortex.net
Please note: This message has been sent with infor
t interested in that kind of
performance trade-off.
--
Jeremy Privett
C.E.O. & C.S.A.
Omega Vortex Corporation
http://www.omegavortex.net
Please note: This message has been sent with information that could be
confidential and meant only for the intended recipient. If you are not the
intende
of magnitude slower than direct property access.
Cheers,
Rob.
I'm glad someone out there agrees with me.
--
Jeremy Privett
C.E.O. & C.S.A.
Omega Vortex Corporation
http://www.omegavortex.net
Please note: This message has been sent with information that could be
confidential and mea
y and to ensure that they exist. Currently, trying to include them in
an interface results in "*Fatal error*: Interfaces may not include
member variables in file/line number".
Thoughts?
Thanks.
--
Jeremy Privett
C.E.O. & C.S.A.
Omega Vortex Corporation
http://www.omegavortex.net
e? I agree with Stas, "return" and "returns" are not part of a
function definition.
--
Jeremy Privett
C.E.O. & C.S.A.
Omega Vortex Corporation
http://www.omegavortex.net
Please note: This message has been sent with information that could be
confidential and meant only for
Scott MacVicar wrote:
Jeremy Privett wrote:
Another week later and still no response. I would hope /someone/
thinks this a critical issue and needs to be resolved. Is /anyone/
looking at this at all?
Thanks.
The line that is crashing was last changed by Dmitry on January 24th,
see http
Jeremy Privett wrote:
Jeremy Privett wrote:
Hi Scott,
Scott MacVicar wrote:
Can you try a debug build with --enable-debug to get a more detailed
backtrace.
Also what is the exact configure line and which apache 2 model are
you using? Worker or Pre-fork?
Scott
On 29 Mar 2008, at 01:12
Jeremy Privett wrote:
Hi Scott,
Scott MacVicar wrote:
Can you try a debug build with --enable-debug to get a more detailed
backtrace.
Also what is the exact configure line and which apache 2 model are
you using? Worker or Pre-fork?
Scott
On 29 Mar 2008, at 01:12, Jeremy Privett wrote
#x27;ll let you know. :-P
--
Jeremy Privett
C.E.O. & C.S.A.
Omega Vortex Corporation
Web:http://www.omegavortex.net
E-Mail: [EMAIL PROTECTED]
Please note: This message has been sent with information that could be
confidential and meant only for the intended recipient. If you are not the
Hi Scott,
Scott MacVicar wrote:
Can you try a debug build with --enable-debug to get a more detailed
backtrace.
Also what is the exact configure line and which apache 2 model are you
using? Worker or Pre-fork?
Scott
On 29 Mar 2008, at 01:12, Jeremy Privett wrote:
Hey list,
I really
y, from my
personal experience. If this could be looked at further, I would gladly
help someone with debugging and testing and such, if they'll take a look
at the code.
Thanks.
--
Jeremy Privett
C.E.O. & C.S.A.
Omega Vortex Corporation
http://www.omegavortex.net
Please note: This message h
not 0)
0: I don't care, do what you wish, I never use them anyway
Feel free to comment the topic but please don't start an endless
discussion, we already discuss it to death two years ago (yes, two
years ago :-)
Thanks,
+1
--
Jeremy Privett
C.E.O. & C.S.A.
Omega Vortex Corpor
ou'll still have portability
problems, either way.
--
Jeremy Privett
C.E.O. & C.S.A.
Omega Vortex Corporation
Web:http://www.omegavortex.net
E-Mail: [EMAIL PROTECTED]
Please note: This message has been sent with information that could be
confidential and meant only for the intended recip
ake everything easy on everyone and
your end result is hurting the internals developers for the sheer amount
of headache that's being caused by the current implementation. You can't
have it all, so instead of trying to make PHP6 backwards compatible, how
about the focus be placed on making
Forgot to CC list again.
Just not my day.
Original Message
Subject: Re: [PHP-DEV] why we must get rid of unicode.semantics switch
ASAP
Date: Mon, 21 Jan 2008 10:11:32 -0600
From: Jeremy Privett <[EMAIL PROTECTED]>
Organization: Omega Vortex Corporat
Forgot to CC list.
Original Message
Subject: Re: [PHP-DEV] why we must get rid of unicode.semantics switch
ASAP
Date: Mon, 21 Jan 2008 10:07:43 -0600
From: Jeremy Privett <[EMAIL PROTECTED]>
Organization: Omega Vortex Corporation
To: Antony Dovgal <[EMAIL
Hi Greg,
I'm speechless. All of your points are sound and you've obviously done
your homework, here. I agree with Ken in that you've gone above and
beyond on the research and arguments you've presented here.
Excellent work and a hearty +1 to all of your points.
Jeremy
ical
grouping of classes/functions and other constructs of this type in PHP
use braces. That is very confusing syntax when compared to other areas
of the language.
Jeremy
Stanislav Malyshev wrote:
implementation [details] not the concept. I believe that the
implementation
needs a little ironing out ... what's the harm in taking the time to
do this?
or at least taking the time to let consensus take hold?
No harm, but we will have multiple namespaces per file fi
t type "casting"
in the method call.
To your point, I think it would really only help those OCD developers
among us who always use === and try to make PHP behave like a strongly
typed language.
---
Jeremy Privett
C.E.O. & C.S.A.
Omega Vortex Corporation
that matters now is that it gets implemented, really. My two cents.
Thanks.
---
Jeremy Privett
Software Developer
Zend Certified Engineer
Peak8 Solutions
-Original Message-
From: Stanislav Malyshev [mailto:[EMAIL PROTECTED]
Sent: Friday, August 10, 2007 10:30 AM
To: Derick Rethans
And Zend Studio does this for you already, if you use comment your code
correctly. I really don't see a good use for this, either.
Jeremy
-Original Message-
From: Larry Garfield [mailto:[EMAIL PROTECTED]
Sent: Saturday, July 28, 2007 6:05 PM
To: internals@lists.php.net
Subject: Re:
I wasn't referring to that. I know you've been responding to feedback. I was
referring to Nicolas' suggested reply.
---
Jeremy Privett
Software Developer
Peak8 Solutions
-Original Message-
From: Stanislav Malyshev [mailto:[EMAIL PROTECTED]
Sent: Monday, July 23, 2
;ll keep in mind and make sure it's known that
bringing your issues and feedback to the PHP Devs is such a lovely waste of
time and energy.
Thanks.
---
Jeremy Privett
Software Developer
Peak8 Solutions
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On B
is one of those situations where
convenience makes the difference.
Was there ever a decision on whether or not the patch is going to be
backported to PHP5? I think I'll grab a PHP6 snapshot and toy around
with the implementation a bit. Who knows ... it may grow on me. We'll
see.
Thanks.
ion have to be the most frustrating points
PHP6 has for me, right now.
Thanks.
---
Jeremy Privett
Software Developer
Peak8 Solutions
-Original Message-
From: Stanislav Malyshev [mailto:[EMAIL PROTECTED]
Sent: Monday, July 23, 2007 1:39 AM
To: Jeremy Privett
Cc: Derick Rethans; Markus F
And that's exactly why this implementation isn't intuitive. As far as I
can see from the way it's been explained, so far, that is not possible.
Jeremy
-Original Message-
From: Derick Rethans [mailto:[EMAIL PROTECTED]
Sent: Monday, July 23, 2007 12:55 AM
To: Stanislav Maly
aries to a
file that needs to import them all? That's REAL intelligent design,
right there.
---
Jeremy Privett
Software Developer
Peak8 Solutions
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
very other language I've ever used
that supports namespaces. So, the code snippet you used here wouldn't work,
anyway.
Jeremy
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
ou're looking
for. Even searching for u" (to denote the u right before the opening quote)
would still bring back a ton of white noise in a good number of applications
that I've seen.
Jeremy
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
ment namespaces without such core
functionality as this.
Regards,
Jeremy
-Original Message-
From: Larry Garfield [mailto:[EMAIL PROTECTED]
Sent: Sunday, July 08, 2007 1:13 PM
To: internals@lists.php.net
Subject: Re: [PHP-DEV] Simple Namespace Proposal
Yes, it would be. What's the probl
+1
-Original Message-
From: Derick Rethans [mailto:[EMAIL PROTECTED]
Sent: Friday, July 06, 2007 8:33 AM
To: PHP Developers Mailing List
Subject: [PHP-DEV] RIP PHP 4?
Ladies, Gentlemen, Kings and Princesses,
With the nice PHP 5 / PHP 6 unicode semantics thread under way I am
trying to
becomes the next magic_quotes or safe_mode, and is
ALWAYS OFF in 95%+ of PHP installations? All of the work you did to add
unicode support was WASTED on this presumption that if you don't have
BC, no one's going to use it. Whereas the opposite is clearly true, in
this case. If you have BC, it&
Antony Dovgal wrote:
On 02/07/2007 08:08 AM, Jeremy Privett wrote:
Hey everyone,
I was just curious if there were any known issues with the PHP6
builds on Windows. I've been trying to set a build up in my local
environment and Apache keeps throwing this error at me:
Syntax error on
structure `php6_module' in file C:/php6/php6apache2.dll: No error
Thanks.
--
Jeremy C. Privett
Chief Operating Officer
Zend Certified Engineer
Completely Unique
[EMAIL PROTECTED]
Phone: 303.459.4819
Mobile:303.883.0312
Fax: 303.459.4821
Web: www.completelyunique.com
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]
t into the next major
release?
-Jeremy
On 9/28/05, Marcus Boerger <[EMAIL PROTECTED]> wrote:
>
> Hello Edin,
>
> cool, thanks!
>
> marcus
>
> Wednesday, September 28, 2005, 10:52:00 PM, you wrote:
>
> > http://ftp.emini.dk/pub/php/win32/php6/
>
> >
ippet
before I get home this evening, I would be happy to provide you with one.
-Jeremy
On 1/25/06, Kiput <[EMAIL PROTECTED]> wrote:
>
> Hi.
>
> I'm currently working on a tiny "wrapper" in C++ which will aid in
> easy embeding PHP in C++ apps. Till now I managed t
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).
--
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
nough to setup their servers
properly to not show errors in a production environment, then do it
for them in your script. Yeah it's not the best solution, but it works
fine and gives you time to correctly update your scripts the proper
way.
-Jeremy
On 7/17/05, Jon Parise <[EMAIL PROTECTED]
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
Although this list should be able to answer the question for you,
another list which might be of assistance/interest to you is pecl-dev.
http://pecl.php.net/support.php
-Jeremy
On Apr 3, 2005 2:00 PM, Michael Johnston <[EMAIL PROTECTED]> wrote:
> (I'm not sure if extension devel
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).
--
---
Not to be rude or anything, but this question is better suited for php-general
-Jeremy
On Tue, 29 Mar 2005 12:47:29 -0500, Hans L <[EMAIL PROTECTED]> wrote:
> Hi,
>
> This may not be the right place for this question, but what I'm looking
> to understand is the reasoni
him personally because of his persistence to beat a dead horse.
=)
-Jeremy
On Tue, 08 Feb 2005 20:44:49 +0100, M. Sokolewicz <[EMAIL PROTECTED]> wrote:
> Ok, this is getting plain annoying. Please stop this endless chatter,
> all of you! It's annoying, senseless, and counter-productive
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
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
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]>
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
> > 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
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
nsing system). I know this isn't the most idea solution,
but for my needs it is basically the only one available which works
the way I want.
-Jeremy
http://www.jeremyjohnstone.com
P.S. - (off-topic reply) You must know me then I guess. I have
everything but OSX available in my server rack i
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
is no
noticeable delay anywhere in the program. I haven't tested it much on Win32
(I use Linux by choice), but it even seems to be much faster there as well. I
would check it out if I were you.
-Jeremy
On Sunday 08 August 2004 05:16 pm, Ron Korving wrote:
> ok, i guess this is where
ewbies will be newbies no matter how much you hand hold them, so just let
them be newbies and hope they grow out of it sooner than later.
Just my 2c...
-Jeremy
On Wednesday 28 July 2004 09:12 pm, Sara Golemon wrote:
> I wrote up a patch for implementing gotos in php scripts a couple months
>
brock.ca/code/10/turing-protection
And the example demo can be found here:
http://www.viebrock.ca/downloads/turing-test.php
-Jeremy
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
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
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
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
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
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 Tu
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
I don't think you were, but in any case please don't think I was putting
down Zend at all when I said that. Zend does infinite things for the PHP
community. I was mearly saying that we would be willing to help share
that part of the responsibility (sponsoring articles/tutorials).
Jere
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
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, "W
and if it's expected to work in
the future I would greatly appreciate it.
Jeremy
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
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
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
The actual value of those variables are pulled in from other sources,
they are not actually hard coded like I showed below. It was simply for
illustration purposes.
Jeremy
On Sat, 2003-08-30 at 15:56, Ken Tossell wrote:
> Your string assignments look wrong. For example, "\t&q
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
1 - 100 of 108 matches
Mail list logo