summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagPRE_GRANULAR_GARBAGE_FIXSVN Migration2001-06-211172-303059/+0
* - fixed the reference in session thingieThies C. Arntzen2001-06-215-27/+113
* 1. st_blksize might be different for regular files and symlinks; henceSascha Schumann2001-06-211-2/+2
* Back out severely broken patch. I currently don't have the timeSascha Schumann2001-06-201-9/+16
* Changed length of BIT string.Frank M. Kromann2001-06-201-6/+5
* Fixed memory leak in ldap_get_entries() when using post RFC 1823 API.Stig Venaas2001-06-201-0/+10
* date('W') now returns week of year (ISO 8601)Colin Viebrock2001-06-201-1/+13
* add PLS_FETCH();Thies C. Arntzen2001-06-201-0/+1
* @- Fixed references in sessions. This doesn't work when using theThies C. Arntzen2001-06-201-16/+9
* Fix for #11570Rasmus Lerdorf2001-06-201-0/+3
* All files are now in Unix-linebreak mode (\n only). Somehow \r\n stillMarc Boeren2001-06-201-1/+1
* Make pcntl async safe by registering as a zend extension and grabing theJason Greene2001-06-193-10/+179
* Change copyright note.Sebastian Bergmann2001-06-1911-221/+99
* Change copyright note.Sebastian Bergmann2001-06-193-60/+27
* Allow the PostgreSQL driver to do internal row counting when iteratingJon Parise2001-06-192-32/+73
* Closed off Solid DB access to a function that it doesn't support in 3.0 and l...Dan Kalowsky2001-06-192-0/+6
* Fix bug: #11508foobar2001-06-191-1/+1
* - Use ALLOC_HASHTABLE() instead of emalloc(sizeof(HashTable))Andi Gutmans2001-06-1911-17/+17
* Finish phpinfo() HTML 4.01 tweaking.Sebastian Bergmann2001-06-192-14/+14
* Fix crash bug in urlencode().Sebastian Bergmann2001-06-191-1/+0
* fixed malloc() / emalloc() bugHarald Radi2001-06-152-10/+42
* Make output of phpinfo() compliant with HTML 4.01.Sebastian Bergmann2001-06-151-39/+37
* Changed username and password for pgsql in include file.Marc Boeren2001-06-151-2/+2
* Added a pgsql testdatabase create script (thanks Christian)Marc Boeren2001-06-151-0/+37
* Fixed proto. (also bug #10334)foobar2001-06-151-1/+1
* Fix potential crashStanislav Malyshev2001-06-141-2/+2
* adding in some error checking for parameter counts, and some thread safety forDan Kalowsky2001-06-141-11/+17
* update creditsDaniel Beulshausen2001-06-141-11/+21
* This extension works with pdflib 4.x too..foobar2001-06-141-2/+2
* Added myself to the creditsStig Venaas2001-06-131-1/+1
* Clean-upZeev Suraski2001-06-135-162/+54
* Fixing the return type of numeric data to be numericFrank M. Kromann2001-06-131-19/+32
* Latest (minor) fixes: mssql, mysql and odbc now pass the testset correctly.Marc Boeren2001-06-135-12/+68
* more functions, most of the simple ones (parameterwise) are now inHartmut Holzgraefe2001-06-134-264/+1150
* Adding some ifdefs for better platform compatibilityJason Greene2001-06-131-37/+43
* namespace protect one enum to fix compile with ncursesThies C. Arntzen2001-06-122-17/+17
* added coauthorsHarald Radi2001-06-122-0/+18
* initial version of ncurses extension,Hartmut Holzgraefe2001-06-1213-0/+907
* fix buildDaniel Beulshausen2001-06-121-5/+5
* added Alan Brown to creditsHarald Radi2001-06-122-2/+2
* (PHP curl_setopt) fix CURLOPT_HTTPHEADER crasher (Stig)Stig Bakken2001-06-121-1/+2
* get rid of some getsockname() callsDaniel Beulshausen2001-06-121-146/+105
* added experimetal php->safearray supportHarald Radi2001-06-122-16/+134
* Fixed bug concerning mysql default_link that got freed too soon (Mc).Marc Boeren2001-06-122-1/+18
* Remove bugus file.Jason Greene2001-06-121-7/+0
* @Added new experimental module pcntl (Process Control) (Jason)Jason Greene2001-06-1215-0/+500
* Fix bug: #11397foobar2001-06-121-0/+1
* Fix the compile problem on some systems that do not have hstrerror()foobar2001-06-122-1/+9
* Fixing return value for fbsql_query on updates and fixing crash on fbsql_conn...Frank M. Kromann2001-06-121-89/+83
* added experimental enum supportHarald Radi2001-06-116-784/+1202