File tree 3 files changed +9
-0
lines changed 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1
1
PHP 4 NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
?? Jun 2004, Version 4.3.7
4
+ - Fixed bug #28564 (Problem building informix as a shared extension).
5
+ (roques at mti dot ag, Ilia)
4
6
5
7
25 May 2004, Version 4.3.7RC1
6
8
- Upgraded bundled GD library to 2.0.23. (Ilia)
Original file line number Diff line number Diff line change
1
+ OVERALL_TARGET += $(srcdir ) /ifx.c
1
2
2
3
$(srcdir ) /ifx.c : $(srcdir ) /ifx.ec $(builddir ) /libphpifx.a
3
4
(if test -d $( INFORMIXDIR) ; then \
4
5
THREADLIB=POSIX $(INFORMIXDIR ) /bin/esql -e $(IFX_ESQL_FLAGS ) $(srcdir ) /ifx.ec; mv ifx.c $@ ; \
6
+ THREADLIB=POSIX $(INFORMIXDIR ) /bin/esql -e $(IFX_ESQL_FLAGS ) $(srcdir ) /ifx.ec; \
7
+ mv ifx.c $@ || true; \
5
8
else \
6
9
touch $@; \
7
10
fi)
Original file line number Diff line number Diff line change 37
37
/* prevent mod_ssl.h's header file from being included. */
38
38
#define AP_HOOK_H
39
39
40
+ #ifdef HAVE_CONFIG_H
41
+ #include " config.h"
42
+ #endif
43
+
40
44
#include " php.h"
41
45
#include " php_globals.h"
42
46
#include " ext/standard/php_standard.h"
You can’t perform that action at this time.
0 commit comments