Revision tags: php-5.2.14RC3 |
|
#
c06a26a5 |
| 02-Jul-2010 |
Johannes Schlüter |
Back to -dev
|
Revision tags: php-5.3.3RC2 |
|
#
2b48156e |
| 01-Jul-2010 |
Johannes Schlüter |
5.3.3 RC2
|
Revision tags: php-5.2.14RC2 |
|
#
d52e1322 |
| 18-Jun-2010 |
Johannes Schlüter |
back to -dev
|
Revision tags: php-5.3.3RC1 |
|
#
8661e8d2 |
| 17-Jun-2010 |
Johannes Schlüter |
PHP 5.3.3RC1
|
Revision tags: php-5.2.14RC1 |
|
#
913970ce |
| 13-Apr-2010 |
Antony Dovgal |
simplify configure check for nanosleep()
|
#
f92fae2f |
| 18-Mar-2010 |
Andrei Zmievski |
I am sorry I tried fixing PHP without extensive discussion on the mailing list. I am sorry I tried fixing PHP without extensive discussion on the mailing list. I am sorry I tried fixing PHP w
I am sorry I tried fixing PHP without extensive discussion on the mailing list. I am sorry I tried fixing PHP without extensive discussion on the mailing list. I am sorry I tried fixing PHP without extensive discussion on the mailing list. Hope all the relevant parties are satisfied.
show more ...
|
#
3220f15c |
| 18-Mar-2010 |
Andrei Zmievski |
Fix a few problems with large (2G-4G) file uploads. Added --enable-large-uploads-fix switch because one change was in SAPI.h structure.
|
Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1 |
|
#
e3f76cc8 |
| 12-Jan-2010 |
David Soria Parra |
Revert commit 292222. It's not needed anymore to specify c99.
|
Revision tags: php-5.3.2RC1 |
|
#
d046bf5d |
| 22-Dec-2009 |
Johannes Schlüter |
PHP 5.3.2RC1
|
#
294401cf |
| 22-Dec-2009 |
Jani Taskinen |
- Fixed bug #50517 (EXTRA_LDFLAGS polluted by wrong entries) # Until someone shows me use case for LDFLAGS, this is gone. # This was wrong place to import it anyway.
|
#
52f83608 |
| 18-Dec-2009 |
Jani Taskinen |
- Fixed bug #50508 (compile fails: Conflicting HEADER type declarations) # NEVER ever include nameser_compat.h, it's included in various ways in different OSes by nameser.h if needed
|
#
cbc6619f |
| 16-Dec-2009 |
Sriram Natarajan |
- Fixed bug #50496 (Use of <stdbool.h> is valid only in a c99 compilation environment.)
|
Revision tags: php-5.2.12 |
|
#
4e10081f |
| 15-Dec-2009 |
Jani Taskinen |
- Make $sbindir be usable in C code as well (like $bindir and co.)
|
#
def4e7c0 |
| 15-Dec-2009 |
Jani Taskinen |
- Allow using $sbindir as well
|
Revision tags: php-5.2.12RC4 |
|
#
14c70e09 |
| 02-Dec-2009 |
Jani Taskinen |
- Fixed bug #50345 (nanosleep not detected properly on some solaris versions)
|
#
b2cc8c69 |
| 30-Nov-2009 |
Gwynne Raskind |
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 resu
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.
show more ...
|
#
d261e6f4 |
| 30-Nov-2009 |
Jani Taskinen |
- Restore configure.in before the madness started
|
#
16450418 |
| 30-Nov-2009 |
Jani Taskinen |
- Revert bad patch
|
#
477649cd |
| 30-Nov-2009 |
Gwynne Raskind |
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
|
#
f275cd08 |
| 30-Nov-2009 |
Gwynne Raskind |
once and for all remove the old broken Darwin hack, replace it with the new and much cleaner and simpler one
|
#
937358eb |
| 29-Nov-2009 |
Rasmus Lerdorf |
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
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.
show more ...
|
#
deec59ab |
| 29-Nov-2009 |
Rasmus Lerdorf |
Last attempt to get this stuff right before punting it and being stuck on 1996 autoconf for eternity
|
#
7cdd7730 |
| 28-Nov-2009 |
Rasmus Lerdorf |
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.
|
#
21a6e1f9 |
| 28-Nov-2009 |
Gwynne Raskind |
unsetting LIBS and LDFLAGS just makes it impossible to specify LDFLAGS from the environment. keeping them doesn't seem to cause any trouble
|
#
d271615b |
| 28-Nov-2009 |
Gwynne Raskind |
Remove the now-unnecessary (and wrong anyway) Darwin hack
|