There seems to be a problem in the streams.c code. There is a line that
has the construct
#if defined(S_ISFIFO) || defined(S_ISSOCK)
the problem is the the code below assumes that S_ISSOCK is defined but the
if statement is true if either S_ISFIFO or S_ISSOCK is defined. If you
have a system (lik
On Mar 28, 2004, at 4:36 PM, Jon Parise wrote:
On Sun, Mar 28, 2004 at 03:57:22PM -0500, Andrew Heebner wrote:
AFAIK, Python supports the reload() method, which lets you dynamically
control includes while a script is running.
This is conceptually easier to implement in Python because a module is
On Mar 28, 2004, at 4:35 AM, Zeev Suraski wrote:
At 02:41 28/03/2004, Robert Cummings wrote:
Very well put.
+1 for consistency and going all the way with StudlyCaps from me.
I'm in (rare) total agreement with Zeev. :)
George
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe,
On Sun, Mar 28, 2004 at 03:57:22PM -0500, Andrew Heebner wrote:
> AFAIK, Python supports the reload() method, which lets you dynamically
> control includes while a script is running.
This is conceptually easier to implement in Python because a module is
its own namespace. In PHP, the "stuff" th
AFAIK, Python supports the reload() method, which lets you dynamically
control includes while a script is running.
In PHP, even workarounds are tough to create reloadable modules for
scripts, so, what other means are there to reload includes, and
redeclare functions?
Thank you,
Andrew Heebner,
Well I'm interested in translating the PHP manual into Finnish and Henry Karpatskij
(his nick is spheroid) said I'm welcome to the project. I want a CVS access to the
"phpdoc-fi" section.
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
On Sun, 2004-03-28 at 04:35, Zeev Suraski wrote:
> Very well put.
> +1 for consistency and going all the way with StudlyCaps from me.
+1 for consistency, but unless someone is willing to change Georg's
extension for him I don't see this happening.
John
--
-=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=
EXCELLENT CASH INCOME
I started out with $6. Now, I am making thousands.
I found this on a bulletin board and decided to try it. A little
while back, I was browsing through newsgroups, just like you are now,
and came across an article similar to this that said you could make
thousands of dollars wi
> > This way (writing __thisclass::MYCONST instead of MyParticularClassName::CONST
> > we could freely decide to favor clean style, or performance, depending on the
> > specific
> > situation.
>
> No need for that we have 'self':
> php -r 'class c { const c="Hello\n"; static function f() { return
Problem solved. Changed system path as follows:
C:\Program\PHP\php5-win32;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program\mysql\bin
Apparently, storing php5ts.dll into system32 is not a bad idea...
Sorry for posting, I should have found the solution myself. This is what
Hello Luna,
Sunday, March 28, 2004, 6:56:00 PM, you wrote:
> "Andi Gutmans" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
>> At 10:07 AM 3/15/2004 -0500, Hans Lellelid wrote:
>> > ...
>> >You must now use self::MY_CONST to reference the class constant. While I
>> >can see that th
"Andi Gutmans" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> At 10:07 AM 3/15/2004 -0500, Hans Lellelid wrote:
> > ...
> >You must now use self::MY_CONST to reference the class constant. While I
> >can see that the pre-RC1 behavior would not provide a way to access global
> >consta
Hi,
accessing a non-existant member of (or calling a member function on) an
instance of __PHP_Incomplete_Class results in a bus error:
[EMAIL PROTECTED]:~/devel/php/php > cat incomplete_class.php
member);
?>
[EMAIL PROTECTED]:~/devel/php/php > php-dev incomplete_class.php
object(__PHP_Incomplete_
Hi,
this fixes a memory leak in Reflection_Property::getModifiers().
- Timm
Index: Zend/zend_reflection_api.c
===
RCS file: /repository/ZendEngine2/zend_reflection_api.c,v
retrieving revision 1.94
diff -u -r1.94 zend_reflection_api.c
On 28 Mar 2004 at 1:20, Lukas Smith wrote:
> Hi,
>
> ok since I have seen a few arguments reoccuring I have decided to
make a
> list of all arguments brought forth. Its in no way a judgement on
any
> argument listed, nor does it list the arguments in any particular
order.
> Therefore, the f
At 02:41 28/03/2004, Robert Cummings wrote:
Don't take this personally please. My voice doesn't count for much on
this list but I do generally read most of the posts. I watched with
interest last year when this thing first became an issue, and now I
think the whole issue has become retarded. It's l
16 matches
Mail list logo