index
:
php
PHP-5.3
PHP-5.4
dev/master/ldap-vlv
dev/php-5.3/ldap-vlv
dev/php-5.4/ldap-vlv
master
PHP Development
kolab-devel@kolab.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure.in
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-02
Fixed bug #61172 (Add Apache 2.4 support)
Christopher Jones
1
-0/+15
2012-01-23
LTP/gcov/lcov
Michael Wallner
1
-1/+1
2011-12-01
- Escape [ ] chars in the configure message
Felipe Pena
1
-3/+3
2011-11-15
- Fixed bug #55874 (GCC does not provide __sync_fetch_and_add on some archs)
Felipe Pena
1
-0/+7
2011-10-14
Fixed bug #60019 (Function time_nanosleep() is undefined on OS X).
Ilia Alshanetsky
1
-0/+1
2011-07-22
- remove magic quotes support, functions are kept (see the NEWS entry for the...
Pierre Joye
1
-9/+0
2011-06-08
Relax autoconf support from 2.60 to 2.59. This is the version available on C...
Christopher Jones
1
-2/+2
2011-06-02
Zend Signal Handling (see RFC: https://wiki.php.net/rfc/zendsignals)
Ilia Alshanetsky
1
-1/+1
2011-05-16
Get rid of autoconf warnings
Rasmus Lerdorf
1
-2/+101
2011-05-15
Drop support for autoconf < 2.60 in trunk and the
Rasmus Lerdorf
1
-48/+2
2011-04-18
Expose PHP_MANDIR
Hannes Magnusson
1
-0/+2
2010-11-13
- Implemented FR #53271, FR #52410 (Building multiple PHP binary SAPIs and on...
Jani Taskinen
1
-34/+30
2010-11-13
- Simplified the DTrace configure macros, one is enough
Jani Taskinen
1
-11/+3
2010-11-13
- WS + cleanup
Jani Taskinen
1
-7/+7
2010-11-02
- Fixed -g adding for gcc and g++ (former got it twice, latter not at all)
Jani Taskinen
1
-1/+1
2010-10-05
fix bug #50345 (nanosleep not detected properly on some solaris versions)
Antony Dovgal
1
-1/+1
2010-05-07
make the code more readable
Antony Dovgal
1
-7/+9
2010-05-07
Abort if DTrace is not installed on the system
David Soria Parra
1
-1/+1
2010-04-26
Removed safe_mode
Kalle Sommer Nielsen
1
-23/+1
2010-04-24
Add DTrace probes
David Soria Parra
1
-1/+26
2010-04-20
Added concept of interned strings. All strings constants known at compile tim...
Dmitry Stogov
1
-1/+1
2010-04-13
simplify configure check for nanosleep()
Antony Dovgal
1
-1/+1
2010-03-23
Fix version.
Sebastian Bergmann
1
-1/+1
2010-03-18
I am sorry I tried fixing PHP without extensive discussion on the mailing list.
Andrei Zmievski
1
-6/+0
2010-03-18
Fix a few problems with large (2G-4G) file uploads. Added
Andrei Zmievski
1
-0/+6
2010-01-12
Revert commit 292222. It's not needed anymore to specify c99.
David Soria Parra
1
-6/+1
2009-12-22
PHP 5.3.2RC1
Johannes Schlüter
1
-1/+1
2009-12-22
- Fixed bug #50517 (EXTRA_LDFLAGS polluted by wrong entries)
Jani Taskinen
1
-1/+0
2009-12-18
- Fixed bug #50508 (compile fails: Conflicting HEADER type declarations)
Jani Taskinen
1
-1/+0
2009-12-16
- Fixed bug #50496 (Use of <stdbool.h> is valid only in a c99 compilation env...
Sriram Natarajan
1
-1/+6
2009-12-15
- Make $sbindir be usable in C code as well (like $bindir and co.)
Jani Taskinen
1
-0/+2
2009-12-15
- Allow using $sbindir as well
Jani Taskinen
1
-0/+1
2009-12-02
- Fixed bug #50345 (nanosleep not detected properly on some solaris versions)
Jani Taskinen
1
-3/+3
2009-11-30
The old Darwin hack is BROKEN and INCORRECT. It works only for Darwin 9, not ...
Gwynne Raskind
1
-24/+8
2009-11-30
- Restore configure.in before the madness started
Jani Taskinen
1
-8/+24
2009-11-30
- Revert bad patch
Jani Taskinen
1
-3/+3
2009-11-30
re-committing: unsetting LIBS and LDFLAGS just makes it impossible to specify...
Gwynne Raskind
1
-3/+3
2009-11-30
once and for all remove the old broken Darwin hack, replace it with the new a...
Gwynne Raskind
1
-24/+8
2009-11-29
Revert attempt at supporting both autoconf 2.13 and
Rasmus Lerdorf
1
-16/+70
2009-11-29
Last attempt to get this stuff right before punting it
Rasmus Lerdorf
1
-1/+1
2009-11-28
More work on the autoconf 2.13->2.60+ transition code.
Rasmus Lerdorf
1
-5/+17
2009-11-28
unsetting LIBS and LDFLAGS just makes it impossible to specify LDFLAGS from t...
Gwynne Raskind
1
-3/+3
2009-11-28
Remove the now-unnecessary (and wrong anyway) Darwin hack
Gwynne Raskind
1
-24/+0
2009-11-28
This macro needs to come after AC_INIT
Rasmus Lerdorf
1
-1/+1
2009-11-28
Ok, new attempt. Require autoconf-2.60 in this branch.
Rasmus Lerdorf
1
-44/+2
2009-11-25
Someone strap down Jani and give him a sedative please.
Rasmus Lerdorf
1
-5/+5
2009-11-18
- Fixed "make test" in phpize builds when ini file(s) contain extension direc...
Jani Taskinen
1
-0/+2
2009-10-08
- Fixed bug #49809 (time_sleep_until is not available on solaris)
Jani Taskinen
1
-1/+2
2009-09-24
save LDFLAGS in EXTRA_LDFLAGS before unsetting
Antony Dovgal
1
-0/+1
2009-09-03
This will become 5.3.2, the NEWS file will be merged once 5.3.1 is out
Johannes Schlüter
1
-1/+1
[next]