Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH: - Remove relic | foobar | 2005-04-17 | 1 | -1/+0 |
| | |||||
* | MFH | foobar | 2005-03-08 | 1 | -1/+3 |
| | |||||
* | MFH | foobar | 2005-03-08 | 1 | -3/+1 |
| | |||||
* | MFH | foobar | 2005-01-14 | 1 | -1/+1 |
| | |||||
* | MFH | Stefan Esser | 2004-11-28 | 1 | -0/+8 |
| | |||||
* | - Cleaned up some of the locale mess: | Derick Rethans | 2004-11-15 | 1 | -4/+0 |
| | | | | | | | | * all internal use of sprintf, snprintf and the like will always use the . as thousands seperator (if php.h is included only!). * echo, printf() and sprintf() always render locale-aware * added the %F modifier for non-locale aware rendering for floats | ||||
* | MFH: Fixed bug #25293 (Output correct EOL to error_log) | Ilia Alshanetsky | 2003-09-24 | 1 | -0/+6 |
| | |||||
* | add PHP_ATTRIBUTE_FORMAT to more functions | Sascha Schumann | 2003-08-28 | 1 | -12/+16 |
| | | | | | # uncovers a nice number of incorrect format strings | ||||
* | Use ZEND_GCC_VERSION and ZEND_ATTRIBUTE_MALLOC | Sascha Schumann | 2003-08-28 | 1 | -1/+4 |
| | |||||
* | MFH automatic format checks | Sascha Schumann | 2003-08-28 | 1 | -0/+6 |
| | |||||
* | undefine macros before defining them | Sascha Schumann | 2003-06-27 | 1 | -0/+2 |
| | |||||
* | MFH | Sascha Schumann | 2003-04-19 | 1 | -2/+10 |
| | |||||
* | MFH: Fixed bug #20256 (snprintf() not defined on some systems) | foobar | 2003-02-25 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | bumb api version because of module_startup change | Sascha Schumann | 2002-11-07 | 1 | -1/+1 |
| | |||||
* | centralize #include "build-defs.h" and drop (sometimes inconsistent) other | Sascha Schumann | 2002-10-24 | 1 | -3/+11 |
| | | | | | instances | ||||
* | Implement persistent streams. (for pfsockopen). | Wez Furlong | 2002-09-25 | 1 | -4/+5 |
| | | | | | | Juggle some includes/definitions. Tidy up streams use in ext/standard/file.c | ||||
* | NetWare related changes/modifications | Anantha Kesari H Y | 2002-09-09 | 1 | -0/+15 |
| | |||||
* | fix for extension = "" | Marcus Boerger | 2002-08-12 | 1 | -0/+2 |
| | | | | | make php_verror available | ||||
* | rename php_error_func<n> to php_error_docref and support Wez idea | Marcus Boerger | 2002-08-08 | 1 | -3/+5 |
| | | | | | that solves ToDo requirement to point to PHP Manual in error messages. | ||||
* | -new functions php_error_func<0> to support unified error messages | Marcus Boerger | 2002-08-07 | 1 | -0/+5 |
| | | | | | #read followup | ||||
* | NetWare related changes | Venkat Raghavan S | 2002-05-31 | 1 | -0/+9 |
| | |||||
* | Due to the thread-safety changes and lots of other stuff, the | Sascha Schumann | 2002-05-07 | 1 | -1/+1 |
| | | | | | current tree is not backwards compatible anymore. Bump API no. | ||||
* | Always initialize wrappers, regardless of PG(allow_url_fopen). | Wez Furlong | 2002-04-16 | 1 | -4/+5 |
| | | | | | | | | | | | | Add is_url field to wrapper structure; the stream wrapper openers will disallow opening is is_url && !PG(allow_url_fopen). Add infrastructure for stat($url) and opendir($url). Tidy up/centralize code that locates and instantiates wrappers for the various operations. Implement opendir for plain files. Make the PHP opendir and dir functions use the streams implementations. Add modelines for syntax highlighting the pear scripts in vim | ||||
* | make (v)spprintf available | Marcus Boerger | 2002-04-10 | 1 | -0/+1 |
| | |||||
* | getting rid of the warn_not_available alias | Hartmut Holzgraefe | 2002-03-22 | 1 | -2/+0 |
| | |||||
* | Rename HAVE_PHP_STREAM to PHP_HAVE_STREAMS, because | Sascha Schumann | 2002-03-18 | 1 | -1/+1 |
| | | | | | | 1.) a PHP-specific symbol should be in the php namespace, and 2.) there are multiple streams and the old configure parameter was plural, too. | ||||
* | -added memory streams | Marcus Boerger | 2002-03-16 | 1 | -1/+2 |
| | | | | | @added memory streams (marcus) | ||||
* | add HAVE_PHP_STREAM macro for extensions to test which fileio functions to use | Wez Furlong | 2002-03-16 | 1 | -1/+1 |
| | |||||
* | don't redefine NDEBUG if it is already defined. yeesh. | jim winstead | 2002-03-15 | 1 | -0/+2 |
| | |||||
* | - Revert assert fix until it becomes clear what was wrong with my previous | Andi Gutmans | 2002-03-15 | 1 | -2/+0 |
| | | | | | - fix. I don't see any warnings when building with VC++ English. | ||||
* | Avoid warnings under VC. | Yasuo Ohgaki | 2002-03-15 | 1 | -0/+2 |
| | | | | | # If you know how assert() should be used under VC, please fix it. | ||||
* | Include/enable assert.h/assert() when it is available | Yasuo Ohgaki | 2002-03-14 | 1 | -1/+10 |
| | |||||
* | turn on force redirect for windows | Shane Caraveo | 2002-03-01 | 1 | -3/+4 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Merge in qsort changes | Sterling Hughes | 2001-09-17 | 1 | -1/+2 |
| | |||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Update API number | Zeev Suraski | 2001-09-01 | 1 | -1/+1 |
| | |||||
* | This is not needed anymore. | foobar | 2001-08-22 | 1 | -1/+0 |
| | |||||
* | Fix XtOffsetOf compile problems if someone has already defined it. | Sterling Hughes | 2001-08-18 | 1 | -1/+5 |
| | |||||
* | Move the macro wrappers from the compatibility header to php.h | Zeev Suraski | 2001-08-11 | 1 | -0/+36 |
| | |||||
* | Centralize macros | Zeev Suraski | 2001-08-10 | 1 | -21/+0 |
| | |||||
* | Let's not introduce more mess to maintain. | Zeev Suraski | 2001-08-10 | 1 | -25/+0 |
| | |||||
* | Sablot extension cleanup - it compiles again now | Rasmus Lerdorf | 2001-08-10 | 1 | -0/+24 |
| | |||||
* | some more eliminate-fetches-or-escalate-them-at-least | Sascha Schumann | 2001-08-05 | 1 | -2/+2 |
| | |||||
* | more tsrm cleanup -- output.c is not doing any fetches anymore | Sascha Schumann | 2001-08-05 | 1 | -6/+6 |
| | |||||
* | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 1 | -7/+7 |
| | | | | | - whitespace fixes | ||||
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 1 | -4/+0 |
| | | | | the way | ||||
* | Get rid of the redundant global startup code | Zeev Suraski | 2001-07-24 | 1 | -2/+0 |
| | |||||
* | Fix Windows build | Zeev Suraski | 2001-07-20 | 1 | -1/+1 |
| |