| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Adding user-space object overloading extension. | Andrei Zmievski | 2001-10-15 | 7 | -0/+633 |
| | | |||||
| * | fix bug #13479 | Stig Bakken | 2001-10-15 | 1 | -0/+6 |
| | | |||||
| * | Fixing problem with indirect blobs | Frank M. Kromann | 2001-10-15 | 1 | -9/+8 |
| | | |||||
| * | Either sizeof(struct stat) or sizeof f_stat, but not sizeof stat. | Sascha Schumann | 2001-10-13 | 1 | -1/+1 |
| | | |||||
| * | Fixed thread-safe compile. Thanks to Jani Taskinen. | Adam Dickmeiss | 2001-10-13 | 1 | -3/+7 |
| | | |||||
| * | Fixed bug: #13652 | foobar | 2001-10-13 | 1 | -2/+2 |
| | | |||||
| * | This file is generated. | foobar | 2001-10-13 | 1 | -7/+0 |
| | | |||||
| * | ws fix. | foobar | 2001-10-13 | 1 | -9/+9 |
| | | |||||
| * | Fix backwards source compatibility. | Adam Dickmeiss | 2001-10-13 | 1 | -1/+5 |
| | | |||||
| * | revert removal of zend_parse_parameters and properly use | Sterling Hughes | 2001-10-12 | 1 | -46/+36 |
| | | | | | | zend_parse_parameters (ie zval * instead of zval **). | ||||
| * | fix segv's, zend_parse_parameters seems not to be able to handle | Sterling Hughes | 2001-10-12 | 1 | -39/+44 |
| | | | | | | | | resources. # emacs is cool | ||||
| * | Fixed bug: #13556 | foobar | 2001-10-12 | 1 | -8/+6 |
| | | |||||
| * | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 96 | -72/+353 |
| | | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
| * | * remove version_{lt,le,gt,ge,eq} functions, added a third optional | Stig Bakken | 2001-10-11 | 4 | -71/+556 |
| | | | | | | parameter to version_compare doing the same thing | ||||
| * | * make test pass | Stig Bakken | 2001-10-11 | 1 | -5/+5 |
| | | |||||
| * | Allow msession to build without ext/session | Mark L. Woodward | 2001-10-11 | 3 | -5/+14 |
| | | |||||
| * | Changed return value for BLOB/CLOB values to a string. and returning false ↵ | Frank M. Kromann | 2001-10-10 | 1 | -16/+9 |
| | | | | | if no handle is created. | ||||
| * | @- Make UDM_PARAM_ISPELL_PREFIXES work under mnogosearch-3.2.x (gluke) | Sergey Kartashoff | 2001-10-10 | 1 | -2/+16 |
| | | | | | | - Make UDM_PARAM_ISPELL_PREFIXES work under mnogosearch-3.2.x (gluke) | ||||
| * | * added function entries for version_{lt,le,gt,ge,eq} | Stig Bakken | 2001-10-10 | 1 | -0/+5 |
| | | |||||
| * | @Added version_{lt,le,gt,ge,eq} functions (Stig) | Stig Bakken | 2001-10-10 | 2 | -4/+78 |
| | | |||||
| * | Adding support for BLOB and CLOB | Frank M. Kromann | 2001-10-10 | 2 | -26/+98 |
| | | |||||
| * | Added ldap_start_tls() function | Stig Venaas | 2001-10-09 | 2 | -2/+35 |
| | | | | | | @- Added ldap_start_tls() function (Stig Venaas, patch by kuenne@rentec.com) | ||||
| * | - More <br> to <br /> fixes | Derick Rethans | 2001-10-09 | 4 | -9/+9 |
| | | |||||
| * | added new configure option --with-pdflib3 | Rainer Schaaf | 2001-10-09 | 1 | -29/+70 |
| | | | | | | | | | | | Therefore --with-pdflib will only work with PDFlib 4.x from now on, if one wants to build PHP with PDFlib V3.x he has to use the new option --with-pdflib3. This makes configuration of PDFlib much easier, as no additional libraries are needed anymore. This is possible, because PDFlib has built in libraries for tiff/jpg/zlib since V4. | ||||
| * | Fixed some protos. | Egon Schmid | 2001-10-09 | 1 | -124/+99 |
| | | |||||
| * | use strdup to alloc memory refeed with free! | Frank M. Kromann | 2001-10-08 | 1 | -2/+2 |
| | | |||||
| * | Oops. Removed too much code. | Frank M. Kromann | 2001-10-08 | 1 | -0/+3 |
| | | |||||
| * | handle dbase files with padded field headers. (patch from | jim winstead | 2001-10-08 | 1 | -12/+31 |
| | | | | | | Landon Bradshaw <landon@bradshaw.org>) | ||||
| * | handle 'I' field type, just another name for the 'N' field type (patch | jim winstead | 2001-10-08 | 1 | -0/+2 |
| | | | | | | from Landon Bradshaw <landon@bradshaw.org>) | ||||
| * | Fixed some protos. | Egon Schmid | 2001-10-08 | 1 | -8/+8 |
| | | |||||
| * | @- Added support for word match mnogosearch-3.2 command and for stopfile | Sergey Kartashoff | 2001-10-08 | 1 | -4/+0 |
| | | | | | | | | @ command. StopTable will not be supported by mnogosearch-3.2.x - Added support for word match mnogosearch-3.2 command and for stopfile command. StopTable will not be supported by mnogosearch-3.2.x | ||||
| * | Fixing prototypes and removing unused code | Frank M. Kromann | 2001-10-08 | 3 | -12/+13 |
| | | |||||
| * | fixed PDF_get_value for parameters | Rainer Schaaf | 2001-10-08 | 1 | -0/+9 |
| | | | | | | | | | | - capheight - ascender - descender had to ajust modifier by PDFLIB_FONT_OFFSET | ||||
| * | - Fix for bug #13592 (Patch by Markus Fischer <mfischer@guru.josefine.at>) | Derick Rethans | 2001-10-08 | 1 | -0/+5 |
| | | |||||
| * | @- Added mmapfile(), read a file into a variabele with mmap (Ilia A, Derick) | Derick Rethans | 2001-10-07 | 3 | -0/+91 |
| | | | | | | | - Added mmapfile(), read a file into a variabele with mmap (Patch by: Ilia A. <ilia@prohost.org>) | ||||
| * | Fix naming inside php_search_array, comp_func is not a compare function. | Jeroen van Wolffelaar | 2001-10-07 | 1 | -3/+3 |
| | | |||||
| * | @ Have rand() and mt_rand() seed automatically if srand() or mt_srand() has | Sterling Hughes | 2001-10-07 | 2 | -3/+15 |
| | | | | | | @ not been called. (Sterling) | ||||
| * | @Added version_compare() function (Stig) | Stig Bakken | 2001-10-06 | 2 | -8/+86 |
| | | |||||
| * | - <br> -> <br /> | Derick Rethans | 2001-10-06 | 7 | -8/+8 |
| | | |||||
| * | fix execution order | Sterling Hughes | 2001-10-06 | 1 | -1/+1 |
| | | |||||
| * | avoid TSRMLS_FETCH() | Sterling Hughes | 2001-10-06 | 1 | -3/+3 |
| | | |||||
| * | @ Don't through a file does not exist warning for the is_dir(), is_writeable(), | Sterling Hughes | 2001-10-06 | 1 | -2/+4 |
| | | | | | | @ is_readable(), is_executable(), is_link() and is_file() functions. (Sterling) | ||||
| * | Made session test pass on systems with short open tags disabled. | Edin Kadribasic | 2001-10-06 | 4 | -4/+4 |
| | | |||||
| * | Made assert test pass on systems with short open tags disabled. | Edin Kadribasic | 2001-10-06 | 1 | -1/+1 |
| | | | | | | Added .cvsignore | ||||
| * | fixed name of global variables in ext/skelton. | Rui Hirokawa | 2001-10-06 | 1 | -2/+2 |
| | | |||||
| * | * prototype of version_compare, doesn't work yet | Stig Bakken | 2001-10-05 | 5 | -1/+217 |
| | | |||||
| * | Fix the pow-test, it now succeeds on my machine | Jeroen van Wolffelaar | 2001-10-05 | 1 | -1/+1 |
| | | |||||
| * | Add test for array_search and in_array | Jeroen van Wolffelaar | 2001-10-05 | 1 | -0/+25 |
| | | | | | | (should be expanded though) | ||||
| * | Fix array_search and in_array. Now binary safe, and faster (returns when | Jeroen van Wolffelaar | 2001-10-05 | 1 | -3/+4 |
| | | | | | | | | found, and doesn't duplicate the key each time, but only when necessary) Patch also by Edin Kadribasic | ||||
| * | Fix bug 13567 and don't depend on a boolean int-value to be either 1 or 0 | Jeroen van Wolffelaar | 2001-10-05 | 1 | -6/+2 |
| | | |||||
