Re: [PHP-DOC] An update resulting php execuable core dump

2013-04-01 Thread Dallas Thunder

Thanks, Hannes.

I've fixed the problem by ommiting an extra ''.
It's interesting that parser didn't just show the labels not match 
instead of a segment fault.


Dallas

On 2013/4/1 4:12, Hannes Magnusson wrote:
In certain cases with a very broken xml (or entities) libxml2 will 
segfault
configure.php has a --disable-segfault-error switch which attempts to 
avoid it.
There is also a --enable-xml-details which should give you more info 
on why the build fails.


-Hannes


On Mon, Apr 1, 2013 at 12:49 AM, Dallas Thunder <mailto:dal...@php.net>> wrote:


Hi, I just updated an file in Chinese language tree, and strangely
when I use configure to validate it, it causing php execuable core
dump.

The updated file is "phpdoc/zh/trunk/language/variables.xml" with
revision 329973.

Honestly, I can't think of anything within xml file would causing
php itself fail.   Error message in FreeBSD is:

...
Generating /root/phpdoc/doc-base/scripts/file-entities.php... done
Iterating over extension specific version files... OK
Saving it... OK
Creating file /root/phpdoc/doc-base/entities/file-entities.ent... done
Checking for if we should generate a simplified file... no
Checking whether to save an invalid .manual.xml... no
Loading and parsing manual.xml... Segmentation fault (core dumped)
root@DOCBSD:/root/phpdoc #

And it's the same result withing Windows 7.  At same point
(Loading and parsing manual.xml...) Windows will prompt for CLI
stopped working.

Any idea about this?  Thanks.






[PHP-DOC] An update resulting php execuable core dump

2013-04-01 Thread Dallas Thunder
Hi, I just updated an file in Chinese language tree, and strangely when 
I use configure to validate it, it causing php execuable core dump.


The updated file is "phpdoc/zh/trunk/language/variables.xml" with 
revision 329973.


Honestly, I can't think of anything within xml file would causing php 
itself fail.   Error message in FreeBSD is:


...
Generating /root/phpdoc/doc-base/scripts/file-entities.php... done
Iterating over extension specific version files... OK
Saving it... OK
Creating file /root/phpdoc/doc-base/entities/file-entities.ent... done
Checking for if we should generate a simplified file... no
Checking whether to save an invalid .manual.xml... no
Loading and parsing manual.xml... Segmentation fault (core dumped)
root@DOCBSD:/root/phpdoc #

And it's the same result withing Windows 7.  At same point (Loading and 
parsing manual.xml...) Windows will prompt for CLI stopped working.


Any idea about this?  Thanks.


[PHP-DOC] Re: How do I submit a patch?

2013-03-30 Thread Dallas Thunder
After you finished editing 1 file and saved it in PDOE, you'll see "Work 
in progress(1)" on left panel.
Expand "Work in progress(1)" and find that file under some anonymous 
user (assume you logged in as anonymous) or your login name, then you 
can right click that file name and select "Submit as patch for review in:".
And nothing more you can do from this point if you don't have VCS 
access.  Someone with svn account may review and commit the changes 
you've made into svn.



On 2013/3/30 6:06, Madara Uchiha wrote:
Hey guys! I've made some changed to the DateTime intro via the online 
editor, and saved the changes. Now how do I submit it as a patch? I 
can't seem to find that option anywhere.


Thanks in advance :)




[PHP-DOC] Re: #36408 [NEW]: "cvs checkout phpdoc-all" doesn't check out Japanese (and Korean) documentation

2006-02-19 Thread Dallas Thunder
I think it's because there are 'ja' and 'kr' directory exist in 'phpdoc' 
module.  They are been there for a while, should be removed.


""[EMAIL PROTECTED]""  wrote in message 
news:[EMAIL PROTECTED]

From: [EMAIL PROTECTED]
Operating system: Irrelevant
PHP version:  Irrelevant
PHP Bug Type: Documentation problem
Bug description:  "cvs checkout phpdoc-all" doesn't check out Japanese 
(and Korean) documentation


Description:

Documentation Howto says

You also have the ability of checking out infrastructure
the complete build and all the languages.
You can do this with:
$ cvs checkout phpdoc-all

(http://doc.php.net/php/dochowto/cvs-checkout.php)

but we can't check out Japaneese (and Korean) documentation by this
command.


Reproduce code:
---
$ cvs -d:pserver:[EMAIL PROTECTED]:/repository login
$ cvs -d:pserver:[EMAIL PROTECTED]:/repository checkout phpdoc-all
$ ls phpdoc-all/ja/


Expected result:

Same as the following.
$ cvs -d:pserver:[EMAIL PROTECTED]:/repository login
$ cvs -d:pserver:[EMAIL PROTECTED]:/repository checkout phpdoc-ja-dir
$ ls ja/


Actual result:
--
The directory is empty (only 'CVS' directory exists).


--
Edit bug report at http://bugs.php.net/?id=36408&edit=1
--
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=36408&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=36408&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=36408&r=trysnapshot60
Fixed in CVS: 
http://bugs.php.net/fix.php?id=36408&r=fixedcvs
Fixed in release: 
http://bugs.php.net/fix.php?id=36408&r=alreadyfixed
Need backtrace: 
http://bugs.php.net/fix.php?id=36408&r=needtrace
Need Reproduce Script: 
http://bugs.php.net/fix.php?id=36408&r=needscript
Try newer version: 
http://bugs.php.net/fix.php?id=36408&r=oldversion
Not developer issue: 
http://bugs.php.net/fix.php?id=36408&r=support
Expected behavior: 
http://bugs.php.net/fix.php?id=36408&r=notwrong
Not enough info: 
http://bugs.php.net/fix.php?id=36408&r=notenoughinfo
Submitted twice: 
http://bugs.php.net/fix.php?id=36408&r=submittedtwice
register_globals: 
http://bugs.php.net/fix.php?id=36408&r=globals

PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=36408&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=36408&r=dst
IIS Stability:http://bugs.php.net/fix.php?id=36408&r=isapi
Install GNU Sed: 
http://bugs.php.net/fix.php?id=36408&r=gnused

Floating point limitations:   http://bugs.php.net/fix.php?id=36408&r=float
No Zend Extensions: 
http://bugs.php.net/fix.php?id=36408&r=nozend
MySQL Configuration Error: 
http://bugs.php.net/fix.php?id=36408&r=mysqlcfg 


Re: [PHP-DOC] cvs: phpdoc /en/reference/mail ini.xml reference.xml

2006-02-11 Thread Dallas Thunder

I've reverted them to origional version.  Sorry for the trouble.

Please let me explain.  I'm translating the mail extensions into Chinese, 
I'm doing it just as I've done hundreds times before.
I never went to EN tree, however, it commited to EN tree.  I'm very positive 
that I did nothing wrong, and I'll try to figure it out.


Sorry again.  I hope nothing harm made.


"Antony Dovgal" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]

On 12.02.2006 02:43, Dallas Thunder wrote:
I swear I'm working under ZH tree, for some unknown reason, the commit 
was made to EN tree.  Unbelieveable!
Sorry I've removed reference.xml and ini.xml, could you recover it?  Many 
thanks!

Please don't REMOVE anything next time.

Jakub, Nuno, how do you handle such situations?

--
Wbr, Antony Dovgal 


[PHP-DOC] cvs: phpdoc /en/reference/mail ini.xml reference.xml

2006-02-11 Thread Dallas Thunder
dallas  Sat Feb 11 23:56:48 2006 UTC

  Modified files:  
/phpdoc/en/reference/mail   ini.xml reference.xml 
  Log:
  Readded.
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/mail/ini.xml?r1=1.10&r2=1.11&diff_format=u
Index: phpdoc/en/reference/mail/ini.xml
diff -u /dev/null phpdoc/en/reference/mail/ini.xml:1.11
--- /dev/null   Sat Feb 11 23:56:48 2006
+++ phpdoc/en/reference/mail/ini.xmlSat Feb 11 23:56:48 2006
@@ -0,0 +1,145 @@
+
+
+
+
+
+ &reftitle.runtime;
+ &extension.runtime;
+ 
+ 
+  Mail ÅäÖÃÑ¡Ïî
+  
+   
+
+ Ãû³Æ
+ ĬÈÏÖµ
+ ¿ÉÐ޸ķ¶Î§
+ ¸üмǼ
+
+   
+   
+
+ SMTP
+ "localhost"
+ PHP_INI_ALL
+ 
+
+
+ smtp_port
+ "25"
+ PHP_INI_ALL
+ ×Ô PHP 4.3.0 Æð¿ÉÓÃ
+
+
+ sendmail_from
+ NULL
+ PHP_INI_ALL
+ 
+
+
+ sendmail_path
+ NULL
+ PHP_INI_SYSTEM
+ 
+
+   
+  
+ 
+ &ini.php.constants;
+ 
+ 
+ &ini.descriptions.title;
+ 
+ 
+ 
+  
+   
+SMTP
+string
+   
+   
+
+ ½öÓÃÓÚ Windows£ºPHP ÔÚ mail º¯ÊýÖÐÓÃÀ´·¢ËÍÓʼþµÄ
+ SMTP ·þÎñÆ÷µÄ DNS Ãû³Æ»òÕß IP µØÖ·¡£
+
+   
+  
+
+  
+   
+smtp_port
+int
+   
+   
+
+ ½öÓÃÓÚ Windows£ºSMTP ·þÎñÆ÷µÄ¶Ë¿ÚºÅ£¬Ä¬ÈÏΪ 25¡£×Ô
+ PHP 4.3.0 Æð¿ÉÓá£
+
+   
+  
+
+  
+   
+sendmail_from
+string
+   
+   
+
+ ÔÚ Windows ÏÂÓà PHP ·¢ËÍÓʼþʱµÄ "From:" ÓʼþµØÖ·µÄÖµ¡£
+
+   
+  
+
+  
+   
+sendmail_path
+string
+   
+   
+
+ sendmail ³ÌÐòµÄ·¾¶£¬Í¨³£Îª
+ /usr/sbin/sendmail »ò
+ /usr/lib/sendmail¡£configure
+ ½Å±¾»á³¢ÊÔÕÒµ½¸Ã³ÌÐò²¢É趨ΪĬÈÏÖµ£¬µ«ÊÇÈç¹ûʧ°ÜµÄ»°£¬¿ÉÒÔÔÚÕâÀïÉ趨¡£
+
+
+ ²»Ê¹Óà sendmail µÄϵͳӦ½«´ËÖ¸ÁîÉ趨ΪÆäÓʼþϵͳÌṩµÄ
+ sendmail Ìæ´ú³ÌÐò£¬Èç¹ûÓеĻ°¡£ÀýÈ磬Qmail
+ Óû§Í¨³£¿ÉÒÔÉèΪ
+ /var/qmail/bin/sendmail »ò
+ /var/qmail/bin/qmail-inject¡£
+
+
+ qmail-inject ²»ÐèÒªÈκÎÑ¡Ïî¾ÍÄÜÕýÈ·´¦ÀíÓʼþ¡£
+
+
+ ´ËÖ¸ÁîÒ²¿ÉÓÃÓÚ 
Windows¡£Èç¹ûÉ趨£¬smtp£¬smtp_port
+ ºÍ sendmail_from ¶¼±»ºöÂÔ²¢ÔËÐÐÖ¸¶¨µÄÃüÁî¡£
+
+   
+  
+ 
+
+ 
+
+
+
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/mail/reference.xml?r1=1.13&r2=1.14&diff_format=u
Index: phpdoc/en/reference/mail/reference.xml
diff -u /dev/null phpdoc/en/reference/mail/reference.xml:1.14
--- /dev/null   Sat Feb 11 23:56:48 2006
+++ phpdoc/en/reference/mail/reference.xml  Sat Feb 11 23:56:48 2006
@@ -0,0 +1,73 @@
+
+
+
+
+
+
+
+
+ Mail Óʼþº¯Êý
+ Mail
+ 
+
+  
+   &reftitle.intro;
+   
+mail º¯Êý¿ÉÒÔ·¢Ë͵ç×ÓÓʼþ¡£
+   
+  
+
+  
+   &reftitle.required;
+   
+ҪʹÓʼþº¯Êý¿ÉÓã¬PHP ±ØÐëÔÚ±àÒëʱÄܹ»·ÃÎÊ
+sendmail ³ÌÐò¡£Èç¹ûʹÓÃÆäËüµÄÓʼþ³ÌÐòÀýÈç qmail
+»ò postfix£¬È·±£Ê¹ÓÃÁËÓëÆäÏàÓ¦µÄ sendmail Ìæ´ú³ÌÐò¡£PHP Ê×ÏÈ»áÔÚϵͳµÄ
+PATH ÖÐËÑË÷
+
sendmail£¬½Ó×Å°´ÒÔÏÂ˳ÐòËÑË÷£º/usr/bin:/usr/sbin:/usr/etc:/etc:/usr/ucblib:/usr/lib¡£Ç¿ÁÒ½¨ÒéÔÚ
+PATH ÖÐÄܹ»ÕÒµ½ sendmail¡£ÁíÍ⣬±àÒë PHP 
µÄÓû§±ØÐëÄܹ»·ÃÎÊ sendmail ³ÌÐò¡£
+   
+  
+
+  
+   &reftitle.install;
+   &no.install;
+  
+
+  &reference.mail.ini;
+
+  
+   &reftitle.resources;
+   &no.resource;
+  
+
+  
+   &reftitle.constants;
+   &no.constants;
+  
+
+ 
+
+ &reference.mail.functions;
+
+
+


Re: [PHP-DOC] cvs: phpdoc /en/reference/mail ini.xml reference.xml

2006-02-11 Thread Dallas Thunder
I swear I'm working under ZH tree, for some unknown reason, the commit was 
made to EN tree.  Unbelieveable!
Sorry I've removed reference.xml and ini.xml, could you recover it?  Many 
thanks!


"Antony Dovgal" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]

You've committed translation to the EN tree.
Please revert.



[PHP-DOC] cvs: phpdoc /en/reference/mail ini.xml reference.xml

2006-02-11 Thread Dallas Thunder
dallas  Sat Feb 11 23:32:59 2006 UTC

  Removed files:   
/phpdoc/en/reference/mail   ini.xml reference.xml 
  Log:
  Removed.
  


[PHP-DOC] cvs: phpdoc /en/reference/mail ini.xml reference.xml

2006-02-11 Thread Dallas Thunder
dallas  Sat Feb 11 23:28:58 2006 UTC

  Modified files:  
/phpdoc/en/reference/mail   ini.xml reference.xml 
  Log:
  Added.
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/mail/ini.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/mail/ini.xml
diff -u phpdoc/en/reference/mail/ini.xml:1.8 
phpdoc/en/reference/mail/ini.xml:1.9
--- phpdoc/en/reference/mail/ini.xml:1.8Tue Feb 22 17:36:07 2005
+++ phpdoc/en/reference/mail/ini.xmlSat Feb 11 23:28:57 2006
@@ -1,18 +1,20 @@
-
-
+
+
+
+
 
  &reftitle.runtime;
  &extension.runtime;
  
  
-  Mail configuration options
+  Mail ÅäÖÃÑ¡Ïî
   

 
- Name
- Default
- Changeable
- Changelog
+ Ãû³Æ
+ ĬÈÏÖµ
+ ¿ÉÐ޸ķ¶Î§
+ ¸üмǼ
 


@@ -26,7 +28,7 @@
  smtp_port
  "25"
  PHP_INI_ALL
- Available since PHP 4.3.0.
+ ×Ô PHP 4.3.0 Æð¿ÉÓÃ
 
 
  sendmail_from
