summaryrefslogtreecommitdiff
path: root/ext/standard/scanf.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-6/+6
* MFH: - Fixed bug #42107 (sscanf broken when using %2$s type format parameters)Jani Taskinen2007-07-261-0/+1
* MFH: cs + ws fixesJani Taskinen2007-07-261-157/+115
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFH: fix #38322 (reading past array in sscanf() leads to arbitary code execut...Antony Dovgal2006-08-041-7/+19
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: Nuke php3 legacyfoobar2005-12-051-4/+4
* - Bumber up yearfoobar2005-08-031-1/+1
* - Fixed bug #30630: Added a BSD based strtod function that isDerick Rethans2004-11-031-1/+2
* Fixed bug #27295 (memory leak inside sscanf()).Ilia Alshanetsky2004-02-181-1/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* - Fixed bug #25372 (sscanf() does not work with %X)foobar2003-09-031-0/+1
* fix format stringsSascha Schumann2003-08-281-4/+4
* emalloc -> safe_emallocIlia Alshanetsky2003-08-111-4/+4
* updating license information in the headers.James Cox2003-06-101-3/+3
* Improved the patched part to prevent further potential bugsMoriyoshi Koizumi2003-01-191-0/+10
* WSMoriyoshi Koizumi2003-01-181-116/+116
* Tons of WS fixesMoriyoshi Koizumi2003-01-181-876/+876
* Fixed bug #21726 and #21730Moriyoshi Koizumi2003-01-181-5/+5
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Remove pointless checks for array_init() return values.Ilia Alshanetsky2002-12-051-4/+2
* -php_error -> php_error_docrefMarcus Boerger2002-12-051-7/+7
* php_error_docrefMarcus Boerger2002-08-241-4/+2
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-3/+3
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* WhitespaceZeev Suraski2001-08-111-11/+11
* Zend compatibility patchZeev Suraski2001-07-301-3/+4
* Fix an inlineZeev Suraski2001-07-151-1/+3
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-14/+13
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+7
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* - Change unset() functions to null(). unset() is legacyAndi Gutmans2001-01-311-1/+1
* Fix crash in sscanf in error handler (#7533)Stanislav Malyshev2000-10-301-1/+2
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-1/+3
* Remove extra cast. `ch' is already of type `char *'.Sascha Schumann2000-06-131-1/+1
* Added sscanf() function.Clayton Collie2000-06-061-0/+1241