Jani Taskinen
14c70e0959
- Fixed bug #50345 (nanosleep not detected properly on some solaris versions)
2009-12-02 08:54:50 +00:00
Gwynne Raskind
b2cc8c69dc
The old Darwin hack is BROKEN and INCORRECT. It works only for Darwin 9, not 10, and uses an ugly CFLAGS hack that messes with the entire build. This version sets one cached value to the correct result for Darwin 9 and 10. It's cleaner, has no side effects, has nothing to do with Autoconf versions, and works for everyone.
2009-11-30 21:38:44 +00:00
Jani Taskinen
d261e6f4a2
- Restore configure.in before the madness started
2009-11-30 14:08:33 +00:00
Jani Taskinen
16450418b1
- Revert bad patch
2009-11-30 08:31:32 +00:00
Gwynne Raskind
477649cd3f
re-committing: unsetting LIBS and LDFLAGS just makes it impossible to specify LDFLAGS from the environment. keeping them doesn't seem to cause any trouble
2009-11-30 08:18:44 +00:00
Gwynne Raskind
f275cd0815
once and for all remove the old broken Darwin hack, replace it with the new and much cleaner and simpler one
2009-11-30 08:17:13 +00:00
Rasmus Lerdorf
937358ebc7
Revert attempt at supporting both autoconf 2.13 and
...
modern versions in the same build chain. There are
simply too many broken things in 2.13 to make it work.
Cache handling is broken as well which is why I need
to revert the pdo_inc_path cache fix as well.
trunk is now 2.60+ only and I'll work on cleaning out
all the legacy cruft from there.
2009-11-29 06:13:22 +00:00
Rasmus Lerdorf
deec59ab2c
Last attempt to get this stuff right before punting it
...
and being stuck on 1996 autoconf for eternity
2009-11-29 03:32:54 +00:00
Rasmus Lerdorf
7cdd773081
More work on the autoconf 2.13->2.60+ transition code.
...
2.13 should be working again with one weird libtool issue
left to solve. It doesn't seem directly related to this
stuff.
2009-11-28 23:06:54 +00:00
Gwynne Raskind
21a6e1f962
unsetting LIBS and LDFLAGS just makes it impossible to specify LDFLAGS from the environment. keeping them doesn't seem to cause any trouble
2009-11-28 19:48:38 +00:00
Gwynne Raskind
d271615ba4
Remove the now-unnecessary (and wrong anyway) Darwin hack
2009-11-28 19:19:11 +00:00
Rasmus Lerdorf
c9ab4df521
This macro needs to come after AC_INIT
2009-11-28 18:56:20 +00:00
Rasmus Lerdorf
6961cd023a
Ok, new attempt. Require autoconf-2.60 in this branch.
...
This simplifies things quite a bit by entirely getting
rid of the m4 diversions which were messing things up.
Now we are using the built-in autoconf diversions the
way they were intended and the HELP output order is
preserved through the AC_PRESERVE_HELP_ORDER macro
which was introduced in autoconf-2.59c
The next thing to clean up are the template warnings
and I want to get to the bottom of the cache warning
we generate as well. Now that I fixed the _cv_ stuff,
I am not sure that is still a valid warning.
2009-11-28 17:56:03 +00:00
Rasmus Lerdorf
5a2b41a627
Someone strap down Jani and give him a sedative please.
...
This makes our toolchain work with the latest versions
of autoconf and avoids a lot of end-user grief.
2009-11-25 01:30:06 +00:00
Jani Taskinen
9a12e9a1f9
- Fixed "make test" in phpize builds when ini file(s) contain extension directives
2009-11-18 17:52:22 +00:00
Jani Taskinen
b2ff362a5c
- Fixed bug #49809 (time_sleep_until is not available on solaris)
2009-10-08 14:21:53 +00:00
Antony Dovgal
5e810ee5e4
save LDFLAGS in EXTRA_LDFLAGS before unsetting
...
this patch makes sure that LDFLAGS are taken into account when
configuring the build
2009-09-24 10:43:13 +00:00
Johannes Schlüter
bcde6a023c
This will become 5.3.2, the NEWS file will be merged once 5.3.1 is out
2009-09-03 21:35:17 +00:00
Antony Dovgal
580c51215f
add -g along with -O0
2009-09-01 15:13:02 +00:00
Scott MacVicar
050653466f
Merge chanes from head to improve DNS on OSX and allow usage of bind9 stuff with the bind8 compatibility layer.
2009-08-11 22:07:35 +00:00
Scott MacVicar
c54f6df978
Fix bug #48575 - Use dlopen() just like all the other *nixes instead of OSX specific code.
2009-08-06 01:33:54 +00:00
Scott MacVicar
af5df4c813
Change dns.h to php_dns.h, part of my dns cleanup
2009-08-05 23:20:17 +00:00
Scott MacVicar
f1521e18c0
res_search is already checked within ext/standard/config.m4
...
also check for arpa/nameser_compat.h, OSX puts some old defines in there (not used yet)
2009-08-05 20:01:33 +00:00
Johannes Schlüter
569869855e
CVS->SVN
2009-07-20 14:34:09 +00:00
Christopher Jones
defb5d1f7d
MFH: Bug #48722 (Update OCI8 --enable-sigchild warning)
2009-07-19 16:27:59 +00:00
Stanislav Malyshev
41d1c12978
fix build
2009-07-14 18:57:55 +00:00
Jani Taskinen
0f60a5d540
Nuke "hotfix", fix the real issue..
2009-07-03 11:42:11 +00:00
Jani Taskinen
a6cbd01d99
- Fixed bug #48782 (CFLAGS killed during configure)
2009-07-03 07:59:53 +00:00
Johannes Schlüter
52c9cad8e4
Back to -dev
2009-06-29 16:33:25 +00:00
Johannes Schlüter
4b4283bdc0
Bump version to 5.3.0 and API Nos. up
2009-06-26 15:44:19 +00:00
Johannes Schlüter
e1ae933031
Fix trouble with memory alignment on Sparch, see #48668 (David)
2009-06-26 15:42:11 +00:00
Johannes Schlüter
9851acba7b
Back to dev
2009-06-18 21:07:08 +00:00
Johannes Schlüter
ff1bf7f766
5.3.0 RC 4
2009-06-18 21:01:03 +00:00
Johannes Schlüter
a8f3eeefe8
back to -dev
2009-06-10 18:39:15 +00:00
Johannes Schlüter
10d976d225
5.3.0RC3
2009-06-10 18:18:43 +00:00
Derick Rethans
d29d24427f
- MFH: 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.
#- [DOC]
2009-05-18 21:33:38 +00:00
Johannes Schlüter
508a2d0c3d
Back to -dev
2009-05-06 18:57:45 +00:00
Johannes Schlüter
6eb27922d7
5.3.0RC2-dev
2009-05-06 18:51:29 +00:00
Ilia Alshanetsky
e6c96dec60
Fixed bug #48156 (Added support for lcov v1.7)
2009-05-06 14:04:46 +00:00
Johannes Schlüter
5afff17958
Back to dev
2009-03-23 20:40:37 +00:00
Johannes Schlüter
3c038201eb
5.3.0 RC 1
2009-03-23 20:33:21 +00:00
Dmitry Stogov
31c0af245e
Fixed floating point mathematic speed degradation (Christian)
2009-03-18 10:18:10 +00:00
Antony Dovgal
3419a468eb
MFH: fix check for zend_extension type
2009-02-11 09:11:17 +00:00
Scott MacVicar
40fa70a790
MFH Fix debug builds for OSX, PHP_DEBUG is set to 1 at the top
2009-02-11 00:08:31 +00:00
David Soria Parra
ab0eff9a14
MFH: Fix a typo
2009-02-01 21:52:07 +00:00
Johannes Schlüter
fd3942f4ce
Back to -dev
2009-01-28 22:09:55 +00:00
Johannes Schlüter
42023008b9
PHP 5.3.0beta1
2009-01-28 21:38:45 +00:00
Scott MacVicar
8911ba1c62
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:37:16 +00:00
Ilia Alshanetsky
540242dc2d
[DOC]
...
Added gethostname() to return the current system host name.
2008-12-31 14:30:38 +00:00
Nuno Lopes
7c910b94cf
make *printf() functions do not read strings past their specified length (if any)
2008-12-12 23:43:18 +00:00