Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -1/+2 | |
| | ||||||
* | Add the capibility to to allow ap_php_(v)snprintf to replace (v)snprintf | Jason Greene | 2001-06-05 | 1 | -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 plus | Rasmus Lerdorf | 2001-06-05 | 1 | -0/+1 | |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | |||||
* | place nice with other libraries. | Sterling Hughes | 2001-05-30 | 1 | -2/+4 | |
| | ||||||
* | Add support for systems where p{read|write} take a off64_t without | Sascha Schumann | 2001-05-20 | 1 | -0/+8 | |
| | | | | | being properly prototyped. | |||||
* | make pgsql build under win32 again | Daniel Beulshausen | 2001-04-30 | 1 | -1/+1 | |
| | ||||||
* | get rid of MS's _popen/_pclose | Daniel Beulshausen | 2001-04-27 | 1 | -0/+1 | |
| | ||||||
* | Added files for PHP streams | Wez Furlong | 2001-04-17 | 1 | -7/+8 | |
| | ||||||
* | - Finally rename modules.h to zend_modules.h for consistency (first try | Andi Gutmans | 2001-02-26 | 1 | -5/+0 | |
| | | | | | | | was 2000-03-11). - Remove the first_arg_force_ref[]; and friends extern from php.h as they are included via zend_API.h | |||||
* | nuke warnings | Daniel Beulshausen | 2001-02-26 | 1 | -5/+5 | |
| | ||||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 | |
| | ||||||
* | Finish fopen-wrappers rename. | Sascha Schumann | 2001-02-23 | 1 | -1/+1 | |
| | ||||||
* | Bump PHP_API_VERSION | Sascha Schumann | 2001-01-19 | 1 | -1/+1 | |
| | ||||||
* | Hardcode all functions which are mentioned in the Large File Support Spec | Sascha Schumann | 2000-12-07 | 1 | -0/+1 | |
| | | | | | http://ewe3.sas.com/standards/large.file/specs/api+.007.html | |||||
* | Noone defines PACKAGE/VERSION anymore. | Sascha Schumann | 2000-12-02 | 1 | -4/+0 | |
| | ||||||
* | PHP does not care about inline at all, so get rid of this block. | Sascha Schumann | 2000-11-17 | 1 | -7/+0 | |
| | ||||||
* | Namespace protect mergesort (caused conflict on Darwin). | Sascha Schumann | 2000-11-02 | 1 | -1/+1 | |
| | ||||||
* | - Smarter detection of MAXPATHLEN | Andi Gutmans | 2000-09-07 | 1 | -1/+5 | |
| | ||||||
* | - Found my bug and managed to move the V_* macros to TSRM | Andi Gutmans | 2000-09-04 | 1 | -58/+1 | |
| | ||||||
* | - Move to virtual cwd in TSRM | Andi Gutmans | 2000-09-03 | 1 | -1/+1 | |
| | ||||||
* | - Remove some unused stuff. | Andi Gutmans | 2000-08-27 | 1 | -15/+0 | |
| | ||||||
* | - Test commit msg. This is Andi and it seems to come from Zeev. | Andi Gutmans | 2000-08-27 | 1 | -2/+4 | |
| | ||||||
* | - Forgot to fix non-ZTS CHDIR_FILE macro | Zeev Suraski | 2000-08-27 | 1 | -1/+1 | |
| | ||||||
* | - Try and fix problem with opening wrong file. | Andi Gutmans | 2000-08-27 | 1 | -2/+2 | |
| | ||||||
* | Refine PHP_STRLCPY comment | Sascha Schumann | 2000-08-27 | 1 | -3/+3 | |
| | ||||||
* | Add PHP_STRLCPY macro. This macro should be used in new code instead of | Sascha Schumann | 2000-08-27 | 1 | -0/+21 | |
| | | | | | strlcpy/strlcat which are intended for fixing broken code. | |||||
* | - Fix IMAP build problem | Zeev Suraski | 2000-08-24 | 1 | -1/+1 | |
| | | | | | - Allow external DLLs to use warn_not_available | |||||
* | Cleaning up some mess | Sascha Schumann | 2000-08-21 | 1 | -10/+7 | |
| |