summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-0550-41/+264
* Fix bug: #9713foobar2001-06-041-2/+17
* Kill warning.Andrei Zmievski2001-05-291-1/+2
* Fix the reference serializerStanislav Malyshev2001-05-291-1/+1
* Fix compile warningWez Furlong2001-05-291-4/+4
* Added charset awareness to htmlentities() and htmlspecialchars(); use anWez Furlong2001-05-282-43/+317
* move to php_strtok_r()Sterling Hughes2001-05-271-2/+3
* - Add prototype.Andi Gutmans2001-05-241-0/+2
* - Fix problem of output initializationAndi Gutmans2001-05-233-15/+9
* @ Added the CONNECTION_ABORTED, CONNECTION_TIMEOUT and CONNECTION_NORMALSterling Hughes2001-05-231-0/+4
* Add missing end-folding delimiterJohn Donagher2001-05-231-0/+1
* - Start nuking not needed GINITAndi Gutmans2001-05-224-14/+4
* @ - Fix disk_free_space() and disk_total_space() under FreeBSD. (jon)Jon Parise2001-05-221-4/+6
* Moving some functions into Zend.Andrei Zmievski2001-05-212-96/+0
* - EG's are passed automatically to internal functions.Andi Gutmans2001-05-211-2/+0
* Added get_defined_constants() function. Returns an associative array ofSean Bright2001-05-212-0/+22
* This looks better.foobar2001-05-201-1/+1
* - Reversed 'fix' for #9698Derick Rethans2001-05-202-4/+35
* Fix bug #9526Rasmus Lerdorf2001-05-191-0/+8
* Fixed bug #10964foobar2001-05-191-0/+6
* munmap() file in RSHUTDOWN, if PHPWRITE fails.Sascha Schumann2001-05-183-0/+22
* Files should be shared among processes.Sascha Schumann2001-05-181-1/+1
* Fixed bugs: #10297, #10615, #10783, #10880foobar2001-05-161-9/+0
* @ - Added disk_total_space() to return the total size of a filesystem.Jon Parise2001-05-153-0/+103
* @ - Renamed diskfreespace() to disk_free_space() to conform to establishedJon Parise2001-05-153-5/+6
* MFBfoobar2001-05-151-5/+5
* Clean up call_user_func_*().Andrei Zmievski2001-05-141-9/+10
* Use zend_is_callable to test whether or not the given callback is validSterling Hughes2001-05-141-38/+48
* Use zend_is_callable() and fix sp of deprecated.Sterling Hughes2001-05-141-24/+5
* Couple of changes (and a little whitespace correction, sorry to mix :(Sterling Hughes2001-05-141-42/+77
* - Bumbed up the warning level to be in sync with fopen (which is E_WARNINGDerick Rethans2001-05-141-2/+2
* Need to use ELS_FETCH() here.Andrei Zmievski2001-05-141-0/+2
* @- Fixed a bug in call_user_*() functions that would not allow callingAndrei Zmievski2001-05-141-20/+10
* prototype for php_file_le_stream()Wez Furlong2001-05-121-0/+1
* expose streams to other extensions.Wez Furlong2001-05-121-0/+7
* Nuke more quotesSascha Schumann2001-05-121-3/+3
* Rewrote stat() and fstat() to be memory efficient, due to a recentJason Greene2001-05-113-78/+105
* Tabs please...Derick Rethans2001-05-111-1/+1
* Fix for bug #10815.Sebastian Bergmann2001-05-111-0/+2
* Fix is_executable test.Jason Greene2001-05-111-0/+8
* @fstat() and stat() now return identical output by returning a numerical andJason Greene2001-05-112-0/+50
* Always free the callback_name when using zend_is_callable().Andrei Zmievski2001-05-101-0/+3
* Fix buggy line splitZeev Suraski2001-05-101-2/+1
* @- Added is_callable() function that can be used to find out whetherAndrei Zmievski2001-05-092-0/+32
* Avoid crashing if somehow, output is sent in a new thread tha had no requestsZeev Suraski2001-05-071-2/+8
* Fix win32 buildJames Moore2001-05-061-1/+1
* - Nuke warningDerick Rethans2001-05-061-2/+2
* - Partial fix for bug #9050, support for "Jan 19 2000" date formatDerick Rethans2001-05-062-0/+45
* Moved ts_alloca_id() into MINIT like Andi requested.foobar2001-05-063-6/+18
* Fix bug: #8834. Now there should be more random salts..foobar2001-05-065-6/+26