@@ -57,8 +59,8 @@


 
- Used under Windows only: DNS name or IP address of the SMTP server PHP
- should use for mail sent with the mail function.
+ ½öÓÃÓÚ Windows£ºPHP ÔÚ mail º¯ÊýÖÐÓÃÀ´·¢ËÍÓʼþµÄ
+ SMTP ·þÎñÆ÷µÄ DNS Ãû³Æ»òÕß IP µØÖ·¡£
 

   
@@ -70,10 +72,8 @@


 
- Used under Windows only: Number of the port to connect to the server
- specified with the SMTP setting when sending mail
- with mail; defaults to 25. Only available since
- PHP 4.3.0.
+ ½öÓÃÓÚ Windows£ºSMTP ·þÎñÆ÷µÄ¶Ë¿ÚºÅ£¬Ä¬ÈÏΪ 25¡£×Ô
+ PHP 4.3.0 Æð¿ÉÓá£
 

   
@@ -85,8 +85,7 @@


 
- Which "From:" mail address should be used in mail sent from
- PHP under Windows.
+ ÔÚ Windows ÏÂÓà PHP ·¢ËÍÓʼþʱµÄ "From:" ÓʼþµØÖ·µÄÖµ¡£
 

   
@@ -98,29 +97,24 @@


 
- Where the sendmail program can be found,
- usually /usr/sbin/sendmail or
- /usr/lib/sendmail.
- configure does an honest attempt of
- locating this one for you and set a default, but if it fails,
- you can set it here.
+ sendmail ³ÌÐòµÄ·¾¶£¬Í¨³£Îª
+ /usr/sbin/sendmail »ò
+ /usr/lib/sendmail¡£configure
+ ½Å±¾»á³¢ÊÔÕÒµ½¸Ã³ÌÐò²¢É趨ΪĬÈÏÖµ£¬µ«ÊÇÈç¹ûʧ°ÜµÄ»°£¬¿ÉÒÔÔÚÕâÀïÉ趨¡£
 
 
- Systems not using sendmail should set this directive to the
- sendmail wrapper/replacement their mail system offers, if any.
- For example, Qmail
- users can normally set it to
- /var/qmail/bin/sendmail or 
- /var/qmail/bin/qmail-inject.
+ ²»Ê¹Óà sendmail µÄϵͳӦ½«´ËÖ¸ÁîÉ趨ΪÆäÓʼþϵͳÌṩµÄ
+ sendmail Ìæ´ú³ÌÐò£¬Èç¹ûÓеĻ°¡£ÀýÈ磬Qmail
+ Óû§Í¨³£¿ÉÒÔÉèΪ
+ /var/qmail/bin/sendmail »ò
+ /var/qmail/bin/qmail-inject¡£
 
 
- qmail-inject does not require any option to
- process mail correctly.
+ qmail-inject ²»ÐèÒªÈκÎÑ¡Ïî¾ÍÄÜÕýÈ·´¦ÀíÓʼþ¡£
 
 
- This directive works also under Windows. If set, smtp,
- smtp_port and sendmail_from are
- ignored and the specified command is executed.
+ ´ËÖ¸ÁîÒ²¿ÉÓÃÓÚ 
Windows¡£Èç¹ûÉ趨£¬smtp£¬smtp_port
+ ºÍ sendmail_from ¶¼±»ºöÂÔ²¢ÔËÐÐÖ¸¶¨µÄÃüÁî¡£
 

   
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/mail/reference.xml?r1=1.11&r2=1.12&diff_format=u
Index: phpdoc/en/reference/mail/reference.xml
diff -u phpdoc/en/reference/mail/reference.xml:1.11 
phpdoc/en/reference/mail/reference.xml:1.12
--- phpdoc/en/reference/mail/reference.xml:1.11 Sun Sep  4 19:39:17 2005
+++ phpdoc/en/reference/mail/reference.xml  Sat Feb 11 23:28:57 2006
@@ -1,58 +1,56 @@
-
-
+
+
+
+
 
 
 
- 
-  Mail Functions
-  Mail
-  
-
-   
-&reftitle.intro;
-
- The mail function allows you to send mail.
-
-   
-
-   
-&reftitle.required;
-
- For the Mail functions to be available, PHP must have access to the
- sendmail binary on your system during compile time.
- If you use another mail program, such as qmail or postfix, be sure to
- use the appropriate sendmail wrappers that come with them.  PHP will
- first look for sendmail in your PATH, and then in
- the following:  
- /usr/bin:/usr/sbin:/usr/etc:/etc:/usr/ucblib:/usr/lib.
- It's highly recommended to have sendmail available from your
- PATH.  Also, the user that compiled PHP must have
- permission to access the sendmail binary.
-
-   
-
-   
-&reftitle.install;
-&no.install;
-   
-
-   &reference.mail.ini;
-
-   
-&reftitle.resources;
-&no.resource;
-   
-
-   
-&reftitle.constants;
-&no.constants;
-   
+
+ Mail Óʼþº¯Êý
+ Mail
+ 
+
+  
+   &reftitle.intro;
+   
+mail º¯Êý¿ÉÒÔ·¢Ë͵ç×ÓÓʼþ¡£
+   
+  
+
+  
+   &reftitle.required;
+   
+ҪʹÓʼþº¯Êý¿ÉÓã¬PHP ±ØÐëÔÚ±àÒëʱÄܹ»·ÃÎÊ
+sendmail ³ÌÐò¡£Èç¹ûʹÓÃÆäËüµÄÓʼþ³ÌÐòÀýÈç qmail
+»ò postfix£¬È·±£Ê¹ÓÃÁËÓëÆäÏàÓ¦µÄ sendmail Ìæ´ú³ÌÐò¡£PHP Ê×ÏÈ»áÔÚϵͳµÄ
+PATH ÖÐËÑË÷
+
sendmail£¬½Ó×Å°´ÒÔÏÂ˳ÐòËÑË÷£º/usr/bin:/usr/sbin:/usr/etc:/etc:/usr/ucblib:/usr/lib¡£Ç¿ÁÒ½¨ÒéÔÚ
+PATH ÖÐÄܹ»ÕÒµ½ sendmail¡£ÁíÍ⣬±àÒë PHP 
µÄÓû§±ØÐëÄܹ»·ÃÎ

[PHP-DOC] Something wrong with revcheck.php?

2006-01-25 Thread Dallas Thunder
When I make revcheck this evening, found a lot of Notice level error message 
in revcheck.html:


Notice: Undefined offset: 8 in /usr/home/dallas/phpdoc/scripts/revcheck.php 
on line 550
Notice: Undefined variable: files_by_maint in 
/usr/home/dallas/phpdoc/scripts/revcheck.php on line 589
Notice: Undefined index: 昵称 in 
/usr/home/dallas/phpdoc/scripts/revcheck.php on line 589
Notice: Undefined offset: 8 in /usr/home/dallas/phpdoc/scripts/revcheck.php 
on line 589
Notice: Undefined index: dallas in 
/usr/home/dallas/phpdoc/scripts/revcheck.php on line 589
Notice: Undefined offset: 8 in /usr/home/dallas/phpdoc/scripts/revcheck.php 
on line 589
Notice: Undefined index: lm92 in 
/usr/home/dallas/phpdoc/scripts/revcheck.php on line 589
Notice: Undefined offset: 8 in /usr/home/dallas/phpdoc/scripts/revcheck.php 
on line 589

Notice: Undefined index: yincheng

I have to turn display_errors off in php.ini.  Something really wrong or 
just me?  Thanks. 


[PHP-DOC] Re: Japanese manual has not been updated

2006-01-20 Thread Dallas Thunder

As far as I know, the manual build process is now manully.
You could ask PHP web admin to do a manual build.

Good luck.

"TAKAGI Masahiro" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]

Hi,

The Japanese PHP Manual [*1] has not been updated longer than half a
year.

As far as I know,
1. The manual is automatically built once a week.
2. The log is sent to news://news.php.net/php.doc.ja if failing in the
  build.

It is at August 8th that I last received the post which says
"build failure". [*2]

After that, I have not received a similar message. However, the
manual is still outdated (Of course, a Japanese translation keeps
being updated at any time meanwhile).

Is there any problem?
How should I do to know whether the manual is built successfully ?

[*1] http://www.php.net/manual/ja/
[*2] http://news.php.net/php.doc.ja/

--
TAKAGI Masahiro mailto:[EMAIL PROTECTED] 


[PHP-DOC] Problems with new CVS web view

2005-12-15 Thread Dallas Thunder

The problem can be regenerated at:
http://cvs.php.net/viewcvs.cgi/phpdoc/en/appendices/tokens.xml?r1=1.21&r2=1.23

Results:

An Exception Has Occurred
Python Traceback

Traceback (most recent call last):
 File "/usr/local/viewcvs-1.0-dev/lib/viewcvs.py", line 3486, in main
   request.run_viewcvs()
 File "/usr/local/viewcvs-1.0-dev/lib/viewcvs.py", line 370, in run_viewcvs
   self.view_func(self)
 File "/usr/local/viewcvs-1.0-dev/lib/viewcvs.py", line 2749, in view_diff
   data.update({
 File "/usr/local/viewcvs-1.0-dev/lib/viewcvs.py", line 2358, in 
rcsdiff_date_reformat

   date = compat.cvs_strptime(date_str)
 File "/usr/local/viewcvs-1.0-dev/lib/compat.py", line 51, in cvs_strptime
   return time.strptime(timestr, '%Y/%m/%d %H:%M:%S')[:-1] + (0,)
 File "/usr/local/lib/python2.4/_strptime.py", line 291, in strptime
   found = format_regex.match(data_string)
TypeError: expected string or buffer
Looks like happened when two compared versions are identical.  I'm not sure, 
maybe just something wrong with my browser.  Please verify it. 


[PHP-DOC] cvs: phpdoc /en/appendices migration5.xml

2005-11-30 Thread Dallas Thunder
dallas  Thu Dec  1 00:20:06 2005 EDT

  Modified files:  
/phpdoc/en/appendices   migration5.xml 
  Log:
  Omit extra "they are" 
  
http://cvs.php.net/diff.php/phpdoc/en/appendices/migration5.xml?r1=1.42&r2=1.43&ty=u
Index: phpdoc/en/appendices/migration5.xml
diff -u phpdoc/en/appendices/migration5.xml:1.42 
phpdoc/en/appendices/migration5.xml:1.43
--- phpdoc/en/appendices/migration5.xml:1.42Tue Nov 29 11:59:43 2005
+++ phpdoc/en/appendices/migration5.xml Thu Dec  1 00:20:05 2005
@@ -1,5 +1,5 @@
 
-
+
  
   Migrating from PHP 4 to PHP 5
 
@@ -128,7 +128,7 @@
 
  
   If there are functions defined in the included file, they will be defined
-  in the main file, wether they are they are before or after the 
+  in the main file, wether they are before or after the 
   return instruction. If the file is included twice, 
   PHP 5 issues fatal error because functions were already declared, while 
   PHP 4 doesn't complain about it.


[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions feof.xml

2005-09-20 Thread Dallas Thunder
dallas  Tue Sep 20 17:39:00 2005 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   feof.xml 
  Log:
  Structure does not follow DTD, fixed.
  
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/feof.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/filesystem/functions/feof.xml
diff -u phpdoc/en/reference/filesystem/functions/feof.xml:1.10 
phpdoc/en/reference/filesystem/functions/feof.xml:1.11
--- phpdoc/en/reference/filesystem/functions/feof.xml:1.10  Tue Sep 20 
08:06:16 2005
+++ phpdoc/en/reference/filesystem/functions/feof.xml   Tue Sep 20 17:38:58 2005
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -27,9 +27,11 @@
  
  &fs.validfp.all;
  
+  
If passed file pointer is not valid you may get an infinite loop, 
because
EOF fails to return TRUE.

+feof example with an invalid file 
pointer
 
  
 

+  
  

   


[PHP-DOC] Missing entity: url.icu

2005-09-11 Thread Dallas Thunder
The entity 'url.icu' was used in unicode references, but not existed in any 
entity files.  Please add one. 


[PHP-DOC] CHM manual's index pane still isn't corresponding with TOC

2005-09-10 Thread Dallas Thunder
The content of the index pane on the left side of the CHM manual is still 
not corresponding with the TOC of manual itself in all languages.


The index pane on the left side shows:

Table of Contents
Preface
Getting Started
Language Reference
Security
Features
Function Reference
Zend API
PHP API
FAQ
Appendixes
Copyright

while the correcct TOC is:

Preface
Getting started
Installation and Configuration
Language Reference
Security
Features
Function Reference
PHP and Zend Engine Internals
FAQ
Appendixes
HTML Help Edition

There must be something wrong with the process of building CHM manuals. 


[PHP-DOC] Re: build failure fr (2005-09-09) (fwd)

2005-09-09 Thread Dallas Thunder
The manual files are ok.  My local build has no problem.  Maybe something 
wrong with the manual build machine.


"Derick Rethans" <[EMAIL PROTECTED]> 
??:[EMAIL PROTECTED]

Hei,

Somebody broke something, please fix (this happens for all languages).

regards,
--
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org

-- Forwarded message --
Date: Fri, 9 Sep 2005 00:18:07 +0200
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
X-Bogosity: No, tests=bogofilter, spamicity=0.00, version=0.96.0
Subject: build failure fr (2005-09-09)

/usr/bin/openjade:E: error reading "dsssl/catalog" (Is a directory) 


[PHP-DOC] oci8: is there a ocipasswordchange() function or not?

2005-09-09 Thread Dallas Thunder
The manual page of oci_password_change() in oci8 indicates the old name is 
ocipasswordchange().  However, there's no ocipasswordchange.xml in the 
source directory. 


[PHP-DOC] Re: phpdoc /en/reference/pdo reference.xml

2005-09-09 Thread Dallas Thunder

This modify break build, please correct.

Here's the result of 'make test_xml' below:

/usr/bin/xmllint --noent --noout --valid manual.xml
/home/dallas/phpdoc/en/reference/pdo/reference.xml:70: element procedure: 
validi
ty error : Element procedure content does not follow the DTD, expecting 
((title
, titleabbrev?)? , (calloutlist | glosslist | itemizedlist | orderedlist | 
segme
ntedlist | simplelist | variablelist | caution | important | note | tip | 
warnin
g | literallayout | programlisting | programlistingco | screen | screenco | 
scre
enshot | synopsis | cmdsynopsis | funcsynopsis | classsynopsis | 
fieldsynopsis |
constructorsynopsis | destructorsynopsis | methodsynopsis | formalpara | 
para |
simpara | address | blockquote | graphic | graphicco | mediaobject | 
mediaobjec
tco | informalequation | informalexample | informalfigure | informaltable | 
equa
tion | example | figure | table | msgset | procedure | sidebar | qandaset | 
anch
or | bridgehead | remark | highlights | abstract | authorblurb | epigraph | 
inde

xterm | beginpage)* , step+), got (title para para para )
   
   ^
/home/dallas/phpdoc/en/reference/pdo/reference.xml:112: element procedure: 
valid
ity error : Element procedure content does not follow the DTD, expecting 
((title
, titleabbrev?)? , (calloutlist | glosslist | itemizedlist | orderedlist | 
segm
entedlist | simplelist | variablelist | caution | important | note | tip | 
warni
ng | literallayout | programlisting | programlistingco | screen | screenco | 
scr
eenshot | synopsis | cmdsynopsis | funcsynopsis | classsynopsis | 
fieldsynopsis
| constructorsynopsis | destructorsynopsis | methodsynopsis | formalpara | 
para
| simpara | address | blockquote | graphic | graphicco | mediaobject | 
mediaobje
ctco | informalequation | informalexample | informalfigure | informaltable | 
equ
ation | example | figure | table | msgset | procedure | sidebar | qandaset | 
anc
hor | bridgehead | remark | highlights | abstract | authorblurb | epigraph | 
ind

exterm | beginpage)* , step+), got (title para para para para )
   
   ^
make: *** [test_xml] Error 4


""Wez Furlong"" <[EMAIL PROTECTED]> 写入消息新闻:[EMAIL PROTECTED]

wez Thu Sep  8 23:00:48 2005 EDT

 Modified files:
   /phpdoc/en/reference/pdo reference.xml
 Log:
 revise install instructions


http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/reference.xml?r1=1.30&r2=1.31&ty=u
Index: phpdoc/en/reference/pdo/reference.xml
diff -u phpdoc/en/reference/pdo/reference.xml:1.30 
phpdoc/en/reference/pdo/reference.xml:1.31

--- phpdoc/en/reference/pdo/reference.xml:1.30 Sun Sep  4 15:39:23 2005
+++ phpdoc/en/reference/pdo/reference.xml Thu Sep  8 23:00:46 2005
@@ -1,5 +1,5 @@

-
+



@@ -21,59 +21,101 @@
 itself; you must use a database-specific
 PDO driver to access a database server.

+
+ PDO ships with PHP 5.1, and is available as a PECL extension for PHP 
5.0;
+ PDO requires the new OO features in the core of PHP 5, and so will 
not

+ run with earlier versions of PHP.
+
   
   
   &reftitle.install;
-   
-   
-
- Windows
+  
+ 
 
-  Follow the same steps to install and enable the PDO drivers of your
-  choice.
+  Having PDO as a shared module will allow you to run pear
+  upgrade pdo as new versions of PDO are published, without
+  forcing you to rebuild the whole of PHP.  Note that if you do this, 
you

+  also need to upgrade your database specific PDO drivers at the same
+  time.
 
+
+
+ PHP 5.0 and up on Unix systems
+ 
+  PDO is available as a PECL extension from
+  &url.pecl.package;pdo.
+  Installation can be performed via the pear tool; 
this
+  is enabled by default when you configure PHP.  You should ensure 
that

+  PHP was configured --with-zlib in order for
+  pear to be able to handle the compressed package
+  files.
+ 
+ 
+  Run the following command to download, build, and install the
+  latest stable version of PDO:
+  
+
+  
+ 
+ 
+  If PDO is still in beta (and at the time of writing, it is), you 
will

+  need to tell the pear tool that it's ok to fetch the beta package.
+  Instead of running the command above, run the following:
+  
+
+  
+ 
+ 
+  The pear command automatically installs the
+  PDO module into your PHP extensions directory. To enable the
+  PDO extension on Linux or Unix operating systems, you must add
+  the following line to &php.ini;:
+  
+
+  
+ 
+
+
+ Windows users running PHP 5.1 and up
 
  
-   Windows users can download the extension DLL 
php_pdo.dll

-   as part of the PECL collection binaries from
-   &url.php.downloads; or a 
more
-   recent version from a PHP 5 
PECL

-   Snapshot.
-  
- 
- 
-  
-   To enable the PDO extension on Windows operating systems, you must
-   add the following line t

[PHP-DOC] Re: phpdoc /en/reference/oci8 reference.xml

2005-09-07 Thread Dallas Thunder

Actual change is:

- given script, the second and subsequent calls return return the 
existing

+ given script, the second and subsequent calls return the existing

Others are just trailing white spaces, auto removed from my editor.


""Dallas Thunder"" <[EMAIL PROTECTED]> 写入消息新闻:[EMAIL PROTECTED]

dallas Wed Sep  7 11:25:09 2005 EDT

 Modified files:
   /phpdoc/en/reference/oci8 reference.xml
 Log:
 Remove an extra "return".



[PHP-DOC] cvs: phpdoc /en/reference/oci8 reference.xml

2005-09-07 Thread Dallas Thunder
dallas  Wed Sep  7 11:25:09 2005 EDT

  Modified files:  
/phpdoc/en/reference/oci8   reference.xml 
  Log:
  Remove an extra "return".
  http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/reference.xml?r1=1.16&r2=1.17&ty=u
Index: phpdoc/en/reference/oci8/reference.xml
diff -u phpdoc/en/reference/oci8/reference.xml:1.16 
phpdoc/en/reference/oci8/reference.xml:1.17
--- phpdoc/en/reference/oci8/reference.xml:1.16 Wed Sep  7 11:09:00 2005
+++ phpdoc/en/reference/oci8/reference.xml  Wed Sep  7 11:25:08 2005
@@ -1,5 +1,5 @@
 
-
+
 
 
 
@@ -18,12 +18,12 @@
  define variables.
 

-   
+

 &reftitle.required;

 You will need the Oracle client libraries to use this extension.
-Windows users will need at least Oracle version 8.1 to use the 
+Windows users will need at least Oracle version 8.1 to use the
 php_oci8.dll dll.


@@ -31,13 +31,13 @@
 is to use Oracle Instant Client, which is available from here:
 &url.oracle.instant.client;.
 Instant Client does not need ORACLE_SID or ORACLE_HOME environment
-variables set. You still may need to set LD_LIBRARY_PATH and NLS_LANG, 
though. 
+variables set. You still may need to set LD_LIBRARY_PATH and NLS_LANG, 
though.


 Before using this extension, make sure that you have set up your
 Oracle environment variables properly for the Oracle user, as well
 as your web daemon user. These variables should be set up
-before you start your web-server. The 
+before you start your web-server. The
 variables you might need to set are as follows:
 
  
@@ -79,13 +79,13 @@

 If your webserver doesn't start or crashes at startup
 
- Check that Apache is linked with the pthread library: 
+ Check that Apache is linked with the pthread library:
 
 
  
   
   
+]]>

  
 
@@ -202,12 +202,12 @@
   oci_close($conn);
 
 ?>
-]]>  
+]]>

  
 
