mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Removed pointless memory allocation checks.
This commit is contained in:
parent
94c25df592
commit
72b356c1bc
11 changed files with 24 additions and 99 deletions
|
@ -98,10 +98,6 @@ enum php_xml_option {
|
|||
PHP_XML_OPTION_SKIP_WHITE
|
||||
};
|
||||
|
||||
#define RETURN_OUT_OF_MEMORY \
|
||||
php_error(E_WARNING, "Out of memory");\
|
||||
RETURN_FALSE
|
||||
|
||||
/* for xml_parse_into_struct */
|
||||
|
||||
#define XML_MAXLEVEL 255 /* XXX this should be dynamic */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue