hholzgraSat Jan 5 23:16:45 2002 EDT
Modified files:
/phpdoc/es/functionsarray.xml ifx.xml mysql.xml oracle.xml
pcre.xml sesam.xml snmp.xml xslt.xml
Log:
preparing for docbook4
Index: phpdoc/es/functions/array.xm
hholzgraSat Jan 5 22:51:09 2002 EDT
Removed files:
/phpdoc/es/functionsccvs.xml
Log:
untranslated
hholzgraSat Jan 5 21:54:23 2002 EDT
Removed files:
/phpdoc/de/functionsadabas.xml
/phpdoc/es/functionsadabas.xml
/phpdoc/ja/functionsadabas.xml
Log:
deprecate
hholzgraSat Jan 5 21:51:50 2002 EDT
Modified files:
/phpdoc configure.in
Log:
typo/thinko fixes
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.97 phpdoc/configure.in:1.98
--- phpdoc/configure.in:1.97Sat Jan 5 15:49:08 2002
+++ php
hholzgraSat Jan 5 21:51:24 2002 EDT
Modified files:
/phpdoc/cs/functionsccvs.xml xslt.xml
Log:
fixed build
Index: phpdoc/cs/functions/ccvs.xml
diff -u phpdoc/cs/functions/ccvs.xml:1.6 phpdoc/cs/functions/ccvs.xml:1.7
--- phpdoc/cs/functions
Hi,
this patch would make php with short_tags off and windows users
happy :-).
diff -r1.97 configure.in
36c36
< if test "yes" = `echo '3?"yes":"no"; ?>' | $PHP -q`; then
---
> if test "yes" = `echo '3?"yes":"no"; ?>' | $PHP -q`; then
189c189,191
< /opt/sgml/lib
---
>
Ahh, thanks a bunch, works fine now.
Best Regards,
Kenneth Schwartz - http://www.irc-html.com
E-mail: [EMAIL PROTECTED]
Emergency Contact: 910-382-6280
On Sun, 06 Jan 2002 03:18:30 +0100
Hartmut Holzgraefe <[EMAIL PROTECTED]> wrote:
> Kenneth Schwartz wrote:
>
> > I was just trying to 'make
Kenneth Schwartz wrote:
> I was just trying to 'make test' and ran up with a couple errors...
>
> touch .manual.xml
> CONFIG_FILES=manual.xml CONFIG_HEADERS= ./config.status
> config.status: creating manual.xml
> make: SP_OPTIONS@: Command not found
> make: *** [test] Error 127
>
> Something t
I was just trying to 'make test' and ran up with a couple errors...
touch .manual.xml
CONFIG_FILES=manual.xml CONFIG_HEADERS= ./config.status
config.status: creating manual.xml
make: SP_OPTIONS@: Command not found
make: *** [test] Error 127
Something that I'm missing here? I tried make clean t
mk Sat Jan 5 21:09:09 2002 EDT
Modified files:
/phpdoc/de bookinfo.xml
Log:
Added Friedhelm Betz
Index: phpdoc/de/bookinfo.xml
diff -u phpdoc/de/bookinfo.xml:1.28 phpdoc/de/bookinfo.xml:1.29
--- phpdoc/de/bookinfo.xml:1.28 Thu Jan 3 03:04:53 2002
+++ ph
Hello,
while surfing on the net I've found a few articles about
web based appliction security and a dedicated site:
Open Web Application Security Project
where I read this article:
http://www.owasp.org/projects/asac/iv-sqlinjection.shtml
I'd love to know your position on writing a
irc-htmlSat Jan 5 19:10:43 2002 EDT
Modified files:
/phpdoc/en/functionsdomxml.xml
Log:
reverting, the function is domxml_node_unlink_node
Index: phpdoc/en/functions/domxml.xml
diff -u phpdoc/en/functions/domxml.xml:1.30 phpdoc/en/functions/dom
hholzgraSat Jan 5 15:49:08 2002 EDT
Modified files:
/phpdoc configure.in
Log:
whitespace
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.96 phpdoc/configure.in:1.97
--- phpdoc/configure.in:1.96Sat Jan 5 15:45:05 2002
+++ phpdoc/
irc-htmlSat Jan 5 15:46:08 2002 EDT
Modified files:
/phpdoc/en/functionsdomxml.xml
Log:
domxml_node_unlink_node: It's domxml_unlink_node
Index: phpdoc/en/functions/domxml.xml
diff -u phpdoc/en/functions/domxml.xml:1.29 phpdoc/en/functions/domx
hholzgraSat Jan 5 15:45:05 2002 EDT
Modified files:
/phpdoc configure.in
Log:
somewhat cleand up the dsssl stylesheet detection
modified warning to be emitted only if neither DSSSL
nor XSL stylesheets found
Index: phpdoc/configure.in
diff -u
georg Sat Jan 5 15:35:25 2002 EDT
Modified files:
/phpdoc/en/functionsdio.xml
Log:
completed param section for dio_fcntl
Index: phpdoc/en/functions/dio.xml
diff -u phpdoc/en/functions/dio.xml:1.5 phpdoc/en/functions/dio.xml:1.6
--- phpdoc/en/fu
blame me, not only did i convert all tabs to two spaces,
i also configured my .cvsrc so that 'cvs diff' won't
show pure whitspace differences ... :(
--
Hartmut Holzgraefe [EMAIL PROTECTED] http://www.six.de +49-711-99091-77
hholzgraSat Jan 5 15:13:53 2002 EDT
Modified files:
/phpdoc configure.in
Log:
moved catalog file stuff to DocBook section
removed redundant PHP_BUILD_DATE declaration
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.94 phpdoc/configure
hholzgraSat Jan 5 15:05:20 2002 EDT
Modified files:
/phpdoc configure.in
Log:
typo fix
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.93 phpdoc/configure.in:1.94
--- phpdoc/configure.in:1.93Sat Jan 5 14:52:11 2002
+++ phpdoc/confi
hholzgraSat Jan 5 14:52:11 2002 EDT
Modified files:
/phpdoc configure.in
Log:
added more folding hooks
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.92 phpdoc/configure.in:1.93
--- phpdoc/configure.in:1.92Sat Jan 5 14:41:07 2002
> Modified files:
> /phpdoc configure.in
> Log:
> makeing sure that PHP is realy available before using
> it in default targets in Makefile.in
This seems to be a bit buggy:
$ ./configure --with-php=c:/progra~1/#_servers/php/php.exe
loading cache ./config.cache
checkin
hholzgraSat Jan 5 14:41:08 2002 EDT
Modified files:
/phpdoc configure.in Makefile.in
Log:
it is now possible to specify which jade and nsgmls binaries to use
by specifying the appropriate files using the new configure options
--with-jade and --wit
fuzzy74 Sat Jan 5 13:44:49 2002 EDT
Added files:
/phpdoc/kr ¹ø¿ªÂü°¡ÀÚ¿¡°Ô
Log:
Sorry, this is Korean Project Notify File.
So, EUC-KR encoding.
Çѱ۹ø¿ª Âü°¡ÀÚ²²¼´Â ÀÌ ¹®¼¸¦ ÀÐÀ¸½Ã±â ¹Ù¶ø´Ï´Ù.
fuzzy74 Sat Jan 5 13:36:51 2002 EDT
Modified files:
/phpdoc/kr/functionsiconv.xml
Log:
Translate to Korean.
Index: phpdoc/kr/functions/iconv.xml
diff -u phpdoc/kr/functions/iconv.xml:1.1 phpdoc/kr/functions/iconv.xml:1.2
--- phpdoc/kr/functions/icon
hholzgraSat Jan 5 12:44:12 2002 EDT
Modified files:
/phpdoc configure.in
Log:
makeing sure that PHP is realy available before using
it in default targets in Makefile.in
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.90 phpdoc/config
hholzgraSat Jan 5 12:42:22 2002 EDT
Modified files:
/phpdoc Makefile.in
Log:
configure.in
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.79 phpdoc/Makefile.in:1.80
--- phpdoc/Makefile.in:1.79 Fri Jan 4 11:14:26 2002
+++ phpdoc/Makefile
Richard Samar wrote:
> Could you please *first* translate the things and then import
> them? 650k import/commits is in any way rather tough, but when
> it is just a copy of the english man it doesnt make sense.
> During the building process all missing files in a translated
> directory are auto
georg Sat Jan 5 12:32:27 2002 EDT
Modified files:
/phpdoc/en/functionsicap.xml
Log:
set icap to deprecated. Added a note, that icap will no longer supported and
removed in near future.
Index: phpdoc/en/functions/icap.xml
diff -u phpdoc/en/fun
ID: 14009
Updated by: georg
Reported By: [EMAIL PROTECTED]
Old Status: Assigned
Status: Closed
Bug Type: Documentation problem
Operating System: n/a
PHP Version: 4.0.6
Assigned To: georg
New Comment:
Icap library is no longer supported and available. Icap
extension will be removed in near futur
Could you please *first* translate the things and then import
them? 650k import/commits is in any way rather tough, but when
it is just a copy of the english man it doesnt make sense.
During the building process all missing files in a translated
directory are automatically taken from the English
fuzzy74 Sat Jan 5 12:03:15 2002 EDT
Added files:
/phpdoc/kr/features safe-mode.xml
Log:
add file safe-mode.xml to Korean Translate Docs.
Index: phpdoc/kr/features/safe-mode.xml
+++ phpdoc/kr/features/safe-mode.xml
Safe Mode
The PHP safe mo
cucinatoSat Jan 5 11:59:08 2002 EDT
Modified files:
/phpdoc/it translation.xml
Log:
Assigned com.xml
Index: phpdoc/it/translation.xml
diff -u phpdoc/it/translation.xml:1.5 phpdoc/it/translation.xml:1.6
--- phpdoc/it/translation.xml:1.5 Fri De
fuzzy74 Sat Jan 5 11:48:51 2002 EDT
Added files:
/phpdoc/kr/appendices commandline.xml
Log:
add commandline.xml to phpdoc kr Translate.
Index: phpdoc/kr/appendices/commandline.xml
+++ phpdoc/kr/appendices/commandline.xml
Using PHP from the c
fujimotoSat Jan 5 11:34:46 2002 EDT
Modified files:
/phpdoc/ja/faq installation.xml
Log:
translation updated.
Index: phpdoc/ja/faq/installation.xml
diff -u phpdoc/ja/faq/installation.xml:1.3 phpdoc/ja/faq/installation.xml:1.4
--- phpdoc/ja/faq/
slawek Sat Jan 5 11:03:01 2002 EDT
Modified files:
/phpdoc/pl/chapters install.xml
Log:
bzip2 to bz2, it's makeable now.
Index: phpdoc/pl/chapters/install.xml
diff -u phpdoc/pl/chapters/install.xml:1.10 phpdoc/pl/chapters/install.xml:1.11
--- phpdoc/pl/cha
cortesi Sat Jan 5 10:45:22 2002 EDT
Modified files:
/phpdoc/it/functionsmath.xml
Log:
syncing with EN
Index: phpdoc/it/functions/math.xml
diff -u phpdoc/it/functions/math.xml:1.19 phpdoc/it/functions/math.xml:1.20
--- phpdoc/it/functions/math.xml:1.
slawek Sat Jan 5 10:31:25 2002 EDT
Modified files:
/phpdoc/pl/functionsmath.xml
Log:
Updated to EN 1.64
Index: phpdoc/pl/functions/math.xml
diff -u phpdoc/pl/functions/math.xml:1.5 phpdoc/pl/functions/math.xml:1.6
--- phpdoc/pl/functions/math.xml:1
fujimotoSat Jan 5 10:16:28 2002 EDT
Modified files:
/phpdoc/ja/language types.xml
Log:
Eliminate tags in CDATA sections (as en did).
Index: phpdoc/ja/language/types.xml
diff -u phpdoc/ja/language/types.xml:1.16 phpdoc/ja/language/types.xml:1.17
---
From: [EMAIL PROTECTED]
Operating system: all
PHP version: 4.1.0
PHP Bug Type: Documentation problem
Bug description: docu of ob_gzhandler not uptodate
Documentation sais, that ob_gzhandler() needs 1 parameter, but in reality
it needs 2. I assume, that this second param was
I would like to help u in translating php docs to russian.
alex.
(> Why there is no manuls in Russian?
> There are polish, hungarian etc ... but no russian.
>
> There is a large russian community of programmers that would be more than
> happy to get theese ducuments in their language.
Well,
>> > You can do both, or, if you feel comfortable, you could apply
> for cvs access to fix the bugs. :)
>>
>> > James Cox
>>
>> Oh, I have an cvs account for phpdoc. But I was talking about
> errors,
>> I am not able to fix myself :-) and therefore my cvs account
> doesn`t
>> seem to help too much
>> sorry for the perhaps stupid question...:-)
>>
>> What to do if I encounter errors in the docu, I am not able to correct
>> myself? Writing a bug report at bugs.php.net or reporting on the list?
> Choose the best method. Some people use the bug system to store
> TODO items, as this way they
pgerzsonSat Jan 5 09:03:35 2002 EDT
Modified files:
/phpdoc/hu/language basic-syntax.xml
Log:
sync with EN revision
Index: phpdoc/hu/language/basic-syntax.xml
diff -u phpdoc/hu/language/basic-syntax.xml:1.10
phpdoc/hu/language/basic-syntax.xml:1.11
--
pgerzsonSat Jan 5 09:02:31 2002 EDT
Modified files:
/phpdoc/hu/functionsmath.xml
Log:
sync with EN revision
Index: phpdoc/hu/functions/math.xml
diff -u phpdoc/hu/functions/math.xml:1.10 phpdoc/hu/functions/math.xml:1.11
--- phpdoc/hu/functions/
pgerzsonSat Jan 5 09:01:52 2002 EDT
Modified files:
/phpdoc/hu/functionsarray.xml
Log:
sync with EN revision (example outputs within element screen)
Index: phpdoc/hu/functions/array.xml
diff -u phpdoc/hu/functions/array.xml:1.4 phpdoc/hu/funct
fuzzy74 Sat Jan 5 08:53:39 2002 EDT
Modified files:
/phpdoc/kr/functionsoci8.xml
Log:
UPDATE.
new function Translated to Korean.
Thank you.
Index: phpdoc/kr/functions/oci8.xml
diff -u phpdoc/kr/functions/oci8.xml:1.10 phpdoc/kr/functions/oci8.x
georg Sat Jan 5 05:42:10 2002 EDT
Modified files:
/phpdoc/de Translators
Log:
net task: dio translation :-)
Index: phpdoc/de/Translators
diff -u phpdoc/de/Translators:1.240 phpdoc/de/Translators:1.241
--- phpdoc/de/Translators:1.240 Thu Jan 3 01:19:1
> sorry for the perhaps stupid question...:-)
>
> What to do if I encounter errors in the docu, I am not able to correct
> myself? Writing a bug report at bugs.php.net or reporting on the list?
Choose the best method. Some people use the bug system to store
TODO items, as this way they can follo
48 matches
Mail list logo