We've got the SOAP fixes in now. Thanks Dmitry.
I'd like to roll tomorrow or the day after depending on when I can find the
time.
Please give a shout if you still need to commit something to PHP_5_0.
Thanks,
Andi
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http:
Okay, i will, thanx :)
"Jeremy Johnstone" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> 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 recen
Hi All,
I found apache giving segmentation fault in the following scenario.
1)Disable php module and start apache.
2)enable php in the httpd.conf
3)httpd restart(Not stop and start)
4)make a request to any php page apache segfaults.
I drilled down on this issue.
My investigation is,
Apache on start
"Wez Furlong" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Use the new build system instead
i'm using the IDE for debugging currently...
> or, fix the .dsp to generate the
> message cataglog using mc.exe.
excuse me for being slow, but where is the message resource (source) file
Hello Noel,
i suppose one of your destructors did throw an exception. But you didn't
get any output from it. Try either 5.0.0-dev or 5.1.0-dev where the
shutdown order wasaddressed again. A reproducing script would be this:
php -r 'class t{function __destruct(){throw new exception(__METHOD__);}}$
Ah, don't do that ;-)
Use the new build system instead, or, fix the .dsp to generate the
message cataglog using mc.exe.
--Wez.
On Mon, 9 Aug 2004 01:05:07 -0400, l0t3k <[EMAIL PROTECTED]> wrote:
> Additional info :
> VC6, building from .dsp , under Windows XP
>
>
>
> l0t3k
>
> --
> PHP I
buildconf.bat
config.nice.bat
if you still see the error, check to see what was detected for mc.exe
in the configure output.
--Wez.
On Mon, 9 Aug 2004 00:59:02 -0400, l0t3k <[EMAIL PROTECTED]> wrote:
> C:\projects\php-src\win32\wsyslog.c(60) : fatal error C1083: Cannot open
> include file: 'wsys
Additional info :
VC6, building from .dsp , under Windows XP
l0t3k
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
C:\projects\php-src\win32\wsyslog.c(60) : fatal error C1083: Cannot open
include file: 'wsyslog.h': No such file or directory
l0t3k
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
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
ok, i guess this is where my newbieness comes in..
i'm sorry, ignore this whole post :)
ron
"Wez Furlong" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Err, we didn't write it, try talking to Zend...
>
> --Wez.
>
> On Sun, 8 Aug 2004 20:55:00 +0200, Ron Korving <[EMAIL PROTECTED]>
On Sun, 08 Aug 2004 21:15:44 +0200, Michael Walter <[EMAIL PROTECTED]>
wrote:
The latter is much more readable, though.
Cheers,
Michael
Ron Korving wrote:
it's a nice idea, and personally, i would prefer a simple boolean
parameter
instead of constants where there's only 2 possibilities anyway.
This one time, at band camp, "Steph" <[EMAIL PROTECTED]> wrote:
> I will do. Did anyone remember that php-gtk-doc needs to align to this when
> they were designing it?
Does this mean you will document the sqlite stuff?
If not, I will have a go at it.
Kevin
--
__
The latter is much more readable, though.
Cheers,
Michael
Ron Korving wrote:
it's a nice idea, and personally, i would prefer a simple boolean parameter
instead of constants where there's only 2 possibilities anyway..
"Nathan" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Dear List,
i
Err, we didn't write it, try talking to Zend...
--Wez.
On Sun, 8 Aug 2004 20:55:00 +0200, Ron Korving <[EMAIL PROTECTED]> wrote:
> hi guys,
>
> if you read the reviews on this page:
> http://www.php-editors.com/review/?editor=16 , you will notice that a lot
> of people don't use zend studio for
hi guys,
if you read the reviews on this page:
http://www.php-editors.com/review/?editor=16 , you will notice that a lot
of people don't use zend studio for the simple reason that it's lacking in
performance... this includes myself.
i would really love to use it because of all the features, but
it's a nice idea, and personally, i would prefer a simple boolean parameter
instead of constants where there's only 2 possibilities anyway..
"Nathan" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Dear List,
>
> i was using the get_defined_constants function the first time today and
I will do. Did anyone remember that php-gtk-doc needs to align to this when
they were designing it?
> -Original Message-
> From: Gabor Hojtsy [mailto:[EMAIL PROTECTED]
> Sent: 08 August 2004 19:40
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]; internals; [EMAIL PROTECTED]
> Subject: Re:
care to share? :)
It is not yet incorporated into the dochowto, but none had problems with
the mysqli reference usage of OO stuff, so it was choosen. See the
mysqli reference XML files.
http://cvs.php.net/phpdoc/en/reference/mysqli/functions/
How it will be rendered, just depends on livedocs
care to share? :)
> -Original Message-
> From: Gabor Hojtsy [mailto:[EMAIL PROTECTED]
> Sent: 08 August 2004 16:44
> To: [EMAIL PROTECTED]
> Cc: internals; [EMAIL PROTECTED]
> Subject: [PHP-DEV] Re: [PHP-DOC] Re: [PHP-DEV] sqlite object-level
> interface
>
>
> >>it is a public interface
[EMAIL PROTECTED] wrote:
Marcus Boerger <[EMAIL PROTECTED]> writes:
Hello Derrell,
it is a public interface! Unfortunatley we still have no way of documenting
classes on the docs page.
Thanks. Steph forwarded me this link, which could be provided on the docs
page as additional reference, until t
> > It is actually the other way around. is the official standard and
> > A6 is deprecated for years.
> >
> hmm, from http://www.dns.net/dnsrd/rfc/ i get the same idea, yet on other
> websites it is mentioned sometimes that A6 is the "new" .. .pretty
> weird..
>
> if both are used in pract
it is a public interface! Unfortunatley we still have no way of documenting
classes on the docs page.
Thanks. Steph forwarded me this link, which could be provided on the docs
page as additional reference, until there's a standard way to document classes
on that page...
http://www.zend.com/php5/
Hello all,
You'll have to excuse my ignorance if something like this has already
been posted.
In my process of writing complicated-for-the-sake-of-complicated scripts
(:D), I came across a very strange error:
Fatal error: Exception thrown without a stack frame in Unknown on line 0
What was happ
hmm, from http://www.dns.net/dnsrd/rfc/ i get the same idea, yet on other
websites it is mentioned sometimes that A6 is the "new" .. .pretty
weird..
if both are used in practice tho, i think PHP should parse them both, don't
you think?
Ron
"Stefan Esser" <[EMAIL PROTECTED]> wrote in message
Marcus Boerger <[EMAIL PROTECTED]> writes:
> Hello Derrell,
>
> it is a public interface! Unfortunatley we still have no way of documenting
> classes on the docs page.
Thanks. Steph forwarded me this link, which could be provided on the docs
page as additional reference, until there's a standard
Hello all,
Ron Korving wrote:
I noticed the DNS record lookup functions (in the documentation) all refer
to as an IPv6 type record. Actually, is obsolete now.. Of course,
in PHP it would be very wise to support , but the official type is A6.
It is actually the other way around. i
Hello Derrell,
it is a public interface! Unfortunatley we still have no way of documenting
classes on the docs page.
regards
marcus
(crossposting to phpdoc)
Saturday, August 7, 2004, 9:23:43 PM, you wrote:
> I just discovered (via the RTFS method) that there is an object-level
> interface to t
Hello Ron,
that's prefectly correct.
regards
marcus
Sunday, August 8, 2004, 1:14:55 PM, you wrote:
> i think the object will only cease to exist when all references to it are
> gone
> "Curt Zirzow" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
>>
>> I'm trying to document how o
i think the object will only cease to exist when all references to it are
gone
"Curt Zirzow" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> I'm trying to document how objects are passed to functions in php5,
> but am running into some troubles.
>
> In the code below the object app
30 matches
Mail list logo