summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Unify the "configure --help" textsfoobar2005-05-2966-180/+160
|
* Fix VPATH buildfoobar2005-05-291-11/+17
|
* simplify flex version testHartmut Holzgraefe2005-05-291-10/+12
|
* forgot to re-add 1.875 as a valid bison version after testingHartmut Holzgraefe2005-05-291-1/+1
|
* bison may be installed under a different executable name, e.g.Hartmut Holzgraefe2005-05-291-1/+1
| | | | | | | | | YACC="bison-1.75" configure ... removing the check for "bison -y" allows for this the check was redundant anyway as the following one filters for "GNU Bison" in the --version output
* avoid code duplication in bison version testHartmut Holzgraefe2005-05-294-36/+29
|
* added .cxx extension for C++ for completeness reasonsHartmut Holzgraefe2005-05-291-1/+1
|
* Added an optional remove old session parameter to session_regenerate_id().Ilia Alshanetsky2005-05-292-3/+16
|
* m4 comments start with 'dnl', *not* with '#'Hartmut Holzgraefe2005-05-291-25/+25
|
* ChangeLog update2005-05-292-0/+17
|
* - Make zend_do_inheritance ZEND_APIMarcus Boerger2005-05-282-2/+2
|
* Sync with config.m4 (missing MATCH_LIMIT broke the Win32 build).Sebastian Bergmann2005-05-281-1/+1
|
* ChangeLog update2005-05-282-0/+166
|
* No need to include ucp.c and ucptypetable.c here.Andrei Zmievski2005-05-272-4/+4
|
* Upgrade library to version 5.0.Andrei Zmievski2005-05-2731-2142/+20397
|
* Fixed bug #22836 (returning reference to uninitialized variable)Dmitry Stogov2005-05-273-55/+19
|
* - Make sure EGREP and SED get set early enough.foobar2005-05-271-2/+2
|
* - Use $SED and $EGREP where possiblefoobar2005-05-272-11/+15
|
* - Update bundled libtool to 1.5.18 (latest atm)foobar2005-05-274-3866/+7935
| | | | | # Fixes several issues with more exotic systems (AIX,HPUX,etc)
* ChangeLog update2005-05-272-0/+109
|
* Do a cache flush if we detect possible cache corruption (same as forAndrei Zmievski2005-05-262-24/+58
| | | | | PCRE).
* - Need to make PDO::__construct() final to prevent SEGV it isn't called 1stMarcus Boerger2005-05-2611-20/+1
|
* Fixed bug #33116 (crash when assigning class name to global variable in ↵Dmitry Stogov2005-05-262-2/+27
| | | | __autoload).
* Added array type hinting. (This patch requires full re-make)Dmitry Stogov2005-05-269-7/+93
|
* - Add new testsMarcus Boerger2005-05-262-0/+57
|
* - Make SQLiteDatabase derivable by dropping final tag from class andMarcus Boerger2005-05-261-0/+4
| | | | | making the ctor final to ensure it is being called, which is the problem.
* Added scheme validation for parse_url().Ilia Alshanetsky2005-05-261-0/+13
|
* ChangeLog update2005-05-261-0/+32
|
* Fixed bug #29971 (variables_order behaviour)Dmitry Stogov2005-05-252-2/+27
|
* fix is_object() on non-php objectsStanislav Malyshev2005-05-251-0/+4
|
* Return error on an invalid input to mime_content_type() function.Ilia Alshanetsky2005-05-251-0/+1
|
* ChangeLog update2005-05-251-0/+40
|
* Flush regexp cache if we detect corruption.Andrei Zmievski2005-05-241-5/+13
|
* - Small fix (found by joerg)Marcus Boerger2005-05-241-1/+2
|
* nuked unused header filefoobar2005-05-244-4/+0
|
* nuked filefoobar2005-05-242-8/+0
|
* - Remove unused filefoobar2005-05-241-37/+0
|
* - Add test for deriving PDOMarcus Boerger2005-05-245-0/+279
|
* - Add new tests for PDO_FETCH_INTOMarcus Boerger2005-05-245-0/+323
|
* make it compile on Win32 (thanks to Sebastian for noticing)Antony Dovgal2005-05-241-1/+1
|
* - Moved ingres_ii to PECLfoobar2005-05-2410-1926/+1
|
* ChangeLog update2005-05-241-0/+69
|
* Fixed bug #32810 (temporary files not using plain file wrapper).Ilia Alshanetsky2005-05-231-0/+1
|
* revert by Wez's requestAntony Dovgal2005-05-231-1/+1
|
* - Allows the Ingres extenstion to be built on Linux/UNIX as well as Windows.Grant Croker2005-05-232-2/+14
|
* - Fixed bug #30593 (--with-ingres option generates broken Makefile).Grant Croker2005-05-231-2/+4
|
* fix bug #32810 (fread after tmpfile() reads only 8192 bytes)Antony Dovgal2005-05-231-1/+2
|
* fix testAntony Dovgal2005-05-231-1/+1
|
* - Fixed bug #33017 (make distclean give error outside of php-src)foobar2005-05-231-1/+1
|
* CS fixfoobar2005-05-231-2/+3
|