summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'help'.helpSVN Migration2002-03-131309-367806/+0
|
* Fix credits.Sebastian Bergmann2002-03-131-3/+2
|
* Update CreditsJason Greene2002-03-131-0/+4
| | | | | #Forgot about sapi
* Update CreditsJason Greene2002-03-131-10/+20
|
* Because of the feature "don't try to send a cookie, if the sidSascha Schumann2002-03-131-2/+3
| | | | | | | | | was contained in get/post variables" (which I still am not convinced of completely), we need a separate variable which determines whether to define SID in the event that a cookie was not sent. Noticed by: Matt Allen
* * another libconv->libiconv typoStig Bakken2002-03-133-3/+3
|
* Fix leftovers from yesterday (s/PHP_EXTENSION/PHP_NEW_EXTENSION/).Sascha Schumann2002-03-132-2/+2
|
* Return attribute name in node_name(), if it's a XML_ATTRIBUTE_NODEChristian Stocker2002-03-131-1/+8
|
* Return #document in node_name(), if it's a XML_DOCUMENT_NODEChristian Stocker2002-03-131-0/+4
|
* * muscat extension moved to PECL (it is GPL'ed and it has never beenStig Bakken2002-03-1310-1019/+0
| | | | | appropriate to distribute it with PHP)
* fix all comments in protosBoian Bonev2002-03-131-18/+18
|
* I've altered my diagnosis of segfault/leak problemWez Furlong2002-03-131-6/+10
|
* Fix some issues with ZE2, but now have some leaks.Wez Furlong2002-03-131-2/+27
| | | | | # Any ideas Andrei?
* Fixed a compiler warningYasuo Ohgaki2002-03-131-1/+1
|
* -handlingMarcus Boerger2002-03-131-4/+4
|
* -remove filetime from testMarcus Boerger2002-03-131-3/+5
| | | | | # that's magic - now the test should work on all installations
* - Compile fixes for Engine 2Andi Gutmans2002-03-121-0/+10
|
* - Allow duality between Engine 1 & 2 using ZEND_STANDARD_CLASS_DEF_PTRAndi Gutmans2002-03-1211-11/+11
|
* missed zlib.cSascha Schumann2002-03-121-1/+1
|
* nuke old makefilesSascha Schumann2002-03-122-26/+0
|
* forgot to add _NEW_Sascha Schumann2002-03-121-1/+1
|
* php_new_extensionSascha Schumann2002-03-1218-66/+11
|
* old makefilesSascha Schumann2002-03-124-42/+0
|
* remove old makefilesSascha Schumann2002-03-122-17/+0
|
* Remove old Makefile templatesSascha Schumann2002-03-122-18/+0
|
* add makefile fragment manuallySascha Schumann2002-03-121-0/+1
|
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-12132-572/+67
|
* -usabilityMarcus Boerger2002-03-123-105/+249
| | | | | -tests
* php_new_extensionSascha Schumann2002-03-122-8/+1
|
* unused fileSascha Schumann2002-03-121-4/+0
|
* * fix compile problem on platforms without iconv in libcStig Bakken2002-03-121-1/+1
|
* -return size of thumbnail even if it not readMarcus Boerger2002-03-121-2/+4
|
* (PHP gzencode) Reimplementation of gzencode(). Now works as documentedStefan Roehrich2002-03-122-23/+93
| | | | | | | | | | | (gzencode(string data [, int level [, int encoding_mode]])), should fix #15930. @- The second parameter of gzencode() now is the compression level like @ in the documentation. The encoding mode is a third (optional) parameter. # Rework of gzencode(), output should be closer to real gzip output. # I think in the old version there could be some problems with # this function and output compression, should be fixed, too.
* (PHP gzinflate) Workaround for bug #14939 (buffer error in gzinflate()).Stefan Roehrich2002-03-122-2/+11
| | | | | | | | | | | Fixed prototype and added test for #14939. # We have extra \0 if the input comes directly from gzdeflate() # so give one extra byte as length to workaround behaviour of zlib. # I want to avoid copying the input, but if there are problems, # please tell (see my message <20020310175611.GA4472@stefan.roehri.ch> to # php-dev).
* -reflect changesMarcus Boerger2002-03-121-2/+2
| | | | | -find image from run-tests.php
* forgot SEPARATE_ZVAL, produced segfaults.Christian Stocker2002-03-121-2/+3
| | | | | segfaulted only in 4_2_0 (not in HEAD and 4_0_7, strange...)
* Removed sqlrte from SAP DB liblist as it is not needed.Andreas Karajannis2002-03-121-3/+2
|
* - Remove *FETCH() statements.Markus Fischer2002-03-121-68/+50
| | | | | - Clean up WS and parenthesis indentation.
* nicer (optional) formated output in dump_mem and dump_mem_fileChristian Stocker2002-03-121-2/+14
|
* Fix TSRMLS_CC.Sebastian Bergmann2002-03-121-1/+1
|
* Change php_addslashes() a little.Yasuo Ohgaki2002-03-121-19/+31
| | | | | | Since most users do not use magic_quote_sybase, be nicer to users not using magic_quote_sybase.
* Make use of TSRMLS_C/DYasuo Ohgaki2002-03-121-5/+3
|
* -support for array tagsMarcus Boerger2002-03-123-414/+1074
| | | | | | | | | | -better memory handling -support for thumbnails in TIFF format -new functions exif_imagetype @-new function exif_imagetype @-exif_thumbnail fupports thumbnails in TIFF format and can return size @ of thumbnail
* -fixed bug 15174Marcus Boerger2002-03-122-87/+240
| | | | | | | -support for some broken jpegs: bug 13213 -better memory handling -initial jpeg2000 support (only jpc not jp2,jb2,jpx)
* Add missing skipif.incYasuo Ohgaki2002-03-121-0/+13
|
* - Fix more possible bugs (bug #16008 related)foobar2002-03-121-13/+13
|
* - fix bug #16008Derick Rethans2002-03-111-4/+4
|
* @ implemented domxml_elem_get_elements_by_tagnameChristian Stocker2002-03-112-15/+221
| | | | | | @ new function domxml_doc_get_elements_by_tagname @ new function domxml_doc_get_element_by_id (chregu)
* - Slightly unify error/warning messages.Markus Fischer2002-03-111-104/+90
| | | | | | - Switch to zend_parse_parameters(). - Fix whitespaces.
* Maintain headersSander Roobol2002-03-111-1/+1
|