summaryrefslogtreecommitdiff
path: root/ext/dio
Commit message (Expand)AuthorAgeFilesLines
* - Remove unused blocksMarcus Boerger2004-05-191-2/+0
* "The Visa to Sibiria" (work in progress)Hartmut Holzgraefe2004-03-231-0/+46
* Added missing safe_mode & open_basedir checks.Ilia Alshanetsky2004-02-201-0/+4
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-1/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* WS fixfoobar2003-12-011-5/+5
* - Fixed bug #26488 (Missing declaration of CRTSCTS in ext/dio/dio.c)foobar2003-12-011-0/+9
* Fixed compiler warnings.Ilia Alshanetsky2003-08-311-2/+2
* updating license information in the headers.James Cox2003-06-102-6/+6
* WS & CS fixesfoobar2003-03-201-85/+81
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-061-9/+9
* zend_error() -> php_error_docref().Ilia Alshanetsky2003-01-241-5/+5
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-191-16/+8
* Bump year.Sebastian Bergmann2002-12-312-2/+2
* O_ASYNC is not defined in cygwinMarcus Boerger2002-12-121-0/+2
* Fix leak when read call fails (see comment in #16635).Wez Furlong2002-11-031-0/+1
* Silence compile warning.Ilia Alshanetsky2002-10-191-1/+0
* - Use tabs instead of spaces for indentation!Andi Gutmans2002-08-161-158/+143
* changed default stop bits to a valid valueAlan Knowles2002-08-151-2/+2
* changed default stop bitsAlan Knowles2002-08-151-1/+1
* adding dio_tcsetattr and ASYNC supportAlan Knowles2002-08-152-0/+183
* ws fixfoobar2002-07-071-7/+7
* Fix the fix properly.foobar2002-07-071-4/+4
* Fix bug: #16707foobar2002-07-051-2/+2
* Don't use headers if the module contains only one phpinfo() entry, justSander Roobol2002-06-091-1/+1
* allocate space for NULSascha Schumann2002-04-201-1/+1
* realloc buffer downSterling Hughes2002-04-201-1/+3
* fix freebsd compileSterling Hughes2002-03-241-0/+4
* revert out accidental codeSterling Hughes2002-03-231-166/+0
* remove experimental statusSterling Hughes2002-03-231-0/+166
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-9/+1
* Maintain headers.Sebastian Bergmann2002-02-282-5/+3
* - Unified error messages.Markus Fischer2002-01-101-10/+35
* Added the O_NOCTTY option, for terminal i/o.Sterling Hughes2002-01-041-0/+1
* Update headers.Sebastian Bergmann2001-12-112-2/+2
* proto fixesHartmut Holzgraefe2001-12-061-2/+2
* Unified the configure messages.foobar2001-11-301-2/+6
* @ Add Direct I/O extension for lowlevel access to the POSIX layer. (sterling)Sterling Hughes2001-11-066-0/+502