php-src/main
Nikita Popov 5fc9aa9a95 Make printf_to_smart_str(ing) the primitive printf operation
vs(tr)pprintf is now implemented in Zend on top of
printf_to_smart_str(int), which is provided as a utility function.

This allows us to efficiently printf to the end of a smart string.
2017-01-01 21:28:20 +01:00
..
streams Finish remaining replacement uint => uint32_t 2016-12-22 14:32:02 +01:00
alloca.c
build-defs.h.in Merge branch 'PHP-5.6' into PHP-7.0 2016-01-04 18:13:38 +01:00
fastcgi.c Fixed compilation warnings 2016-06-28 11:37:51 +03:00
fastcgi.h Fixed compilation warnings 2016-06-21 17:56:07 +03:00
fopen_wrappers.c Remove Netware support 2016-11-12 11:20:01 +01:00
fopen_wrappers.h Remove version checks 2016-01-30 15:35:28 +01:00
getopt.c Fixed compilation warnings 2016-06-21 20:12:29 +03:00
http_status_codes.h Happy new year (Update copyright to 2016) 2016-01-01 20:03:16 +02:00
internal_functions_win32.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
internal_functions.c.in Merge branch 'PHP-5.6' into PHP-7.0 2016-01-04 18:13:38 +01:00
main.c Make printf_to_smart_str(ing) the primitive printf operation 2017-01-01 21:28:20 +01:00
mergesort.c first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
network.c Remove Netware support 2016-11-12 11:20:01 +01:00
output.c Remove TSRMLS_* from code, they are not used anymore 2016-02-17 22:44:05 -08:00
php_compat.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_content_types.c Fix bug #71936 (Segmentation fault destroying HTTP_RAW_POST_DATA) 2016-06-20 18:43:07 +02:00
php_content_types.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_getopt.h Remove Netware support 2016-11-12 11:20:01 +01:00
php_globals.h Remove sql.safe_mode 2016-08-11 05:06:55 +02:00
php_ini.c Merge branch 'PHP-7.0' 2016-01-01 20:04:31 +02:00
php_ini.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_main.h further normalizations, uint vs uint32_t 2016-11-26 17:29:01 +01:00
php_memory_streams.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_network.h Merge branch 'PHP-7.0' 2016-05-29 06:03:33 +01:00
php_open_temporary_file.c Remove Netware support 2016-11-12 11:20:01 +01:00
php_open_temporary_file.h add flags to suppress the verbosity 2016-06-09 17:19:40 +02:00
php_output.h further normalizations, uint vs uint32_t 2016-11-26 17:29:01 +01:00
php_reentrancy.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_scandir.c Remove Netware support 2016-11-12 11:20:01 +01:00
php_scandir.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_sprintf.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_stdint.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_streams.h ensure the flag doesn't overflow 2016-10-06 10:18:31 +02:00
php_syslog.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_ticks.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_ticks.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_variables.c further normalizations, uint vs uint32_t 2016-11-26 17:29:01 +01:00
php_variables.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_version.h Bump versions and NEWS for 7.1.1-dev 2016-12-02 02:24:54 -08:00
php.h Eliminate win95nt.h 2016-12-22 06:51:18 +01:00
reentrancy.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
rfc1867.c Move smart_string to Zend 2017-01-01 21:28:20 +01:00
rfc1867.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
SAPI.c further normalizations, uint vs uint32_t 2016-11-26 17:29:01 +01:00
SAPI.h Eliminate win95nt.h 2016-12-22 06:51:18 +01:00
snprintf.c Remove unneeded WS change 2016-06-26 13:26:43 +01:00
snprintf.h Initial patch for 0 mode float conversion. The magic number is better to be improved. Any suggestion where to define it? 2016-06-26 13:26:42 +01:00
spprintf.c Make printf_to_smart_str(ing) the primitive printf operation 2017-01-01 21:28:20 +01:00
spprintf.h Make printf_to_smart_str(ing) the primitive printf operation 2017-01-01 21:28:20 +01:00
strlcat.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
strlcpy.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00