-
```
What steps will reproduce the problem?
1. Download current version
2. Run example.php
What is the expected output? What do you see instead?
Some sort of client info is what I expect, instead I …
-
```
What steps will reproduce the problem?
1. Download current version
2. Run example.php
What is the expected output? What do you see instead?
Some sort of client info is what I expect, instead I …
-
### Description
The following code:
```php
```
Resulted in this output:
```
object(Dom\Attr)#2 (22) {
["namespaceURI"]=>
string(10) "special-ns"
["prefix"]=>
string(7) "special…
-
En xadesSign.php se crea una instancia new XML().
Donde esta la clase XML? PHP tiene las clases SimpleXML y DOMDocument pero no encuentro ninguna llamada XML
-
Sending broken XML to the application throws an exception. The middleware *must not* trust the XML so much that it assumes it is valid. That's a potential attack vector.
```json
{
"message": …
-
在回调方法中,这2行代码如何使用呢?
$xml = $GLOBALS['HTTP_RAW_POST_DATA'];
$ret = json_decode(json_encode(simplexml_load_string($xml, 'SimpleXMLElement', LIBXML_NOCDATA)), true);
-
Until PHP 8.0 `key()` function returns `´false`, if data is not prepared with `rewind()` before. With PHP 8.1 an `Exception` is thrown.
From manual page: https://php.net/simplexmliterator.key
--…
-
I want to use xmlwriter and SimpleXML extensions.
Is there a way to enable those extensions?
-
```
What steps will reproduce the problem?
1. Download current version
2. Run example.php
What is the expected output? What do you see instead?
Some sort of client info is what I expect, instead I …
-
# Bug report
### What I did
I'm using lat, lng, location on datbaase, as explained in the documentation.
If I click to set the pin on the map, instead of drag'n'dropping it, an empty set of lat…