Philip Olson wrote:
> This topic was recently discussed but I'm not sure where we're at on it.
As far as I can tell (being the one who wrote the proposal) we're
waiting for someone to do it, or for my time to free up so that I can
sit down and get started on it.
--
Edward Z. Yang
rrichards Wed Jun 4 19:35:15 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard url.c
Log:
MFH: rawurlencode now conforms to rfc 3986 (~ is not encoded) [DOC]
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/url.c?r1=1.86.2.5.2.7.2.3&
rrichards Wed Jun 4 19:34:45 2008 UTC
Modified files:
/php-src/ext/standard url.c
Log:
rawurlencode now conforms to rfc 3986 (~ is not encoded) [DOC]
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/url.c?r1=1.107&r2=1.108&diff_format=u
Index: php
On Wed, Jun 4, 2008 at 9:44 AM, pedram salehpoor
<[EMAIL PROTECTED]> wrote:
>
>
> On Tue, Jun 3, 2008 at 4:23 PM, Edward Z. Yang
> <[EMAIL PROTECTED]> wrote:
>> Use configure.php. An outstanding project is to make all of PHP's
>> documentation sources standalone valid XML files, but for now, you'll
> I can't seem to find information on how to make complete XML files
of
> the reference docs. The en/reference/*/functions/*.xml files are
not
> actually valid XML, as they don't have a DOCTYPE and don't define
all
> the custom XML entities they use.
>
> How do I transform these sources int
Hi Hannes,
Le Tuesday 03 June 2008 19:53:28 Hannes Magnusson a écrit :
> Due to our use of "entity magic includes" (of xml files) we do not
> have access to the original XML file. If we used XInclude to include
> those files this would be no problem :]
>
> There are several ways to achieve this wi
On Tue, Jun 3, 2008 at 4:23 PM, Edward Z. Yang <
[EMAIL PROTECTED]> wrote:
> Ben Dilts wrote:
> > I can't seem to find information on how to make complete XML files of
> > the reference docs. The en/reference/*/functions/*.xml files are not
> > actually valid XML, as they don't have a DOCTYPE and