-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Friday 09 Apr 2004 19:44, Daniel Convissor wrote:
> Hi Folks:
>
> Looking at snaps.php.net indicates the last win32 snapshot was generated
> Apr 08, 2004 18:30 GMT, which is over 24 hours ago.
To quote snaps.php.net:
"Next STABLE Win32 snapshot
Hi Folks:
Looking at snaps.php.net indicates the last win32 snapshot was generated
Apr 08, 2004 18:30 GMT, which is over 24 hours ago.
Thanks,
--Dan
--
T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y
data intensive web and database programming
Sure does look like it Probably just a copy/paste mistake.
I want to test it a bit first, but initially I'd say something more like:
if (error_code && *error_code == since we aren't guaranteed that
error_code is non-NULL.
Thanks, I'll get this into CVS and double check PHP4 as well.
-S
Line 829 in main/network.c causes a compile error on HP-UX:
if (err == PHP_TIMEOUT_ERROR_VALUE) {
I believe this line should instead read
if (*error_code == PHP_TIMEOUT_ERROR_VALUE) {
I verified that this is present in the most recent snapshot.
- Mark
--
PHP Internals
At 06:42 PM 4/8/2004 -0400, Ben Ramsey wrote:
I have (had?) a really bad problem where I was getting a lot of Access
Violations in my script - if I made my script shorter, they appeared less
frequently. I also fixed the problem by using the CGI version instead of
ISAPI (on IIS). Maybe your problem
In any case, it'd be interesting to take a look at the possibility of doing
this via user-land error handlers. Obviously E_ERRORS wouldn't be
recoverable but other errors might work.
I'd be happy to hear about your experiences.
Andi
At 01:41 PM 4/8/2004 +0200, Ferdinand Beyer wrote:
On 8 Apr 20
On Fri, 2004-04-09 at 09:33, Andi Gutmans wrote:
> Not sure if I replied to the list but this should be fixed now.
Verified.
- Timm
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
I simply thought that in case of direct using of predefined Exception
class, its $file and $line properties would point to my error handler
function.
I.e. where Exception object was created. Also its constructor does not
take file/line as param-s and these properties are read-only, so I thought
I have written an approved PEAR package and would like CVS access to maintain the
repository.
The name of the package is Net_GameServerQuery
Proposal Information: http://pear.php.net/pepr/pepr-proposal-show.php?id=34
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, v
As it won't be accepted into the main tree, if it were possible to write
your patch as a self-contained PHP extension, then you could develop it in
PECL. I haven't taken a look at the code to see if that's possible.
Andi
At 10:09 AM 4/8/2004 +0200, inodes wrote:
It is obvious my proposal is cons
At 09:40 AM 4/8/2004 +0200, Marcus Boerger wrote:
> And I think __call has such few uses (I can think of one class right
> now: Object proxies for SOAP/ XMLRPC or the like) that you will hardly
> redeclare it anyway. If you start using __call on a regular basis you
> should probably rethink your de
Not sure if I replied to the list but this should be fixed now.
At 05:14 PM 3/28/2004 +0200, Timm Friebe wrote:
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_
I was originally opposed to adding this because I knew it could cause
problems. I haven't followed the arguments patch too closely except for
trying to fix crashes as well as I can.
I can try and look into it.
Andi
At 07:32 PM 4/8/2004 +0200, Magnus Määttä wrote:
On Thursday 08 April 2004 19.14
13 matches
Mail list logo