summaryrefslogtreecommitdiff
path: root/main/snprintf.c
Commit message (Collapse)AuthorAgeFilesLines
* -compiler warning (missing data type)Marcus Boerger2002-06-231-1/+1
|
* use thread-safe functions unconditionallySascha Schumann2002-05-071-11/+1
|
* Add thread-safety to some conversion functions and sync a bit withSascha Schumann2002-05-071-16/+18
| | | | | APR.
* fix build (hopefully for BSD, too)Marcus Boerger2002-04-111-3/+2
|
* fix a warnig and an error (found by Sebastioan)Marcus Boerger2002-04-101-1/+1
|
* -preface for new vpprintfMarcus Boerger2002-04-101-208/+199
| | | | | #reordered and renamed some functions and removed some static
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
|
* Add the capibility to to allow ap_php_(v)snprintf to replace (v)snprintfJason Greene2001-06-051-1/+1
| | | | | | if the platform has a broken (v)snprintf, or in my case, if a library included by a module redifines snprintf incorrectly.
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+8
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* - Remove C++ commentAndi Gutmans2001-05-011-1/+0
|
* - Fix snprintf() to work with nan and inf properlyAndi Gutmans2001-05-011-10/+19
|
* SAPIfication, Episode VI: Return of the SAPIZeev Suraski2000-02-101-19/+17
| | | | | | | | | | | | | | | Remove mostly all references to APACHE and CGI_BINARY from the code. - Apache include files are no longer included by any PHP code, except for the Apache SAPI module. - No server specific code is in any of the base PHP code. Still left to be done: - Eliminate any references to APACHE from the few remaining modules. - Move request_info.c's logic to SAPI - Modify the regex function names, and globals, so that we can always include them, without having to fear any interference with Apache; Always use the bundled regex library
* Fix another compile warningZeev Suraski1999-07-311-2/+1
|
* * Get Apache to work. POST doesn't work yet.Zeev Suraski1999-05-111-1/+1
| | | | | | | * There are now -I directives for the absolute path of php4, php4/libzend and the builddir for the Apache module, so we can #include any php/Zend header. * Rename config.h to php_config.h
* PHP 4.0Zeev Suraski1999-04-071-0/+935