| Commit message (Expand) | Author | Age | Files | Lines |
* | move to php_strtok_r() | Sterling Hughes | 2001-05-27 | 1 | -2/+3 |
* | - Add prototype. | Andi Gutmans | 2001-05-24 | 1 | -0/+2 |
* | - Fix problem of output initialization | Andi Gutmans | 2001-05-23 | 3 | -15/+9 |
* | @ Added the CONNECTION_ABORTED, CONNECTION_TIMEOUT and CONNECTION_NORMAL | Sterling Hughes | 2001-05-23 | 1 | -0/+4 |
* | Add missing end-folding delimiter | John Donagher | 2001-05-23 | 1 | -0/+1 |
* | - Start nuking not needed GINIT | Andi Gutmans | 2001-05-22 | 4 | -14/+4 |
* | @ - Fix disk_free_space() and disk_total_space() under FreeBSD. (jon) | Jon Parise | 2001-05-22 | 1 | -4/+6 |
* | Moving some functions into Zend. | Andrei Zmievski | 2001-05-21 | 2 | -96/+0 |
* | - EG's are passed automatically to internal functions. | Andi Gutmans | 2001-05-21 | 1 | -2/+0 |
* | Added get_defined_constants() function. Returns an associative array of | Sean Bright | 2001-05-21 | 2 | -0/+22 |
* | This looks better. | foobar | 2001-05-20 | 1 | -1/+1 |
* | - Reversed 'fix' for #9698 | Derick Rethans | 2001-05-20 | 2 | -4/+35 |
* | Fix bug #9526 | Rasmus Lerdorf | 2001-05-19 | 1 | -0/+8 |
* | Fixed bug #10964 | foobar | 2001-05-19 | 1 | -0/+6 |
* | munmap() file in RSHUTDOWN, if PHPWRITE fails. | Sascha Schumann | 2001-05-18 | 3 | -0/+22 |
* | Files should be shared among processes. | Sascha Schumann | 2001-05-18 | 1 | -1/+1 |
* | Fixed bugs: #10297, #10615, #10783, #10880 | foobar | 2001-05-16 | 1 | -9/+0 |
* | @ - Added disk_total_space() to return the total size of a filesystem. | Jon Parise | 2001-05-15 | 3 | -0/+103 |
* | @ - Renamed diskfreespace() to disk_free_space() to conform to established | Jon Parise | 2001-05-15 | 3 | -5/+6 |
* | MFB | foobar | 2001-05-15 | 1 | -5/+5 |
* | Clean up call_user_func_*(). | Andrei Zmievski | 2001-05-14 | 1 | -9/+10 |
* | Use zend_is_callable to test whether or not the given callback is valid | Sterling Hughes | 2001-05-14 | 1 | -38/+48 |
* | Use zend_is_callable() and fix sp of deprecated. | Sterling Hughes | 2001-05-14 | 1 | -24/+5 |
* | Couple of changes (and a little whitespace correction, sorry to mix :( | Sterling Hughes | 2001-05-14 | 1 | -42/+77 |
* | - Bumbed up the warning level to be in sync with fopen (which is E_WARNING | Derick Rethans | 2001-05-14 | 1 | -2/+2 |
* | Need to use ELS_FETCH() here. | Andrei Zmievski | 2001-05-14 | 1 | -0/+2 |
* | @- Fixed a bug in call_user_*() functions that would not allow calling | Andrei Zmievski | 2001-05-14 | 1 | -20/+10 |
* | prototype for php_file_le_stream() | Wez Furlong | 2001-05-12 | 1 | -0/+1 |
* | expose streams to other extensions. | Wez Furlong | 2001-05-12 | 1 | -0/+7 |
* | Nuke more quotes | Sascha Schumann | 2001-05-12 | 1 | -3/+3 |
* | Rewrote stat() and fstat() to be memory efficient, due to a recent | Jason Greene | 2001-05-11 | 3 | -78/+105 |
* | Tabs please... | Derick Rethans | 2001-05-11 | 1 | -1/+1 |
* | Fix for bug #10815. | Sebastian Bergmann | 2001-05-11 | 1 | -0/+2 |
* | Fix is_executable test. | Jason Greene | 2001-05-11 | 1 | -0/+8 |
* | @fstat() and stat() now return identical output by returning a numerical and | Jason Greene | 2001-05-11 | 2 | -0/+50 |
* | Always free the callback_name when using zend_is_callable(). | Andrei Zmievski | 2001-05-10 | 1 | -0/+3 |
* | Fix buggy line split | Zeev Suraski | 2001-05-10 | 1 | -2/+1 |
* | @- Added is_callable() function that can be used to find out whether | Andrei Zmievski | 2001-05-09 | 2 | -0/+32 |
* | Avoid crashing if somehow, output is sent in a new thread tha had no requests | Zeev Suraski | 2001-05-07 | 1 | -2/+8 |
* | Fix win32 build | James Moore | 2001-05-06 | 1 | -1/+1 |
* | - Nuke warning | Derick Rethans | 2001-05-06 | 1 | -2/+2 |
* | - Partial fix for bug #9050, support for "Jan 19 2000" date format | Derick Rethans | 2001-05-06 | 2 | -0/+45 |
* | Moved ts_alloca_id() into MINIT like Andi requested. | foobar | 2001-05-06 | 3 | -6/+18 |
* | Fix bug: #8834. Now there should be more random salts.. | foobar | 2001-05-06 | 5 | -6/+26 |
* | Fix bug: #10323. Every value outputted is now escaped. | foobar | 2001-05-06 | 1 | -13/+13 |
* | Fixed win32 build problem. | Wez Furlong | 2001-05-06 | 1 | -21/+2 |
* | Nuke buffering from php_streams, move connect_nonb() from fsock.c to network.c | Wez Furlong | 2001-05-05 | 2 | -158/+89 |
* | Nuke unreferenced local variables. | Sebastian Bergmann | 2001-05-04 | 1 | -1/+0 |
* | - Applied a patch that enables getimagesize to return the size of .bmp and | Derick Rethans | 2001-05-03 | 1 | -18/+74 |
* | - Change macros from V_ to VCWD_ because of AIX name clash | Andi Gutmans | 2001-04-30 | 8 | -35/+35 |