Commit Graph

670 Commits

Author SHA1 Message Date
Ilia Alshanetsky
15aada4fa2 MFB: Added gethostname() to return the current system host name. 2008-12-31 14:33:41 +00:00
Nuno Lopes
01bbafc58c MFB 2008-12-12 23:55:48 +00:00
David Soria Parra
10f7335698 MFB: Fix test for auto_cflags and explictly set GCC="no" if we detect suncc 2008-12-04 00:41:17 +00:00
Scott MacVicar
36660c01ab Add asprintf, use regular system malloc and free and add checks in configure.in for the functions 2008-11-27 19:45:16 +00:00
David Soria Parra
9aa93cc8d3 Feature request #46595. Use cc as default compiler and fallback to gcc. [DOC] 2008-11-17 15:12:33 +00:00
David Soria Parra
09cab52a27 Detect Sun C compiler and set default flags if it is used 2008-11-06 20:38:02 +00:00
Jani Taskinen
99aa33409c CS 2008-07-30 23:31:41 +00:00
Jani Taskinen
e3eb98f3ab - Fixed the fix for not requiring C++ always 2008-07-27 15:05:22 +00:00
Jani Taskinen
9a1d920934 - Fixed a minor problem in not enabling c++/g++ when not needed. 2008-07-25 12:34:55 +00:00
Jani Taskinen
f6404d756c MFB:- Fixed bug #40079 (php_get_current_user() not thread safe). 2008-07-21 10:16:32 +00:00
Jani Taskinen
665c51decb -nuke weird char 2008-07-16 16:29:13 +00:00
Jani Taskinen
92169c8d5f - Prevent errors in CVS builds when bison is not there (for Sean :) 2008-07-16 16:22:32 +00:00
Dmitry Stogov
8d2e0a7e0f Added closures support 2008-07-08 07:05:04 +00:00
Marcus Boerger
68f913993e - Fix style 2008-06-02 16:29:25 +00:00
Marcus Boerger
ba2ab96791 - MFB config stuff 2008-05-31 20:04:49 +00:00
Marcus Boerger
d21e93fdf6 - Add pharcmd to default targets if present 2008-05-31 19:27:23 +00:00
Antony Dovgal
e73cd561b6 improve regexp to support b0rked SED versions (i.e. Solaris) 2008-05-23 19:10:01 +00:00
Gwynne Raskind
2e4fb1da85 force use of BSD sed for OS X hack (patch by Alexey Zakhlestin) 2008-04-15 16:31:15 +00:00
Gwynne Raskind
fcb9db398a Fix the fix. Sorry for the commit noise. 2008-04-01 02:41:16 +00:00
Gwynne Raskind
b9907f55dd MFB: fix the darwin 9 hack again; add the -O2 back in to avoid performance loss when not compiling for debug 2008-04-01 02:39:17 +00:00
Scott MacVicar
56352d1a2f MFB 5.3: Rest of the changes for re2c merge 2008-03-26 14:46:17 +00:00
Gwynne Raskind
0c2ef3cece Improve the Darwin 9 hack considerably and switch to using dl*() instead of NS*() on Darwin 8+. 2008-03-10 15:17:47 +00:00
Gwynne Raskind
4b5963b330 Fix Darwin 9/Mac OS X 10.5 build problems, or at least patch them 2008-03-09 14:27:15 +00:00
Marcus Boerger
14aca9c605 - Allow zend_extensions to be build inside ext and tested with 'make test' 2008-02-17 20:49:46 +00:00
Dmitry Stogov
b377ab8a18 Reverted memrchr() patch, because it is broken on linux 64-bit 2008-02-14 10:25:10 +00:00
Dmitry Stogov
0df9f4852f Use memrchr() instead of zend_memrchr() if available. (Nuno) 2008-02-13 16:22:12 +00:00
Dmitry Stogov
42a683d688 Imporoved PHP binary size and startup speed with GCC4 visibility control (Nuno) 2008-01-30 09:56:22 +00:00
Dmitry Stogov
6847c18150 Added garbage collector 2008-01-22 09:29:29 +00:00
Nuno Lopes
b548802b58 MFB: allow lcov 1.6 2007-10-05 14:49:40 +00:00
Jani Taskinen
44cbb46246 - Added common getopt implementation to core.
- Added long-option feature to getopt().
- Made getopt() available on win32 systems.
Patch by: David Soria Parra <dsp@php.net>
[DOC]: These changes will be available from 5.3+
2007-10-01 12:32:39 +00:00
Jani Taskinen
56f88566e9 - Part 1 of fixing problems with runpath switch (make --disable-rpath work for real) 2007-08-20 14:28:29 +00:00
Jani Taskinen
99139b574d - Fixed bug #42195 (C++ compiler required always) 2007-08-06 14:33:06 +00:00
Jani Taskinen
452ace5e14 - Made build system less dependant for the PHP major version to also
ease MFB/MFH as acinclude.m4 and Makefile.global are identical in both
  branches.
