| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - Whitespace | Derick Rethans | 2002-08-26 | 1 | -19/+27 |
| | | |||||
| * | @- Use escape_shell_cmd() to allow multiple extra parameters to the | Derick Rethans | 2002-08-26 | 1 | -2/+3 |
| | | | | | | | | @ invocation of the mailer as used in the fifth parameter to mail(). (Derick) - Use escape_shell_cmd() to allow multiple extra parameters to the invocation of the mailer as used in the fifth parameter to mail(). | ||||
| * | Implement socket errno values for UNIX based platforms. | Jason Greene | 2002-08-25 | 2 | -0/+410 |
| | | | | | | | They are all prefixed with SOCKET_ to preserve name space Win32 will follow... | ||||
| * | Fix ZTS build. | Sebastian Bergmann | 2002-08-25 | 3 | -4/+4 |
| | | |||||
| * | WS | Wez Furlong | 2002-08-25 | 1 | -25/+25 |
| | | |||||
| * | Slight optimization of php_strtoupper & php_strtoupper functions. | Ilia Alshanetsky | 2002-08-25 | 1 | -14/+14 |
| | | |||||
| * | MFB | Marcus Boerger | 2002-08-25 | 1 | -11/+12 |
| | | |||||
| * | improoved error messages | Marcus Boerger | 2002-08-25 | 2 | -6/+18 |
| | | |||||
| * | @- PHP's cURL extention now requires cURL version 7.9.8 (Derick) | Derick Rethans | 2002-08-25 | 1 | -3/+3 |
| | | | | | | - Bump up required version number of cURL to 7.9.8 | ||||
| * | Prevent possible problems with include_path. | Wez Furlong | 2002-08-25 | 1 | -5/+6 |
| | | |||||
| * | Add a "closing" parameter for filters to determine if a flush is the last | Wez Furlong | 2002-08-25 | 1 | -2/+2 |
| | | | | | | | flush before the stream is closed. This allows filters to finish a chunk and write footers etc. | ||||
| * | Remove php_stream_error as discussed with Rasmus. | Wez Furlong | 2002-08-25 | 2 | -64/+45 |
| | | | | | | Unify error messages for ext/ftp. (which was using php_stream_error). | ||||
| * | Changed ↵ | Yasuo Ohgaki | 2002-08-24 | 1 | -22/+16 |
| | | | | | | | | pg_connection_info()/pg_connection_reset()/pg_connection_busy()/pg_result_status()/pg_result_error() silently return FALSE when resource is not passed to them. @ Changed pg_connection_info()/pg_connection_reset()/pg_connection_busy()/pg_result_status()/pg_result_error() silently return FALSE when resource is not passed to them. (Yasuo) | ||||
| * | Rename mysql_character_set_name() to mysql_client_encoding(). ↵ | Yasuo Ohgaki | 2002-08-24 | 2 | -4/+4 |
| | | | | | pg_client_encoding() is available from PHP4.0.3 and this function is available from PHP 4.3.0 | ||||
| * | Undeprecate mysql_db_query() | Zeev Suraski | 2002-08-24 | 1 | -1/+3 |
| | | |||||
| * | Overwrite control chars in parameters with whitespace instead of truncating. | Stefan Esser | 2002-08-24 | 1 | -10/+16 |
| | | |||||
| * | changed zend_error -> php_error_docref() | Georg Richter | 2002-08-24 | 1 | -24/+24 |
| | | |||||
| * | convert encoding to cp1251,cp866 was not working, fixed | Den V. Tsopa | 2002-08-24 | 1 | -3/+2 |
| | | |||||
| * | changed error messages according to CODING_STANDARDS | Georg Richter | 2002-08-24 | 1 | -4/+4 |
| | | |||||
| * | Fixed typo | Yasuo Ohgaki | 2002-08-24 | 1 | -1/+1 |
| | | |||||
| * | Make pg_result_status() a little more useufl by ignoring invalid | Yasuo Ohgaki | 2002-08-24 | 1 | -3/+9 |
| | | | | | | | parameter and return FALSE. (i.e. pg_query() may return FALSE instead of result resource) | ||||
| * | php_error_docref | Marcus Boerger | 2002-08-24 | 29 | -258/+226 |
| | | | | | | #New conversion available at: http://docref.txt.marcus-boerger.de | ||||
| * | Fix import_request_variables() | Zeev Suraski | 2002-08-24 | 1 | -1/+2 |
| | | |||||
| * | Made this extension to use the resource stuff | foobar | 2002-08-23 | 2 | -57/+57 |
| | | |||||
| * | ws fix | foobar | 2002-08-23 | 1 | -3/+3 |
| | | |||||
| * | stream closing bug here too | Rasmus Lerdorf | 2002-08-23 | 1 | -1/+1 |
| | | |||||
| * | Fix segfault reported by Rasmus. | Wez Furlong | 2002-08-23 | 1 | -1/+1 |
| | | |||||
| * | fixed bug #18643 | Georg Richter | 2002-08-23 | 1 | -2/+2 |
| | | |||||
| * | renamed xslt_dump_* to xslt_result_dump_* to avoid confusion | Christian Stocker | 2002-08-23 | 2 | -10/+10 |
| | | | | | | # will adjust NEWS file later | ||||
| * | fix memleak in xslt->dump_mem() | Christian Stocker | 2002-08-23 | 1 | -1/+2 |
| | | |||||
| * | fixed bug #19016 | Georg Richter | 2002-08-23 | 1 | -0/+2 |
| | | | | | | SSL is only available for MYSQL_VERSION_ID >= 40000 | ||||
| * | fixed bug #16965 | Georg Richter | 2002-08-23 | 1 | -2/+3 |
| | | |||||
| * | Fix ob_gzhandler()'s handling of requests w/o compression but that do have | Zeev Suraski | 2002-08-23 | 1 | -4/+2 |
| | | | | | | the Accept-Encoding header | ||||
| * | Fixed a typo | Ilia Alshanetsky | 2002-08-22 | 1 | -1/+1 |
| | | |||||
| * | more php_error_docref | Marcus Boerger | 2002-08-22 | 1 | -20/+18 |
| | | |||||
| * | php_error_docref... | Marcus Boerger | 2002-08-22 | 2 | -45/+45 |
| | | |||||
| * | *cough* | Wez Furlong | 2002-08-22 | 1 | -1/+1 |
| | | |||||
| * | Fix error messages. | Wez Furlong | 2002-08-22 | 2 | -2/+3 |
| | | |||||
| * | fiw warnings | Marcus Boerger | 2002-08-22 | 3 | -6/+11 |
| | | |||||
| * | - moved xslt_dump_ to better place | Christian Stocker | 2002-08-22 | 1 | -75/+72 |
| | | | | | | - removed unused variables | ||||
| * | @- Added XsltObject->dump_file($result,$filename[,$compression]) for dumping | Christian Stocker | 2002-08-22 | 2 | -1/+42 |
| | | | | | | @ xslt-result directly into a file. (chregu) | ||||
| * | @- Added XsltObject->dump_mem($result) for returning xslt-result directly | Christian Stocker | 2002-08-22 | 3 | -6/+46 |
| | | | | | | | | | @ into a string (morus.walter@web.de, chregu) - XsltObject->dump_file() will follow - bumped up needed libxslt version to 1.0.18 | ||||
| * | return version number of linked libxml2, not of the one, which it was | Christian Stocker | 2002-08-22 | 1 | -2/+2 |
| | | | | | | compiled against | ||||
| * | fix zts build | Marcus Boerger | 2002-08-22 | 1 | -3/+3 |
| | | |||||
| * | Removed C++ comments | Mark L. Woodward | 2002-08-22 | 2 | -9/+9 |
| | | |||||
| * | magic.mime seems to be more common name for the file. | Edin Kadribasic | 2002-08-22 | 1 | -1/+1 |
| | | |||||
| * | @- Made mime_magic extension available on win32 platform. (Edin) | Edin Kadribasic | 2002-08-22 | 2 | -0/+114 |
| | | | | | | Mime_magic extensions builds on windows now. | ||||
| * | Instead of hardcoding the path of magic.mime file, try to find the file | Ilia Alshanetsky | 2002-08-22 | 2 | -1/+18 |
| | | | | | | inside common paths for the file. | ||||
| * | Fixed a number of compile warnings. | Ilia Alshanetsky | 2002-08-22 | 1 | -5/+4 |
| | | |||||
| * | @ - Added xslt_backend_version() and xslt_backend_name() for getting | Christian Stocker | 2002-08-22 | 2 | -0/+24 |
| | | | | | | @ information about the processor backend. (chregu) | ||||
