summaryrefslogtreecommitdiff
path: root/ext/dio
Commit message (Collapse)AuthorAgeFilesLines
* - Moved ext/dio to PECL.foobar2005-02-027-802/+0
|
* - Fixed bug #31684 (dio_tcsetattr(): misconfigured termios settings)foobar2005-01-251-0/+2
|
* Gracefully handle allocation failure.Ilia Alshanetsky2004-11-171-6/+16
|
* Adjusted input check.Ilia Alshanetsky2004-09-031-2/+2
|
* Added missing input validation to dio_write().Ilia Alshanetsky2004-08-301-0/+5
|
* Fixed possible crash inside dio_read().Ilia Alshanetsky2004-08-231-0/+5
|
* Allow compilation on Win32.Frank M. Kromann2004-06-092-0/+37
| | | | | Need to implement a few Windows specific functions.
* - Remove unused blocksMarcus Boerger2004-05-191-2/+0
|
* "The Visa to Sibiria" (work in progress)Hartmut Holzgraefe2004-03-231-0/+46
| | | | | | | | | Adding a package.xml to a bundled extension does not only ease the transition to PECL whereever suitable but also allows to build and install an extension as "shared" using the PEAR installer without having to deal with phpize and friends by hand
* 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
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - 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
| | | | | @64-bit correction to variables passed to zend_parse_parameters (Dave)
* 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
| | | | | | | - Fix all sorts of ugly whitespace things. - People, please write code according to our standards even if you don't - like them.
* 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
| | | | | stick to ordinary rows.
* 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
| | | | | - Improved argument handling in dio_fcntl().
* 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