Re: [PHP-DEV] AIX + PHP Extension Module Does Not Work (giving core dump at zend_parse_parameters)

2003-09-15 Thread Melvyn Sopacua
On Monday 15 September 2003 16:30, ashish b\\ wrote: > 1. ran the ext_skel command i.e. ext_skel --extname=rot13 --proto=rot13.def > 2. with rot13 as current folder I ran phpize for creating a self contained > extension. 3. /usr/local/php-4.3.2/ext/rot13> ./configure > 4. /usr/local/php-4.3.2/ext/

[PHP-DEV] Problem accessing static objects via self::

2003-09-15 Thread Jay Smith
Maybe I'm doing something wrong, but I have some code similar to this... printme()); } } $b = new bar; ?> Which gives me: NULL Fatal error: Call to a member function printme() on a non-object in /home/jay/static.php on line 22 Seems that the static property $blort in foo is getting lost

[PHP-DEV] AIX + PHP Extension Module Does Not Work (giving core dump at zend_parse_parameters)

2003-09-15 Thread ashish b\\
Hi , I am writing a php extension module on AIX 4.3.3 RS6000 machine.I have compiled php as CGI.When I test my php extension module function from a test php script I get a CORE dump.The gdb php core is as below Core was generated by `php'. Program terminated with signal 11, Segmentat

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/gd gd.c

2003-09-15 Thread Moriyoshi Koizumi
Maybe you were referring to this one: http://marc.theaimsgroup.com/?l=php-cvs&m=101642149332075&w=2 But the discussion was quite pointless to me :) Moriyoshi "Wez Furlong" <[EMAIL PROTECTED]> wrote: > We use ptrdiff_t elsewhere in the source and have done so for a lng > time. > Search the a

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/gd gd.c

2003-09-15 Thread Wez Furlong
We use ptrdiff_t elsewhere in the source and have done so for a lng time. Search the archives for the last battle over this (involving Yasuo iirc). One of the network files (network.c?) uses it and does the right thing - dig into it a little bit :-) --Wez. > > Weird. ptrdiff_t should be decla

[PHP-DEV] PHP5 XSLT extention status

2003-09-15 Thread Adam Dickmeiss
We're using the XSLT Sablotron in PHP4 in production. I cannot find the XSLT in latest CVS, but I see that ext/xsl appeared some time ago. Does this mean that Sablotron XSLT is dead in PHP5? One extremly useful feature we used in Salotron PHP/XSLT was the ability to register scheme handlers. Is

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/gd gd.c

2003-09-15 Thread Marcus Börger
Hello Moriyoshi, Monday, September 15, 2003, 1:44:03 PM, you wrote: > Sebastian Bergmann <[EMAIL PROTECTED]> wrote: >> Not yet :) >> >> e:\home\php\php5\ext\gd\libgd\gd_jpeg.c(442): error C2065: >> 'ptrdiff_t': Undeclared identifier >> >> e:\home\php\php5\ext\gd\libgd\gd_jpeg.c(4

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/gd gd.c

2003-09-15 Thread Moriyoshi Koizumi
Sebastian Bergmann <[EMAIL PROTECTED]> wrote: > Not yet :) > > e:\home\php\php5\ext\gd\libgd\gd_jpeg.c(442): error C2065: > 'ptrdiff_t': Undeclared identifier > > e:\home\php\php5\ext\gd\libgd\gd_jpeg.c(442): error C2065: > 'nbytes': Undeclared identifier Weird. ptrdiff_t shou

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/gd gd.c

2003-09-15 Thread Sebastian Bergmann
Moriyoshi Koizumi wrote: > moriyoshi Mon Sep 15 03:27:19 2003 EDT > > Modified files: > /php-src/ext/gd gd.c > Log: > FREETYPE_PATCH is not always defined. > # will likely fix Sebastian's build :) Not yet :) e:\home\php\php5\ext\gd\libgd\gd_jpeg.c(442): error C2065