summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* one more attempt at ridding us of some of those annoying mime typesexperimental/new_apache_hooksGwynne Raskind2009-07-160-0/+0
|
* This commit was manufactured by cvs2svn to create branch 'new_apache_hooks'.SVN Migration2002-08-26141-53120/+0
|
* Implement com_invoke_ex, which allows the user to specify the invoke kindWez Furlong2002-08-262-43/+161
| | | | | | | | | | flags, so that custom invocations can be made. Tidy up code for com_propget and com_propset, so that it can work with objects as well as resources. # This code is from a couple of months ago, and has been hanging around # on my windows dev box; I'm not entirely sure where I needed com_invoke_ex, # but the additions to propget and propset are useful.
* - WhitespaceDerick Rethans2002-08-261-19/+27
|
* @- Use escape_shell_cmd() to allow multiple extra parameters to theDerick Rethans2002-08-261-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 removedMarcus Boerger2002-08-261-2/+0
|
* Set 'defaultuser' if 'USER' env not foundPierre Joye2002-08-261-1/+3
|
* Replace horrendous code :)Pierre Joye2002-08-261-1/+3
|
* NEWS update2002-08-261-0/+3
|
* Rule 1: Never quickly fix a thing in cvsPierre Joye2002-08-261-8/+8
| | | | | | Rule 2: follow rule 1 Thx rasmus :)
* Implement socket errno values for UNIX based platforms.Jason Greene2002-08-252-0/+410
| | | | | | They are all prefixed with SOCKET_ to preserve name space Win32 will follow...
* Fix ZTS build.Sebastian Bergmann2002-08-255-9/+9
|
* WSWez Furlong2002-08-251-25/+25
|
* Slight optimization of php_strtoupper & php_strtoupper functions.Ilia Alshanetsky2002-08-251-14/+14
|
* MFBMarcus Boerger2002-08-251-11/+12
|
* use php_error_docref()Marcus Boerger2002-08-255-19/+19
|
* Remove $_ENV usages, getenv() is used insteadPierre Joye2002-08-251-13/+14
| | | | | 'MAKE' and 'USER' are used, if 'USER' not found I set user to 'defaultuser'
* improoved error messagesMarcus Boerger2002-08-252-6/+18
|
* Remove $_ENV usagesPierre Joye2002-08-251-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 filesPierre Joye2002-08-251-10/+13
| | | | | Replace by getenv()
* Removed __output_handler as everybody seems against such implicitMarcus Boerger2002-08-251-18/+2
| | | | | behaviour. Instead supply error message.
* Fix long line..and typofoobar2002-08-251-2/+4
|
* @- PHP's cURL extention now requires cURL version 7.9.8 (Derick)Derick Rethans2002-08-251-3/+3
| | | | | - Bump up required version number of cURL to 7.9.8
* Use zend_is_callable() instead of php_check_object_method_array() andMarcus Boerger2002-08-251-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 Furlong2002-08-251-1/+23
|
* Prevent possible problems with include_path.Wez Furlong2002-08-251-5/+6
|
* Reenable array(object,method) in ob_start()Marcus Boerger2002-08-251-4/+40
|
* Hopefully really fix #18022 this time.Wez Furlong2002-08-251-3/+25
|
* Potential fix for Bug#18022:Wez Furlong2002-08-251-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 Furlong2002-08-251-12/+11
|
* Add a "closing" parameter for filters to determine if a flush is the lastWez Furlong2002-08-253-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 Furlong2002-08-253-68/+45
| | | | | Unify error messages for ext/ftp. (which was using php_stream_error).
* NEWS update2002-08-251-0/+3
|
* ChangeLog update2002-08-251-0/+10
|
* Changed ↵Yasuo Ohgaki2002-08-241-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 Ohgaki2002-08-242-4/+4
| | | | pg_client_encoding() is available from PHP4.0.3 and this function is available from PHP 4.3.0
* - WhitespaceAndi Gutmans2002-08-241-1/+1
|
* - Whitespace and better variable nameAndi Gutmans2002-08-241-8/+22
|
* Convert to unix, related to bug 18588Marcus Boerger2002-08-240-0/+0
|
* Undeprecate mysql_db_query()Zeev Suraski2002-08-242-2/+3
|
* Make this entry a little bit easier for eyes to catch.foobar2002-08-241-2/+5
|
* Overwrite control chars in parameters with whitespace instead of truncating.Stefan Esser2002-08-241-10/+16
|
* changed zend_error -> php_error_docref()Georg Richter2002-08-241-24/+24
|
* - Also make bz2 archivesDerick Rethans2002-08-241-1/+6
|
* convert encoding to cp1251,cp866 was not working, fixedDen V. Tsopa2002-08-241-3/+2
|
* changed error messages according to CODING_STANDARDSGeorg Richter2002-08-241-4/+4
|
* MySQL changesGeorg Richter2002-08-241-0/+3
|
* fix warningThies C. Arntzen2002-08-241-3/+14
|
* Fixed typoYasuo Ohgaki2002-08-241-1/+1
|
* Make pg_result_status() a little more useufl by ignoring invalidYasuo Ohgaki2002-08-241-3/+9
| | | | | | parameter and return FALSE. (i.e. pg_query() may return FALSE instead of result resource)