Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-09-05 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: ext/interbase/interbase.rc | ||||
| * | year++ | Xinchen Hui | 2012-09-05 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | David Soria Parra | 2012-03-20 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | | | | | * PHP-5.3: Replace $Revision$ with $Id$ in keyword expansion enable files Enable $Id$ expansion for files with the $Revision$ keyword Conflicts: ext/mysqlnd/mysqlnd.h | ||||
| * | Replace $Revision$ with $Id$ in keyword expansion enable files | David Soria Parra | 2012-03-20 | 1 | -1/+1 |
| | | |||||
| * | Fixed compiler warnings | Ilia Alshanetsky | 2010-12-20 | 1 | -4/+4 |
| | | |||||
* | | Fixed compiler warnings | Ilia Alshanetsky | 2010-12-20 | 1 | -4/+4 |
| | | |||||
* | | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -1/+0 |
|/ | | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | MFB: safe_emalloc() | Marcus Boerger | 2003-04-24 | 1 | -1/+1 |
| | |||||
* | - wrong use of sizeof(char) | Marcus Boerger | 2003-02-18 | 1 | -100/+85 |
| | | | | | | - use define for block size - a bit faster | ||||
* | coding style | Marcus Boerger | 2003-02-18 | 1 | -23/+47 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Add info function to handlers and return handler info when dba_handlers is | Marcus Boerger | 2002-12-30 | 1 | -0/+7 |
| | | | | | called with optional parameter full_info set true. | ||||
* | No need to declare functions used internally by DBA as PHPAPI. This | Edin Kadribasic | 2002-11-19 | 1 | -6/+6 |
| | | | | | fixes windows build. | ||||
* | -use size_t | Marcus Boerger | 2002-11-13 | 1 | -11/+13 |
| | | | | | -recheckin header as unix file | ||||
* | Add missing flush | Marcus Boerger | 2002-11-11 | 1 | -0/+1 |
| | |||||
* | -rename anything to flatfile_xxx/FLATFILE_xxx | Marcus Boerger | 2002-11-07 | 1 | -16/+16 |
| | | | | | | -fix update function -add warnings for update function | ||||
* | Use the the name 'flatfile' correctly so the handler support can be built now. | Marcus Boerger | 2002-11-06 | 1 | -7/+7 |
| | | | | | | #I do not like the lock solution since a crashed php would leave the *lck #file locked now. | ||||
* | move newly introduced flatfile support from dbm to new flatfile handler | Marcus Boerger | 2002-11-06 | 1 | -0/+302 |
# do not make the same mistake as with ext/db where it was not clear # which format was used. |