summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Adding user-space object overloading extension.Andrei Zmievski2001-10-157-0/+633
|
* fix bug #13479Stig Bakken2001-10-151-0/+6
|
* Fixing problem with indirect blobsFrank M. Kromann2001-10-151-9/+8
|
* Either sizeof(struct stat) or sizeof f_stat, but not sizeof stat.Sascha Schumann2001-10-131-1/+1
|
* Fixed thread-safe compile. Thanks to Jani Taskinen.Adam Dickmeiss2001-10-131-3/+7
|
* Fixed bug: #13652foobar2001-10-131-2/+2
|
* This file is generated.foobar2001-10-131-7/+0
|
* ws fix.foobar2001-10-131-9/+9
|
* Fix backwards source compatibility.Adam Dickmeiss2001-10-131-1/+5
|
* revert removal of zend_parse_parameters and properly useSterling Hughes2001-10-121-46/+36
| | | | | zend_parse_parameters (ie zval * instead of zval **).
* fix segv's, zend_parse_parameters seems not to be able to handleSterling Hughes2001-10-121-39/+44
| | | | | | | resources. # emacs is cool
* Fixed bug: #13556foobar2001-10-121-8/+6
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-1196-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 optionalStig Bakken2001-10-114-71/+556
| | | | | parameter to version_compare doing the same thing
* * make test passStig Bakken2001-10-111-5/+5
|
* Allow msession to build without ext/sessionMark L. Woodward2001-10-113-5/+14
|
* Changed return value for BLOB/CLOB values to a string. and returning false ↵Frank M. Kromann2001-10-101-16/+9
| | | | if no handle is created.
* @- Make UDM_PARAM_ISPELL_PREFIXES work under mnogosearch-3.2.x (gluke)Sergey Kartashoff2001-10-101-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 Bakken2001-10-101-0/+5
|
* @Added version_{lt,le,gt,ge,eq} functions (Stig)Stig Bakken2001-10-102-4/+78
|
* Adding support for BLOB and CLOBFrank M. Kromann2001-10-102-26/+98
|
* Added ldap_start_tls() functionStig Venaas2001-10-092-2/+35
| | | | | @- Added ldap_start_tls() function (Stig Venaas, patch by kuenne@rentec.com)
* - More <br> to <br /> fixesDerick Rethans2001-10-094-9/+9
|
* added new configure option --with-pdflib3Rainer Schaaf2001-10-091-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 Schmid2001-10-091-124/+99
|
* use strdup to alloc memory refeed with free!Frank M. Kromann2001-10-081-2/+2
|
* Oops. Removed too much code.Frank M. Kromann2001-10-081-0/+3
|
* handle dbase files with padded field headers. (patch fromjim winstead2001-10-081-12/+31
| | | | | Landon Bradshaw <landon@bradshaw.org>)
* handle 'I' field type, just another name for the 'N' field type (patchjim winstead2001-10-081-0/+2
| | | | | from Landon Bradshaw <landon@bradshaw.org>)
* Fixed some protos.Egon Schmid2001-10-081-8/+8
|
* @- Added support for word match mnogosearch-3.2 command and for stopfileSergey Kartashoff2001-10-081-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 codeFrank M. Kromann2001-10-083-12/+13
|
* fixed PDF_get_value for parametersRainer Schaaf2001-10-081-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 Rethans2001-10-081-0/+5
|
* @- Added mmapfile(), read a file into a variabele with mmap (Ilia A, Derick)Derick Rethans2001-10-073-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 Wolffelaar2001-10-071-3/+3
|
* @ Have rand() and mt_rand() seed automatically if srand() or mt_srand() hasSterling Hughes2001-10-072-3/+15
| | | | | @ not been called. (Sterling)
* @Added version_compare() function (Stig)Stig Bakken2001-10-062-8/+86
|
* - <br> -> <br />Derick Rethans2001-10-067-8/+8
|
* fix execution orderSterling Hughes2001-10-061-1/+1
|
* avoid TSRMLS_FETCH()Sterling Hughes2001-10-061-3/+3
|
* @ Don't through a file does not exist warning for the is_dir(), is_writeable(),Sterling Hughes2001-10-061-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 Kadribasic2001-10-064-4/+4
|
* Made assert test pass on systems with short open tags disabled.Edin Kadribasic2001-10-061-1/+1
| | | | | Added .cvsignore
* fixed name of global variables in ext/skelton.Rui Hirokawa2001-10-061-2/+2
|
* * prototype of version_compare, doesn't work yetStig Bakken2001-10-055-1/+217
|
* Fix the pow-test, it now succeeds on my machineJeroen van Wolffelaar2001-10-051-1/+1
|
* Add test for array_search and in_arrayJeroen van Wolffelaar2001-10-051-0/+25
| | | | | (should be expanded though)
* Fix array_search and in_array. Now binary safe, and faster (returns whenJeroen van Wolffelaar2001-10-051-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 0Jeroen van Wolffelaar2001-10-051-6/+2
|