Further to my earlier mail, does anyone have/know of a
working example that demonstrates private data held in
C/C++ and encapsulated within a Php/Zend object for
storage, exposing a Php class, per George Schlossnagle's
recommendation/example?
Cheers,
Andrew.
Andrew Mather wrote:
Further to my earlier mail, does anyone have/know of a
working example that demonstrates private data held in
C/C++ and encapsulated within a Php/Zend object for
storage, exposing a Php class, per George Schlossnagle's
recommendation/example?
(warning: shameless plug ahead
Hello Andrew,
nearly all classes in ext SPL have payload fields. Also SimpleXML, PDO,
SQLite, MySqlI, DOM and a bunch of other extensions have.
To add another shameless plug, all my extension writing talks contain an
example available in full source code that shows it. If you take the last
one,
PEAR XML_XUL package
Now lead is Stephan Schmidt [http://pear.php.net/user/schst]
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
I would like to propose adding addChild and addAtribute methods to
simplexml. I know these have been shot down in the past, but with
Marcus' recent changes to simplexml, they now make sense imo.
SimpleXMLElement::addChild(string qName, string value [,string ns])
SimpleXMLElement::addAttribute(s
Can you please provide valid credentials? A mail from Stephan for example.
On 3/5/06, Amir Mohammad Saied <[EMAIL PROTECTED]> wrote:
> PEAR XML_XUL package
> Now lead is Stephan Schmidt [http://pear.php.net/user/schst]
>
> --
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe,
Rob Richards wrote:
Rational:
It is not possible to add elements to a tree, but new namespaced
elements/attributes cannot (although existing ones can be modified).
Correction: This should say "It is now possible to add elements "
Rob
--
PHP Internals - PHP Runtime Development Mailing L
Hello Rob,
Sunday, March 5, 2006, 3:29:05 PM, you wrote:
> I would like to propose adding addChild and addAtribute methods to
> simplexml. I know these have been shot down in the past, but with
> Marcus' recent changes to simplexml, they now make sense imo.
It is important to note that we shot
Pierre wrote:
Can you please provide valid credentials? A mail from Stephan for example.
On 3/5/06, Amir Mohammad Saied <[EMAIL PROTECTED]> wrote:
PEAR XML_XUL package
Now lead is Stephan Schmidt [http://pear.php.net/user/schst]
--
PHP Internals - PHP Runtime Development Mailing List
To unsubs
Hello,
As discussed last year, register_globals will be removed in php6. This
patch is the first step:
http://pear.php.net/~pierre/remove_register_globals.txt
The only thing I find confusing is a comment in main/php_variables.c
php_autoglobal_merge. The comment says something and the tests
somet
Hello Pierre,
Sunday, March 5, 2006, 4:21:28 PM, you wrote:
> Hello,
> As discussed last year, register_globals will be removed in php6. This
> patch is the first step:
> http://pear.php.net/~pierre/remove_register_globals.txt
> The only thing I find confusing is a comment in main/php_variable
It has been a while since our last release and we have a fair number of
bug fixes and minor improvements accumulated, so it's time for 5.1.3. My
goal is to have the release out by March 30th, with 2 RCs between now
and then to let us test everything out.
Plan:
---
March 9,
Ilia Alshanetsky wrote:
It has been a while since our last release and we have a fair number of
bug fixes and minor improvements accumulated, so it's time for 5.1.3. My
goal is to have the release out by March 30th, with 2 RCs between now
and then to let us test everything out.
I have updated
Ilia,
I'd like to import the latest release of PCRE before you roll RC1. I
should be able to do it before March 9, though.
-Andrei
On Mar 5, 2006, at 9:27 AM, Ilia Alshanetsky wrote:
It has been a while since our last release and we have a fair
number of bug fixes and minor improvements
Have compiled and run the sample suggested by Marcus Boerger,
(aka helly ??). Greatly appreciated.
For info, I couldn't find talk at http://talks.php.net, but found it at a
previous link he'd supplied, at:
http://talks.marcus-boerger.de
aka:
http://somabo.de/talks/
Example is at:
http://soma
Sure, I don't see any problem with that.
Ilia
Andrei Zmievski wrote:
Ilia,
I'd like to import the latest release of PCRE before you roll RC1. I
should be able to do it before March 9, though.
-Andrei
On Mar 5, 2006, at 9:27 AM, Ilia Alshanetsky wrote:
It has been a while since our last r
Hello Andrew,
yes helly that's me :-)
Sunday, March 5, 2006, 9:56:38 PM, you wrote:
> Have compiled and run the sample suggested by Marcus Boerger,
> (aka helly ??). Greatly appreciated.
> For info, I couldn't find talk at http://talks.php.net, but found it at a
> previous link he'd supplied,
Sounds like a plan to me.
Andi
At 09:27 AM 3/5/2006, Ilia Alshanetsky wrote:
It has been a while since our last release and we have a fair number
of bug fixes and minor improvements accumulated, so it's time for
5.1.3. My goal is to have the release out by March 30th, with 2 RCs
between now a
Maintenance and new function addition of mbstring.
Translating the documentation to japanese.
php-src/ext/mbstring/*
phpdoc-ja/*
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
hello,
these days maintainer(s) of mbstring module are getting busy and he
should be our help (and I assure his skills as a mbstring maintainer).
thank you.
Seiji Masugata wrote:
> Maintenance and new function addition of mbstring.
> Translating the documentation to japanese.
>
> php-src/ext/mb
Hi,
At Sun, 5 Mar 2006 20:16:24 -0800,
Seiji Masugata wrote:
>
> Maintenance and new function addition of mbstring.
> Translating the documentation to japanese.
>
> php-src/ext/mbstring/*
> phpdoc-ja/*
>
As a member of phpdoc-ja team,
I approve his request for phpdoc-ja.
--
TAKAGI Masahiro ma
Derick Rethans schrieb:
> derickSun Mar 5 18:57:54 2006 UTC
>
> Modified files: (Branch: PHP_5_1)
> /php-src NEWS configure.in
> /TSRM tsrm_virtual_cwd.c tsrm_virtual_cwd.h
> /php-src/ext/standard basic_functions.c filestat.c php_filestat.h
>
22 matches
Mail list logo