summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* MFHSterling Hughes2001-04-261-1/+2
|
* MFH: fix crash bug in imap_sort (#9908).Chuck Hagenbuch2001-04-241-3/+9
|
* merging changes from main branch to fix a memory leakHarald Radi2001-04-226-294/+506
| | | | | #sorry for being late, but i was on holiday
* - MFH (bug #8839 again)Derick Rethans2001-04-181-5/+7
|
* - MFH (Bug #8839)Derick Rethans2001-04-181-30/+32
|
* Merged the patch of the buffering patch as it fixes a pretty major bug.Alexander Feldman2001-04-171-4/+8
|
* @- Fixed crash in pathinfo()Thies C. Arntzen2001-04-131-1/+1
|
* MFH - never initialize OCI in OCI_THREADED modeThies C. Arntzen2001-04-111-0/+5
|
* MFH, I have tested this thoroughly.Jason Greene2001-04-101-0/+4
|
* MFHfoobar2001-04-091-2/+2
|
* MFHfoobar2001-04-063-9/+9
|
* MFH - make postgresql compiel against 6.5.xThies C. Arntzen2001-04-042-9/+21
|
* MFH, rev 1.77Anil Madhavapeddy2001-04-021-0/+6
|
* MFH, rev 1.53Anil Madhavapeddy2001-04-021-2/+1
|
* MFHAndrei Zmievski2001-04-021-1/+1
|
* MFHfoobar2001-04-021-2/+2
|
* MFH - header handling with output bufferingZeev Suraski2001-03-311-0/+1
|
* Fix pgsql_set_Default_link()Zeev Suraski2001-03-301-4/+4
|
* Revert all PostgreSQL patches that were in the branch...Zeev Suraski2001-03-301-3/+1
|
* pg_close was not closing the connection, making impossible to reopen it. Pls ↵Romolo Manfredini2001-03-301-7/+4
| | | | insert in 4.0.5
* MFHfoobar2001-03-282-9/+14
|
* Fix ZTS buildZeev Suraski2001-03-281-0/+1
|
* Safe mode check on target introduced in function move_uploaded_file.Romolo Manfredini2001-03-281-1/+5
|
* Safe mode check for target introduced in function copy. Pls insert in 4_0_5Romolo Manfredini2001-03-281-0/+4
|
* - MFH (Fix for bug 10002)Derick Rethans2001-03-271-1/+1
|
* MFHThies C. Arntzen2001-03-271-3/+0
|
* pg_close was closing connection twice, pls insert in 4_0_5Romolo Manfredini2001-03-271-1/+6
|
* MFHfoobar2001-03-221-0/+1
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_0_5'.SVN Migration2001-03-202-0/+48
|
* MFHfoobar2001-03-203-3/+4
|
* MFHfoobar2001-03-201-10/+12
|
* Solved compile failure due to clash between IMAP and ClibPDF headers.Fredrik Öhrn2001-03-181-0/+7
|
* - MFH (memleak fix)Derick Rethans2001-03-171-1/+3
|
* MFH for website team credits.James Moore2001-03-173-0/+23
|
* MFHZeev Suraski2001-03-171-0/+1
|
* This is to correct bug #9762, patch submitted by Bug reporter.Dan Kalowsky2001-03-161-0/+5
|
* Don't do anything, if the user wants no PDF.Sascha Schumann2001-03-161-0/+2
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_0_5'.SVN Migration2001-03-132-165/+0
|
* @- IMPORTANT: removed /F modifier handling from preg_replace(). InsteadAndrei Zmievski2001-03-132-42/+51
| | | | | @ one should use new preg_replace_callback() function. (Andrei)
* changed scalar args and returns to doubles, added Ming_setScale function,Dave Hayden2001-03-132-176/+169
| | | | | added SWFTEXTFIELD_HTML flag, fixed SWFTextField_setIndentation glitch
* Fixed prototype.Sean Bright2001-03-121-1/+1
|
* A small fix to make the function imageloadfont portable.Alexander Feldman2001-03-121-1/+19
|
* Prevent memory leakStanislav Malyshev2001-03-121-1/+1
|
* Use hash position with array_flipStanislav Malyshev2001-03-121-6/+8
|
* This will have to do until the docs come along.Andrei Zmievski2001-03-121-1/+1
|
* @- Added array_reduce(), which allows iterative reduction of an arrayAndrei Zmievski2001-03-124-3/+68
| | | | | | | | @ to a single value via a callback function. (Andrei) - Added array_reduce(), which allows iterative reduction of an array to a single value via a callback function. - Fixed usage of zend_is_callable() in PCRE.
* Cleaning this a little bit.foobar2001-03-121-68/+73
|
* ws fixes. Plus removed unnecessary AC_MSG_ calls.foobar2001-03-121-18/+17
|
* ws fix.foobar2001-03-121-1/+1
|
* Fixed a compatibility problem is some file functions (fgets, fputs, fread,Alexander Feldman2001-03-112-0/+68
| | | | | | | fwrite). The ANSI standard says that if a file is opened in read/write mode, fseek() should be called before switching from reading to writing and vice versa.