- 
-
+
+
 
 
  Inserting data into a CLOB column
@@ -269,7 +269,7 @@
  '$postalcode', '$country', :error_code );end;");
 
 // This calls stored procedure sp_newaddress, with :address_id being an
-// in/out variable and :error_code being an out variable. 
+// in/out variable and :error_code being an out variable.
 // Then you do the binding:
 
oci_bind_by_name($sth, ":address_id", $addr_id, 10);
@@ -286,56 +286,56 @@

 Connecting Handling
 
- The oci8 extension provides you with 3 different functions for 
- connecting to Oracle.  It is up to you to use the most appropriate 
- function for your application, and the information in this section is 
+ The oci8 extension provides you with 3 different functions for
+ connecting to Oracle.  It is up to you to use the most appropriate
+ function for your application, and the information in this section is
  intended to help you make an informed choice.
 
 
- Connecting to an Oracle server is a reasonably expensive operation, in 
- terms of the time that it takes to complete.  The 
oci_pconnect 
- function uses a persistent cache of connections that can be re-used 
- across different script requests.  This means that you will typically 
+ Connecting to an Oracle server is a reasonably expensive operation, in
+ terms of the time that it takes to complete.  The 
oci_pconnect
+ function uses a persistent cache of connections that can be re-used
+ across different script requests.  This means that you will typically
  only incur the connection overhead once per php process (or apache child).
 
 
- If your application connects to Oracle using a different set of 
- credentials for each web user, the persistent cache employed by 
- oci_pconnect will become less useful as the 
- number of concurrent users increases, to the point where it may 
- start to adversely affect the overall performance of your Oracle 
- server due to maintaining too many idle connections. If your 
- application is structured in this way, it is recommended that 
+ If your application connects to Oracle using a different set of
+ credentials for each web user, the persistent cache employed by
+ oci_pconnect will become less useful as the
+ number of concurrent users increases, to the point where it may
+ start to adversely affect the overall performance of your Oracle
+ server due to maintaining too many idle connections. If your
+ application is structured in this way, it is recommended that
  you either tune your application using the oci8.max_persistent and oci8.persistent_timeout 
