On Wed, 20 Jul 2005 08:31:04 -
[EMAIL PROTECTED] ("Derick Rethans") wrote:
> +#ifdef EXPERIMENTAL_DATE_SUPPORT
> + /* Advanced Interface */
> + PHP_FE(date_create, NULL)
> + PHP_FE(date_format, NULL)
> + PHP_FE(date_modify, NULL)
> + PHP_FE(date_timezone_get, NULL)
> +
Hello!
First of all thanks for all the help, I have printed the PHP grammar
utilties available, and will have a close look on it later today.
--
Yours,
Weyert de Boer ([EMAIL PROTECTED])
innerfuse*
http://www.innerfuse.biz/
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscr
On Wed, 20 Jul 2005 08:31:04 -
[EMAIL PROTECTED] ("Derick Rethans") wrote:
> +#ifdef EXPERIMENTAL_DATE_SUPPORT
> + /* Advanced Interface */
> + PHP_FE(date_create, NULL)
> + PHP_FE(date_format, NULL)
> + PHP_FE(date_modify, NULL)
> + PHP_FE(date_timezone_get, NULL)
> +
Derick,
Didn't we agree not to do this until 5.1 was released? Please revert the
object support.
Edin
On Wednesday 20 July 2005 10:31, Derick Rethans wrote:
> derick Wed Jul 20 04:31:04 2005 EDT
>
> Added files:
> /php-src/ext/date/tests date_create-1.phpt date_create-2.phpt
>
On Wed, 20 Jul 2005, Edin Kadribasic wrote:
> Derick,
>
> Didn't we agree not to do this until 5.1 was released? Please revert the
> object support.
It's not in the code and commented out with an ifdef, so that I can get
it into CVS, make sure I can commit all fixes too that are needed
withou
On Wed, 20 Jul 2005 10:40:20 +0200
[EMAIL PROTECTED] (Edin Kadribasic) wrote:
> Derick,
>
> Didn't we agree not to do this until 5.1 was released? Please
> revert the object support.
Derick told me on IRC that he agreed on that with Andi.
I still think that we should not expose the new lib now.
On Wednesday 20 July 2005 11:07, Derick Rethans wrote:
> It's not in the code and commented out with an ifdef, so that I can get
> it into CVS, make sure I can commit all fixes too that are needed
> without getting conflicts or non maintanable patches. I discussed this
> with Andi and he was ok wit
Translating the PHP Documentation to Turkish, And the maintenance of it.
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
And another situation...
And we got Notice...
Notice: Only variable references should be returned by reference in - on line 6
But if we modify code to:
Than all ok, no notices, and i got what i want... but it's a kludge :-/
--
PHP Internals - PHP Runtime Development Mailing List
To unsubsc
On Wed, 20 Jul 2005, Andrey Nikolaev wrote:
> function &a() {
>if(1==2)
> return new B; //some reference...
> else
> return null; //error, we cant create B
> }
> $b_instance = a();
> ?>
Why are you returning by reference in the first place here? "new B"
already creates a copy
Submitting of new PECL package (Bitset)
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Adding something like this without namespaces is just a suicide.
Please use a prefix for your class names (Zend_Date, Main_Date, Zend_TimeZone or
something).
__
http://www.sentimente.ro
Singur? Peste 180.000 utilizatori pentru tine!
--
PHP Internals -
Derick Rethans wrote:
> On Wed, 20 Jul 2005, Andrey Nikolaev wrote:
>
>
>>function &a() {
>> if(1==2)
>> return new B; //some reference...
>>else
>> return null; //error, we cant create B
>>}
>>$b_instance = a();
>>?>
>
>
> Why are you returning by reference in the first place h
Guys,
Regarding Derick's commit, it's a very technical matter. It's commented and
not enabled. Now new features crept in and after reviewing the patch, I
felt that it's not dangerous nor complicated to let it sit in CVS
commented. As you can see it's very isolated code so there's still room fo
"Marcus Boerger" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Please don't add new ini settings here, living with include_path should be
> enough, wouldn't it?
>
Do we want the import behavior to apply to the existing include path? To me,
it seems nice to have the include_path and
This may not be the right place to ask but google has kicked my a$$
trying to find a solution.
I've installed PHP-4.4.0, I have "register_globals = Off" and
"register_argc_argv = Off", a script I'm trying to run is using
"$_FILES['uploadfile']['name']" and it only works with register
glob
Post your question to php-general@lists.php.net this mailing list is for
the development of PHP itself.
Nicholas Telford
D. Walsh wrote:
This may not be the right place to ask but google has kicked my a$$
trying to find a solution.
I've installed PHP-4.4.0, I have "register_globals = Off" a
Hello Marcus! Thanks for the cvs add "hack", worked like a charm! I'll post
an updated patch in a few days.
--
Jessie
Marcus Boerger wrote:
> Hello Jessie,
>
> Wednesday, July 20, 2005, 6:05:30 AM, you wrote:
>
>> Private class support has been completed in the attached patch! Again, to
>> r
18 matches
Mail list logo