summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_4_0_5RC5'.php-4.0.5RC5SVN Migration2001-04-012-48/+0
|
* 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.
* Added missing alias. PR: #9550foobar2001-03-111-0/+1
|
* HAVE_BINDLIB --> HAVE_LIBBINDfoobar2001-03-113-4/+4
|
* If AC_CHECK_LIB fails, assume that --with-openssl is neededfoobar2001-03-111-1/+6
|
* This should fix the problems with not including -lz.foobar2001-03-101-0/+5
|
* just reversed a previous patch.Rui Hirokawa2001-03-101-1/+0
|
* initialized some strings in global variable structure.Rui Hirokawa2001-03-102-2/+11
|
* Adding a new function odbc_next_result() allowing the query to return more ↵Frank M. Kromann2001-03-092-1/+51
| | | | | | | than one result. This can be done with a stored procedure or by sending more than one select to the server.
* Adding a new function mssql_next_result() allowing the query to return more ↵Frank M. Kromann2001-03-092-148/+133
| | | | | | | than one result. This can be done with a stored procedure or by sending more than one select to the server.
* @- Fixed argument checking for call_user_func* functions and allowedAndrei Zmievski2001-03-091-4/+14
| | | | | @ specifying array($obj, 'method') syntax for call_user_func_array. (Andrei)
* Better use buffer_to_buffer, since zval is really buffer, not string (it canStanislav Malyshev2001-03-081-2/+3
| | | | | | contain \0's and not end in \0). # and recode_string is recode_buffer_to_buffer internally anyways
* add missing globals fetchesDaniel Beulshausen2001-03-071-0/+3
|
* Implement internal output compression?\0020:wqZeev Suraski2001-03-062-34/+103
|
* Fix freeing of buffersZeev Suraski2001-03-061-9/+15
|
* Fixes to internal output bufferingZeev Suraski2001-03-061-5/+9
|
* More internal output buffering fixesZeev Suraski2001-03-062-6/+6
|