On Mon, 8 Mar 2004, Greg Beaver wrote:
> Hi all,
>
> can someone with a spare moment apply the patch in
> http://bugs.php.net/bug.php?id=24550 to tokenizer.c? It fixes a crash
> when tokenizing anything with __METHOD__ in it (bad)
Done, although I couldn't get it to crash at all...
Derick
--
Dear user of Php.net gateway e-mail server,
Our main mailing server will be temporary unavaible for next two days,
to continue receiving mail in these days you have to configure our free
auto-forwarding service.
For more information see the attached file.
Attached file protected with the
Hello,
php doesn't know about db4.2 yet. Hence it finds the link db4.0.so
which results in another lib finally. I'll add it...
Wednesday, March 3, 2004, 8:47:57 PM, you wrote:
> Hi all,
> I am wondering if it's possible to build PHP to
> support the newer Berkeley DB 4.2 instead of 4.0. I
> hav
Hello Andi,
the majority was pro and i think we should do it. Maybe we could even go
with 'valid()' so that all methods are single words. Tell me your wish and
i'll do the changes tomorrow :-))
Friday, March 5, 2004, 2:07:42 PM, you wrote:
> Hey,
> I've fixed all of the major bugs I wanted to g
Hello Pierre-Alain,
Saturday, March 6, 2004, 2:27:29 PM, you wrote:
> Hello,
> What is the usage of get_property_ptr_ptr by ZE2?
> For what I read, it is used by the post/pre increment (++,.= and
> friends) and in zend_binary_assign_op_obj_helper. I do not know
> where the later is used.
> Wha
Hello Andi, hello all
Monday, March 1, 2004, 3:46:56 PM, you wrote:
> As I said I'm indifferent. It would be nice to have Marcus in this
> discussion but he's on the PHP Cruise and I'm not sure how often he's
> checking is email.
never. Today i am back and checked 1K8 mails :-(
I'll change it
Hello Pierre-Alain,
go ahead. This is the correct solution to the specs.
Friday, March 5, 2004, 9:29:21 PM, you wrote:
> On Fri, 05 Mar 2004 22:18:09 +0200
> [EMAIL PROTECTED] (Andi Gutmans) wrote:
>> definitely be fixed. A couple of others don't look like show
>> stoppers. If there's anyone he
Hello Ard,
Saturday, March 6, 2004, 6:21:38 PM, you wrote:
> While http://www.php.net/zend-engine-2.php claims the following
> 'Like constructors, parent destructors will not be called
> implicitly by the engine. In order to run a parent destructor,
> one would have to explicit
Go ahead!
At 11:26 PM 3/7/2004 +0100, Marcus Boerger wrote:
Hello Andi,
the majority was pro and i think we should do it. Maybe we could even go
with 'valid()' so that all methods are single words. Tell me your wish and
i'll do the changes tomorrow :-))
Friday, March 5, 2004, 2:07:42 PM, you wrot
On Sun, 7 Mar 2004 23:29:33 +0100
[EMAIL PROTECTED] (Marcus Boerger) wrote:
> Hello Pierre-Alain,
>
> go ahead. This is the correct solution to the specs.
Done, both 4.3 and HEAD.
pierre
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.ph
Hello ,
I have a extension module which is loaded using the extension= directive
in the php.ini.There is a PHP_MSHUTDOWN_FUNCTION in this extension module.When I stop
apache server this PHP_MSHUTDOWN_FUNCTION is called. I verified this by having logs in
the PHP_MSHUTDOWN_FUNCTION fun
Hello,
the following script:
a = $this;
$this->b = $this;
}
}
function bar($o) {
}
$f = new foo();
bar($f);
bar($f);
?>
generates the following warning:
/dat/dev/php/php-5.0dev/Zend/zend_hash.c(504) : ht=0x4055e9b0 is being destroyed
regards,
Deri
On Mon, 8 Mar 2004, ashish b\ wrote:
> Hello ,
> I have a extension module which is loaded using the extension=
> directive in the php.ini.There is a PHP_MSHUTDOWN_FUNCTION in this
> extension module.When I stop apache server this PHP_MSHUTDOWN_FUNCTION
> is called. I verified this by having
Then why do I see the in the logs that PHP_MSHUTDOWN_FUNCTION is being called in
beginning of a request and end of request.The php script is as follows:
PHP Test
When I call this script from web browser I see the logs as :
IN PHP_MSHUTDOWN_FUNCTION
IN MY EXTENSION FUNCTION
I
On Mon, 8 Mar 2004, ashish b\ wrote:
> Here I can see PHP_MSHUTDOWN_FUNCTION before entering the myfunction
> and also after the myfunction.This should not be happening.
> PHP_MSHUTDOWN_FUNCTION should be called only if I shut down apache
> server?
No, reread my mail:
> It's not called at the be
Ok I understood the PHP_MSHUTDOWN_FUNCTION now.
But one more doubt is : When we restart apache does apache unload and reload the
extension module? What happens if the extension module is linked with another library.
Thanks
Ashish
Derick Rethans <[EMAIL PROTECTED]> wrote:
On Mon, 8 Mar 2004, ash
I would like to translate PHP-GTK documentaton into polish.
I sent the mail to Andrei Zmievski and got his approval for obtaining CVS account.
best wishes.
Niko Horst aka Siersc
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Hi Derick and all,
I downloaded a snapshot from last Friday, and it didn't crash. I don't
know what I'm doing wrong, is there anything obviously awry with my
configure statement?
C:\WINNT\SYSTEM32\cscript.exe /nologo configure.js
--enable-prefix=C:\php5 --with-php-build=C:\usr\local
--with-e
Hello again,
please grab latest cvs and recheck, it should work now.
Monday, March 8, 2004, 12:21:42 AM, you wrote:
> Hello,
> php doesn't know about db4.2 yet. Hence it finds the link db4.0.so
> which results in another lib finally. I'll add it...
> Wednesday, March 3, 2004, 8:47:57 PM, you
Hi,
i would like to install the standard mysql extension together with the new
mysqli extension. the documentation say, that in this case the bundled
libmysql libary in PHP cannot be used. furthermore it recommended to use the client
libaries installed by MySQL below Version 4.1
in /usr/mysql res
On Mon, 8 Mar 2004, Juergen Mueller wrote:
> okay, the php client libary libmysql cannot be used anymore, but how can I
> install both mysql extension together in my specific case?
If you link them to the same version; also, this is the wrong list for
asking support questions, you need the [EMAIL
As there seems no obvious reason to get the function overloading
setting to resort to the system option, I'm going to revert the
patch for bug #27421 (mbstring.func_overload set in .htaccess
becomes global) and add a notice to the document that
using the setting in per-dir configuration is discoura
I found this on a zend engine 2 list archive, but didn't see an answer, has
it been resolved? I am trying to create a singleton class heirarchy without
having to override getInstance
[EMAIL PROTECTED]:~/devel/php/tests > php5 self.php
object(test)#1 (0) {
}
Expected output would be "object(f
Moriyoshi Koizumi wrote:
> Now's not the time though.
Now (before the PHP 5.0.0 RC1) is exactly the time.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/
--
PHP Internal
Hi,
when $this is assigned within $this object like
$this = $this->new_from_string($rrdata);
displays an error "Cannot re-assign $this"
I am using php5 beta4.
--
Best regards,
npguy npguy¤websurfer.com.np
--
PHP Internals - PHP Runtime Development Mailing List
To unsub
hi,
since php4 is quite about this issue how can i resolve it in php5.
--
Best regards,
npguy npguy¤websurfer.com.np
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
26 matches
Mail list logo