- configuration settings (these will give you control over the 
+  linkend="ini.oci8.persistent_timeout">oci8.persistent_timeout
+ configuration settings (these will give you control over the
  persistent connection cache size and lifetime) or use
  oci_connect instead.
 
 

Re: [PHP-DOC] No and part in oci8/reference.xml?

2005-09-07 Thread Dallas Thunder
Sorry, I really don't know that.  Just curious because every other extension 
has this part.
And since appendices/extensions.xml was generated from these information, 
maybe there will be no oci8 part in next build if no such information?  So I 
think at least put something.  Anything at all.


"Antony Dovgal" <[EMAIL PROTECTED]> 写入消息新闻:[EMAIL PROTECTED]

On 07.09.2005 18:14, Dallas Thunder wrote:

Shouldn't there be  and  part in oci8/reference.xml?


What should I write in  if this extension exists in the 
distro, but its new version is available only in HEAD and PECL ?


--
Wbr,
Antony Dovgal 


[PHP-DOC] No and part in oci8/reference.xml?

2005-09-07 Thread Dallas Thunder

Shouldn't there be  and  part in oci8/reference.xml?

""Antony Dovgal"" <[EMAIL PROTECTED]> 写入消息新闻:[EMAIL PROTECTED]

tony2001 Tue Sep  6 16:18:32 2005 EDT

 Added files:
   /phpdoc/en/reference/oci8 ini.xml

 Modified files:
   /phpdoc/en/reference/oci8 configure.xml constants.xml reference.xml
   /phpdoc/en/reference/oci8/functions OCI-Collection-append.xml
  OCI-Collection-assign.xml
  OCI-Collection-assignElem.xml
  OCI-Collection-free.xml
  OCI-Collection-getElem.xml
  OCI-Collection-max.xml
  OCI-Collection-size.xml
  OCI-Collection-trim.xml
  OCI-Lob-append.xml
  OCI-Lob-close.xml
  OCI-Lob-eof.xml
  OCI-Lob-erase.xml
  OCI-Lob-export.xml
  OCI-Lob-flush.xml
  OCI-Lob-free.xml
  OCI-Lob-getBuffering.xml
  OCI-Lob-import.xml
  OCI-Lob-load.xml
  OCI-Lob-read.xml
  OCI-Lob-rewind.xml
  OCI-Lob-save.xml
  OCI-Lob-seek.xml
  OCI-Lob-setBuffering.xml
  OCI-Lob-size.xml
  OCI-Lob-tell.xml
  OCI-Lob-truncate.xml
  OCI-Lob-write.xml
  OCI-Lob-writeTemporary.xml
  oci-bind-by-name.xml
  oci-cancel.xml oci-close.xml
  oci-commit.xml oci-connect.xml
  oci-define-by-name.xml
  oci-error.xml oci-execute.xml
  oci-fetch-all.xml
  oci-fetch-array.xml
  oci-fetch-assoc.xml
  oci-fetch-object.xml
  oci-fetch-row.xml
  oci-field-name.xml
  oci-field-precision.xml
  oci-field-scale.xml
  oci-field-size.xml
  oci-field-type-raw.xml
  oci-field-type.xml
  oci-internal-debug.xml
  oci-lob-copy.xml
  oci-new-collection.xml
  oci-new-connect.xml
  oci-new-cursor.xml
  oci-new-descriptor.xml
  oci-num-rows.xml oci-parse.xml
  oci-password-change.xml
  oci-pconnect.xml
  oci-rollback.xml
  oci-server-version.xml
  oci-set-prefetch.xml
  oci-statement-type.xml
  ocibindbyname.xml ocicancel.xml
  ocicloselob.xml
  ocicollappend.xml
  ocicollassign.xml
  ocicollassignelem.xml
  ocicollgetelem.xml
  ocicollmax.xml ocicollsize.xml
  ocicolltrim.xml
  ocicolumnisnull.xml
  ocicolumnname.xml
  ocicolumnprecision.xml
  ocicolumnscale.xml
  ocicolumnsize.xml
  ocicolumntype.xml
  ocicolumntyperaw.xml
  ocicommit.xml
  ocidefinebyname.xml
  ocierror.xml ociexecute.xml
  ocifetch.xml ocifetchinto.xml
  ocifetchstatement.xml
  ocifreecollection.xml
  ocifreecursor.xml
  

[PHP-DOC] Re: phpdoc /en language-snippets.ent /entities global.ent

2005-09-06 Thread Dallas Thunder
+For details on the data type mapping 
performed by
+the oci8 driver, see the linkend="reference.oci8.datatypes">'>

 ~~~

There's no contents on the  anchor, please add one. 


[PHP-DOC] cvs: phpdoc /en/reference/image/functions imagefilledellipse.xml

2005-09-06 Thread Dallas Thunder
dallas  Tue Sep  6 16:18:34 2005 EDT

  Modified files:  
/phpdoc/en/reference/image/functionsimagefilledellipse.xml 
  Log:
  Remove duplicated GD2 part.
  
http://cvs.php.net/diff.php/phpdoc/en/reference/image/functions/imagefilledellipse.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/image/functions/imagefilledellipse.xml
diff -u phpdoc/en/reference/image/functions/imagefilledellipse.xml:1.11 
phpdoc/en/reference/image/functions/imagefilledellipse.xml:1.12
--- phpdoc/en/reference/image/functions/imagefilledellipse.xml:1.11 Wed Aug 
10 00:48:11 2005
+++ phpdoc/en/reference/image/functions/imagefilledellipse.xml  Tue Sep  6 
16:18:34 2005
@@ -1,39 +1,34 @@
 
-
+
 
- 
-  
-   imagefilledellipse
-   Draw a filled ellipse
-  
-  
-   Description
-
- boolimagefilledellipse
- 
resourceimage
- intcx
- intcy
- intw
- inth
- intcolor
-
-   
-imagefilledellipse draws an ellipse centered at
-cx, cy (top left is
-0, 0) in the image represented by image.
-W and h specifies the
-ellipse's width and height respectively. The ellipse is filled using
-color. &return.success;
-   
-   
-
- This function was added in PHP 4.0.6 and requires GD 2.0.1 or later
-
-   
-   
-
- imagefilledellipse example
- 
+
+ 
+  imagefilledellipse
+  Draw a filled ellipse
+ 
+ 
+  Description
+  
+   boolimagefilledellipse
+   resourceimage
+   intcx
+   intcy
+   intw
+   inth
+   intcolor
+  
+  
+   imagefilledellipse draws an ellipse centered at
+   cx, cy (top left is
+   0, 0) in the image represented by image.
+   W and h specifies the
+   ellipse's width and height respectively. The ellipse is filled using
+   color. &return.success;
+  
+  
+   
+imagefilledellipse example
+
 
- 
-
-   
-   ¬e.gd.2;
-   
-See also imageellipse and
-imagefilledarc.
-   
-  
- 
+
+   
+  
+  ¬e.gd.2;
+  
+   See also imageellipse and
+   imagefilledarc.
+  
+ 
+
 
 

[PHP-DOC] cvs: phpdoc /en/reference/image/functions imagecreatefromstring.xml

2005-09-06 Thread Dallas Thunder
dallas  Tue Sep  6 15:58:58 2005 EDT

  Modified files:  
/phpdoc/en/reference/image/functionsimagecreatefromstring.xml 
  Log:
  Corresponding with new Doc style.
  
http://cvs.php.net/diff.php/phpdoc/en/reference/image/functions/imagecreatefromstring.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/image/functions/imagecreatefromstring.xml
diff -u phpdoc/en/reference/image/functions/imagecreatefromstring.xml:1.6 
phpdoc/en/reference/image/functions/imagecreatefromstring.xml:1.7
--- phpdoc/en/reference/image/functions/imagecreatefromstring.xml:1.6   Wed Aug 
10 00:48:11 2005
+++ phpdoc/en/reference/image/functions/imagecreatefromstring.xml   Tue Sep 
 6 15:58:57 2005
@@ -1,47 +1,40 @@
 
-
+
 
-  
-   
-imagecreatefromstring
-Create a new image from the image stream in the 
string
-   
-   
-&reftitle.description;
- 
-  resourceimagecreatefromstring
-  
stringimage
- 
-
- imagecreatefromstring returns an image identifier
- representing the image obtained from the given string. These types
- will be automatically detected if your build of PHP supports them:
- JPEG, PNG, GIF, WBMP, and GD2.
-
-   
-   
-&reftitle.returnvalues;
-
- An image resource will be returned on success. &false; is returned if
- the image type is unsupported, the data is not in a recognised format,
- or the image is corrupt and cannot be loaded.
-
-   
-   
-&reftitle.seealso;
-
- imagecreatefromjpeg,
- imagecreatefrompng,
- imagecreatefromgif&listendand;
- imagecreatetruecolor
-
-   
-   
-&reftitle.examples;
-
- 
-  imagecreatefromstring example
-  
+
+ 
+  imagecreatefromstring
+  Create a new image from the image stream in the 
string
+ 
+ 
+  &reftitle.description;
+  
+   resourceimagecreatefromstring
+   stringimage
+  
+  
+   imagecreatefromstring returns an image identifier
+   representing the image obtained from the given string. These types
+   will be automatically detected if your build of PHP supports them:
+   JPEG, PNG, GIF, WBMP, and GD2.
+  
+ 
+
+ 
+  &reftitle.returnvalues;
+  
+   An image resource will be returned on success. &false; is returned if
+   the image type is unsupported, the data is not in a recognised format,
+   or the image is corrupt and cannot be loaded.
+  
+ 
+
+ 
+  &reftitle.examples;
+  
+   
+imagecreatefromstring example
+
 
-  
- 
-
-   
-  
+
+   
+  
+ 
+
+ 
+  &reftitle.seealso;
+  
+   
+imagecreatefromjpeg
+imagecreatefrompng
+imagecreatefromgif
+imagecreatetruecolor
+   
+  
+ 
+
+
 
 

[PHP-DOC] Re: build failure en (2005-09-06)

2005-09-05 Thread Dallas Thunder

The manual files are fine, I just checked.
Maybe something wrong with the manual building machine.

<[EMAIL PROTECTED]> 写入消息新闻:[EMAIL PROTECTED]


Warning:  PHP Startup: Unable to load dynamic library 
'/usr/local/lib/php/extensions/debug-non-zts-20050617/icutranslit.so' - 
/usr/local/lib/php/extensions/debug-non-zts-20050617/icutranslit.so: 
cannot open shared object file: No such file or directory in 
Unknown on line 0


Warning:  PHP Startup: Unable to load dynamic library 
'/usr/local/lib/php/extensions/debug-non-zts-20050617/icutranslit.so' - 
/usr/local/lib/php/extensions/debug-non-zts-20050617/icutranslit.so: 
cannot open shared object file: No such file or directory in 
Unknown on line 0


Warning:  PHP Startup: Unable to load dynamic library 
'/usr/local/lib/php/extensions/debug-non-zts-20050617/icutranslit.so' - 
/usr/local/lib/php/extensions/debug-non-zts-20050617/icutranslit.so: 
cannot open shared object file: No such file or directory in 
Unknown on line 0 


[PHP-DOC] cvs: phpdoc /en/reference/datetime/functions strptime.xml

2005-09-02 Thread Dallas Thunder
dallas  Fri Sep  2 15:26:14 2005 EDT

  Modified files:  
/phpdoc/en/reference/datetime/functions strptime.xml 
  Log:
  timestamp => date, missed two
  
http://cvs.php.net/diff.php/phpdoc/en/reference/datetime/functions/strptime.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/datetime/functions/strptime.xml
diff -u phpdoc/en/reference/datetime/functions/strptime.xml:1.5 
phpdoc/en/reference/datetime/functions/strptime.xml:1.6
--- phpdoc/en/reference/datetime/functions/strptime.xml:1.5 Fri Sep  2 
12:39:25 2005
+++ phpdoc/en/reference/datetime/functions/strptime.xml Fri Sep  2 15:26:14 2005
@@ -1,5 +1,5 @@
 
-
+
   

 strptime
@@ -41,7 +41,7 @@
   format (string)
   

-The format used in timestamp (e.g. the same as
+The format used in date (e.g. the same as
 used in strftime).


@@ -105,14 +105,14 @@
 
 
  unparsed
- the timestamp part which was not
+ the date part which was not
   recognized using the specified format
 

   
  
 
-   
+
   
 
   


[PHP-DOC] cvs: phpdoc /en/reference/datetime/functions date-default-timezone-get.xml date-sunrise.xml date-sunset.xml

2005-09-02 Thread Dallas Thunder
dallas  Fri Sep  2 10:39:58 2005 EDT

  Modified files:  
/phpdoc/en/reference/datetime/functions 
date-default-timezone-get.xml 
date-sunrise.xml 
date-sunset.xml 
  Log:
  Fix typos.
  
http://cvs.php.net/diff.php/phpdoc/en/reference/datetime/functions/date-default-timezone-get.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/datetime/functions/date-default-timezone-get.xml
diff -u 
phpdoc/en/reference/datetime/functions/date-default-timezone-get.xml:1.2 
phpdoc/en/reference/datetime/functions/date-default-timezone-get.xml:1.3
--- phpdoc/en/reference/datetime/functions/date-default-timezone-get.xml:1.2
Fri Jul 29 14:16:29 2005
+++ phpdoc/en/reference/datetime/functions/date-default-timezone-get.xml
Fri Sep  2 10:39:56 2005
@@ -1,5 +1,5 @@
 
-
+
 
  
   date_default_timezone_get
@@ -41,13 +41,13 @@
 
 
  
-  If none of the above options succeeds, falback to UTC
+  If none of the above options succeeds, return UTC
  
 

-
+  
  
- 
+
  
   &reftitle.returnvalues;
   
http://cvs.php.net/diff.php/phpdoc/en/reference/datetime/functions/date-sunrise.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/datetime/functions/date-sunrise.xml
diff -u phpdoc/en/reference/datetime/functions/date-sunrise.xml:1.5 
phpdoc/en/reference/datetime/functions/date-sunrise.xml:1.6
--- phpdoc/en/reference/datetime/functions/date-sunrise.xml:1.5 Sun Apr 24 
19:50:57 2005
+++ phpdoc/en/reference/datetime/functions/date-sunrise.xml Fri Sep  2 
10:39:57 2005
@@ -1,5 +1,5 @@
 
-
+
 
  
   date_sunrise
@@ -49,7 +49,7 @@
 
  
   SUNFUNCS_RET_STRING
-  returns the sunset time as string
+  returns the result as string
   16:46
  
  
@@ -59,7 +59,7 @@
  
  
   SUNFUNCS_RET_TIMESTAMP
-  returns the sunset time as an integer 
(timestamp)
+  returns the result as integer (timestamp)
   1095034606
  
 
http://cvs.php.net/diff.php/phpdoc/en/reference/datetime/functions/date-sunset.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/datetime/functions/date-sunset.xml
diff -u phpdoc/en/reference/datetime/functions/date-sunset.xml:1.5 
phpdoc/en/reference/datetime/functions/date-sunset.xml:1.6
--- phpdoc/en/reference/datetime/functions/date-sunset.xml:1.5  Sun Apr 24 
19:50:57 2005
+++ phpdoc/en/reference/datetime/functions/date-sunset.xml  Fri Sep  2 
10:39:57 2005
@@ -1,5 +1,5 @@
 
-
+
 
  
   date_sunset
@@ -49,7 +49,7 @@
 
  
   SUNFUNCS_RET_STRING
-  returns the sunset time as string
+  returns the result as string
   16:46
  
  
@@ -59,7 +59,7 @@
  
  
   SUNFUNCS_RET_TIMESTAMP
-  returns the sunset time as an integer 
(timestamp)
+  returns the result as integer (timestamp)
   1095034606
  
 


[PHP-DOC] Re: build failure en (2005-08-23)

2005-08-22 Thread Dallas Thunder
I think it's because the manual build machine didn't run 'cvs up' before 
make.

And also it should run 'autoconf', since 'configure.in' was also changed.
Actually I just build the Chinese manual this afternoon, not a single 
problem.


<[EMAIL PROTECTED]> 写入消息新闻:[EMAIL PROTECTED]

/usr/bin/openjade:manual.xml:125:20:E: character data is not allowed here
/usr/bin/openjade:manual.xml:126:7:E: end tag for "part" which is not 
finished

/usr/bin/openjade:manual.xml:154:23:E: character data is not allowed here
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:11:15:E: 
character data is not allowed here
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:13:33:E: 
document type does not allow element "section" here
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:14:18:E: 
character data is not allowed here
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:16:26:E: 
document type does not allow element "section" here
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:17:25:E: 
character data is not allowed here
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:19:35:E: 
document type does not allow element "section" here
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:20:34:E: 
character data is not allowed here
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:21:17:E: 
document type does not allow element "itemizedlist" here
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:30:12:E: 
end tag for "section" which is not finished
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:32:32:E: 
document type does not allow element "section" here
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:33:31:E: 
character data is not allowed here
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:34:17:E: 
document type does not allow element "itemizedlist" here
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:39:12:E: 
end tag for "section" which is not finished
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:41:31:E: 
document type does not allow element "section" here
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:42:30:E: 
character data is not allowed here
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:43:17:E: 
document type does not allow element "itemizedlist" here
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:54:12:E: 
end tag for "section" which is not finished
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:56:35:E: 
document type does not allow element "section" here
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:57:34:E: 
character data is not allowed here
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:58:17:E: 
document type does not allow element "itemizedlist" here
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:63:12:E: 
end tag for "section" which is not finished
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:65:33:E: 
document type does not allow element "section" here
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:66:32:E: 
character data is not allowed here
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:67:17:E: 
document type does not allow element "itemizedlist" here
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:76:12:E: 
end tag for "section" which is not finished
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:78:11:E: 
end tag for "section" which is not finished
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:80:29:E: 
document type does not allow element "section" here
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:81:28:E: 
character data is not allowed here
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:83:39:E: 
document type does not allow element "section" here
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:84:38:E: 
character data is not allowed here
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:85:17:E: 
document type does not allow element "itemizedlist" here
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:93:12:E: 
end tag for "section" which is not finished
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:95:38:E: 
document type does not allow element "section" here
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:96:37:E: 
character data is not allowed here
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:97:17:E: 
document type does not allow element "itemizedlist" here
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extensions.xml:121:12:E: 
end tag for "section" which is not finished
/usr/bin/openjade:/dat/dev/php/phpdoc/en/appendices/extens

[PHP-DOC] cvs: phpdoc /en/install/unix debian.xml

2005-08-21 Thread Dallas Thunder
dallas  Sun Aug 21 18:33:17 2005 EDT

  Modified files:  
/phpdoc/en/install/unix debian.xml 
  Log:
  Typo fix.
  
http://cvs.php.net/diff.php/phpdoc/en/install/unix/debian.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/install/unix/debian.xml
diff -u phpdoc/en/install/unix/debian.xml:1.2 
phpdoc/en/install/unix/debian.xml:1.3
--- phpdoc/en/install/unix/debian.xml:1.2   Wed Jul  6 07:59:40 2005
+++ phpdoc/en/install/unix/debian.xml   Sun Aug 21 18:33:16 2005
@@ -1,5 +1,5 @@
 
-
+
 
  Debian GNU/Linux installation notes
  
@@ -19,7 +19,7 @@
 Apache 1.3.x or Apache 2.x. The corresponding PHP packages are
 respectively named libapache-mod-php* and libapache2-mod-php*.
 The steps given below will use Apache 1.3.x.
-Please note that, as of this writing, there is no official 
+Please note that, as of this writing, there is no official
 Debian packages of PHP 5. Then the steps given below will install PHP 4.


@@ -33,7 +33,7 @@

 If you need more recent packages of PHP than the Debian's stable ones
 or if some PHP modules lacks the Debian official repository, perhaps
-you should take a look at http://www.apt-get.org/. 
+you should take a look at http://www.apt-get.org/.
 One of the results found should be
 http://www.dotdeb.org/";>Dotdeb. This unofficial 
repository
 is maintained by mailto:[EMAIL PROTECTED]">Guillaume 
Plessis
@@ -52,7 +52,7 @@
 


-The last thing to consider is whether your list of packages is up to date. 
+The last thing to consider is whether your list of packages is up to date.
 If you have not updated it recently, you need to run apt-get 
update
 before anything else. This way, you will be using the most recent
 stable version of the Apache and PHP packages.
@@ -72,7 +72,7 @@

 APT will automatically install the PHP 4 module for Apache 1.3, and all its
 dependencies and then activate it.  If you're not asked to restart Apache
-duringduring the install process, you'll have to do it manually :
+during the install process, you'll have to do it manually :


 Stopping and starting Apache once PHP 4 is installed
@@ -88,7 +88,7 @@
   Better control on configuration

 In the last section, PHP was installed without with only core modules.
-This may not be what you want and you will soon discover that you need 
+This may not be what you want and you will soon discover that you need
 more activated modules, like MySQL, cURL, GD, etc.


@@ -109,14 +109,14 @@
 As you can see from the last output, there's a lot of PHP modules that
 you can install (excluding the php4-cgi, php4-cli or php4-pear special
 packages).
-Look at them closely and choose what you need. If you choose a module and 
+Look at them closely and choose what you need. If you choose a module and
 you do not have the proper libraries, APT will automatically install all
 the dependencies for you.


 If you choose to add the MySQL, cURL and GD support to PHP the command
 will look something like this:
- 
+   

 Install PHP with MySQL, cURL and GD
 


[PHP-DOC] cvs: phpdoc /en/internals intro.xml

2005-08-21 Thread Dallas Thunder
dallas  Sun Aug 21 17:24:48 2005 EDT

  Modified files:  
/phpdoc/en/internalsintro.xml 
  Log:
  Typo fix.
  
http://cvs.php.net/diff.php/phpdoc/en/internals/intro.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/internals/intro.xml
diff -u phpdoc/en/internals/intro.xml:1.1 phpdoc/en/internals/intro.xml:1.2
--- phpdoc/en/internals/intro.xml:1.1   Sun Aug 21 12:27:06 2005
+++ phpdoc/en/internals/intro.xml   Sun Aug 21 17:24:48 2005
@@ -1,14 +1,14 @@
 
-
+
   

 If you are about to begin developing PHP or Zend extensions, you need
 to prepare yourself for the programming environment provided by the
 various APIs. This part of the documentation tries to introduce the APIs
 provided by the different PHP and Zend Engine versions available.
-Since most of the information available here is somwehat outdated,
+Since most of the information available here is somewhat outdated,
 you'll want to read various files found in the PHP source, files such
-as README.SELF-CONTAINED-EXTENSIONS and 
+as README.SELF-CONTAINED-EXTENSIONS and
 README.EXT_SKEL in addition to the manual.

   


[PHP-DOC] Link to cvs.php.net in Revision-check page is not working properly under IE

2005-08-19 Thread Dallas Thunder

Hi,

The link of out-dated files to cvs.php.net in generated Revision-check page 
is something like:


http://cvs.php.net/diff.php/phpdoc/en/reference/var/ini.xml?r1=1.2&r2=1.6&ty=u

The type "u" will result a simple plain text to the browser.  However, under 
Microsoft Internet Explorer (Version 6.0, maybe with some XML parser), it 
will try to parse it as a XML file and displayed an error page.


I'm not sure other translators' option about this, I always change it to 
"ty=h" in "revcheck.php".  I guess guys working with PHP didn't use Windows 
much.


Anyway, just want you to know about this.

Have a nice weekend.
Dallas 


[PHP-DOC] About Copyright page

2005-08-18 Thread Dallas Thunder

The copyright page of the manual,
http://www.php.net/manual/en/copyright.php

should it be updated a little bit?  Since there's no 'Extending PHP 4.0' 
section anymore. 


[PHP-DOC] Re: Help on missing IDs

2005-08-16 Thread Dallas Thunder
Ok, I just figured out that I didn't have up-to-date var functions and com 
functions.

Sorry to bother, I really should have checked it out throughly before post.

""Dallas Thunder"" <[EMAIL PROTECTED]> 写入消息新闻:[EMAIL PROTECTED]

Hi, in my translated manual, I found two IDs are missing:

 (in file faq/com.xml)
 (in file appendices/extensions.xml)

I must have lost track during file update.  Could anyone tell me where 
these IDs should be placed?  Thanks! 


[PHP-DOC] Help on missing IDs

2005-08-16 Thread Dallas Thunder

Hi, in my translated manual, I found two IDs are missing:

 (in file faq/com.xml)
 (in file appendices/extensions.xml)

I must have lost track during file update.  Could anyone tell me where these 
IDs should be placed?  Thanks! 


[PHP-DOC] cvs: phpdoc /en/faq databases.xml

2005-08-12 Thread Dallas Thunder
dallas  Fri Aug 12 11:28:32 2005 EDT

  Modified files:  
/phpdoc/en/faq  databases.xml 
  Log:
  Wrap long lines.
  
http://cvs.php.net/diff.php/phpdoc/en/faq/databases.xml?r1=1.28&r2=1.29&ty=u
Index: phpdoc/en/faq/databases.xml
diff -u phpdoc/en/faq/databases.xml:1.28 phpdoc/en/faq/databases.xml:1.29
--- phpdoc/en/faq/databases.xml:1.28Fri Aug 12 09:33:13 2005
+++ phpdoc/en/faq/databases.xml Fri Aug 12 11:28:31 2005
@@ -1,5 +1,5 @@
 
-
+
  
   Database issues
   Database issues
@@ -25,7 +25,7 @@
  
   On Unix machines, you can use the Sybase-CT driver
   to access Microsoft SQL Servers because they are (at
-  least mostly) protocol-compatible. Sybase has made a 
+  least mostly) protocol-compatible. Sybase has made a
   free version of the necessary
   libraries for Linux systems. For other Unix operating
   systems, you need to contact Sybase for the correct libraries.
@@ -119,7 +119,7 @@
  Select the table to link, press OK, and presto! You can now
  open the table and add/delete/edit data on your MySQL server!
  You can also build queries, import/export tables to MySQL,
- build forms and reports, etc. 
+ build forms and reports, etc.
 

   
@@ -168,26 +168,26 @@
  
   Most likely what has happened is, PHP 4 was compiled with the --with-mysql option, without specifying the
-  path to MySQL. This means PHP is using its built-in MySQL client 
-  library. If your system is running applications, such as PHP 3 as a 
+  path to MySQL. This means PHP is using its built-in MySQL client
+  library. If your system is running applications, such as PHP 3 as a
   concurrent Apache module, or auth-mysql, that use other
   versions of MySQL clients, then there is a conflict between the two
   differing versions of those clients.
  
  
   Recompiling PHP 4, and adding the path to MySQL to the flag,
-  '--with-mysql=/your/path/to/mysql' 
+  '--with-mysql=/your/path/to/mysql'
   usually solves the problem.
  
 

-   
+

 
  
   PHP 5 no longer bundles MySQL client libraries, what does this mean to
   me?  Can I still use MySQL with PHP?  I try to use MySQL and get
-  "function undefined" errors, what gives? 
+  "function undefined" errors, what gives?
  
 
 
@@ -233,13 +233,15 @@
   ones who know what they are doing, tend to always build PHP against
   their system's libmyqlclient library simply by adding the --with-mysql=/usr option
-  when building PHP.  Windows users may enable the extension 
-  php_mysql.dll inside &php.ini;. For more details, 
see the MySQL Reference for installation 
instructions. Also, be sure
+  when building PHP.  Windows users may enable the extension
+  php_mysql.dll inside &php.ini;.
+  For more details, see the MySQL 
Reference
+  for installation instructions. Also, be sure
   libmysql.dll is available to the systems PATH.
-  For more details on how, read the FAQ on 
-  setting up the Windows 
+  For more details on how, read the FAQ on
+  setting up the Windows
   systems PATH.  Because libmysql.dll (and
-  many other PHP related files) exist in the PHP folder, you'll want to 
+  many other PHP related files) exist in the PHP folder, you'll want to
   add the PHP folder to your systems PATH.
  
 
@@ -266,9 +268,9 @@

 
  
