php-src/ext/standard
Peter Kokot f0251a8b16 Remove lexer files generated by RE2C
This patch removes generated lexer files by re2c during the build
process so they are not tracked by Git yet can be still shipped when
PHP is released. The genfiles script additionally provides generation
of these lexer files when creating a release of the PHP source code.

The genfiles script refactorings:
- added file header
- echoing steps instead of comments
- cleaning only lines starting with `#line`
- eval removed in favor of direct executed commands
- the debug mode `set -x` removed
- script can be called from any path
- improved comments
2018-11-11 02:55:46 +01:00
..
html_tables Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
tests *printf() optimization and v*printf() warning message fix. 2018-11-07 02:40:15 +03:00
array.c Future-proof email addresses... 2018-11-01 18:30:28 +02:00
assert.c Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
base64.c Remove unnecessary base64_encode() return value check 2018-09-23 14:49:10 +02:00
base64.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
basic_functions.c Future-proof email addresses... 2018-11-01 18:30:28 +02:00
basic_functions.h Future-proof email addresses... 2018-11-01 18:30:28 +02:00
browscap.c Future-proof email addresses... 2018-11-01 18:30:28 +02:00
config.m4 Fix some misspellings 2018-08-12 16:15:45 +02:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
crc32.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
crc32.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
credits_ext.h Fix some misspellings 2018-08-12 16:15:45 +02:00
credits_sapi.h Fix some misspellings 2018-08-12 16:15:45 +02:00
credits.c Future-proof email addresses... 2018-11-01 18:30:28 +02:00
credits.h Future-proof email addresses... 2018-11-01 18:30:28 +02:00
crypt_blowfish.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
crypt_blowfish.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
crypt_freesec.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
crypt_freesec.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
crypt_sha256.c Remove HAVE_STRING_H 2018-09-18 05:32:08 +02:00
crypt_sha512.c Remove HAVE_STRING_H 2018-09-18 05:32:08 +02:00
crypt.c Future-proof email addresses... 2018-11-01 18:30:28 +02:00
css.c Fix #77105: Use position:sticky for <th> in phpinfo() 2018-11-05 14:27:06 +01:00
css.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
cyr_convert.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
cyr_convert.h Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
datetime.c Future-proof email addresses... 2018-11-01 18:30:28 +02:00
datetime.h Future-proof email addresses... 2018-11-01 18:30:28 +02:00
dir.c Remove AC_HEADER_DIRENT 2018-09-04 12:01:24 +02:00
dl.c Future-proof email addresses... 2018-11-01 18:30:28 +02:00
dl.h Future-proof email addresses... 2018-11-01 18:30:28 +02:00
dns_win32.c Fixed incorrrecr zval_dtor() usage to replace value of argument passed by reference, that may lead to memory leaks. 2018-07-05 10:57:49 +03:00
dns.c Use the locally defined constants for dns record types 2018-10-05 16:38:06 +01:00
exec.c Fix localized error messages and memory leaks 2018-09-17 10:56:50 +02:00
exec.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
file.c Future-proof email addresses... 2018-11-01 18:30:28 +02:00
file.h Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
filestat.c Fix localized error messages and memory leaks 2018-09-17 10:56:50 +02:00
filters.c Remove extra semicolons 2018-07-25 21:47:04 -03:00
flock_compat.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
flock_compat.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
formatted_print.c *printf() optimization and v*printf() warning message fix. 2018-11-07 02:40:15 +03:00
fsock.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
fsock.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
ftok.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
ftp_fopen_wrapper.c Merge branch 'PHP-7.3' 2018-09-04 04:58:44 +02:00
head.c Remove AC_STRUCT_TM macro 2018-08-29 21:22:47 +02:00
head.h Support for samesite cookies with array syntax 2018-07-31 12:40:26 +02:00
hrtime.c Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
hrtime.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
html_tables.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
html.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
html.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
http_fopen_wrapper.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
http.c Fix accessibility checks for dynamic properties 2018-10-22 16:46:33 +02:00
image.c Merge branch 'PHP-7.3' 2018-08-21 06:27:27 +02:00
incomplete_class.c Use zend_class_entry/zend_function type names instead of _zend_class_entry/_zend_function tags. 2018-08-22 14:01:14 +03:00
info.c Future-proof email addresses... 2018-11-01 18:30:28 +02:00
info.h Future-proof email addresses... 2018-11-01 18:30:28 +02:00
iptc.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
lcg.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
levenshtein.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
link_win32.c Fix some misspellings 2018-08-12 16:15:45 +02:00
link.c Create and expose php_sys_symlink() and php_sys_link() 2018-08-02 14:08:30 +02:00
mail.c Remove redundant HASH_OF in mail.c 2018-10-11 13:04:08 +02:00
Makefile.frag Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
Makefile.frag.w32 Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
math.c Future-proof email addresses... 2018-11-01 18:30:28 +02:00
md5.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
md5.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
metaphone.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
microtime.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
microtime.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
mt_rand.c Future-proof email addresses... 2018-11-01 18:30:28 +02:00
net.c Fix clang compilation 2018-08-01 16:19:54 +02:00
pack.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
pack.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
pageinfo.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
pageinfo.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
password.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_array.h Future-proof email addresses... 2018-11-01 18:30:28 +02:00
php_assert.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_browscap.h Future-proof email addresses... 2018-11-01 18:30:28 +02:00
php_crypt_r.c Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
php_crypt_r.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_crypt.h Future-proof email addresses... 2018-11-01 18:30:28 +02:00
php_dir.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_dns.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_ext_syslog.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_filestat.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_fopen_wrapper.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_fopen_wrappers.h Make php_plain_files_wrapper to be writable (workaround for swoole) 2018-10-24 11:49:44 +03:00
php_ftok.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_http.h Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
php_image.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_incomplete_class.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_iptc.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_lcg.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_link.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_mail.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_math.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_metaphone.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_mt_rand.h Future-proof email addresses... 2018-11-01 18:30:28 +02:00
php_net.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_password.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_rand.h Future-proof email addresses... 2018-11-01 18:30:28 +02:00
php_random.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_smart_string_public.h Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
php_smart_string.h Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
php_standard.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_string.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_type.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_uuencode.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_var.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_versioning.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
proc_open.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
proc_open.h Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
quot_print.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
quot_print.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
rand.c Future-proof email addresses... 2018-11-01 18:30:28 +02:00
random.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
scanf.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
scanf.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
sha1.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
sha1.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
soundex.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
streamsfuncs.c Fix some misspellings 2018-08-12 16:15:45 +02:00
streamsfuncs.h Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
string.c Future-proof email addresses... 2018-11-01 18:30:28 +02:00
strnatcmp.c Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
syslog.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
type.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
uniqid.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
uniqid.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
url_scanner_ex.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
url_scanner_ex.re Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
url.c Remove unused var 2018-10-24 23:37:32 +02:00
url.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
user_filters.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
uuencode.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
var_unserializer.re Remove unused ZEND_FILE_LINE in i_zval_ptr_dtor 2018-09-16 17:16:26 +02:00
var.c Introduce get_properties_for() handler 2018-10-10 10:39:10 +02:00
versioning.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
winver.h Merge branch 'PHP-5.6' 2015-06-18 22:05:07 +02:00