Xinchen Hui
fa1883de19
Omitted GCC warning "comparison is always false"
2011-08-12 07:47:03 +00:00
Pierre Joye
a652bb991d
- fix build (introduce by r314641)
2011-08-11 07:11:39 +00:00
Xinchen Hui
5dc3195897
Avoiding strcpy, strcat, sprintf usage to make static analyzer happy
2011-08-09 12:16:58 +00:00
Xinchen Hui
571427c7db
Avoiding strcpy usage, Make static analyzer happy
2011-08-09 09:35:42 +00:00
Alexey Zakhlestin
818f03d9cd
MFB: propagated const, to avoid "discards qualifiers from pointer target type" errors
2008-10-16 11:42:20 +00:00
Jani Taskinen
2e4519b19c
- Visibility (bug #45564 )
2008-07-21 16:22:29 +00:00
Nuno Lopes
d2a2269f55
MFB: const keywording
2008-01-25 20:21:18 +00:00
Nuno Lopes
8cca6b219e
MFB: const'ify
2008-01-25 20:04:44 +00:00
Antony Dovgal
ea3875b62f
use local header when building bundled regex engine
2008-01-24 23:01:47 +00:00
Jani Taskinen
7c44729e41
- Cleanup and simplify
2007-07-16 13:41:12 +00:00
Ilia Alshanetsky
59639f3de7
MFB: Fixed potential use of un-initialized var
2006-10-12 01:05:25 +00:00
Wez Furlong
8fdec883ab
switch to ansi declaration so that vs.net 2005 groks it.
2005-07-29 23:31:59 +00:00
Antony Dovgal
e511b57e2a
fix yet another annoying compile warning
2004-08-13 14:59:58 +00:00
Moriyoshi Koizumi
5d3b5cd1c2
Fixed bug #25669 (eregi() with non-ascii characters)
2003-09-30 00:26:03 +00:00
Sascha Schumann
2909e5c9c9
centralize #include "build-defs.h" and drop (sometimes inconsistent) other
...
instances
2002-10-24 13:15:49 +00:00
Sascha Schumann
26a92a72f1
unused makefile.in
2002-03-18 14:38:01 +00:00
Sascha Schumann
7613e064f8
Remove trailing empty lines
2000-05-01 22:38:42 +00:00
Sascha Schumann
0d36199cf9
Large test commit IV
2000-05-01 22:04:52 +00:00
Sascha Schumann
de2cea47c0
Large commit test III
2000-05-01 22:00:09 +00:00
Sascha Schumann
953fe189da
Overall UNIX build system improvements:
...
* Makefile header is now completely dynamic
* Absolute paths in (top_)?(src|build)dir and VPATH
(fixes Tru64 support)
* VPATH does not contain variables anymore
(fixes UnixWare support)
2000-04-30 03:20:09 +00:00
Sascha Schumann
f2f8d38efa
Integration of -ng changes. Changes:
...
- added support for externally built modules,
- improved support for in-tree shared modules,
- fixed diversion bugs,
- configure displays some informative messages,
- faster static build
(libtool isn't used anymore for compiling non-PIC objects),
- dependencies comparable to automake's without requiring GNU make or GCC,
- working make clean for non-GNU makes.
1999-12-30 02:59:53 +00:00
Sascha Schumann
aec0bb339b
Fix -Wall warnings
1999-12-28 20:50:34 +00:00
Andi Gutmans
25c56d15cd
- Fixing warnings in regex
1999-11-14 20:13:54 +00:00
Sascha Schumann
afc9e1257b
Suck in prototypes correctly with applied aliases
...
(otherwise php_reg* would not be prototyped)
1999-11-13 18:33:28 +00:00
Andi Gutmans
3c1b362235
- Make Win32 compile again
1999-11-13 18:03:07 +00:00
Sascha Schumann
bcb2214e99
Improve regex library selection. It lets user specify whether they want
...
system, apache, or php's regex library by using the --with-regex option.
"php" is the default; if you use --with-apache in combination with
Apache 1.3.x, the default is "apache".
1999-11-13 16:51:33 +00:00
Sascha Schumann
6f57224890
upgrade regex library to alpha3.8
...
@- Upgraded regex library to alpha3.8 (Sascha)
1999-11-12 20:27:52 +00:00
Rasmus Lerdorf
f160ee8782
Kill the regex header file warnings
1999-10-29 17:33:19 +00:00
Sascha Schumann
8090041fbb
POSIX_MISTAKE is enabled by default.
1999-10-09 16:44:39 +00:00
Sascha Schumann
c27bbc4086
* Get rid of libphp_util.la
...
* Don't build CGI from convenience library
* Add additional checks to regex.h (Apache build broke)
1999-10-05 11:00:48 +00:00
Marko Karppinen
537aefdb26
Fix a typo? (compile bustage on Solaris 2.6)
1999-10-05 07:00:10 +00:00
Sascha Schumann
232afa4816
* archive-based convenience libraries completely replaced
...
with libtool components
* SAPI targets can enable thread-safe mode and define
shared/static/program build target
* all configure scripts use the same config.cache
* phplibdir is $(top_builddir)/modules to avoid
permission problems
* sapi/*/Makefile.inc are gone
* runpath handling cleaned up
* top-level Makefile.in obsoleted through Makefile.am
* --enable-versioning uses libtool's cleaner and more
portable -export-symbols feature
1999-10-04 15:18:26 +00:00
Andi Gutmans
36101a55ad
- Leave this for now.
1999-09-15 05:44:59 +00:00
Andi Gutmans
100148168a
- Thread-unsafe win32 compiles again
...
- Some strlcpy changes including one bug fix.
1999-09-15 05:42:36 +00:00
Thies C. Arntzen
63931ff4e8
you can now override the CFLAGS while doing make - eg:
...
make CFLAGS="-g"
1999-08-10 09:16:19 +00:00
Rasmus Lerdorf
2b2b3147de
Finish porting aspell - tested and works ok now
1999-07-12 19:18:07 +00:00
Sascha Schumann
2397e5d419
vpath thingie
1999-07-01 05:45:58 +00:00
Andrey Hristov
d41af4b7eb
*** empty log message ***
1999-06-23 15:04:21 +00:00
Sascha Schumann
03d2a11e27
more VPATH work
1999-05-29 18:11:49 +00:00
Zeev Suraski
882bbf6f45
Win32 patches
1999-04-07 21:19:35 +00:00
Zeev Suraski
aceaabceff
PHP 4.0
1999-04-07 21:05:13 +00:00