Davide Pastore
6779377953
Update pattern.modifiers.xml ( #150 )
2026-03-03 17:23:42 +01:00
Davide Pastore
445e85ee56
Update com_load_typelib ( #148 )
2026-03-02 18:43:09 +01:00
Davide Pastore
d9264f16e0
Translate gmp functions ( #146 )
...
* Update gmp_gcdext
* Update gmp_hamdist
* Update gmp_intval
* Update gmp_invert
* Update gmp_jacobi
* Update gmp_legendre
* Update gmp_mod
* Update gmp_mul
* Update gmp_neg
* Update gmp_or
* Update gmp_perfect_square
* Update gmp_popcount
* Update gmp_pow
* Update gmp_powm
* Update gmp_prob_prime
* Update gmp_random
* Update gmp_scan0
* Update gmp_scan1
* Update gmp_setbit
* Update gmp_sign
* Update gmp_sqrt
* Update gmp_sqrtrem
* Update gmp_strval
* Update gmp_sub
* Update gmp_xor
2026-03-02 18:20:53 +01:00
Louis-Arnaud
87512ffae0
Remove obsolete OCI8 function files ( #132 )
...
* Remove obsolete OCI8 function files
These 48 files document OCI8 functions that no longer exist in doc-en.
OCI8 was moved to PECL in PHP 8.4, and the EN documentation was cleaned
up accordingly. These IT translations are now orphaned.
Source: https://doc.php.net/revcheck.php?p=oldfiles&lang=it
* Restore oci-bind-by-name and oci-cancel (still present in doc-en)
2026-02-26 18:01:34 +01:00
Louis-Arnaud
516fd0d463
Remove remaining files not in EN tree ( #139 )
2026-02-26 17:56:04 +01:00
Louis-Arnaud
57107060f6
Remove documentation for functions removed from PHP ( #135 )
...
These 14 files document functions that have been removed from PHP and
whose EN documentation pages no longer exist:
- session_is_registered, session_register, session_unregister (removed in PHP 5.4)
- call_user_method, call_user_method_array (removed in PHP 7.0)
- utf8_encode, utf8_decode (removed in PHP 9.0)
- php_logo_guid, zend_logo_guid, main (removed in PHP 5.5)
- fgetwrapperdata (never released)
- debugger_off, debugger_on, define_syslog_variables (removed long ago)
Source: https://doc.php.net/revcheck.php?p=oldfiles&lang=it
2026-02-26 17:54:00 +01:00
Louis-Arnaud
52a08b2a14
Remove obsolete DOM function-style documentation ( #133 )
...
* Remove obsolete DOM function-style documentation
These 85 files use the old function-style format (dom/functions/).
The EN documentation has been restructured to use the OOP class format,
making these translations orphaned.
Source: https://doc.php.net/revcheck.php?p=oldfiles&lang=it
* Restore dom-import-simplexml.xml (still present in doc-en)
2026-02-26 17:47:06 +01:00
Louis-Arnaud
11b234b178
Remove obsolete COM function-style documentation ( #134 )
...
These 12 files use the old function-style format (com/functions/).
The EN documentation has been restructured to use the OOP class format,
making these translations orphaned. com-load-typelib.xml is kept as it
still exists in doc-en.
Source: https://doc.php.net/revcheck.php?p=oldfiles&lang=it
2026-02-26 17:41:08 +01:00
Louis-Arnaud
b5274c9cf5
Remove miscellaneous obsolete files ( #138 )
...
These 9 files no longer exist in doc-en:
- 7 math function files (getrandmax, lcg_value, mt_getrandmax, mt_rand,
number_format, rand, srand) — relocated or restructured in EN
- reference/network/ini.xml — removed from EN
- faq/languages.xml — removed from EN
Source: https://doc.php.net/revcheck.php?p=oldfiles&lang=it
2026-02-26 17:39:05 +01:00
Louis-Arnaud
ff0b88e408
Remove orphaned constants files ( #137 )
...
* Remove orphaned constants files
These constants files no longer exist in doc-en. The constants for bc,
classobj, and ctype have been restructured into other documentation files
in the EN tree.
Source: https://doc.php.net/revcheck.php?p=oldfiles&lang=it
* Remove constants entity references from book.xml files
2026-02-26 17:34:24 +01:00
Louis-Arnaud
279ede1e3e
Remove obsolete Apache EBCDIC function files ( #136 )
...
ascii2ebcdic and ebcdic2ascii were removed from PHP long ago and their
EN documentation pages no longer exist.
Source: https://doc.php.net/revcheck.php?p=oldfiles&lang=it
2026-02-26 17:30:50 +01:00
Louis-Arnaud
4e4fe885c2
Fix issues #54 , #74 , #75 ( #128 )
...
* Fix #75 : improve note.line-endings translation in language-snippets.ent
* Fix #74 : fix typo 'pogrammi' -> 'programmi' in chapters/intro.xml
* Fix #54 : rewrite array_filter with mode parameter, changelog, and updated examples
* Update array-filter.xml
* Update array-filter.xml
* Update array-filter.xml
---------
Co-authored-by: Davide Pastore <pasdavide@gmail.com >
2026-02-26 16:56:05 +01:00
Davide Pastore
4db5da563f
Update some gmp functions documentation ( #117 )
...
* Sync gmp-cmp with EN
* Sync gmp-com with EN
* Sync gmp-div-q with EN
* Sync gmp-div-qr with EN
* Sync gmp-div-r with EN
* Sync gmp-div with EN
* Sync gmp-divexact.xml with EN
* Sync gmp-fact with EN
* Sync gmp-gcd with EN
2026-02-26 13:34:24 +01:00
Davide Pastore
abe47bbdc9
Sync gmp-clrbit with EN ( #115 )
2026-02-26 13:02:31 +01:00
Davide Pastore
b4e65e9e69
Sync gmp-and with EN ( #113 )
2026-02-26 12:56:36 +01:00
Davide Pastore
2054347e50
Sync gmp-add.xml with EN ( #111 )
2026-02-26 12:52:06 +01:00
Davide Pastore
181a9bcd60
Sync gmp-abs.xml with EN ( #109 )
2026-02-26 12:45:36 +01:00
Davide Pastore
f7f190c221
Sync mktime with EN ( #107 )
2026-02-26 12:33:34 +01:00
Manuel della Gala
018cf90021
Filesystem dirname updated ( #76 )
...
* first traduction dirname
* improved translation
improved translation
* Resolve first comment
* Update dirname.xml according to previous comments
---------
Co-authored-by: Davide Pastore <pasdavide@gmail.com >
2026-02-25 18:18:31 +01:00
Matteo Barbero
d5ead59d5b
Convert Italian translation from 'matrice' to 'array' ( #104 )
...
* Convert Italian translation from 'matrice' to 'array'
* Fix grammar error
* Fix typo
* "associativo" instead of "associativa"
* "composto" instead of "composta"
* Clarification
* "indicizzato" instead of "indicizzata"
---------
Co-authored-by: Davide Pastore <pasdavide@gmail.com >
2026-02-24 12:13:27 +01:00
Manuel della Gala
af7bec7ebd
Filesystem updated reference/filesystem/functions/file.xml ( #68 )
...
* updated reference/filesystem/functions/file.xml
* Fix build (#64 )
* Update oop5.xml
* Update types.xml
* Update fgetcsv.xml
* Update bcdiv.xml
* Update bcadd.xml and gmp-init.xml
* Update ini.xml
* Remove a file not in the EN tree
* Fix credits section
* Update get-magic-quotes-runtime.xml
* Remove useless section
* Update addslashes.xml
* Update ini.core.xml
* Update fwrite.xml
* Remove ini.magic-quotes-gpc reference from language-snippets.ent
* Update stripslashes.xml
* Update parse-str.xml
* Update oci-bind-by-name.xml
* Merge branch 'filesystem' into fixing-file
* fix credits and comments
* corrections from Davide Pastore
* Update file.xml
* minor corrections file.xml
* Update file.xml
* Update file.xml fixed example
* Update file.xml "puoi" substituted with "è possibile"
---------
Co-authored-by: Davide Pastore <pasdavide@gmail.com >
2026-02-18 12:36:36 +01:00
Davide Pastore
a42f8f839f
Use dos2unix to convert files to Unix format ( #100 )
...
* Use dos2unix to convert files to Unix format
* Fix special characters
2026-02-02 18:30:38 +01:00
Davide Pastore
490e25e95e
Fix build ( #99 )
...
* Sync fgetcsv.xml
* Sync with EN
* Split operators in multiple files
* Sync with EN
2026-02-02 17:16:11 +01:00
Gina Peter Banyard
fc24475ee7
reference/com: Sync docs with EN ( #90 )
2026-02-02 14:25:07 +01:00
Gina Peter Banyard
1a64860b2b
snmp: fix XML by converting para to simpara tags via script
2026-01-26 15:35:46 +00:00
Gina Peter Banyard
76936bef51
shmop: fix XML by converting para to simpara tags via script
2026-01-26 15:34:22 +00:00
Gina Peter Banyard
59eae8b481
sem: fix XML by converting para to simpara tags via script
2026-01-26 15:33:18 +00:00
Gina Peter Banyard
03248411df
sem: fix XML to remove useless wrapping para tags via script
2026-01-26 15:33:18 +00:00
Gina Peter Banyard
4ef6c075c6
shmop: remove function documentation of files without EN Revcheck tags ( #94 )
...
This is the only blocker to update the XML markup across translations and we don't know how out of shape these files are.
2026-01-26 15:19:22 +00:00
Gina Peter Banyard
46b6ae89f3
snmp: remove function documentation of files without EN Revcheck tags ( #95 )
...
This is the only blocker to update the XML markup across translations and we don't know how out of shape these files are.
2026-01-26 15:19:14 +00:00
Gina Peter Banyard
2ba5a62497
sem: remove function documentation of files without EN Revcheck tags ( #93 )
...
This is the only blocker to update the XML markup across translations and we don't know how out of shape these files are.
2026-01-26 14:21:48 +00:00
Gina Peter Banyard
d737baf175
bzip2 : fix XML by converting para to simpara tags via script
2026-01-25 15:17:21 +00:00
Gina Peter Banyard
bfce5a854f
bzip2: remove function documentation of files without EN Revcheck tags ( #92 )
...
Those have last been updated 15 years ago and are so out of date it is better to start from scratch.
2026-01-25 14:47:43 +00:00
Gina Peter Banyard
048c2120bf
ctype: Sync docs with EN
2026-01-18 21:53:27 +00:00
Gina Peter Banyard
3e04ae6070
Remove aspell docs - no longer exists in EN
2026-01-16 07:22:04 +00:00
Gina Peter Banyard
016fd19708
reference/apache: Sync docs with EN
2026-01-15 20:58:22 +00:00
hirosan
bcfb6d2e4a
Change return value to false in error handler ( #86 )
2025-11-19 21:39:49 +01:00
Manuel della Gala
758fe6d256
Updated reference/errorfunc/functions/debug-backtrace.xml ( #69 )
2025-05-06 10:49:51 +02:00
Davide Pastore
c268b1f210
Fix build ( #64 )
...
* Update oop5.xml
* Update types.xml
* Update fgetcsv.xml
* Update bcdiv.xml
* Update bcadd.xml and gmp-init.xml
* Update ini.xml
* Remove a file not in the EN tree
* Fix credits section
* Update get-magic-quotes-runtime.xml
* Remove useless section
* Update addslashes.xml
* Update ini.core.xml
* Update fwrite.xml
* Remove ini.magic-quotes-gpc reference from language-snippets.ent
* Update stripslashes.xml
* Update parse-str.xml
* Update oci-bind-by-name.xml
2025-02-10 09:39:24 +01:00
Gina Peter Banyard
db722efd94
Fix RelaxNG violations
...
These docs are already outdated so we just fix the issues
2024-10-31 15:45:26 +00:00
Gina Peter Banyard
470b64bd93
Partial GMP sync with EN
...
This fixes one RelaxNG violation
2024-10-27 11:20:09 +00:00
Gina Peter Banyard
7b4dbe56b2
Sync a cURL doc page
2024-10-24 17:10:59 +01:00
Gina Peter Banyard
db2d94da8b
Sync FTP docs with EN
2024-10-24 17:07:01 +01:00
Gina Peter Banyard
83993483a7
Sync more part of documentation with EN
2024-10-24 16:47:41 +01:00
Gina Peter Banyard
8d871ba314
Sync part of documentation with EN
2024-10-24 16:18:00 +01:00
Alberto Peripolli
66a8adfa5a
Fix typo ( #50 )
2024-06-23 18:30:37 +02:00
Gina Peter Banyard
f5c4ef13e9
Apply commit from doc-en PR 3422
2024-06-14 17:01:50 +01:00
Gina Peter Banyard
3422b021d7
Run script from doc-en PR 3206
2024-02-28 19:38:06 +00:00
Gina Peter Banyard
0cda083487
Minor updates and remove outdated constants page
2024-02-24 19:36:14 +00:00
Gina Peter Banyard
baabd2e912
Fix build by deleting outdated constants page
...
This didn't even have a revcheck commit hash, so it needs to be retranslated anyway
2024-01-28 18:52:22 +00:00