| 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(). | ||||
| * | that propably wasn't a good idea and thus already removed | Marcus Boerger | 2002-08-26 | 1 | -2/+0 |
| | | |||||
| * | Set 'defaultuser' if 'USER' env not found | Pierre Joye | 2002-08-26 | 1 | -1/+3 |
| | | |||||
| * | Replace horrendous code :) | Pierre Joye | 2002-08-26 | 1 | -1/+3 |
| | | |||||
| * | NEWS update | 2002-08-26 | 1 | -0/+3 | |
| | | |||||
| * | Rule 1: Never quickly fix a thing in cvs | Pierre Joye | 2002-08-26 | 1 | -8/+8 |
| | | | | | | | Rule 2: follow rule 1 Thx rasmus :) | ||||
| * | 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 | 5 | -9/+9 |
| | | |||||
| * | 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 |
| | | |||||
| * | use php_error_docref() | Marcus Boerger | 2002-08-25 | 5 | -19/+19 |
| | | |||||
| * | Remove $_ENV usages, getenv() is used instead | Pierre Joye | 2002-08-25 | 1 | -13/+14 |
| | | | | | | 'MAKE' and 'USER' are used, if 'USER' not found I set user to 'defaultuser' | ||||
| * | improoved error messages | Marcus Boerger | 2002-08-25 | 2 | -6/+18 |
| | | |||||
| * | Remove $_ENV usages | Pierre Joye | 2002-08-25 | 1 | -10/+10 |
| | | | | | | | Remove $env arg in all functions and uses getenv instead Note only 'USER' env var is used | ||||
| * | Remove $_ENV usages, this causes problems with recommanded php.ini files | Pierre Joye | 2002-08-25 | 1 | -10/+13 |
| | | | | | | Replace by getenv() | ||||
| * | Removed __output_handler as everybody seems against such implicit | Marcus Boerger | 2002-08-25 | 1 | -18/+2 |
| | | | | | | behaviour. Instead supply error message. | ||||
| * | Fix long line..and typo | foobar | 2002-08-25 | 1 | -2/+4 |
| | | |||||
| * | @- 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 | ||||
| * | Use zend_is_callable() instead of php_check_object_method_array() and | Marcus Boerger | 2002-08-25 | 1 | -29/+22 |
| | | | | | | | | | drop the latter. THX to Markus Fischer - i did not recognize this function. @Expanded ob_start() to allow object parameters without methodnames and @use default method __output_handler(). (Marcus) | ||||
| * | Fix open_basedir. | Wez Furlong | 2002-08-25 | 1 | -1/+23 |
| | | |||||
| * | Prevent possible problems with include_path. | Wez Furlong | 2002-08-25 | 1 | -5/+6 |
| | | |||||
| * | Reenable array(object,method) in ob_start() | Marcus Boerger | 2002-08-25 | 1 | -4/+40 |
| | | |||||
| * | Hopefully really fix #18022 this time. | Wez Furlong | 2002-08-25 | 1 | -3/+25 |
| | | |||||
| * | Potential fix for Bug#18022: | Wez Furlong | 2002-08-25 | 1 | -3/+3 |
| | | | | | | | Streams that are pipes on systems that HAVE_FLUSHIO should not be seeked as is required for plain files on those systems. | ||||
| * | Unify error messages. | Wez Furlong | 2002-08-25 | 1 | -12/+11 |
| | | |||||
| * | Add a "closing" parameter for filters to determine if a flush is the last | Wez Furlong | 2002-08-25 | 3 | -11/+11 |
| | | | | | | | 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 | 3 | -68/+45 |
| | | | | | | Unify error messages for ext/ftp. (which was using php_stream_error). | ||||
| * | NEWS update | 2002-08-25 | 1 | -0/+3 | |
| | | |||||
| * | ChangeLog update | 2002-08-25 | 1 | -0/+10 | |
| | | |||||
| * | 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 | ||||
| * | - Whitespace | Andi Gutmans | 2002-08-24 | 1 | -1/+1 |
| | | |||||
| * | - Whitespace and better variable name | Andi Gutmans | 2002-08-24 | 1 | -8/+22 |
| | | |||||
| * | Convert to unix, related to bug 18588 | Marcus Boerger | 2002-08-24 | 0 | -0/+0 |
| | | |||||
| * | Undeprecate mysql_db_query() | Zeev Suraski | 2002-08-24 | 2 | -2/+3 |
| | | |||||
| * | Make this entry a little bit easier for eyes to catch. | foobar | 2002-08-24 | 1 | -2/+5 |
| | | |||||
| * | 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 |
| | | |||||
| * | - Also make bz2 archives | Derick Rethans | 2002-08-24 | 1 | -1/+6 |
| | | |||||
| * | 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 |
| | | |||||
| * | MySQL changes | Georg Richter | 2002-08-24 | 1 | -0/+3 |
| | | |||||
| * | fix warning | Thies C. Arntzen | 2002-08-24 | 1 | -3/+14 |
| | | |||||
| * | 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 | ||||
| * | Remove relic from PHP3 days which is not useful anymore. | foobar | 2002-08-24 | 2 | -6/+0 |
| | | |||||
| * | Fix import_request_variables() | Zeev Suraski | 2002-08-24 | 1 | -1/+2 |
| | | |||||
