Sascha Schumann
4179e85693
Propagate pthread_cflags to CXXFLAGS and INLINE_CFLAGS
2000-03-30 04:09:56 +00:00
Zeev Suraski
8c79054ad2
Package RC1
2000-03-26 19:18:59 +00:00
Sascha Schumann
3b2bcf3c41
Fix internal_functions.c screwup for people not using --with-mm
2000-03-26 15:26:15 +00:00
Sascha Schumann
a2d42419a5
Revamp session's config.m4 and reenable support for mm. The shared memory
...
module works now successfully again under Apache and other web servers.
2000-03-26 02:47:00 +00:00
Sascha Schumann
827ad656cb
@- Added --disable-pic for disabling generating PIC for shared objects
...
on platforms which support it (i.e. Linux) (Sascha)
Additionally, we enforce passing pthread_cflags to the compiler, if
libtool chooses it as linker.
2000-03-18 17:58:09 +00:00
Andi Gutmans
9dca788ca0
- Don't define DEBUG anymore. Everyone should use PHP_DEBUG.
...
There are 2-3 third-party libs in PHP which use DEBUG and I left them
this way (primary example is pcrelib).
- Please test things and Andrei, can you check that pcrelib stopped
printing the warning messages?
2000-03-11 20:48:49 +00:00
Sascha Schumann
4a50fde509
mkextlib is not created anymore
2000-03-11 11:36:46 +00:00
Sascha Schumann
cc14640f17
We don't need mkextlib anymore
2000-03-11 11:20:09 +00:00
Sascha Schumann
e8cf4a40d4
Fix build problem on systems where ulong is not defined.
...
There ulong was defined to `unsigned long long' resulting
in compile-time problems in libmysql. The client library
uses `ulong' an `unsigned long' interchangeable.
The removed tests are performed by the Zend library, thus
this change has no negative impact.
Reported by: Dan Larsson <dl@tyfon.net>
2000-03-09 17:30:08 +00:00
Sascha Schumann
77fb7d2b64
Write configuration parameters into `config.nice', so you can redo the
...
same configuration with exactly one command.
2000-03-07 18:05:16 +00:00
Sascha Schumann
1ceb19f196
Use threads.m4
2000-03-07 13:27:37 +00:00
Sascha Schumann
3bfe29fddb
Support HP-UX 10.x non-standard time-related reentrant functions
2000-03-03 16:10:38 +00:00
Sascha Schumann
c5977f6503
AD_ADD_LIBRARY_DEFER allows people to add libraries in a deferred way
...
(needed for imap and recode)
2000-02-29 13:02:29 +00:00
Zeev Suraski
bf5cb890b0
- Convert 'PHP3' to 'PHP'
...
- Avoid declaring crypt() related salt types twice
2000-02-26 03:20:55 +00:00
Stig Bakken
d23e5d837a
@- Implemented default_charset and default_mimetype config directives (Stig)
...
Implemented default_charset and default_mimetype configuration directives.
Started implementing ticks in PHP.
2000-02-25 21:27:03 +00:00
Thies C. Arntzen
a8c7a9deb8
bump version number
2000-02-23 18:57:08 +00:00
Sascha Schumann
da8c6bea46
Proper check for getrusage(), it somehow disappeared.
2000-02-23 13:57:06 +00:00
Zeev Suraski
a763da63ad
Prepare a package
2000-02-21 16:34:50 +00:00
Thies C. Arntzen
ef1ea9c895
the next baby is likely to be RC1, but...
2000-02-21 11:02:02 +00:00
Zeev Suraski
021836efcb
Go B4, go!
2000-02-20 21:30:33 +00:00
Zeev Suraski
43819ff6b2
*** empty log message ***
2000-02-19 22:45:49 +00:00
Sam Ruby
e6c203832e
First step to restoring the ability to build Java support on Unix:
...
1) Restore the ability to build CGI as a shared library
2) Correct make dependency rule so that the jar files are included
3) Search for jar executable, and use it, if found
Left TODO: actually build the shared libraries
2000-01-19 14:45:26 +00:00
Sascha Schumann
c658fc5cbd
Only suppress including dlfcn.h when we are in PHP.
2000-01-12 19:56:12 +00:00
Sascha Schumann
da67577ed3
Avoid including dlfcn.h, if we are compiling as an Apache module.
2000-01-12 19:44:35 +00:00
Sascha Schumann
2fd8cbff2a
Declare timezone only, if the system fails to do so.
2000-01-01 02:22:01 +00:00
Sascha Schumann
48c35eaeaa
Define to 1
1999-12-30 08:03:55 +00:00
Sascha Schumann
2c99bef442
Get rid of config.h.stub. Note that you should embed a comment about
...
what the respective define does into the AC_DEFINE macro. I.e.
AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO])
1999-12-30 04:07:46 +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
0ef049d707
Remove --enable-low-memory, and preserve LIBS from TSRM
1999-12-24 15:47:44 +00:00
Sascha Schumann
81913fc35c
Clear LIBS as well, otherwise later linking checks (TSRM) might fail
1999-12-22 22:38:10 +00:00
Sascha Schumann
a1160a3eb9
Add TSRM's LDFLAGS to EXTRA_LDFLAGS
1999-12-22 22:24:20 +00:00
Sascha Schumann
23f92bfa20
Limit _POSIX_PTHREAD_SEMANTICS to Solaris, and stop appending -O2. This
...
is automatically done by autoconf's AC_PROG_CC.
1999-12-22 21:02:31 +00:00
Sascha Schumann
23e5aedd37
Move TSRM checks, so that additional flags can be considered
...
@- Added GNU Pth support (Sascha, TSRM library)
1999-12-21 18:04:31 +00:00
Sascha Schumann
a31237a21f
Only add additional include paths, if building in a separate directory
...
(cosmetic change)
1999-12-21 02:35:07 +00:00
Sascha Schumann
2e07f02451
Propagate ZTS setting correctly
1999-12-21 00:15:51 +00:00
Sascha Schumann
724e4e2259
Fix typo
1999-12-20 08:10:38 +00:00
Zeev Suraski
4d2b0715d1
libzend -> Zend
1999-12-19 21:02:54 +00:00
Sascha Schumann
b4b39c6886
Fix broken sprintf handling in PHP
1999-12-19 20:08:40 +00:00
Sascha Schumann
48fb8ba3cd
Refine PEAR option. Since it does not reference anything external, it should be
...
AC_ARG_ENABLE instead of AC_ARG_WITH.
1999-12-19 13:59:29 +00:00
Andrei Zmievski
ce10927efb
Added --without-pear option.
1999-12-18 23:25:55 +00:00
Sascha Schumann
13b2c79f6a
Remove passthru, it is not needed anymore
1999-12-17 14:36:53 +00:00
Sascha Schumann
a4c484a4d8
Build structure change. Instead of using an external configure for libzend
...
and TSRM, the core code of these configures was separated into extra m4
files which we can now include into PHP's configure. Advantages:
- better integrated
- faster
- distribution becomes smaller (only one set of libtool files)
1999-12-17 14:28:35 +00:00
Sascha Schumann
7365698268
Moving APXS-specific checks into respective config.m4. The placement of
...
`%APXS -q..` caused error messages, if APXS was not used.
1999-12-11 17:48:41 +00:00
Andrei Zmievski
be197551c7
Revert the patch.
1999-12-07 18:18:17 +00:00
Rasmus Lerdorf
7284ec7ab4
Add check for broken apxs script
1999-12-07 16:52:13 +00:00
Andrei Zmievski
4f52bab52f
Need to check for __inet_aton on Solaris.
1999-12-07 16:26:42 +00:00
Sascha Schumann
7ac99e5aa3
Move it to the right place
1999-12-07 15:22:49 +00:00
Sascha Schumann
b47cb50ccd
Separate libpaths into PHP_LDFLAGS, so that we can address them
...
separately (required for Apache build).
1999-12-06 15:32:01 +00:00
Sascha Schumann
f2a090c6f1
Add rpaths to LDFLAGS during configure, drop them later.
1999-12-05 22:41:08 +00:00
Sascha Schumann
9417570dc1
Prepend added libraries and separate LDFLAGS handling
1999-12-05 16:24:20 +00:00