summaryrefslogtreecommitdiff
path: root/ext/standard/scanf.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Jeroen van Wolffelaar2001-09-251-3/+3
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* - 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
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* - 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
| | | | | | | | | 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.
* Remove extra cast. `ch' is already of type `char *'.Sascha Schumann2000-06-131-1/+1
| | | | | This unbreaks the build with xlc on AIX.
* Added sscanf() function.Clayton Collie2000-06-061-0/+1241