Commit Graph

682 Commits

Author SHA1 Message Date
David Soria Parra
28f7ed9365 - Add DTrace support. 2009-07-19 14:00:25 +00:00
Gwynne Raskind
8ae922e36c php5.spec was never used, as far as can be determined. also, php 5 -> php 6 in makerpm, but that script needs considerably more work IMO 2009-07-15 07:04:43 +00:00
Stanislav Malyshev
74563e179b fix build 2009-07-14 19:05:52 +00:00
Jani Taskinen
14cbb083c2 typo. or something. Who knows, the branches are a mess anyway.. 2009-07-03 11:41:06 +00:00
Derick Rethans
d5c8121b39 - Get rid of the four different versions of zend_extension* and only use
zend_extension. Because of the API identifier change in PHP 5.3 you also get
  a proper warning message now.
2009-05-18 21:28:42 +00:00
Ilia Alshanetsky
4764d6420b MFB: Fixed bug #48156 (Added support for lcov v1.7) 2009-05-06 14:04:58 +00:00
Dmitry Stogov
83a6de49b1 Fixed floating point mathematic speed degradation (Christian) 2009-03-18 10:49:36 +00:00
David Soria Parra
7eceefc879 Remove zend_dynamic_array and it's build targets as it is not longer needed 2009-02-23 03:35:18 +00:00
Antony Dovgal
0e49dd9e48 fix check for zend_extension type 2009-02-11 09:07:41 +00:00
Scott MacVicar
35f8c3f40f Fix debug builds for OSX, PHP_DEBUG is set to 1 at the top 2009-02-11 00:08:17 +00:00
David Soria Parra
c2a37c74ed Fix a typo 2009-02-01 21:51:44 +00:00
Scott MacVicar
4c66135f5b MFB Add support for the older style bind 8 functions, this adds support for OS X to use all of the dns_* functions. 2009-01-11 23:47:52 +00:00
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