2007-07-26 22:45:22 +00:00
Jani Taskinen
41c6375840 - Moved the old regex functions to it's own extension: ereg 2007-07-15 19:50:07 +00:00
Jani Taskinen
e0674ac629 - missing comma 2007-07-12 14:18:01 +00:00
Jani Taskinen
c4e5bda83e - Fix invalid logic (plus made it possible to pass only integers to this) 2007-07-12 11:33:18 +00:00
Jani Taskinen
71b3ea6971 - Enabled PHP_CHECK_CONFIGURE_OPTIONS (check for unknown configure options) 2007-07-11 23:13:19 +00:00
Jani Taskinen
490d288326 - Removed --enable-versioning 2007-07-10 10:18:26 +00:00
Antony Dovgal
d850ea2172 fix #41908 (CFLAGS="-Os" ./configure --enable-debug fails)
patch by christian at hoffie dot info
2007-07-06 10:58:36 +00:00
foobar
f0f44a3652 - Fix some configure --help texts 2007-07-03 17:24:39 +00:00
foobar
68724e2489 - Improved php-config:
. Added --configure-options option to get configure line for current build
  . Added --php-sapis option which shows SAPIs available
  . Fixed problem with missing php binary when CLI is not build but CGI is.
- Fixed broken sed issues in phpize script
2007-06-29 01:09:54 +00:00
foobar
28fc4c26fc - Added PHP_CHECK_SIZEOF macro (special version of AC_CHECK_SIZEOF)
# Now types like ptrdiff_t, ssize_t and intmax_t get defined to something
# useful..
2007-06-27 14:40:02 +00:00
Dmitry Stogov
86fe7aa2af Fixed stat() to support rdev, blocksize and blocks on Fedora 7 2007-06-25 14:23:21 +00:00
foobar
9112c17171 MFB:- Unify installation of SAPIs: CGI is no exception anymore. 2007-05-24 23:31:15 +00:00
foobar
3bec20159c MFB 2007-05-24 21:43:56 +00:00
Dmitry Stogov
176864b509 libfcgi cleanup (Andrei Nigmatulin) 2007-05-21 08:48:13 +00:00
Marcus Boerger
01220f548f - Add glob stream wrapper 2007-03-03 20:41:12 +00:00
Antony Dovgal
389e17332e move PHP_TEST_WRITE_STDOUT to acinclude.m4 and use it in configure.in
its result is used in sapi/cli & sapi/embed, not just sapi/cgi
2007-02-20 20:10:53 +00:00
Antony Dovgal
f8892b44ae check if -no-cpp-precomp is supported by GCC before using it (mac os only) 2007-01-26 11:13:50 +00:00
Andrei Zmievski
af7451985e Create PHP_SETUP_ICU macro that can be used in self-contained
extensions.
2007-01-12 18:57:11 +00:00