Ask a Question related to PHP Development, Design and Development.
-
Sara Golemon #1
[PHP-DEV] Re: imap_append (fifth argument)
This seems trivial enough that there's no reason not to fold it into PHP5.
I do have a couple questions though:
1) What is the expected format of the date field? RFC822 format?
2) Would it make sense to pass an epoch timevalue to imap_append() and have
the function internally convert it to the appropriate format?
Otherwise I'm +1
-Sara
"Bognár zsolt" <zsolt.bognar@vipmail.hu> wrote in message
news:000a01c36b1e$c46f3840$0100a8c0@privat...--> Hello,
>
> I have a question about imap_append function.
> Why don't you (or php developers) use this patch in new php release? :
> [url]http://www.zend.com/lists/php-dev/200303/msg00843.html[/url]
>
> We must patch every php source code, if we want to use the append function
> with date argument.
>
> Thanks, by
> Zsozso
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: [url]http://www.php.net/unsub.php[/url]
Sara Golemon Guest
-
CFFunction Date Argument
Hi all! Here's the setup... In a cfc method: <cfargument name="myDate" type="date" required="no" default=""> In my calling cfm: <cfset... -
another url in argument
Hi guys, I have to use something like this: http://www.mysite.com/script.php?url=http://www.anothersite.com/script.php?another_var=etc but it... -
argument is not a valid
I have installed PHP 5. When I test various php/mysql scripts I`ve written earlier (php 4) I get this kind of warning on every one (Connecting... -
argument of webservice
Hello, I have tried to pass a string parameter to webservice like this : On client side (javascript) : var iCallID ; .... var s s =... -
[PHP-DEV] imap_append (fifth argument)
Hello, I have a question about imap_append function. Why don't you (or php developers) use this patch in new php release? :...



Reply With Quote