-  Why do I get an error that looks something like this: 
-  "Warning: 0 is not a MySQL result index in  
-  on line " or "Warning: Supplied argument is not 
+  Why do I get an error that looks something like this:
+  "Warning: 0 is not a MySQL result index in 
+  on line " or "Warning: Supplied argument is not
   a valid MySQL result resource in  on line ?
  
 
@@ -276,7 +278,7 @@
  
   You are trying to use a result identifier that is 0. The 0 indicates
   that your query failed for some reason. You need to check for errors
-  after submitting a query and before you attempt to use the returned 
+  after submitting a query and before you attempt to use the returned
   result identifier.  The proper way to do this is with code similar
   to the following:
   


Re: [PHP-DOC] Where is "PHP Documentation Team website"?

2005-08-10 Thread Dallas Thunder
Thanks!  This is cool.  Is it currently view-only?  I don't see any login 
page.

""Nuno Lopes"" <[EMAIL PROTECTED]> 
??:[EMAIL PROTECTED]
> http://doc.php.net
>
>
> ----- Original Message - 
> From: "Dallas Thunder" <[EMAIL PROTECTED]>
> To: 
> Sent: Wednesday, August 10, 2005 7:15 PM
> Subject: [PHP-DOC] Where is "PHP Documentation Team website"?
>
>
>> I'm looking into the 'docweb' directory under 'phpdoc'.  In 'main.ent', 
>> it suggest that there is a "PHP Documentation Team website".  Where is 
>> it? Thanks. 


[PHP-DOC] Where is "PHP Documentation Team website"?

2005-08-10 Thread Dallas Thunder
I'm looking into the 'docweb' directory under 'phpdoc'.  In 'main.ent', it 
suggest that there is a "PHP Documentation Team website".  Where is it? 
Thanks. 


[PHP-DOC] cvs: phpdoc /en/language control-structures.xml

2005-08-09 Thread Dallas Thunder
dallas  Tue Aug  9 14:34:44 2005 EDT

  Modified files:  
/phpdoc/en/language control-structures.xml 
  Log:
  Change expr to expression
  http://cvs.php.net/diff.php/phpdoc/en/language/control-structures.xml?r1=1.123&r2=1.124&ty=u
Index: phpdoc/en/language/control-structures.xml
diff -u phpdoc/en/language/control-structures.xml:1.123 
phpdoc/en/language/control-structures.xml:1.124
--- phpdoc/en/language/control-structures.xml:1.123 Thu Jul 14 05:21:12 2005
+++ phpdoc/en/language/control-structures.xml   Tue Aug  9 14:34:43 2005
@@ -1,5 +1,5 @@
 
-
+
  
   Control Structures
 
@@ -34,9 +34,9 @@


 As described in the section about
-expressions, expr is evaluated to its
-Boolean value.  If expr evaluates to &true;,
-   PHP will execute statement, and if it evaluates
+expressions, expression is evaluated to 
its
+Boolean value.  If expression evaluates to 
&true;,
+PHP will execute statement, and if it evaluates
 to &false; - it'll ignore it. More information about what values evaluate
 to &false; can be found in the 'Converting to boolean'
@@ -780,7 +780,7 @@
 
 
  Omitting the semicolon after continue can lead to
- confusion. Here's an example of what you shouldn't do. 
+ confusion. Here's an example of what you shouldn't do.
 
 
  
@@ -930,7 +930,7 @@

 Here, if $i is equal to 0, PHP would execute all of the 
echo
 statements!  If $i is equal to 1, PHP would execute the 
last two
-echo statements. You would get the expected behavior ('i equals 2' 
+echo statements. You would get the expected behavior ('i equals 2'
 would be displayed) only if $i is equal to 2.  Thus,
 it is important not to forget break statements
 (even though you may want to avoid supplying them on purpose under
@@ -1060,7 +1060,7 @@
 directive block.


-The declare construct can also be used in the global 
+The declare construct can also be used in the global
 scope, affecting all code following it.
 
  
@@ -1093,7 +1093,7 @@


 The event(s) that occur on each tick are specified using the
-register_tick_function. See the example 
+register_tick_function. See the example
 below for more details. Note that more than one event can occur
 for each tick.

@@ -1178,7 +1178,7 @@
 named by the auto_prepend_file or auto_append_file
-configuration options in &php.ini;, 
+configuration options in &php.ini;,
 then that script file's execution is ended.

For more information, see 

- require includes and evaluates a specific file.  
- Detailed information on how this inclusion works is described in the 
+ require includes and evaluates a specific file.
+ Detailed information on how this inclusion works is described in the
  documentation for include.


- require and include 
- are identical in every way except how they handle failure.  
- include produces a 
- Warning while 
+ require and include
+ are identical in every way except how they handle failure.
+ include produces a
+ Warning while
  require results in a 
- Fatal Error.  In other words, don't hesitate to use 
- require if you want a missing file to halt 
processing 
+ Fatal Error.  In other words, don't hesitate to use
+ require if you want a missing file to halt processing
  of the page.  include does not behave this way, the
  script will continue regardless.  Be sure to have an appropriate
  include_path setting as well.
@@ -1269,15 +1269,15 @@
  
 

-   
+
¬e.language-construct;
-   
+
&warn.no-win32-fopen-wrapper;
-   
+

 See also include, require_once,
-include_once, eval, 
-file, readfile, 
+include_once, eval,
+file, readfile,
 virtual and include_path.

   
@@ -1291,12 +1291,12 @@

  The documentation below also applies to require.
  The two constructs are identical in every way except how they handle
- failure.  include produces a 
+ failure.  include produces a
  Warning while 
require
  results in a Fatal Error.
- In other words, use require if you want 
- a missing file to halt processing of the page.  
include does 
- not behave this way, the script will continue regardless.  Be sure to 
have an 
+ In other words, use require if you want
+ a missing file to halt processing of the page.  
include does
+ not behave this way, the script will continue regardless.  Be sure to 
have an
  appropriate include_path setting 
as well.
  Be warned that parse error in included file doesn't cause processing 
halting
  in PHP versions prior to PHP 4.3.5. Since this version, it does.
@@ -1435,7 +1435,7 @@
  
 
 See also Remote files,
-fopen and file for related 
+fopen and file for related
 information.


@@ -1508,7 +1508,7 @@
 

[PHP-DOC] cvs: phpdoc /en/install snippet.apache2.compat.xml

2005-03-16 Thread Dallas Thunder
dallas  Wed Mar 16 15:21:29 2005 EDT

  Modified files:  
/phpdoc/en/install  snippet.apache2.compat.xml 
  Log:
  New file added.
  
http://cvs.php.net/diff.php/phpdoc/en/install/snippet.apache2.compat.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/install/snippet.apache2.compat.xml
diff -u phpdoc/en/install/snippet.apache2.compat.xml:1.1 
phpdoc/en/install/snippet.apache2.compat.xml:1.2
--- phpdoc/en/install/snippet.apache2.compat.xml:1.1Fri Jun  4 16:29:35 2004
+++ phpdoc/en/install/snippet.apache2.compat.xmlWed Mar 16 15:21:27 2005
@@ -1,50 +1,47 @@
-
-
+
+
+
+
 
- PHP and Apache 2.0.x compatibility notes
+ PHP Óë Apache 2.0.x ¼æÈÝÐÔ˵Ã÷
  
-  The following versions of PHP are known to work with the most recent
-  version of Apache 2.0.x:
+  ÒÔÏ°汾µÄ PHP ÒÑ֤ʵ¿ÉÒÔ¹¤×÷ÓÚ×îаæ Apache 2.0.x£º
   

 
- PHP 4.3.0 or later available at
- &url.php.downloads;.
+ PHP 4.3.0 »ò¸ü¸ß°æ±¾£¬¼û
+ &url.php.downloads;¡£
 


 
- the latest stable development version.
- Get the source code 
- &url.php.snapshots;php4-latest.tar.gz or download binaries
- for Windows 
- &url.php.snapshots;win32/php4-win32-latest.zip.
+ ×îÐÂÎȶ¨¿ª·¢°æ¡£ÏÂÔØÔ´´úÂë &url.php.snapshots;php4-latest.tar.gz
+ »òWindows ¿ÉÖ´Ðа汾 &url.php.snapshots;win32/php4-win32-latest.zip¡£
 


 
- a prerelease version downloadable from
- &url.php.prerelease;.
+ Ô¤·¢²¼°æ±¾£¬¿É´Ó
+ &url.php.prerelease; ÏÂÔØ¡£
 


 
- you have always the option to obtain PHP through
- anonymous CVS.
+ »¹¿ÉÒÔ´Ó anonymous CVS È¡µÃ 
PHP¡£
 

   
-  These versions of PHP are compatible to Apache 2.0.40 and later.
+  ÒÔÉ쵀 PHP ¼æÈÝÓÚ Apache 2.0.40 ¼°¸ü¸ß°æ±¾¡£
  
  
-  Apache 2.0 SAPI-support started with PHP 4.2.0.
-  PHP 4.2.3 works with Apache 2.0.39, don't use any other version of 
Apache with
-  PHP 4.2.3. However, the recommended setup is to use PHP 4.3.0 or later 
with
-  the most recent version of Apache2.
+  Apache 2.0 µÄ SAPI Ö§³Ö×Ô PHP 4.2.0 Æð¡£PHP 4.2.3
+  ¼æÈÝÓÚ Apache 2.0.39£¬²»ÒªÓÃÆäËü°æ±¾µÄ Apache Óë
+  PHP 4.2.3 ×éºÏ¡£²»¹ý½¨Ò齫 PHP 4.3.0 »ò¸ü¸ß°æ±¾Óë×îаæµÄ Apache2 
Ò»ÆðʹÓá£
  
  
-  All mentioned versions of PHP will work still with
-  Apache 1.3.x.
+  ËùÓÐÉÏÊöµÄ PHP °æ±¾¶¼ÈÔÈ»ÄÜÓë Apache 1.3.x ¼æÈÝ¡£
  
 
 


[PHP-DOC] cvs: phpdoc /scripts missing-entities.php.in

2004-12-23 Thread Dallas Thunder
dallas  Thu Dec 23 15:58:08 2004 EDT

  Modified files:  
/phpdoc/scripts missing-entities.php.in 
  Log:
  For Chinses language to work, no effect to other languages.
  
http://cvs.php.net/diff.php/phpdoc/scripts/missing-entities.php.in?r1=1.15&r2=1.16&ty=u
Index: phpdoc/scripts/missing-entities.php.in
diff -u phpdoc/scripts/missing-entities.php.in:1.15 
phpdoc/scripts/missing-entities.php.in:1.16
--- phpdoc/scripts/missing-entities.php.in:1.15 Sat Nov 13 07:45:37 2004
+++ phpdoc/scripts/missing-entities.php.in  Thu Dec 23 15:58:07 2004
@@ -17,7 +17,7 @@
   | Gabor Hojtsy <[EMAIL PROTECTED]>  |
   +--+
   
-  $Id: missing-entities.php.in,v 1.15 2004/11/13 12:45:37 nlopess Exp $
+  $Id: missing-entities.php.in,v 1.16 2004/12/23 20:58:07 dallas Exp $
 */
 
 set_time_limit(0);
@@ -56,7 +56,7 @@
 
 // Try to open files for rewriting
 $ment = fopen("entities/missing-entities.ent", "w");
-$mids = fopen("@LANG@/missing-ids.xml", "w");
+$mids = fopen("@LANGDIR@/missing-ids.xml", "w");
 
 // Exit if we cannot rewrite the files
 if (!$ment || !$mids) {
@@ -131,7 +131,7 @@
 echo "* No missing entities were found\n";
 }
 
-echo "\nCreated file: @LANG@/missing-ids.xml\n";
+echo "\nCreated file: @LANGDIR@/missing-ids.xml\n";
 if (!empty($missing_ids)) {
 foreach ($missing_ids as $k => $v) {
 if (false !== strpos('

[PHP-DOC] cvs: phpdoc /en/reference/regex/functions sql-regcase.xml

2003-09-21 Thread Dallas Thunder
dallas  Sun Sep 21 15:31:10 2003 EDT

  Modified files:  
/phpdoc/en/reference/regex/functionssql-regcase.xml 
  Log:
  Make description of non-alphabetic charactors more clear.
  
Index: phpdoc/en/reference/regex/functions/sql-regcase.xml
diff -u phpdoc/en/reference/regex/functions/sql-regcase.xml:1.3 
phpdoc/en/reference/regex/functions/sql-regcase.xml:1.4
--- phpdoc/en/reference/regex/functions/sql-regcase.xml:1.3 Fri Jun 20 17:31:15 
2003
+++ phpdoc/en/reference/regex/functions/sql-regcase.xml Sun Sep 21 15:31:10 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -17,10 +17,9 @@
 
  Returns a valid regular expression which will match
  string, ignoring case. This expression is
- string with each character converted to a
+ string with each alphabetic character converted to a
  bracket expression; this bracket expression contains that
- character's uppercase and lowercase form if applicable, otherwise
- it contains the original character twice.
+ character's uppercase and lowercase form.  Other characters remain unchanged.
 
 
  
@@ -28,14 +27,14 @@
   
 
   
   
prints:
   
-  [Ff][Oo][Oo] [Bb][Aa][Rr]
+  [Ff][Oo][Oo] - [Bb][Aa][Rr].
  
 
 



[PHP-DOC] Severe error in website now

2003-09-06 Thread Dallas Thunder
Trying to visit online manual, but only got:

Warning: OpenDir: No such file or directory (errno 2) in
/vhost/sites/www.php.ca/htdocs/quickref.php on line 56

Warning: readdir(): supplied argument is not a valid Directory resource in
/vhost/sites/www.php.ca/htdocs/quickref.php on line 63

Warning: readdir(): supplied argument is not a valid Directory resource in
/vhost/sites/www.php.ca/htdocs/quickref.php on line 63

Warning: readdir(): supplied argument is not a valid Directory resource in
/vhost/sites/www.php.ca/htdocs/quickref.php on line 63

Warning: readdir(): supplied argument is not a valid Directory resource in
/vhost/sites/www.php.ca/htdocs/quickref.php on line 63

Warning: readdir(): supplied argument is not a valid Directory resource in
/vhost/sites/www.php.ca/htdocs/quickref.php on line 63


[PHP-DOC] Re: A suspicion about "preface.xml"

2003-09-05 Thread Dallas Thunder
There is already an entity "url.php.snaps.manual" refering to
http://www.php.net/download-docs.php.


[PHP-DOC] A suspicion about "preface.xml"

2003-09-05 Thread Dallas Thunder
In "preface.xml", it said:

[QUOTE]
You can download this manual in several formats at &url.php.docs;.  The downloads are updated as the content
changes.
[/QUOTE]

While the entity "&url.php.downloads;" refer to
http://www.php.net/downloads.php.  But from context, I was wondering if it
should refer to http://www.php.net/download-docs.php?  Because it talks all
about PHP document, nothing about PHP code itself.  Maybe a
"&url.php.docs.download;" entity is needed?


[PHP-DOC] cvs: phpdoc /en/reference/pcre/functions preg-replace-callback.xml

2003-09-04 Thread Dallas Thunder
dallas  Thu Sep  4 17:04:03 2003 EDT

  Modified files:  
/phpdoc/en/reference/pcre/functions preg-replace-callback.xml 
  Log:
  WS fixes.
  
Index: phpdoc/en/reference/pcre/functions/preg-replace-callback.xml
diff -u phpdoc/en/reference/pcre/functions/preg-replace-callback.xml:1.6 
phpdoc/en/reference/pcre/functions/preg-replace-callback.xml:1.7
--- phpdoc/en/reference/pcre/functions/preg-replace-callback.xml:1.6Mon Jun 16 
16:03:02 2003
+++ phpdoc/en/reference/pcre/functions/preg-replace-callback.xmlThu Sep  4 
17:04:03 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -8,20 +8,20 @@


 Description
- 
-  mixedpreg_replace_callback
-  mixedpattern
-  callbackcallback
-  mixedsubject
-  intlimit
- 
+
+ mixedpreg_replace_callback
+ mixedpattern
+ callbackcallback
+ mixedsubject
+ intlimit
+
 
  The behavior of this function is almost identical to
  preg_replace, except for the fact that instead of
  replacement parameter, one should specify a
  callback that will be called and passed an array of
  matched elements in the subject string. The callback should return the
- replacement string. 
+ replacement string.
 
 
  preg_replace_callback example
@@ -30,9 +30,9 @@
 
 
 
- You'll often need the callback function 
+ You'll often need the callback function
  for a preg_replace_callback in just one place.
  In this case you can use create_function to
  declare an anonymous function as callback within the call to
  preg_replace_callback. By doing it this way
  you have all information for the call in one place and do not
- clutter the function namespace with a callback functions name 
+ clutter the function namespace with a callback functions name
  not used anywhere else.
 
 
@@ -68,31 +68,31 @@
  
 
  
 
 
- See also preg_replace,
+ See also preg_replace and
  create_function.
 



[PHP-DOC] cvs: phpdoc /en/reference/image/functions imagepsencodefont.xml imagepstext.xml

2003-08-27 Thread Dallas Thunder
dallas  Wed Aug 27 15:23:53 2003 EDT

  Modified files:  
/phpdoc/en/reference/image/functionsimagepsencodefont.xml 
imagepstext.xml 
  Log:
  Minor fixes.
  
Index: phpdoc/en/reference/image/functions/imagepsencodefont.xml
diff -u phpdoc/en/reference/image/functions/imagepsencodefont.xml:1.2 
phpdoc/en/reference/image/functions/imagepsencodefont.xml:1.3
--- phpdoc/en/reference/image/functions/imagepsencodefont.xml:1.2   Wed Apr 17 
02:39:13 2002
+++ phpdoc/en/reference/image/functions/imagepsencodefont.xml   Wed Aug 27 15:23:52 
2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -14,7 +14,7 @@
   
stringencodingfile
  
 
- Loads a character encoding vector from from a file and changes
+ Loads a character encoding vector from a file and changes
  the fonts encoding vector to it. As a PostScript fonts default
  vector lacks most of the character positions above 127, you'll
  definitely want to change this if you use an other language than
Index: phpdoc/en/reference/image/functions/imagepstext.xml
diff -u phpdoc/en/reference/image/functions/imagepstext.xml:1.4 
phpdoc/en/reference/image/functions/imagepstext.xml:1.5
--- phpdoc/en/reference/image/functions/imagepstext.xml:1.4 Wed Feb  5 21:20:19 
2003
+++ phpdoc/en/reference/image/functions/imagepstext.xml Wed Aug 27 15:23:52 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -81,7 +81,7 @@
 
  Parameters space,
  tightness, angle
- and antialias are optional.
+ and antialias_steps are optional.
 
 
  This function returns an array containing the following elements:


Re: [PHP-DOC] cvs: phpdoc /en/reference/image/functionsimagecreatetruecolor.xml

2003-08-26 Thread Dallas Thunder
I feel really sorry about it.  Revision 1.6 has been reverted.  Really
should do less "assume" thing.  Thank you!

"Jan Fabry" <[EMAIL PROTECTED]> wrote
news:[EMAIL PROTECTED]
> On Tue, 2003-08-26 at 09:30, Dallas Thunder wrote:
> > dallas Tue Aug 26 03:30:24 2003 EDT
> >
> >   Modified files:
> > /phpdoc/en/reference/image/functions imagecreatetruecolor.xml
> >   Log:
> >   I suppose it is blank.
>
> You suppose so, but have you tried it? I have, and it returns a *black*
> image. Please restore the correct version.
>
> Greetings,
>
> Jan Fabry
>


[PHP-DOC] cvs: phpdoc /en/reference/image/functions imagecreatetruecolor.xml

2003-08-26 Thread Dallas Thunder
dallas  Tue Aug 26 03:30:24 2003 EDT

  Modified files:  
/phpdoc/en/reference/image/functionsimagecreatetruecolor.xml 
  Log:
  I suppose it is blank.
  
Index: phpdoc/en/reference/image/functions/imagecreatetruecolor.xml
diff -u phpdoc/en/reference/image/functions/imagecreatetruecolor.xml:1.6 
phpdoc/en/reference/image/functions/imagecreatetruecolor.xml:1.7
--- phpdoc/en/reference/image/functions/imagecreatetruecolor.xml:1.6Fri Jun 20 
09:00:52 2003
+++ phpdoc/en/reference/image/functions/imagecreatetruecolor.xmlTue Aug 26 
03:30:23 2003
@@ -1,5 +1,5 @@
 
-
+
 
  
   
@@ -15,7 +15,7 @@
 

 imagecreatetruecolor returns an image identifier
-representing a black image of size x_size
+representing a blank image of size x_size
 by y_size.


@@ -33,8 +33,8 @@
 imagestring ($im, 1, 5, 5,  "A Simple Text String", $text_color);
 imagepng ($im);
 imagedestroy ($im);
-?>   
-]]> 
+?>
+]]>
  
 



[PHP-DOC] cvs: phpdoc /en/reference/image/functions imagecolorallocate.xml

2003-08-26 Thread Dallas Thunder
dallas  Tue Aug 26 01:36:00 2003 EDT

  Modified files:  
/phpdoc/en/reference/image/functionsimagecolorallocate.xml 
  Log:
  Typo fixed.
  
Index: phpdoc/en/reference/image/functions/imagecolorallocate.xml
diff -u phpdoc/en/reference/image/functions/imagecolorallocate.xml:1.6 
phpdoc/en/reference/image/functions/imagecolorallocate.xml:1.7
--- phpdoc/en/reference/image/functions/imagecolorallocate.xml:1.6  Fri Aug 15 
18:50:50 2003
+++ phpdoc/en/reference/image/functions/imagecolorallocate.xml  Tue Aug 26 01:36:00 
2003
@@ -1,5 +1,5 @@
 
-
+
 
  
   
@@ -18,7 +18,7 @@

 imagecolorallocate returns a color
 identifier representing the color composed of the given
-RGB components.  The im
+RGB components.  The image
 argument is the return from the imagecreate
 function. red, green and
 blue are the values of the red, green and blue


[PHP-DOC] cvs: phpdoc /en/reference/image/functions exif-read-data.xml

2003-08-25 Thread Dallas Thunder
dallas  Mon Aug 25 01:42:04 2003 EDT

  Modified files:  
/phpdoc/en/reference/image/functionsexif-read-data.xml 
  Log:
  Fixing CDATA part.
  
Index: phpdoc/en/reference/image/functions/exif-read-data.xml
diff -u phpdoc/en/reference/image/functions/exif-read-data.xml:1.11 
phpdoc/en/reference/image/functions/exif-read-data.xml:1.12
--- phpdoc/en/reference/image/functions/exif-read-data.xml:1.11 Mon Aug 25 00:05:11 
2003
+++ phpdoc/en/reference/image/functions/exif-read-data.xml  Mon Aug 25 01:42:04 
2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -143,10 +143,10 @@
 COMMENT.0: Comment #1.
 COMMENT.1: Comment #2.
 COMMENT.2: Comment #3end
-]]>
 THUMBNAIL.JPEGInterchangeFormat: 134
 THUMBNAIL.Thumbnail.Height: 1
 THUMBNAIL.Thumbnail.Height: 1
