summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* MFH: Nuke php3 legacyfoobar2005-12-0522-91/+91
|
* MFH:- Do not use the PHP3 era namesfoobar2005-12-051-5/+5
|
* MFH: fix typofoobar2005-12-051-2/+2
|
* MFHfoobar2005-12-051-2/+2
|
* MFHfoobar2005-12-052-56/+56
|
* Wrap the php_session.h include in the same ifdef as the rest of theBrian France2005-12-051-69/+71
| | | | | session code.
* fix reallocation bugStanislav Malyshev2005-12-051-1/+1
|
* Fixed bug #35558 (mktime() interpreting 3 digit years incorrectly).Ilia Alshanetsky2005-12-052-2/+4
|
* add NEWDECIMAL, NEWDATE, GEOMETRY, SET and ENUM field typesAntony Dovgal2005-12-051-0/+11
|
* fix #35536 (mysql_field_type() doesn't handle NEWDECIMAL)Antony Dovgal2005-12-051-0/+17
| | | | | add also SET, ENUM, NEWDATE and GEOMETRY to the switch
* switch to package2.xmlWez Furlong2005-12-0423-657/+772
|
* Fix PECL #6138Wez Furlong2005-12-041-0/+3
|
* Added tests for new parse_url() and http_build_query() functionality.Ilia Alshanetsky2005-12-042-0/+28
|
* MFH:Ilia Alshanetsky2005-12-045-21/+72
| | | | | | | | Added 2nd optional parameter to parse_url() that allows retrieval of individual URL components. Added 3rd optional parameter to http_build_query() that allows custom param separator.
* load proper header fileIlia Alshanetsky2005-12-041-1/+1
|
* Fixed bug #35062 (socket_read() produces warnings on non blocking sockets).Ilia Alshanetsky2005-12-041-1/+13
|
* Regen files so they work properly with gcov.Ilia Alshanetsky2005-12-042-1621/+906
|
* MFH: fix #35543 (php crash when calling non existing method of a class that ↵Antony Dovgal2005-12-041-1/+1
| | | | extends PDO)
* MFH: fix typos in xmlwriter/config.m4Antony Dovgal2005-12-041-2/+2
|
* MFH: add declarationsAntony Dovgal2005-12-034-3/+14
| | | | | more uint -> size_t fixes
* fix #35538 (new "hash" extensions does not compile on amd64)Antony Dovgal2005-12-031-1/+1
|
* MFH: yet another compile warningAntony Dovgal2005-12-031-1/+6
|
* MFH: fix compile warningAntony Dovgal2005-12-032-3/+3
|
* MFH: - Fix bug #35530 (ext/bz2 compile failure with phpize)foobar2005-12-031-0/+4
|
* - add adler32 testMichael Wallner2005-12-032-0/+23
|
* MFH: fix wsMichael Wallner2005-12-031-1/+4
|
* - add test to package.xmlMichael Wallner2005-12-031-0/+1
|
* MFH: add crc32 testMichael Wallner2005-12-031-0/+36
|
* MFH: Add MD4Sara Golemon2005-12-036-39/+227
|
* MFHfoobar2005-12-031-1/+1
|
* MFHfoobar2005-12-031-1/+1
|
* Regenerate file to be more gcov friendlyIlia Alshanetsky2005-12-021-2/+2
|
* - touch with correct re2c version and correct optionsfoobar2005-12-021-25534/+17080
|
* - Fix warningfoobar2005-12-021-0/+1
|
* MFJ: use --enable instead of --withMichael Wallner2005-12-021-1/+1
|
* MFHfoobar2005-12-021-49/+14
|
* Enable hash & xmlwriter by defaultIlia Alshanetsky2005-12-022-3/+3
|
* Added xmlwriter to 5.1Ilia Alshanetsky2005-12-0224-0/+2840
|
* Added hash extension to PHP 5.1Ilia Alshanetsky2005-12-0250-0/+8373
|
* - export everything we've got aliases forMichael Wallner2005-12-011-0/+8
|
* - use php_pcre aliasesMichael Wallner2005-12-012-1/+4
|
* tweak fix a bitAntony Dovgal2005-12-011-2/+2
| | | | | (by request of Wez)
* - Fix paths for --enable-gcov usagefoobar2005-12-011-10/+10
| | | | | # re2c -b -o ext/pdo/pdo_sql_parser.c ext/pdo/pdo_sql_parser.re
* MFH: ext/filter will need those exportsMichael Wallner2005-12-011-0/+1
| | | | | # php_compat.h still prevents linking
* MFH: fix #35508 (PDO fails when unknown fetch mode specified)Antony Dovgal2005-12-011-0/+8
|
* fix Win32 compile failureAntony Dovgal2005-12-011-1/+1
|
* add 2 new testsAntony Dovgal2005-12-012-0/+824
| | | | | now we have one extension absolutely covered by tests, yay! =)
* Fixed memory leaksIlia Alshanetsky2005-12-012-1/+5
|
* Fixed bug #35499 (strtotime() does not handle whitespace around the dateIlia Alshanetsky2005-12-015-17095/+25598
| | | | | string).
* fix compile failure on Windows - Microsoft hasn't heard of long long :)Andrey Hristov2005-12-012-2/+11
|