summaryrefslogtreecommitdiff
path: root/ext/standard/php_standard.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove local variablesPeter Kokot2019-02-031-8/+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 noticeZeev Suraski2019-01-301-1/+1
|
* Remove unused Git attributes identPeter Kokot2018-07-251-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.
* Implement high resolution monotonic timer function hrtime()Anatol Belski2018-01-071-0/+1
|
* year++Xinchen Hui2018-01-021-1/+1
|
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
| * bump yearXinchen Hui2015-01-151-1/+1
| |
* | Initial implementation for CSPRNG APISammyK2015-05-091-0/+1
| |
* | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-231-0/+3
| |
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|/
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* Base structure for passsword_create and password_make_saltAnthony Ferrara2012-06-241-0/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* Change dns.h to php_dns.h, part of my dns cleanupScott MacVicar2009-08-051-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH:- Moved the old regex functions to own extension: eregJani Taskinen2007-10-051-1/+0
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* - MFH: Fixed bug #35887 (wddx_deserialize not parsing dateTime fields properly).Derick Rethans2006-01-041-1/+0
| | | | | | | | | | | | - MFH: Fixed bug #35885 (strtotime("NOW") no longer works). - MFH: Fixed bug #33789 (Many Problems with SunFuncs). - MFH: Fixed bug #33671 (sun_rise and sun_set don't return a GMT timestamp if one passes an offset). - MFH: Fixed bug #32820 (date_sunrise and date_sunset don't handle GMT offset well). - MFH: Fixed bug #30937 (date_sunrise() & date_sunset() don't handle endless day/night at high latitudes).
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* Buckle your seatbelt, Dorothy, 'cause Aggregation is going bye-bye.Sebastian Bergmann2003-06-281-1/+0
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* - Cleaned this mess a bit:foobar2003-02-171-1/+1
| | | | | | | | | | . Centralized the functions sunrise/sunset to php_sunrise_sunset to lessen duplicate code. . Made wrapper function php_do_date_sunrise_sunset() to lessen duplicate code. . Coding style fixes. . renamed sunfuncs.h -> php_sunfuncs.h
* @ new idate() function.Moshe Doron2003-02-161-0/+1
| | | | | | | @ new date_sunrise() function. @ new date_sunset() function. #since i have no premission updating the win32 project file, i'm sending patch on the list.
* Move rot13 filter into a new filters.c source file.Wez Furlong2003-01-011-0/+3
| | | | | | | Tidy up some other filter related code. # win32 -> someone please add user_filters.c and filters.c to the .dsp
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Added sha1, sha1_file functions.Stefan Esser2002-07-281-0/+1
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Adding object aggregation capability along with tests.Andrei Zmievski2002-02-211-0/+1
|
* Move type-handling functions into ext/standard/type.c (which hadjim winstead2002-01-091-1/+1
| | | | | a few otherwise unused functions in it).
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Check in ftok() function by Andrew Sitnikov <sitnikov@infonet.ee>Stanislav Malyshev2001-11-151-0/+1
|
* * prototype of version_compare, doesn't work yetStig Bakken2001-10-051-0/+1
|
* revert bad commit.foobar2001-09-051-1/+0
|
* Merge RAND_REDESIGN into MAINJeroen van Wolffelaar2001-09-031-0/+1
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-22/+10
| | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers.
* Rename phpmath.h to php_math.h.Sascha Schumann2000-06-131-1/+1
|
* Make syslog module thread-safe.Sascha Schumann2000-05-281-1/+1
|
* @Cleaned up extension namespace (Stig)Stig Bakken2000-03-061-0/+5
| | | | | | Cleaned up extension namespace, and changed ext/standard into one single extension.
* post.c really had nothing to do with POST anymore, and it belongs to the top ↵Zeev Suraski2000-01-281-1/+0
| | | | level directory
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-0/+75
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.