summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'new_apache_hooks'.SVN Migration2002-08-2645-10469/+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().
* 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-253-4/+4
|
* 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
|
* improoved error messagesMarcus Boerger2002-08-252-6/+18
|
* @- 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
* Prevent possible problems with include_path.Wez Furlong2002-08-251-5/+6
|
* Add a "closing" parameter for filters to determine if a flush is the lastWez Furlong2002-08-251-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 Furlong2002-08-252-64/+45
| | | | | Unify error messages for ext/ftp. (which was using php_stream_error).
* 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
* Undeprecate mysql_db_query()Zeev Suraski2002-08-241-1/+3
|
* 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
|
* 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
|
* 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)
* php_error_docrefMarcus Boerger2002-08-2429-258/+226
| | | | | #New conversion available at: http://docref.txt.marcus-boerger.de
* Fix import_request_variables()Zeev Suraski2002-08-241-1/+2
|
* Made this extension to use the resource stufffoobar2002-08-232-57/+57
|
* ws fixfoobar2002-08-231-3/+3
|
* stream closing bug here tooRasmus Lerdorf2002-08-231-1/+1
|
* Fix segfault reported by Rasmus.Wez Furlong2002-08-231-1/+1
|
* fixed bug #18643Georg Richter2002-08-231-2/+2
|
* renamed xslt_dump_* to xslt_result_dump_* to avoid confusionChristian Stocker2002-08-232-10/+10
| | | | | # will adjust NEWS file later
* fix memleak in xslt->dump_mem()Christian Stocker2002-08-231-1/+2
|
* fixed bug #19016Georg Richter2002-08-231-0/+2
| | | | | SSL is only available for MYSQL_VERSION_ID >= 40000
* fixed bug #16965Georg Richter2002-08-231-2/+3
|
* Fix ob_gzhandler()'s handling of requests w/o compression but that do haveZeev Suraski2002-08-231-4/+2
| | | | | the Accept-Encoding header
* Fixed a typoIlia Alshanetsky2002-08-221-1/+1
|
* more php_error_docrefMarcus Boerger2002-08-221-20/+18
|
* php_error_docref...Marcus Boerger2002-08-222-45/+45
|
* *cough*Wez Furlong2002-08-221-1/+1
|
* Fix error messages.Wez Furlong2002-08-222-2/+3
|
* fiw warningsMarcus Boerger2002-08-223-6/+11
|
* - moved xslt_dump_ to better placeChristian Stocker2002-08-221-75/+72
| | | | | - removed unused variables
* @- Added XsltObject->dump_file($result,$filename[,$compression]) for dumpingChristian Stocker2002-08-222-1/+42
| | | | | @ xslt-result directly into a file. (chregu)
* @- Added XsltObject->dump_mem($result) for returning xslt-result directlyChristian Stocker2002-08-223-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 wasChristian Stocker2002-08-221-2/+2
| | | | | compiled against
* fix zts buildMarcus Boerger2002-08-221-3/+3
|
* Removed C++ commentsMark L. Woodward2002-08-222-9/+9
|
* magic.mime seems to be more common name for the file.Edin Kadribasic2002-08-221-1/+1
|
* @- Made mime_magic extension available on win32 platform. (Edin)Edin Kadribasic2002-08-222-0/+114
| | | | | Mime_magic extensions builds on windows now.
* Instead of hardcoding the path of magic.mime file, try to find the fileIlia Alshanetsky2002-08-222-1/+18
| | | | | inside common paths for the file.