mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Make it possible to use recode 3.5 too. (happy now Wez? :)
This commit is contained in:
parent
43d46c2c41
commit
d066ed7c0e
2 changed files with 23 additions and 4 deletions
|
@ -30,8 +30,10 @@
|
|||
#if HAVE_LIBRECODE
|
||||
|
||||
/* For recode 3.5 */
|
||||
#if HAVE_BROKEN_RECODE
|
||||
extern char *program_name;
|
||||
char *program_name = "php";
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STDBOOL_H
|
||||
# include <stdbool.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue