Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Unify the "configure --help" texts | foobar | 2005-05-29 | 66 | -180/+160 |
| | |||||
* | Fix VPATH build | foobar | 2005-05-29 | 1 | -11/+17 |
| | |||||
* | simplify flex version test | Hartmut Holzgraefe | 2005-05-29 | 1 | -10/+12 |
| | |||||
* | forgot to re-add 1.875 as a valid bison version after testing | Hartmut Holzgraefe | 2005-05-29 | 1 | -1/+1 |
| | |||||
* | bison may be installed under a different executable name, e.g. | Hartmut Holzgraefe | 2005-05-29 | 1 | -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 test | Hartmut Holzgraefe | 2005-05-29 | 4 | -36/+29 |
| | |||||
* | added .cxx extension for C++ for completeness reasons | Hartmut Holzgraefe | 2005-05-29 | 1 | -1/+1 |
| | |||||
* | Added an optional remove old session parameter to session_regenerate_id(). | Ilia Alshanetsky | 2005-05-29 | 2 | -3/+16 |
| | |||||
* | m4 comments start with 'dnl', *not* with '#' | Hartmut Holzgraefe | 2005-05-29 | 1 | -25/+25 |
| | |||||
* | ChangeLog update | 2005-05-29 | 2 | -0/+17 | |
| | |||||
* | - Make zend_do_inheritance ZEND_API | Marcus Boerger | 2005-05-28 | 2 | -2/+2 |
| | |||||
* | Sync with config.m4 (missing MATCH_LIMIT broke the Win32 build). | Sebastian Bergmann | 2005-05-28 | 1 | -1/+1 |
| | |||||
* | ChangeLog update | 2005-05-28 | 2 | -0/+166 | |
| | |||||
* | No need to include ucp.c and ucptypetable.c here. | Andrei Zmievski | 2005-05-27 | 2 | -4/+4 |
| | |||||
* | Upgrade library to version 5.0. | Andrei Zmievski | 2005-05-27 | 31 | -2142/+20397 |
| | |||||
* | Fixed bug #22836 (returning reference to uninitialized variable) | Dmitry Stogov | 2005-05-27 | 3 | -55/+19 |
| | |||||
* | - Make sure EGREP and SED get set early enough. | foobar | 2005-05-27 | 1 | -2/+2 |
| | |||||
* | - Use $SED and $EGREP where possible | foobar | 2005-05-27 | 2 | -11/+15 |
| | |||||
* | - Update bundled libtool to 1.5.18 (latest atm) | foobar | 2005-05-27 | 4 | -3866/+7935 |
| | | | | | # Fixes several issues with more exotic systems (AIX,HPUX,etc) | ||||
* | ChangeLog update | 2005-05-27 | 2 | -0/+109 | |
| | |||||
* | Do a cache flush if we detect possible cache corruption (same as for | Andrei Zmievski | 2005-05-26 | 2 | -24/+58 |
| | | | | | PCRE). | ||||
* | - Need to make PDO::__construct() final to prevent SEGV it isn't called 1st | Marcus Boerger | 2005-05-26 | 11 | -20/+1 |
| | |||||
* | Fixed bug #33116 (crash when assigning class name to global variable in ↵ | Dmitry Stogov | 2005-05-26 | 2 | -2/+27 |
| | | | | __autoload). | ||||
* | Added array type hinting. (This patch requires full re-make) | Dmitry Stogov | 2005-05-26 | 9 | -7/+93 |
| | |||||
* | - Add new tests | Marcus Boerger | 2005-05-26 | 2 | -0/+57 |
| | |||||
* | - Make SQLiteDatabase derivable by dropping final tag from class and | Marcus Boerger | 2005-05-26 | 1 | -0/+4 |
| | | | | | making the ctor final to ensure it is being called, which is the problem. | ||||
* | Added scheme validation for parse_url(). | Ilia Alshanetsky | 2005-05-26 | 1 | -0/+13 |
| | |||||
* | ChangeLog update | 2005-05-26 | 1 | -0/+32 | |
| | |||||
* | Fixed bug #29971 (variables_order behaviour) | Dmitry Stogov | 2005-05-25 | 2 | -2/+27 |
| | |||||
* | fix is_object() on non-php objects | Stanislav Malyshev | 2005-05-25 | 1 | -0/+4 |
| | |||||
* | Return error on an invalid input to mime_content_type() function. | Ilia Alshanetsky | 2005-05-25 | 1 | -0/+1 |
| | |||||
* | ChangeLog update | 2005-05-25 | 1 | -0/+40 | |
| | |||||
* | Flush regexp cache if we detect corruption. | Andrei Zmievski | 2005-05-24 | 1 | -5/+13 |
| | |||||
* | - Small fix (found by joerg) | Marcus Boerger | 2005-05-24 | 1 | -1/+2 |
| | |||||
* | nuked unused header file | foobar | 2005-05-24 | 4 | -4/+0 |
| | |||||
* | nuked file | foobar | 2005-05-24 | 2 | -8/+0 |
| | |||||
* | - Remove unused file | foobar | 2005-05-24 | 1 | -37/+0 |
| | |||||
* | - Add test for deriving PDO | Marcus Boerger | 2005-05-24 | 5 | -0/+279 |
| | |||||
* | - Add new tests for PDO_FETCH_INTO | Marcus Boerger | 2005-05-24 | 5 | -0/+323 |
| | |||||
* | make it compile on Win32 (thanks to Sebastian for noticing) | Antony Dovgal | 2005-05-24 | 1 | -1/+1 |
| | |||||
* | - Moved ingres_ii to PECL | foobar | 2005-05-24 | 10 | -1926/+1 |
| | |||||
* | ChangeLog update | 2005-05-24 | 1 | -0/+69 | |
| | |||||
* | Fixed bug #32810 (temporary files not using plain file wrapper). | Ilia Alshanetsky | 2005-05-23 | 1 | -0/+1 |
| | |||||
* | revert by Wez's request | Antony Dovgal | 2005-05-23 | 1 | -1/+1 |
| | |||||
* | - Allows the Ingres extenstion to be built on Linux/UNIX as well as Windows. | Grant Croker | 2005-05-23 | 2 | -2/+14 |
| | |||||
* | - Fixed bug #30593 (--with-ingres option generates broken Makefile). | Grant Croker | 2005-05-23 | 1 | -2/+4 |
| | |||||
* | fix bug #32810 (fread after tmpfile() reads only 8192 bytes) | Antony Dovgal | 2005-05-23 | 1 | -1/+2 |
| | |||||
* | fix test | Antony Dovgal | 2005-05-23 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #33017 (make distclean give error outside of php-src) | foobar | 2005-05-23 | 1 | -1/+1 |
| | |||||
* | CS fix | foobar | 2005-05-23 | 1 | -2/+3 |
| |