| Commit message (Expand) | Author | Age | Files | Lines |
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
* | 1) update to the ZEND_NUM_ARGS() and Z_*_P{0,2} macros | Sterling Hughes | 2001-08-17 | 1 | -286/+262 |
* | Removed select(), fd_set(), etc. (wasn't present in the first place, and | Sterling Hughes | 2001-08-15 | 1 | -111/+0 |
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -114/+114 |
* | more tsrm cleanup | Sascha Schumann | 2001-08-06 | 1 | -8/+6 |
* | more tsrm cleanup -- output.c is not doing any fetches anymore | Sascha Schumann | 2001-08-05 | 1 | -3/+3 |
* | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 1 | -9/+11 |
* | WS Pollution | Sean Bright | 2001-08-04 | 1 | -2/+0 |
* | Don't allocated quoted strings unless we are in a META tag. | Sean Bright | 2001-08-04 | 1 | -2/+10 |
* | More TSRMLS_FETCH annihilation. Enough for today... | Zeev Suraski | 2001-07-31 | 1 | -4/+4 |
* | More TSRMLS_FETCH work. Got it under 400 now. | Zeev Suraski | 2001-07-31 | 1 | -2/+2 |
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -6/+8 |
* | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -2/+2 |
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -2/+0 |
* | More TSRMLS_FETCH annihilation (Zend compatibility patch) | Zeev Suraski | 2001-07-30 | 1 | -25/+25 |
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -22/+8 |
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -5/+6 |
* | Make read always 0-terminate strings | Stanislav Malyshev | 2001-07-16 | 1 | -1/+1 |
* | Get rid of var_uninit() | Zeev Suraski | 2001-07-15 | 1 | -1/+1 |
* | This should be lower-cased per the documentation and previous | Sean Bright | 2001-07-05 | 1 | -0/+2 |
* | Remove unused variable. | Sean Bright | 2001-07-01 | 1 | -2/+1 |
* | Fix for bug #11796. Also, fixed a problem in get_meta_tags that required | Sean Bright | 2001-06-30 | 1 | -71/+105 |
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -11/+24 |
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -3/+1 |
* | Fix bug #9526 | Rasmus Lerdorf | 2001-05-19 | 1 | -0/+8 |
* | munmap() file in RSHUTDOWN, if PHPWRITE fails. | Sascha Schumann | 2001-05-18 | 1 | -0/+5 |
* | Files should be shared among processes. | Sascha Schumann | 2001-05-18 | 1 | -1/+1 |
* | expose streams to other extensions. | Wez Furlong | 2001-05-12 | 1 | -0/+7 |
* | Rewrote stat() and fstat() to be memory efficient, due to a recent | Jason Greene | 2001-05-11 | 1 | -39/+50 |
* | @fstat() and stat() now return identical output by returning a numerical and | Jason Greene | 2001-05-11 | 1 | -0/+26 |
* | - Change macros from V_ to VCWD_ because of AIX name clash | Andi Gutmans | 2001-04-30 | 1 | -11/+11 |
* | Discovered warn_not_available and used it. | Wez Furlong | 2001-04-17 | 1 | -5/+2 |
* | Changes for streams. Added temporary fopenstream function to PHP so that | Wez Furlong | 2001-04-17 | 1 | -238/+387 |
* | Fixed typo. | Alexander Feldman | 2001-04-15 | 1 | -1/+1 |
* | We shoud not fseek in a pipe and this caused a problem with popen and | Alexander Feldman | 2001-04-15 | 1 | -4/+8 |
* | ws pollution removed. | foobar | 2001-04-07 | 1 | -2/+4 |
* | Added target ownership check in function copy for safe_mode operations | Romolo Manfredini | 2001-03-23 | 1 | -2/+6 |
* | Fixed a compatibility problem is some file functions (fgets, fputs, fread, | Alexander Feldman | 2001-03-11 | 1 | -0/+16 |
* | Typo. | Sean Bright | 2001-03-06 | 1 | -2/+2 |
* | get_meta_tags now allows attributes that are not quoted as well as those | Sean Bright | 2001-03-06 | 1 | -3/+39 |
* | get_meta_tags now handles single quoted attributes as well as those that | Sean Bright | 2001-03-05 | 1 | -2/+4 |
* | - 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 |
* | Correctly check for the existence of the st_rdev field. | Sascha Schumann | 2001-02-21 | 1 | -1/+3 |
* | Wrong return type. | Egon Schmid | 2001-02-16 | 1 | -1/+1 |
* | @- Fixed some modules to allow using output-buffering. (Thies) | Thies C. Arntzen | 2001-02-15 | 1 | -7/+3 |
* | Fix for bug #4556 | Sean Bright | 2001-02-11 | 1 | -70/+148 |
* | What the heck is CUT? Assume someone meant UTC here. And fix a | Rasmus Lerdorf | 2001-02-09 | 1 | -1/+1 |
* | Add utility function | Stanislav Malyshev | 2001-02-01 | 1 | -0/+30 |
* | @BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus | Rasmus Lerdorf | 2001-01-21 | 1 | -1/+3 |