Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'help'.help | SVN Migration | 2002-03-13 | 1309 | -367806/+0 |
| | |||||
* | Fix credits. | Sebastian Bergmann | 2002-03-13 | 1 | -3/+2 |
| | |||||
* | Update Credits | Jason Greene | 2002-03-13 | 1 | -0/+4 |
| | | | | | #Forgot about sapi | ||||
* | Update Credits | Jason Greene | 2002-03-13 | 1 | -10/+20 |
| | |||||
* | Because of the feature "don't try to send a cookie, if the sid | Sascha Schumann | 2002-03-13 | 1 | -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 typo | Stig Bakken | 2002-03-13 | 3 | -3/+3 |
| | |||||
* | Fix leftovers from yesterday (s/PHP_EXTENSION/PHP_NEW_EXTENSION/). | Sascha Schumann | 2002-03-13 | 2 | -2/+2 |
| | |||||
* | Return attribute name in node_name(), if it's a XML_ATTRIBUTE_NODE | Christian Stocker | 2002-03-13 | 1 | -1/+8 |
| | |||||
* | Return #document in node_name(), if it's a XML_DOCUMENT_NODE | Christian Stocker | 2002-03-13 | 1 | -0/+4 |
| | |||||
* | * muscat extension moved to PECL (it is GPL'ed and it has never been | Stig Bakken | 2002-03-13 | 10 | -1019/+0 |
| | | | | | appropriate to distribute it with PHP) | ||||
* | fix all comments in protos | Boian Bonev | 2002-03-13 | 1 | -18/+18 |
| | |||||
* | I've altered my diagnosis of segfault/leak problem | Wez Furlong | 2002-03-13 | 1 | -6/+10 |
| | |||||
* | Fix some issues with ZE2, but now have some leaks. | Wez Furlong | 2002-03-13 | 1 | -2/+27 |
| | | | | | # Any ideas Andrei? | ||||
* | Fixed a compiler warning | Yasuo Ohgaki | 2002-03-13 | 1 | -1/+1 |
| | |||||
* | -handling | Marcus Boerger | 2002-03-13 | 1 | -4/+4 |
| | |||||
* | -remove filetime from test | Marcus Boerger | 2002-03-13 | 1 | -3/+5 |
| | | | | | # that's magic - now the test should work on all installations | ||||
* | - Compile fixes for Engine 2 | Andi Gutmans | 2002-03-12 | 1 | -0/+10 |
| | |||||
* | - Allow duality between Engine 1 & 2 using ZEND_STANDARD_CLASS_DEF_PTR | Andi Gutmans | 2002-03-12 | 11 | -11/+11 |
| | |||||
* | missed zlib.c | Sascha Schumann | 2002-03-12 | 1 | -1/+1 |
| | |||||
* | nuke old makefiles | Sascha Schumann | 2002-03-12 | 2 | -26/+0 |
| | |||||
* | forgot to add _NEW_ | Sascha Schumann | 2002-03-12 | 1 | -1/+1 |
| | |||||
* | php_new_extension | Sascha Schumann | 2002-03-12 | 18 | -66/+11 |
| | |||||
* | old makefiles | Sascha Schumann | 2002-03-12 | 4 | -42/+0 |
| | |||||
* | remove old makefiles | Sascha Schumann | 2002-03-12 | 2 | -17/+0 |
| | |||||
* | Remove old Makefile templates | Sascha Schumann | 2002-03-12 | 2 | -18/+0 |
| | |||||
* | add makefile fragment manually | Sascha Schumann | 2002-03-12 | 1 | -0/+1 |
| | |||||
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 132 | -572/+67 |
| | |||||
* | -usability | Marcus Boerger | 2002-03-12 | 3 | -105/+249 |
| | | | | | -tests | ||||
* | php_new_extension | Sascha Schumann | 2002-03-12 | 2 | -8/+1 |
| | |||||
* | unused file | Sascha Schumann | 2002-03-12 | 1 | -4/+0 |
| | |||||
* | * fix compile problem on platforms without iconv in libc | Stig Bakken | 2002-03-12 | 1 | -1/+1 |
| | |||||
* | -return size of thumbnail even if it not read | Marcus Boerger | 2002-03-12 | 1 | -2/+4 |
| | |||||
* | (PHP gzencode) Reimplementation of gzencode(). Now works as documented | Stefan Roehrich | 2002-03-12 | 2 | -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 Roehrich | 2002-03-12 | 2 | -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 changes | Marcus Boerger | 2002-03-12 | 1 | -2/+2 |
| | | | | | -find image from run-tests.php | ||||
* | forgot SEPARATE_ZVAL, produced segfaults. | Christian Stocker | 2002-03-12 | 1 | -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 Karajannis | 2002-03-12 | 1 | -3/+2 |
| | |||||
* | - Remove *FETCH() statements. | Markus Fischer | 2002-03-12 | 1 | -68/+50 |
| | | | | | - Clean up WS and parenthesis indentation. | ||||
* | nicer (optional) formated output in dump_mem and dump_mem_file | Christian Stocker | 2002-03-12 | 1 | -2/+14 |
| | |||||
* | Fix TSRMLS_CC. | Sebastian Bergmann | 2002-03-12 | 1 | -1/+1 |
| | |||||
* | Change php_addslashes() a little. | Yasuo Ohgaki | 2002-03-12 | 1 | -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/D | Yasuo Ohgaki | 2002-03-12 | 1 | -5/+3 |
| | |||||
* | -support for array tags | Marcus Boerger | 2002-03-12 | 3 | -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 15174 | Marcus Boerger | 2002-03-12 | 2 | -87/+240 |
| | | | | | | | -support for some broken jpegs: bug 13213 -better memory handling -initial jpeg2000 support (only jpc not jp2,jb2,jpx) | ||||
* | Add missing skipif.inc | Yasuo Ohgaki | 2002-03-12 | 1 | -0/+13 |
| | |||||
* | - Fix more possible bugs (bug #16008 related) | foobar | 2002-03-12 | 1 | -13/+13 |
| | |||||
* | - fix bug #16008 | Derick Rethans | 2002-03-11 | 1 | -4/+4 |
| | |||||
* | @ implemented domxml_elem_get_elements_by_tagname | Christian Stocker | 2002-03-11 | 2 | -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 Fischer | 2002-03-11 | 1 | -104/+90 |
| | | | | | | - Switch to zend_parse_parameters(). - Fix whitespaces. | ||||
* | Maintain headers | Sander Roobol | 2002-03-11 | 1 | -1/+1 |
| |