+]]>

   
  


[PHP-DOC] cvs: phpdoc /en/reference/image/functions imagechar.xml

2003-08-25 Thread Dallas Thunder
dallas  Mon Aug 25 01:36:45 2003 EDT

  Modified files:  
/phpdoc/en/reference/image/functionsimagechar.xml 
  Log:
  Fix an incorrect parameter.
  
Index: phpdoc/en/reference/image/functions/imagechar.xml
diff -u phpdoc/en/reference/image/functions/imagechar.xml:1.5 
phpdoc/en/reference/image/functions/imagechar.xml:1.6
--- phpdoc/en/reference/image/functions/imagechar.xml:1.5   Fri Aug 15 18:50:50 
2003
+++ phpdoc/en/reference/image/functions/imagechar.xml   Mon Aug 25 01:36:45 2003
@@ -1,5 +1,5 @@
 
-
+
 
  
   
@@ -20,7 +20,7 @@

 imagechar draws the first character of
 c in the image identified by
-id with its upper-left at
+image with its upper-left at
 x,y (top left is 0,
 0) with the color color. If font
 is 1, 2, 3, 4 or 5, a built-in font is used (with higher numbers


[PHP-DOC] cvs: phpdoc /en/reference/image/functions exif-read-data.xml

2003-08-25 Thread Dallas Thunder
dallas  Mon Aug 25 00:05:11 2003 EDT

  Modified files:  
/phpdoc/en/reference/image/functionsexif-read-data.xml 
  Log:
  Typo fixed.
  
Index: phpdoc/en/reference/image/functions/exif-read-data.xml
diff -u phpdoc/en/reference/image/functions/exif-read-data.xml:1.10 
phpdoc/en/reference/image/functions/exif-read-data.xml:1.11
--- phpdoc/en/reference/image/functions/exif-read-data.xml:1.10 Mon Aug 25 00:01:28 
2003
+++ phpdoc/en/reference/image/functions/exif-read-data.xml  Mon Aug 25 00:05:11 
2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -159,7 +159,7 @@
  
  
   When an Exif header contains a Copyright note this itself can contain two
-  values. As the solution is inconsitent in the Exif 2.10 standard the COMPUTED
+  values. As the solution is inconsistent in the Exif 2.10 standard the COMPUTED
   section will return both entries Copyright.Photographer
   and Copyright.Editor while the IFD0 sections contains
   the byte array with the NULL character that splits both entries. Or just the


[PHP-DOC] Re: #25230 [Opn->Csd]: Doc page of exif_read_data() might go wrong about 'arrays' parameter

2003-08-25 Thread Dallas Thunder
I guess I can fix it by myself.  Hope nothing goes wrong here.


[PHP-DOC] cvs: phpdoc /en/reference/image/functions exif-read-data.xml

2003-08-25 Thread Dallas Thunder
dallas  Mon Aug 25 00:01:28 2003 EDT

  Modified files:  
/phpdoc/en/reference/image/functionsexif-read-data.xml 
  Log:
  Fixing bug #25230.  Reformatting.
  
Index: phpdoc/en/reference/image/functions/exif-read-data.xml
diff -u phpdoc/en/reference/image/functions/exif-read-data.xml:1.9 
phpdoc/en/reference/image/functions/exif-read-data.xml:1.10
--- phpdoc/en/reference/image/functions/exif-read-data.xml:1.9  Fri Aug 15 18:50:50 
2003
+++ phpdoc/en/reference/image/functions/exif-read-data.xml  Mon Aug 25 00:01:28 
2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -40,7 +40,7 @@


 COMPUTED
-html, Width, Height, IsColor and some more if available. 
+html, Width, Height, IsColor and some more if available.
 


@@ -74,8 +74,8 @@
 
 
  arrays specifies whether or not each section
- becomes an array. The sections FILE,
- COMPUTED and THUMBNAIL allways
+ becomes an array. The sections COMPUTED,
+ THUMBNAIL and COMMENT allways
  become arrays as they may contain values whose names are conflict
  with other sections.
 
@@ -153,72 +153,72 @@
 
 
  
-  If the image contains any IFD0 data then COMPUTED contains the entry 
+  If the image contains any IFD0 data then COMPUTED contains the entry
   ByteOrderMotorola which is 0 for little-endian (intel) and 1 for
   big-endian (motorola) byte order. This was added in PHP 4.3.
  
  
-  When an Exif header contains a Copyright note this itself can contain two 
-  values. As the solution is inconsitent in the Exif 2.10 standard the COMPUTED 
+  When an Exif header contains a Copyright note this itself can contain two
+  values. As the solution is inconsitent in the Exif 2.10 standard the COMPUTED
   section will return both entries Copyright.Photographer
   and Copyright.Editor while the IFD0 sections contains
   the byte array with the NULL character that splits both entries. Or just the
   first entry if the datatype was wrong (normal behaviour of Exif). The
   COMPUTED will contain also an entry Copyright Which
-  is either the original copyright string or it is a comma separated list of 
+  is either the original copyright string or it is a comma separated list of
   photo and editor copyright.
  
 
 
  
-  The tag UserComment has the same problem as the Copyright tag. It can store 
-  two values first the encoding used and second the value itself. If so the 
-  IFD section only contains the encoding or a byte array. The COMPUTED section 
-  will store both in the entries UserCommentEncoding and 
-  UserComment. The entry UserComment 
+  The tag UserComment has the same problem as the Copyright tag. It can store
+  two values first the encoding used and second the value itself. If so the
+  IFD section only contains the encoding or a byte array. The COMPUTED section
+  will store both in the entries UserCommentEncoding and
+  UserComment. The entry UserComment
   is available in both cases so it should be used in preference to the value
   in IFD0 section.
  
  
-  If the user comment uses Unicode or JIS encoding and the module mbstring is 
+  If the user comment uses Unicode or JIS encoding and the module mbstring is
   available this encoding will automatically changed according to the exif
   ini settings in the &php.ini;. This was added in PHP 4.3.
  
 
 
  
- Height and Width are computed the same way getimagesize
- does so their values must not be part of any header returned. Also html is
- a height/width text string to be used inside normal HTML.
+  Height and Width are computed the same way getimagesize
+  does so their values must not be part of any header returned. Also html is
+  a height/width text string to be used inside normal HTML.
  
 
 
  
- Starting from PHP 4.3 the function can read all embedded IFD
- data including arrays (returned as such). Also the size of an embedded thumbnail
- is returned in THUMBNAIL subarray and the function
- exif_read_data can return thumbnails in 
TIFF
- format. Last but not least there is no longer a maximum legth for returned
- values (not until memory limit is reached).
+  Starting from PHP 4.3 the function can read all embedded IFD
+  data including arrays (returned as such). Also the size of an embedded thumbnail
+  is returned in THUMBNAIL subarray and the function
+  exif_read_data can return thumbnails in 
TIFF
+  format. Last but not least there is no longer a maximum legth for returned
+  values (not until memory limit is reached).
  
 
 
-  
-   This function is only available in PHP 4 compiled using 
-   --enable-exif.
-   Its functionality and behaviour has changed in PHP 4.2. Earli

Re: [PHP-DOC] How come there's no "Security" chapter in the left panel of CHM version of PHP Manual?

2003-08-24 Thread Dallas Thunder
The "general" CHM version, not extended one.
I found same problem in both English and Chinese CHM manual.  I suppose it's
in all languages.

"Gabor Hojtsy" <[EMAIL PROTECTED]> wrote news:[EMAIL PROTECTED]
> > "Security" became an independent chapter a few months before.  In PHP
Manual
> > TOC, it's Part III and Chapter 15.  However, in the CHM version of PHP
> > Manual, there's no "Security" in the left panel.  Should this be fixed?
>
> What CHM version?
>
> Goba


[PHP-DOC] How come there's no "Security" chapter in the left panel of CHM version of PHP Manual?

2003-08-24 Thread Dallas Thunder
"Security" became an independent chapter a few months before.  In PHP Manual
TOC, it's Part III and Chapter 15.  However, in the CHM version of PHP
Manual, there's no "Security" in the left panel.  Should this be fixed?


[PHP-DOC] cvs: phpdoc /en/reference/array/functions usort.xml

2003-08-16 Thread Dallas Thunder
dallas  Sun Aug 17 02:15:41 2003 EDT

  Modified files:  
/phpdoc/en/reference/array/functionsusort.xml 
  Log:
  Fixing bug #25113.
  
Index: phpdoc/en/reference/array/functions/usort.xml
diff -u phpdoc/en/reference/array/functions/usort.xml:1.11 
phpdoc/en/reference/array/functions/usort.xml:1.12
--- phpdoc/en/reference/array/functions/usort.xml:1.11  Mon Jun 16 08:03:39 2003
+++ phpdoc/en/reference/array/functions/usort.xml   Sun Aug 17 02:15:41 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -25,7 +25,7 @@
  The comparison function must return an integer less than, equal
  to, or greater than zero if the first argument is considered to
  be respectively less than, equal to, or greater than the
- second. 
+ second.
 
 
  
@@ -149,7 +149,7 @@
 $a[] = new TestObj("b");
 $a[] = new TestObj("d");
 
-uasort($a, array ("TestObj", "cmp_obj"));
+usort($a, array ("TestObj", "cmp_obj"));
 
 foreach ($a as $item) {
 print $item->name."\n";



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DOC] cvs: phpdoc /en/features file-upload.xml

2003-03-12 Thread Dallas Thunder
dallas  Wed Mar 12 05:09:42 2003 EDT

  Modified files:  
/phpdoc/en/features file-upload.xml 
  Log:
  to -> too
  
Index: phpdoc/en/features/file-upload.xml
diff -u phpdoc/en/features/file-upload.xml:1.56 phpdoc/en/features/file-upload.xml:1.57
--- phpdoc/en/features/file-upload.xml:1.56 Tue Mar 11 12:51:13 2003
+++ phpdoc/en/features/file-upload.xml  Wed Mar 12 05:09:42 2003
@@ -1,5 +1,5 @@
 
-
+
  
   Handling file uploads
 
@@ -56,7 +56,7 @@
   obeys your wish! The PHP-settings for maximum-size, however,
   cannot be fooled. But you should add MAX_FILE_SIZE anyway as
   it saves users the trouble to wait for a big file being 
-  transfered only to find out that it was to big afterwards.
+  transfered only to find out that it was too big afterwards.
  
 




-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DOC] Something might wrong in 'language.oop.constructor.php'?

2003-03-08 Thread Dallas Thunder
I'm not sure if it is the result it supposed to be, but on page:

http://www.php.net/manual/en/language.oop.constructor.php

