Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 1 | -2/+0 |
| | | | | Closes GH-4732. | ||||
* | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -10/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch removes the so called local variables defined per file basis for certain editors to properly show tab width, and similar settings. These are mainly used by Vim and Emacs editors yet with recent changes the once working definitions don't work anymore in Vim without custom plugins or additional configuration. Neither are these settings synced across the PHP code base. A simpler and better approach is EditorConfig and fixing code using some code style fixing tools in the future instead. This patch also removes the so called modelines for Vim. Modelines allow Vim editor specifically to set some editor configuration such as syntax highlighting, indentation style and tab width to be set in the first line or the last 5 lines per file basis. Since the php test files have syntax highlighting already set in most editors properly and EditorConfig takes care of the indentation settings, this patch removes these as well for the Vim 6.0 and newer versions. With the removal of local variables for certain editors such as Emacs and Vim, the footer is also probably not needed anymore when creating extensions using ext_skel.php script. Additionally, Vim modelines for setting php syntax and some editor settings has been removed from some *.phpt files. All these are mostly not relevant for phpt files neither work properly in the middle of the file. | ||||
* | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
| | |||||
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore. | ||||
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | cleanup the mod version macros, round 2 | Anatol Belski | 2015-03-23 | 1 | -0/+3 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | Sorry for the commit but compiler warnings are annoying and so are white ↵ | Ulf Wendel | 2010-10-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | spaces at the end of a line, if one uses an editor which removes them on save and diff's get blown up by white space changes... Changes: - remove end of line white space - fix compiler warning "ext/mysqli/mysqli_priv.h:156:27: warning: no newline at end of file" - fix compiler warning "ext/mysqli/mysqli_fe.h:135:25: warning: no newline at end of file" - fix compiler warning "ext/mysqli/mysqli.c:896:11: warning: extra tokens at end of #ifdef directive" | ||||
* | 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 |
| | |||||
* | Move declarations from the public header file. | Andrey Hristov | 2007-10-08 | 1 | -121/+0 |
| | |||||
* | Import mysqlnd | Andrey Hristov | 2007-10-05 | 1 | -333/+10 |
| | | | | | Patch ext/mysql and ext/mysqli to support mysqlnd | ||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -7/+7 |
| | |||||
* | Fix stupid error, which happens only on Windows. And we thought this has | Andrey Hristov | 2007-09-12 | 1 | -1/+2 |
| | | | | | | | been fixed. Now my_thread_end() should be called and there should be no warnings in the error logs of exiting thread, which hasn't deinited, and leaks. | ||||
* | - Fix spprintf usage | Marcus Boerger | 2007-02-24 | 1 | -1/+1 |
| | |||||
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -3/+3 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | removed unused macro parameter | Georg Richter | 2006-05-09 | 1 | -3/+3 |
| | |||||
* | moved zend_class_entry variables to mysqli.c | Georg Richter | 2006-05-08 | 1 | -6/+6 |
| | |||||
* | fixed bigint conversion on windows platforms | Georg Richter | 2006-04-05 | 1 | -0/+4 |
| | |||||
* | Fix for bug #36802 (server crashes with invalid/not opened connections) | Georg Richter | 2006-03-24 | 1 | -26/+33 |
| | | | | | | | | | | | | Added status to mysqli_resource: MYSQLI_STATUS_UNKNOWN MYSQLI_STATUS_CLEARED (for future use) MYSQLI_STATUS_INITIALIZED (after mysqli_init and mysqli_stmt_init) MYSQLI_STATUS_VALID (for valid objects) removed valid flag changed MYSQLI_FETCH_RESOURCE added last parameter __check which specifies the status | ||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -7/+7 |
| | |||||
* | fix compile failure on Windows - Microsoft hasn't heard of long long :) | Andrey Hristov | 2005-12-01 | 1 | -0/+9 |
| | |||||
* | MFH: use php_error_docref() instead of php_error() everywhere | Antony Dovgal | 2005-10-18 | 1 | -3/+3 |
| | |||||
* | fix #34810 (mysqli::init() and others use wrong $this pointer without checks) | Antony Dovgal | 2005-10-10 | 1 | -1/+1 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | add forgotten ifdefs, fix #33667 (mysqli doesn't compile) | Antony Dovgal | 2005-07-12 | 1 | -0/+2 |
| | |||||
* | changed version dependency for charset functions | Georg Richter | 2005-07-12 | 1 | -0/+4 |
| | |||||
* | removed charset structure. libmysql now provides a function | Georg Richter | 2005-07-12 | 1 | -30/+6 |
| | | | | | mysqli_get_character_set_info (Vers. 5.0.10) | ||||
* | changed/fixed mysqli_warning class | Georg Richter | 2005-06-22 | 1 | -7/+11 |
| | | | | | added prefetch support for cursors | ||||
* | added new function mysqli_get_charset | Georg Richter | 2005-06-03 | 1 | -0/+27 |
| | |||||
* | enabled set_charset for MySQL Versions >= 5.0.6 | Georg Richter | 2005-05-21 | 1 | -1/+1 |
| | | | | | added testcase for bug #33090 | ||||
* | mysql_set_charset now works version undependent for MySQL 4.1.13 and above | Georg Richter | 2005-05-13 | 1 | -6/+4 |
| | |||||
* | - fixed compile error under windows. Functionality for changing the | Georg Richter | 2005-05-13 | 1 | -5/+2 |
| | | | | | | | character set was moved to libmysql (4.1 bk tree - will be merged into 5.0 within the next days). - renamed mysql_set_character_set to mysqli_set_charset | ||||
* | Added new function mysqli_set_character_set_name | Georg Richter | 2005-05-08 | 1 | -0/+12 |
| | |||||
* | MFB (fixing bug 31668) | Andrey Hristov | 2005-04-27 | 1 | -4/+5 |
| | |||||
* | Added standard emacs and vim modelines | Zak Greant | 2005-01-16 | 1 | -0/+2 |
| | |||||
* | Added new classes: | Georg Richter | 2005-01-07 | 1 | -22/+38 |
| | | | | | | | | | | | | | | | mysqli_driver mysqli_warning mysqli_exception mysqli_sql_exception Improved embedded server support changed testsuite to work also with embedded server Made statement and resultset classes extendable minor fixes | ||||
* | added constructors for mysqli_stmt and mysqli_result classes | Georg Richter | 2004-12-26 | 1 | -0/+3 |
| |