We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f0b570 commit e0a44fbCopy full SHA for e0a44fb
README.md
@@ -15,7 +15,6 @@ sloppy in this case). So dom_varimport has been introduced: it produces DOMDocum
15
from a nested array near 20 times faster than a hand-made code in native PHP
16
(1 MB XML with thousands of nodes could be generated in 1-2 ms).
17
18
-
19
## How to build
20
21
phpize
@@ -29,6 +28,8 @@ Then, add the following to your `php.ini` file:
29
28
30
extension=dom_varimport.so
31
+RPMs for Fedora, RHEL and CentOS are available in [remi](http://rpms.remirepo.net/) repository.
32
+
33
## Synopsis
34
35
The code:
0 commit comments