The 4th example makes no difference when running under PHP3 and PHP4.
The example is to demostrate constructor:
class A
{
function A()
{
echo "I am the constructor of A.\n";
}

function B()
{
echo "I am a regular function named B in class A.\n";
echo "I am not a constructor in A.\n";
}
}

class B extends A
{
function C()
{
echo "I am a regular function.\n";
}
}

// This will call B() as a constructor.
$b = new B;And the result is (Under Windows):

D:\TEMP>\php3\php.exe class.php
X-Powered-By: PHP/3.0.17
Content-type: text/html

I am a regular function named B in class A.
I am not a constructor in A.

D:\TEMP>\php4.3\php.exe class.php
Content-type: text/html
X-Powered-By: PHP/4.3.1

I am a regular function named B in class A.
I am not a constructor in A.

D:\TEMP>\php5\php.exe class.php
Content-type: text/html
X-Powered-By: PHP/5.0.0-dev

I am the constructor of A.

Is there something wrong here?  Thanks!



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DOC] Re: broken build system

2003-03-05 Thread Dallas Thunder
I suggest you use PHP version lower than 4.2.1.  Since PHP 4.2.2 it will not
change CWD into where PHP scripts located.  Have a try and hope it helps.

"Simone Cortesi" <[EMAIL PROTECTED]> дÈëÏûÏ¢ÐÂÎÅ
:[EMAIL PROTECTED]
> Hi,
>
> I have a problem on my home build system for the PHP manual, it is on a
> Mandrake 9.0.
>
> First it is unable to autolocate the xsltproc executable, but I can feed
> him with the correct path using the configure option, but still I get
> just to this point you can see below.
>
> Is anyone able to help me?
>
> Thanks,
> Simone.
>
> [EMAIL PROTECTED] phpdoc]$ ./configure --with-xsltproc=/usr/bin/xsltproc
> loading cache ./config.cache
> file versions
> Makefile.in,v 1.125
> configure.in,v 1.181
> configure options: --with-xsltproc=/usr/bin/xsltproc
> source directory: .
> working directory: /home/simone/phpdoc
>
> checking for php... (cached) /usr/bin/php
> checking php version... 4.2.3
> checking for openjade... (cached) /usr/bin/openjade
> checking for nsgmls... (cached) /usr/bin/nsgmls
> checking for xsltproc... /usr/bin/xsltproc
> checking for xmllint... (cached) /usr/bin/xmllint
> checking for docbook.dsl... ./dsssl/docbook (default)
> checking for docbook.xsl... in ./xsl/docbook (XSL path values off)
> checking for PHP source path... no
> checking for ZendAPI... not found
> checking for CSS to use for html docs... none
> checking for chmonly inclusion... disabled (default)
> checking for language... en (default)
> checking for treesaving... saving trees: #f
> creating ./config.status
> creating ./RFC/manual.xml
> creating ./Makefile
> creating ./installpart.xml
> creating ./manual.xml
> creating ./dsssl/common.dsl
> creating ./dsssl/howto.dsl
> creating ./dsssl/html-locale.dsl
> creating ./dsssl/html.dsl
> creating ./dsssl/install.dsl
> creating ./dsssl/phpweb.dsl
> creating ./dsssl/print.dsl
> creating ./dsssl/quickref.dsl
> creating ./entities/version.ent
> creating ./config.h
> creating ./xsl/bightml.xsl
> creating ./xsl/html.xsl
> creating ./xsl/htmlhelp-db.xsl
> creating ./xsl/htmlhelp.xsl
> creating ./xsl/phpweb.xsl
> creating ./xsl/print.xsl
> creating ./reserved.constants.xml
> chmod: too few arguments
> Try `chmod --help' for more information.
> [EMAIL PROTECTED] phpdoc]$
>
>
>
> --
> Simone Cortesi
> http://cortesi.com/
> blog  *  photos  *  PHP manual in italian
> Did I help you? Consider a gift: http://cortesi.com/wishlist.php
>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DOC] cvs: phpdoc /en/reference/ccvs reference.xml

2003-03-05 Thread Dallas Thunder
dallas  Wed Mar  5 05:16:23 2003 EDT

  Modified files:  
/phpdoc/en/reference/ccvs   reference.xml 
  Log:
  Add missing open tag for ulink
  
Index: phpdoc/en/reference/ccvs/reference.xml
diff -u phpdoc/en/reference/ccvs/reference.xml:1.7 
phpdoc/en/reference/ccvs/reference.xml:1.8
--- phpdoc/en/reference/ccvs/reference.xml:1.7  Tue Mar  4 22:44:03 2003
+++ phpdoc/en/reference/ccvs/reference.xml  Wed Mar  5 05:16:23 2003
@@ -1,5 +1,5 @@
 
-
+
 

[PHP-DOC] cvs: phpdoc /en/chapters install.windows.xml

2003-03-04 Thread Dallas Thunder
dallas  Tue Mar  4 04:20:05 2003 EDT

  Modified files:  
/phpdoc/en/chapters install.windows.xml 
  Log:
  PHH -> PHP
  
Index: phpdoc/en/chapters/install.windows.xml
diff -u phpdoc/en/chapters/install.windows.xml:1.27 
phpdoc/en/chapters/install.windows.xml:1.28
--- phpdoc/en/chapters/install.windows.xml:1.27 Sun Mar  2 06:53:03 2003
+++ phpdoc/en/chapters/install.windows.xml  Tue Mar  4 04:20:05 2003
@@ -1,5 +1,5 @@
 
-
+
   
Installation on Windows systems

@@ -758,7 +758,7 @@
   
php_cybercash.dll
Cybercash payment functions
-   PHH <= 4.2.0
+   PHP <= 4.2.0
   
   
php_db.dll
@@ -788,12 +788,12 @@
   
php_domxml.dll
DOM XML functions
-   PHH <= 4.2.0 requires: libxml2.dll (bundled)
+   PHP <= 4.2.0 requires: libxml2.dll (bundled)
   
   
php_dotnet.dll
.NET functions
-   PHH <= 4.1.1
+   PHP <= 4.1.1
   
   
php_exif.dll
@@ -803,7 +803,7 @@
   
php_fbsql.dll
FrontBase functions
-   PHH <= 4.2.0
+   PHP <= 4.2.0
   
   
php_fdf.dll
@@ -834,7 +834,7 @@
php_gettext.dll
Gettext functions

-PHH <= 4.2.0 requires: gnu_gettext.dll (bundled), PHP >= 4.2.3
+PHP <= 4.2.0 requires: gnu_gettext.dll (bundled), PHP >= 4.2.3
 requires libintl-1.dll (bundled).

   



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DOC] Online documents havn't been build for a month, what's going on?

2003-02-27 Thread Dallas Thunder
I noticed that no online documents have been build for each language since
February.  Is there anything wrong in build server?



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-fetch-assoc.xml

2003-02-27 Thread Dallas Thunder
dallas  Fri Feb 28 01:33:49 2003 EDT

  Modified files:  
/phpdoc/en/reference/pgsql/functionspg-fetch-assoc.xml 
  Log:
  Remove additional See also part
  
Index: phpdoc/en/reference/pgsql/functions/pg-fetch-assoc.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-fetch-assoc.xml:1.3 
phpdoc/en/reference/pgsql/functions/pg-fetch-assoc.xml:1.4
--- phpdoc/en/reference/pgsql/functions/pg-fetch-assoc.xml:1.3  Fri Feb 21 18:17:32 
2003
+++ phpdoc/en/reference/pgsql/functions/pg-fetch-assoc.xml  Fri Feb 28 01:33:49 
2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -33,13 +33,6 @@
  pg_fetch_assoc is NOT significantly
  slower than using pg_fetch_row, while it
  provides a significant ease of use.
-
-
- See also pg_fetch_row,
-pg_fetch_array,
-pg_fetch_assoc,
-pg_fetch_object and
-pg_fetch_result.
 
 
  



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-get-notify.xml

2003-02-27 Thread Dallas Thunder
dallas  Fri Feb 28 01:33:15 2003 EDT

  Modified files:  
/phpdoc/en/reference/pgsql/functionspg-get-notify.xml 
  Log:
  A typo fixed.
  
Index: phpdoc/en/reference/pgsql/functions/pg-get-notify.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-get-notify.xml:1.1 
phpdoc/en/reference/pgsql/functions/pg-get-notify.xml:1.2
--- phpdoc/en/reference/pgsql/functions/pg-get-notify.xml:1.1   Fri Oct 18 06:25:55 
2002
+++ phpdoc/en/reference/pgsql/functions/pg-get-notify.xml   Fri Feb 28 01:33:15 
2003
@@ -1,5 +1,5 @@
 
-
+
   

 pg_get_notify
@@ -14,7 +14,7 @@
  
 
  pg_get_notify gets notify message sent by
- NOTIFY SQL command. To recieve nofigy
+ NOTIFY SQL command. To recieve notify
  messages, LISTEN SQL command must be
  issued. If there is notify message on the connection, array
  contains message name and backend PID is returned. If there is no



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DOC] cvs: phpdoc /en/chapters install.windows.xml

2003-02-22 Thread Dallas Thunder
dallas  Sat Feb 22 03:44:20 2003 EDT

  Modified files:  
/phpdoc/en/chapters install.windows.xml 
  Log:
  Add a space and a right braket
  
Index: phpdoc/en/chapters/install.windows.xml
diff -u phpdoc/en/chapters/install.windows.xml:1.25 
phpdoc/en/chapters/install.windows.xml:1.26
--- phpdoc/en/chapters/install.windows.xml:1.25 Wed Feb  5 04:21:30 2003
+++ phpdoc/en/chapters/install.windows.xml  Sat Feb 22 03:44:20 2003
@@ -1,5 +1,5 @@
 
-
+
   
Installation on Windows systems

@@ -546,7 +546,7 @@
 
  
   For GUI users, launch VC++, and then select File => Open
-  Workspace, navigate to c:\work\bindlib_w32and
+  Workspace, navigate to c:\work\bindlib_w32 and
   select bindlib.dsw. Then select Build=>Set
   Active Configuration and select the desired configuration.
   Finally select Build=>Rebuild All.
@@ -651,7 +651,7 @@
   
  
  
-  In order to build the SAPI module (php4isapi.dll
+  In order to build the SAPI module (php4isapi.dll)
   for integrating PHP with Microsoft IIS, set your active configuration to
   php4isapi-whatever-config and build the desired dll.
  



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DOC] Request a change in /include/languages.inc of phpweb

2003-01-07 Thread Dallas Thunder
Hi, someone with karma please change 'Chinese (Continental)' this weird
expression into 'Chinese (Simplified)' this more accepted one in file
'include/languages.inc' of 'phpweb' module.  So it would be:

$LANGUAGES = array(
'en'=> 'English',
'ar'=> 'Arabic',
'pt_BR' => 'Brazilian Portuguese',
'zh'=> 'Chinese (Simplified)',
'hk'=> 'Chinese (Hong Kong Cantonese)',
'tw'=> 'Chinese (Traditional)',
...

Thanks!




-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] Re: build process duration time

2002-12-30 Thread Dallas Thunder
Hi, I've made this measurement before, it takes 32 minutes to run 'make
html' on my P4 1.5 (Redhat under vmware under XP).

"Slawomir Pucia" <[EMAIL PROTECTED]>
??:000501c2b072$aabc6970$[EMAIL PROTECTED]
> Hi there...
>
> I just read in howto that generating manual on a 700MHz box takes about
> 7m30s. Could someone confirm this? I did a test...
>
> $ time make html
> real28m30.435s
> user27m34.390s
> sys 0m11.790s
>
> ... and that is how it looks on my P4 1.8 Northwood (running debian under
> vmware under winxp). Had someone measured his time recently and can give
me
> something to compare to?
>
> thanks,
> slawek-
>
>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] 'configure' in PHPDOC module can not work under PHP >= 4.2.0

2002-12-29 Thread Dallas Thunder
In PHP version >= 4.2.0, there's a major change (From
http://www.php.net/manual/en/features.commandline.php):

The CLI SAPI does not change the current directory to the directory of the
executed script!

So it will cause an error and stop the 'configure' process.  Could this
issue be addressed by changing related lines in 'configure.in' file?



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DOC] Re: zh_ch => zh

2002-12-28 Thread Dallas Thunder
Or maybe we should change all "zh" into "zh_cn"?

"Derick Rethans" <[EMAIL PROTECTED]>
??:[EMAIL PROTECTED]
> On Sat, 28 Dec 2002, Dallas Thunder wrote:
>
> > Thanks for your effort.  Are you changing all the "zh_cn" or "zh_CN"
into
> > "zh"?
> > Chinese manual still can not be build successfully.  In build log it
suggest
> > that something wrong with "debugger.xml":
> >
> > creating manual.xml
> > SP_ENCODING=gb2312 SP_CHARSET_FIXED=YES /usr/bin/nsgmls -wno-idref -i
> > lang-zh_cn -D . -s /local/mirrors/phpdoc/dtds/dbxml-4.1.2/phpdocxml.dcl
> > manual.xml
> > /usr/bin/nsgmls:/local/mirrors/phpdoc/zh/appendices/debugger.xml:1:0:E:
> > character "<" is not allowed in the value of attribute "linkend"
> > /usr/bin/nsgmls:/local/mirrors/phpdoc/zh/appendices/debugger.xml:1:5:E:
> > value of attribute "linkend" must be a single token
> >
> > But I'm sure it absolutely have nothing with "debugger.xml", same error
> > occured even we replaced it with English version.  We are still tracking
on
> > possible reasons.
>
> I fixed this a couple of days ago already. It should work on the next
> run. It was an error in another file in the english tree; nothing to do
> with the translations.
>
> Derick
>
> --
>
> -
>  Derick Rethans http://derickrethans.nl/
>  PHP Magazine - PHP Magazine for Professionals   http://php-mag.net/
> -
>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DOC] Re: zh_ch => zh

2002-12-28 Thread Dallas Thunder
> I fixed this a couple of days ago already. It should work on the next
> run. It was an error in another file in the english tree; nothing to do
> with the translations.

Thank you!
In Makefile, I found the following define:

LANGCODE=zh_cn

Is this a standard Linux system language code format?  I thought it would be
no "zh_cn" anymore.



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] Re: zh_ch => zh

2002-12-28 Thread Dallas Thunder
Thanks for your effort.  Are you changing all the "zh_cn" or "zh_CN" into
"zh"?
Chinese manual still can not be build successfully.  In build log it suggest
that something wrong with "debugger.xml":

creating manual.xml
SP_ENCODING=gb2312 SP_CHARSET_FIXED=YES /usr/bin/nsgmls -wno-idref -i
lang-zh_cn -D . -s /local/mirrors/phpdoc/dtds/dbxml-4.1.2/phpdocxml.dcl
manual.xml
/usr/bin/nsgmls:/local/mirrors/phpdoc/zh/appendices/debugger.xml:1:0:E:
character "<" is not allowed in the value of attribute "linkend"
/usr/bin/nsgmls:/local/mirrors/phpdoc/zh/appendices/debugger.xml:1:5:E:
value of attribute "linkend" must be a single token

But I'm sure it absolutely have nothing with "debugger.xml", same error
occured even we replaced it with English version.  We are still tracking on
possible reasons.

"Gabor Hojtsy" <[EMAIL PROTECTED]>
??:00b001c2ae69$8e95db60$[EMAIL PROTECTED]
> Hi!
>
> Would it be possible to be consistent with the code of built manuals?
> It would be nice to have generated downloadable files and online versions
> with the same code, as the phpdoc-CODE repository is named. Otherwise it
> becomes hard to maintain lists for conversion.
>
> The particular problem now is zh_cn, for which there is no phpdoc-zh_cn
> module, but it is named phpdoc-zn. It's true, that the module name is
> not correct, but the Korean and other languages are also named
> incorrectly. Regardless of the correctness of the phpdoc module name,
> generated files should be named after the module for consistency.
>
> Please make the neccessary modifications to be consistent with the
> phpdoc module names, after which the manuals are searched now.
>
> Thanks,
> Goba
>
>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] Can't see build log

2002-12-19 Thread Dallas Thunder
When I try to access http://www.php.net/zh/blog, I get this response:

Search Results
Sorry, no documents matched your search for "manual/zh/build.log.gz".

If you can see Chinese build logs, would you please send it to me?  So I can
find out what was wrong.  Thanks!


"James Cox" <[EMAIL PROTECTED]> дÈëÏûÏ¢ÐÂÎÅ
:[EMAIL PROTECTED]
> As i have said time and time again, there are build logs.
>
> the Chinese manual fails to build. Please consult the build log @
> php.net or a possibly more up-to-date one @
>
> http://rsync.php.net/~imajes/manual/
>
> Thanks,
>
> James
>
> On Fri, 2002-12-20 at 02:47, Dallas Thunder wrote:
> > Dear PHP doc members,
> >
> > The PHP Chinese manual is not available since Nov 19th.  When try to
access
> > http://www.php.net/manual/zh/, the browser address will become
> > http://www.php.net/search.php?show=manual&pattern=manual%2Fzh%2F and
> > displays
> > Search Results
> > Sorry, no documents matched your search for "manual/zh/".
> >
> > There's also no building log.
> > Our Chinese translation team have checked again and again, but have no
idea
> > about what's going on here.  We can successfully build PHP manual in our
own
> > computer.
> >
> > Would someone please check the PHP manual tree and make Chinese manual
> > available, many thanks!
> >
> >
>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DOC] Serious request about online Chinese manual

2002-12-19 Thread Dallas Thunder
Thanks for your prompt response.  I was wondering if building fail, there
should be a previous successful one, but there's not.
And in http://rsync.php.net/~imajes/manual/, I didn't see file
"zh-bulid.log.gz".
Chinese I've mentioned is Simplified Chinese, not Traditional Chinese in
Hong Kong.
Thanks again.

"James Cox" <[EMAIL PROTECTED]> дÈëÏûÏ¢ÐÂÎÅ
:[EMAIL PROTECTED]
> As i have said time and time again, there are build logs.
>
> the Chinese manual fails to build. Please consult the build log @
> php.net or a possibly more up-to-date one @
>
> http://rsync.php.net/~imajes/manual/
>
> Thanks,
>
> James
>
> On Fri, 2002-12-20 at 02:47, Dallas Thunder wrote:
> > Dear PHP doc members,
> >
> > The PHP Chinese manual is not available since Nov 19th.  When try to
access
> > http://www.php.net/manual/zh/, the browser address will become
> > http://www.php.net/search.php?show=manual&pattern=manual%2Fzh%2F and
> > displays
> > Search Results
> > Sorry, no documents matched your search for "manual/zh/".
> >
> > There's also no building log.
> > Our Chinese translation team have checked again and again, but have no
idea
> > about what's going on here.  We can successfully build PHP manual in our
own
> > computer.
> >
> > Would someone please check the PHP manual tree and make Chinese manual
> > available, many thanks!
> >
> >
>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] Serious request about online Chinese manual

2002-12-19 Thread Dallas Thunder
Dear PHP doc members,

The PHP Chinese manual is not available since Nov 19th.  When try to access
http://www.php.net/manual/zh/, the browser address will become
http://www.php.net/search.php?show=manual&pattern=manual%2Fzh%2F and
displays
Search Results
Sorry, no documents matched your search for "manual/zh/".

There's also no building log.
Our Chinese translation team have checked again and again, but have no idea
about what's going on here.  We can successfully build PHP manual in our own
computer.

Would someone please check the PHP manual tree and make Chinese manual
available, many thanks!



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/appendices wrappers.xml

2002-09-28 Thread Dallas Thunder

dallas  Sat Sep 28 23:20:43 2002 EDT

  Modified files:  
/phpdoc/en/appendices   wrappers.xml 
  Log:
  file_get_meta_data to stream_get_meta_data
  
  
Index: phpdoc/en/appendices/wrappers.xml
diff -u phpdoc/en/appendices/wrappers.xml:1.4 phpdoc/en/appendices/wrappers.xml:1.5
--- phpdoc/en/appendices/wrappers.xml:1.4   Sat Sep 28 19:32:26 2002
+++ phpdoc/en/appendices/wrappers.xml   Sat Sep 28 23:20:43 2002
@@ -1,5 +1,5 @@
 
-
+
 
  List of Supported Protocols/Wrappers
  
@@ -39,7 +39,7 @@
the resource; the headers are stored in the
$http_response_header variable.
Since PHP 4.3, the headers are available using
-   file_get_meta_data.
+   stream_get_meta_data.
   
   
HTTP connections are read-only; you cannot write data or copy



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] Sorry, posted into wrong group!

2002-09-28 Thread Dallas Thunder

Sorry about that!



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] ¹ØÓÚ ±ê¼Ç

2002-09-28 Thread Dallas Thunder

 ÊÇÔÚÔÚÏßÎĵµÖÐÏÔʾÔÚ×ó±ßÒ»À¸¡°º¯Êý²Î¿¼¡±ÏÂÃæµÄ£¬×÷Ϊ¸÷¸öº¯Êý¿â
µÄÒ»¸öËõд¡£Õâ¸ö±ê¼ÇÖеÄÄÚÈÝÊDz»ÊǾͲ»Òª·­Òë³ÉÖÐÎÄ£¬±£ÁôÔ­À´µÄÓ¢Îĵ¥´ÊºÃÁË¡£
ÕâÑù¿ÉÒÔÈÃÈ˸ù¾Ý×Öĸ˳ÐòÑ°ÕÒÏàÓ¦º¯Êýʱ·½±ãһЩ¡£

»¹ÓоÍÊÇ×îºÃÄܹ»Öƶ¨Ò»¸öͨÓ÷­Òë¹æÔòÒÔ¼°³£ÓÃÃû´Ê±ê×¼Òë·¨ÁÐ±í¡£



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/math/functions number-format.xml

2002-09-28 Thread Dallas Thunder

dallas  Sat Sep 28 18:46:24 2002 EDT

  Removed files:   
/phpdoc/en/reference/math/functions number-format.xml 
  Log:
  Remove number-format.xml, it was moved to string functions.
  
  



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] Re: Could anyone add more comment on fileperms() function?

2002-09-28 Thread Dallas Thunder

I've found it in Unix file permissions document.  It's a 16-bit word
contains file type and mode, that's what this function returned.  I wonder
if there could be a brief description in fileperm() manual.

"Dallas Thunder" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> It simply said "Returns the permissions on the file" on fileperms() manual
> page.
> It returns a numeric value, such as 100644 in octal value.  I know 644 is
> "rw-r--r--", but what's 100 for?  Thanks.
>
>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DOC] mssql_fetch_array() problem

2002-09-28 Thread Dallas Thunder

I'd like to do so, since I didn't read PHP source code,  PHP manual is the
only reference for me to know PHP.  Sometimes I'm just not 100 percent sure
about what I was suspecting ...

About mssql_fetch_array(), I'm talking about the return type of this
function, not the parameter.  I also know resource identifier is a kind of
int ...

Whatever I did, we all want a better documentation.

"Gabor Hojtsy" <[EMAIL PROTECTED]> wrote in message
007701c266d6$0704ba20$c1c14d3e@mia">news:007701c266d6$0704ba20$c1c14d3e@mia...
> > From manual:
> >
> > mssql_fetch_array -- Fetch row as array
> > Description
> > int mssql_fetch_array ( int result)  int ???
>
> Please dont ask such trivial things, correct yourself.
> As mysql_query is documented to return a resource, this
> is trivial that that int is a resource, so please modify
> it to be a resource. Once again, please correct any trivial
> errors you find, without questioning. It would speed up
> our work ;)
>
> Goba
>
>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/mssql/functions mssql-fetch-array.xml

2002-09-28 Thread Dallas Thunder

dallas  Sat Sep 28 06:46:29 2002 EDT

  Modified files:  
/phpdoc/en/reference/mssql/functionsmssql-fetch-array.xml 
  Log:
  Return type should be array.
  
  
Index: phpdoc/en/reference/mssql/functions/mssql-fetch-array.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-fetch-array.xml:1.2 
phpdoc/en/reference/mssql/functions/mssql-fetch-array.xml:1.3
--- phpdoc/en/reference/mssql/functions/mssql-fetch-array.xml:1.2   Wed Apr 17 
02:41:00 2002
+++ phpdoc/en/reference/mssql/functions/mssql-fetch-array.xml   Sat Sep 28 06:46:29 
+2002
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -9,7 +9,7 @@

 Description
  
-  intmssql_fetch_array
+  arraymssql_fetch_array
   intresult
  
  



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] mssql_fetch_array() problem

2002-09-28 Thread Dallas Thunder

>From manual:

mssql_fetch_array -- Fetch row as array
Description
int mssql_fetch_array ( int result)  int ???




-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] Encounter serious problems here

2002-09-27 Thread Dallas Thunder

Hi, using these files are not able to generate version infomation when doing
"make html".

I was wondering if you mush use double quote (") instead of single quote
(').

"Hartmut Holzgraefe" <[EMAIL PROTECTED]> wrote in message
news:cvshholzgra1033130790@cvsserver...
> hholzgra Fri Sep 27 08:46:30 2002 EDT
>
>   Modified files:
> /phpdoc/dsssl version.dsl
> /phpdoc/xsl version.xml
>   Log:
>   semi automatic version update, now including special builtins like
array()
>
>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] Could anyone add more comment on fileperms() function?

2002-09-27 Thread Dallas Thunder

It simply said "Returns the permissions on the file" on fileperms() manual
page.
It returns a numeric value, such as 100644 in octal value.  I know 644 is
"rw-r--r--", but what's 100 for?  Thanks.



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions file-register-wrapper.xml

2002-09-26 Thread Dallas Thunder

dallas  Thu Sep 26 04:50:49 2002 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   file-register-wrapper.xml 
  Log:
  Typo fixed.
  
  
Index: phpdoc/en/reference/filesystem/functions/file-register-wrapper.xml
diff -u phpdoc/en/reference/filesystem/functions/file-register-wrapper.xml:1.4 
phpdoc/en/reference/filesystem/functions/file-register-wrapper.xml:1.5
--- phpdoc/en/reference/filesystem/functions/file-register-wrapper.xml:1.4  Mon 
Sep 23 18:40:20 2002
+++ phpdoc/en/reference/filesystem/functions/file-register-wrapper.xml  Thu Sep 26 
+04:50:49 2002
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -203,7 +203,7 @@
 function stream_open($path, $mode, $options, &$opened_path)
 {
 $url = parse_url($path);
-$this->varname = $split["host"];
+$this->varname = $url["host"];
 $this->position = 0;
 
 return true;



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DOC] Why http://www.php.net/docs.php page didn't update?

2002-09-25 Thread Dallas Thunder

I know, IE caches the old page. :-)

> looks fine to me.
>
>  - james
>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] Why http://www.php.net/docs.php page didn't update?

2002-09-25 Thread Dallas Thunder

I saw 'Last updated' time of most pages under www.php.net are on Sep 25, how
come http://www.php.net/docs.php page was still Sep 19?  Is there anything
wrong in this page?

I ask this because it displays 'English, Brazilian Portuguese, , Czech,' but
there should be a 'Chinese' before 'Czech' and between two commas.



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] Re: #19568 [Opn]: Chinese version PDF PHP manual is corrupted

2002-09-23 Thread Dallas Thunder

That's true.
I found the .tex file didn't contain currect Chinese charecters.  So it
might be because the teTeX they are using does not support CJK.



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] PDF manual in Chinese is totally unreadable

2002-09-22 Thread Dallas Thunder

Chinese characters are displayed as:

<24341><29992><20570><30340><31532><20108><20214><20107><2615>

I saw a lot of such information below in build log:

Overfull \hbox (1137.13577pt too wide) in paragraph at lines 78368--78370
 \T1/ptm/m/n/10
sor^^Q<65292><36229><25991><26412><39044><22788><29702><22120><
30340><23383><27597><32553><20889><65289><26159><19968><31181><34987><24191>
<27
867><24212><29992><30340><24320><25918><28304><20195><30721><30340><22810><2
999
2><36884><33050><26412><35821><35328><65292><23427><21487><23884><20837><210
40>

Can this problem be fixed?  Thanks.



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/dir/functions class.dir.xml

2002-09-22 Thread Dallas Thunder

dallas  Sun Sep 22 13:56:46 2002 EDT

  Modified files:  
/phpdoc/en/reference/dir/functions  class.dir.xml 
  Log:
  Add the missing handle property.
  
  
Index: phpdoc/en/reference/dir/functions/class.dir.xml
diff -u phpdoc/en/reference/dir/functions/class.dir.xml:1.2 
phpdoc/en/reference/dir/functions/class.dir.xml:1.3
--- phpdoc/en/reference/dir/functions/class.dir.xml:1.2 Wed Apr 17 02:37:34 2002
+++ phpdoc/en/reference/dir/functions/class.dir.xml Sun Sep 22 13:56:46 2002
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -16,6 +16,9 @@
  
  
   stringpath
+ 
+ 
+  resourcehandle
  
  
stringread
  
voidrewind



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] Document for 'dir' class seem missing a property?

2002-09-20 Thread Dallas Thunder

Well, I won't imprudently report this as a bug, but the description of 'dir'
class in dir functions is:

 class dir {

  dir(string directory);
  string path;

  string read();
  void rewind();
  void close();
}

And then it refers a 'handle property' in the text follows.  I wonder if
there is a missing 'handle' definition in class dir.  Thanks!



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] I see

2002-09-20 Thread Dallas Thunder

Sorry for this post, so 'now' is for relative timestamp only.
But I think document of this function maybe too simple to fully
understand...

Thanks.



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/apache reference.xml

2002-09-19 Thread Dallas Thunder

dallas  Thu Sep 19 16:38:32 2002 EDT

  Modified files:  
/phpdoc/en/reference/apache reference.xml 
  Log:
  Typo fixes.
  
  
Index: phpdoc/en/reference/apache/reference.xml
diff -u phpdoc/en/reference/apache/reference.xml:1.4 
phpdoc/en/reference/apache/reference.xml:1.5
--- phpdoc/en/reference/apache/reference.xml:1.4Wed Sep 18 07:01:32 2002
+++ phpdoc/en/reference/apache/reference.xmlThu Sep 19 16:38:31 2002
@@ -1,5 +1,5 @@
 
-
+
  
   Apache-specific Functions
   Apache
@@ -23,7 +23,7 @@

 &reftitle.runtime;
 
- The behaviour of the Apache PHP module is affected by settings in php.ini.
+ The behaviour of the Apache PHP module is affected by settings in &php.ini;.
  Configuration settings from &php.ini; may be overridden by php_flag settings
  in the server configuration file or local .htaccess files.
 
@@ -69,7 +69,7 @@
  xbit_hack
  Off
  PHP_INI_ALL
- parse files with executable bit set as PHP regardles of their file 
ending
+ parse files with executable bit set as PHP regardless of their file 
+ending
 

   



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] It's 'zh', not 'cn'!

2002-09-19 Thread Dallas Thunder

Thank you, but I'm afraid it should be:

'zh' => 'Chinese',

NOT

'cn' => 'Chinese',

Please, correct it ...  thanks!

<[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hey,
>
> I added this. It will show up in a few hours on-line.
>
> Derick
>
> On Thu, 19 Sep 2002, Dallas Thunder wrote:
>
> > Hi, could anyone change file:
> >
> > /phpweb/include/site.inc
> >
> > to add an entry into $LANGUAGES array:
> >
> >'zh' => 'Chinese',
> >
> > Note, we need both 'zh' => 'Chinese' and 'zh_cn' => 'Chinese' to work!
> >
> > 'zh' is for online documentation and 'zh_cn' is for download
documentation.
> >
> > Current page of online documentation http://www.php.net/docs.php has an
> > empty space between and displayed as:
> >
> > Brazilian Portuguese, , Czech
> >
> > Thanks!
> >
> >
> >
> > --
> > PHP Documentation Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
>
> --
-
>  Derick Rethans   http://derickrethans.nl/
>  JDI Media Solutions
> -[ [EMAIL PROTECTED]: Databases are for
Assholes ]-
>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] Please change site.inc to add an additional Chinese entry

2002-09-19 Thread Dallas Thunder

Hi, could anyone change file:

/phpweb/include/site.inc

to add an entry into $LANGUAGES array:

   'zh' => 'Chinese',

Note, we need both 'zh' => 'Chinese' and 'zh_cn' => 'Chinese' to work!

'zh' is for online documentation and 'zh_cn' is for download documentation.

Current page of online documentation http://www.php.net/docs.php has an
empty space between and displayed as:

Brazilian Portuguese, , Czech

Thanks!



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] Re: phpdoc /dsssl html-common.dsl

2002-09-19 Thread Dallas Thunder

I was wondering that if version info of language structures can also be
stripped off, such as:

list
(no version information, might be only in CVS)

It may also make users confusued.  Thanks!



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] What's going on with array_unique() function?

2002-09-10 Thread Dallas Thunder

In reference/array/functions/array-unique.xml file there's an example:

$input = array (4,"4","3",4,3,"3");
$result = array_unique ($input);
var_dump($result);

The printout of the program above will be (PHP 4.0.6):

array(2) {
  [3]=>
  int(4)
  [4]=>
  int(3)
}

But in my Linux system, both PHP 4.0.6 and PHP 4.3.0-dev print the following
result:

array(2) {
  [0]=>
  int(4)
  [2]=>
  string(1) "3"
}

And in PHP 4.2.3-dev under Windows it print out:

array(2) {
  [1]=>
  string(1) "4"
  [5]=>
  string(1) "3"
}

This really confused me.  What's going on here?  Thanks in advance.




-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




  1   2   >