summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix bug #50315Rasmus Lerdorf2009-11-271-5/+5
|
* - Fixed bug #49935 (Deprecated warnings make "make test" to fail)Jani Taskinen2009-11-272-2/+4
|
* Use extended base if we build again gmp 4.2.0 which is usually available.David Soria Parra2009-11-271-0/+8
|
* - Re-fixed bug #47104 (Linking shared extensions fails with icc)Jani Taskinen2009-11-271-10/+24
|
* - Restore sanity in the NEWS. (duplicate, wrong order, etc..)Jani Taskinen2009-11-271-38/+31
|
* Fixe buildIlia Alshanetsky2009-11-271-1/+1
|
* fix debug windows build as well as remove a compilation warningAndrey Hristov2009-11-264-4/+5
| | | | | (a header not included)
* Also allow base 62 for gmp_init as requested in (#50283)David Soria Parra2009-11-252-2/+5
|
* Really use 62 as the upper boundary as requested and not 32.David Soria Parra2009-11-252-12/+16
|
* Fixed bug #50195 (pg_copy_to() fails when table name contains schema).Ilia Alshanetsky2009-11-252-1/+6
|
* - Fixed bug #49677 (ini parser crashes with apache2 and using ${something} ↵Jani Taskinen2009-11-252-0/+6
| | | | ini variables)
* wsJani Taskinen2009-11-251-17/+18
|
* *sigh*Jani Taskinen2009-11-251-3/+3
|
* - merge NEWS from 5.3.1Pierre Joye2009-11-251-3/+246
|
* - Do not forget NEWS for 5.2..Jani Taskinen2009-11-251-1/+1
|
* The constructor generates that next line of output, so the expectedRasmus Lerdorf2009-11-251-1/+1
| | | | | output had these 2 lines in the wrong order. Test your tests!
* And there is no 23,24,25 in this test at all. Perhaps these lines wereRasmus Lerdorf2009-11-251-3/+0
| | | | | | added to the wrong file by mistake? Those were the same ones missing from pdo_mysql___construct_options.phpt
* Unless I am completely misreading this test case, these 3 lines at the Rasmus Lerdorf2009-11-251-1/+4
| | | | | end should be in the expected output.
* Another test that doesn't work as rootRasmus Lerdorf2009-11-251-0/+4
|
* These tests don't work when run as rootRasmus Lerdorf2009-11-2512-3/+15
|
* .Rasmus Lerdorf2009-11-251-0/+1
|
* - Fixed bug #50285 (xmlrpc does not preserve keys in encoded indexed arrays)Felipe Pena2009-11-253-3/+134
|
* Missed a few - now it really works with autoconf-2.64+Rasmus Lerdorf2009-11-252-3/+3
|
* Someone strap down Jani and give him a sedative please.Rasmus Lerdorf2009-11-2513-61/+61
| | | | | | This makes our toolchain work with the latest versions of autoconf and avoids a lot of end-user grief.
* - Fixed bug #50255 (isset() and empty() silently casts array to object)Felipe Pena2009-11-244-13/+45
|
* - Fix newsJani Taskinen2009-11-241-0/+2
|
* Update charset tableAndrey Hristov2009-11-241-3/+43
|
* Fix null deref found by Michael MacleanRasmus Lerdorf2009-11-241-1/+1
|
* Implement feature request #50283 (allow base in gmp_strval to use full ↵David Soria Parra2009-11-242-2/+31
| | | | range: 2 to 62, and -2 to -36)
* - Fixed bug #50282 (xmlrpc_encode_request() changes object into array in ↵Felipe Pena2009-11-243-7/+59
| | | | calling function)
* Fixed bug #50267 (get_browser(null) does not use HTTP_USER_AGENT)Jani Taskinen2009-11-242-3/+7
|
* - Added test for bug #50261Felipe Pena2009-11-231-0/+38
|
* - Upgraded bundled libtool to 1.5.26Jani Taskinen2009-11-234-1069/+1726
|
* Adding IMAP tests (PHP 5.3)Olivier DOUCET2009-11-2319-0/+1018
|
* Need the PCNTL extension loaded since that is where the SIGKILL constant ↵Rasmus Lerdorf2009-11-231-0/+1
| | | | comes from
* This will only get a permission defined error if not running as root.Rasmus Lerdorf2009-11-231-0/+1
|
* Don't try to remove an empty output_obj here. Rasmus Lerdorf2009-11-231-2/+3
| | | | | | | | This gets rid of the annoying: rm: invalid argument: `' I was seeing. (I really shouldn't be hacking libtool)