summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* spread some more CS and folding loveAntony Dovgal2009-12-0224-591/+475
|
* CS and folding ++Antony Dovgal2009-12-024-25/+46
|
* tweak `make install` a bit - move FPM installation right after CLIAntony Dovgal2009-12-021-28/+6
| | | | | | also remove conf backups (not supported by our shtool) and nginx conf installation (no need to be that smart)
* fix typoAntony Dovgal2009-12-021-1/+1
|
* various configure & build improvementsAntony Dovgal2009-12-022-15/+77
|
* ICC support :)Antony Dovgal2009-12-021-1/+1
|
* add support for some weird platformsAntony Dovgal2009-12-026-5/+125
|
* add missing patch for fpm(cgi)_main.cAntony Dovgal2009-12-023-551/+183
|
* add FPM sapiAntony Dovgal2009-12-0259-0/+10355
|
* add separate branch (based of PHP_5_3) for FPM sapiAntony Dovgal2009-12-020-0/+0
|
* - Fix orderJani Taskinen2009-12-021-4/+3
|
* and the newsAndrey Hristov2009-12-021-0/+1
|
* fix macro so that 5-byte BIT values are decoded correctlyAndrey Hristov2009-12-021-4/+4
|
* - Fixed bug #50345 (nanosleep not detected properly on some solaris versions)Jani Taskinen2009-12-022-3/+5
|
* - Sync filesJani Taskinen2009-12-021-4/+7
|
* Fix broken build.Rasmus Lerdorf2009-12-011-0/+2
| | | | | This constant is not in older versions of MySQL.
* - Fixed bug #49660 (libxml 2.7.3+ limits text nodes to 10MB). (Felipe)Felipe Pena2009-12-013-0/+10
| | | | | | | | - Added LIBXML_PARSEHUGE constant to overrides the maximum text size of a single text node when using libxml2.7.3+. (Kalle) [DOC]
* - Touché filésJani Taskinen2009-11-302-1891/+2001
|
* - Fixed bug #50340 (php.ini parser does not allow spaces in ini keys)Jani Taskinen2009-11-302-1/+28
|
* The old Darwin hack is BROKEN and INCORRECT. It works only for Darwin 9, not ↵Gwynne Raskind2009-11-301-24/+8
| | | | 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.
* - Fix tests assuming wrong ini options and extensions that might not be thereJani Taskinen2009-11-303-2/+12
|
* newsArnaud Le Blanc2009-11-301-0/+1
|
* bfnJani Taskinen2009-11-301-0/+2
|
* - Fixed bug #50231 (Socket path passed using --with-mysql-sock is ignored ↵Jani Taskinen2009-11-303-52/+48
| | | | when mysqlnd is enabled)
* Fixed bug #50168 (FastCGI fails with wrong error on HEAD request to ↵Dmitry Stogov2009-11-301-10/+15
| | | | non-existant file)
* Fixed bug #50159 (wrong working directory in symlinked files)Dmitry Stogov2009-11-302-28/+36
|
* - Restore configure.in before the madness startedJani Taskinen2009-11-301-8/+24
|
* merge from trunk: openssl sni support (rev 289831)Arnaud Le Blanc2009-11-303-0/+242
|
* Reverted accidental changeDmitry Stogov2009-11-301-1/+1
|
* Fixed bug #50261 (Crash When Calling Parent Constructor with call_user_func())Dmitry Stogov2009-11-302-11/+51
|
* - void is NaN, you can't do math ops on void. Declarations go first. Fix TS ↵Pierre Joye2009-11-304-5/+5
| | | | build
* - MFH: vs2010 detection support, restore /W3Pierre Joye2009-11-302-0/+3
|
* - Revert bad patchJani Taskinen2009-11-301-3/+3
|
* re-committing: unsetting LIBS and LDFLAGS just makes it impossible to ↵Gwynne Raskind2009-11-301-3/+3
| | | | specify LDFLAGS from the environment. keeping them doesn't seem to cause any trouble
* once and for all remove the old broken Darwin hack, replace it with the new ↵Gwynne Raskind2009-11-301-24/+8
| | | | and much cleaner and simpler one
* - Revert bad patchJani Taskinen2009-11-291-12/+11
|
* proper fix for bug #50006Stanislav Malyshev2009-11-293-3/+80
| | | | | add modify protection to all user array sorts
* Revert attempt at supporting both autoconf 2.13 andRasmus Lerdorf2009-11-2911-66/+113
| | | | | | | | | | | 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.
* fix interrupt problem in serialize()Stanislav Malyshev2009-11-291-1/+1
|
* Last attempt to get this stuff right before punting itRasmus Lerdorf2009-11-292-2/+2
| | | | | and being stuck on 1996 autoconf for eternity
* More work on the autoconf 2.13->2.60+ transition code.Rasmus Lerdorf2009-11-283-5/+27
| | | | | | | 2.13 should be working again with one weird libtool issue left to solve. It doesn't seem directly related to this stuff.
* socket location needs to be checked before mysqlnd in order for ↵Gwynne Raskind2009-11-281-11/+12
| | | | --with-mysql-sock to work with mysqlnd
* unsetting LIBS and LDFLAGS just makes it impossible to specify LDFLAGS from ↵Gwynne Raskind2009-11-281-3/+3
| | | | the environment. keeping them doesn't seem to cause any trouble
* Remove the now-unnecessary (and wrong anyway) Darwin hackGwynne Raskind2009-11-281-24/+0
|
* This macro needs to come after AC_INITRasmus Lerdorf2009-11-281-1/+1
|
* Ok, new attempt. Require autoconf-2.60 in this branch.Rasmus Lerdorf2009-11-282-48/+2
| | | | | | | | | | | | | | | 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.
* - Use correct revisionJani Taskinen2009-11-281-2/+1
|
* - Fixed bug #50266 (conflicting types for llabs)Jani Taskinen2009-11-283-4/+7
|
* - No dots hereJani Taskinen2009-11-281-1/+1
|
* - Fix bad merge (Sorry Ilia..)Jani Taskinen2009-11-281-2/+2
|