History log of /PHP-5.5/configure.in (Results 226 – 250 of 1039)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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
# e68ffa09 07-May-2010 Antony Dovgal

make the code more readable


# 4e177642 07-May-2010 David Soria Parra

Abort if DTrace is not installed on the system


# dd8e59da 26-Apr-2010 Kalle Sommer Nielsen

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore

show more ...


# 08b9fdc8 24-Apr-2010 David Soria Parra

Add DTrace probes


# dd5c478b 20-Apr-2010 Dmitry Stogov

Added concept of interned strings. All strings constants known at compile time are allocated in a single copy and never changed.


# 913970ce 13-Apr-2010 Antony Dovgal

simplify configure check for nanosleep()


# be23f26c 13-Apr-2010 Antony Dovgal

simplify configure check for nanosleep()


# 880bde60 23-Mar-2010 Sebastian Bergmann

Fix version.


# 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


12345678910>>...42