summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_2_0_2'.RELEASE_2_0_2SVN Migration2005-12-014688-1165725/+0
|
* change to PHP 3.01 licenseRob Richards2005-12-013-38/+84
|
* MFB51: Fixed bug #35499 (strtotime() does not handle whitespace around theIlia Alshanetsky2005-12-015-17095/+25598
| | | | | date string).
* - Fixed PECL bug #6124: Crash on HTML tags when using FS_STRINGfoobar2005-12-011-1/+6
|
* MF51: fix #35490 (socket_sendto() unable to handle IPv6 addresses)Antony Dovgal2005-12-011-1/+1
|
* fix potential problem in php_oci_bind_post_exec() when OCIDateToText() failsAntony Dovgal2005-12-011-2/+6
|
* Fixed bug #35437 (Segfault or Invalid Opcode 137/1/4)Dmitry Stogov2005-12-013-0/+35
|
* Fixed bug #34729 (Crash in ZTS mode under Apache)Dmitry Stogov2005-12-0110-23/+69
|
* - Use putenv() correctMarcus Boerger2005-12-011-1/+1
|
* - Use correct configure option style. Enabled by default.foobar2005-12-012-3/+3
|
* - Fix warningsMarcus Boerger2005-12-011-1/+4
|
* ChangeLog update2005-12-012-0/+222
|
* Add hash_hmac() and hash_hmac_file() for single shot HMAC calculationsSara Golemon2005-12-012-3/+114
|
* - New environment TEST_PHP_ARGS to allow appending args to run-tests.phpMarcus Boerger2005-12-011-5/+29
| | | | | | - New mode -q (quiet) - New mode -s <file> (save output to a file)
* - White space fixesMarcus Boerger2005-12-011-46/+46
|
* - Added win32 build stufffoobar2005-12-013-0/+10
|
* - More cleanups.foobar2005-12-012-193/+148
| | | | | | # Pierre: Check the convenient list of unnecessary defines in config.m4 # (search for FIXME :)
* - Add support for valgrind testing (Nuno)Marcus Boerger2005-12-011-3/+40
|
* MFB51: Fixed bug #35496 (Crash in mcrypt_generic()/mdecrypt_generic()Ilia Alshanetsky2005-11-302-33/+69
| | | | | without proper init).
* add new testAntony Dovgal2005-11-301-0/+261
|
* - Make gcov targets work with debian (http://gcov.php.net)Marcus Boerger2005-11-301-2/+11
|
* MFB51: Fixed bug #35410 (wddx_deserialize() doesn't handle large ints as keysIlia Alshanetsky2005-11-302-0/+75
| | | | | properly).
* - minor version is 0Pierre Joye2005-11-301-1/+1
|
* - use gdlib-configPierre Joye2005-11-301-48/+64
| | | | | | | - bump to 2.0.33 for now, most stable release and closer from the phpgd this is only about config.m4, sources cleanup will follow the additions of various tests.
* - Fix the ccache detectionfoobar2005-11-302-14/+7
|
* fix possible crash in pdo_mysql_stmt_dtor()Antony Dovgal2005-11-301-1/+1
|
* - fix PHP4 buildMichael Wallner2005-11-301-1/+7
|
* Fixed bug #35373 (HP-UX "alias not allowed in this configuration")Dmitry Stogov2005-11-302-10/+2
|
* Fixed bug #35470 (Assigning global using variable name from array doesn't ↵Dmitry Stogov2005-11-303-2/+38
| | | | function)
* - Fix testsMarcus Boerger2005-11-302-3/+3
|
* ChangeLog update2005-11-301-0/+195
|
* fnfoobar2005-11-291-7/+5
|
* MFB51: fixed zts buildIlia Alshanetsky2005-11-292-4/+9
|
* MFB: automake dependancy was removed long time agofoobar2005-11-291-2/+2
|
* - Remove unnecessary libgcov entry (the gcc options handle it)foobar2005-11-291-4/+3
|
* - Remove unused linesfoobar2005-11-293-11/+4
|
* make use of $SED if possibleAntony Dovgal2005-11-291-4/+10
|
* MFB51: Update bundled libtool to version 1.5.20foobar2005-11-294-220/+246
|
* MFB51: Always use $SED instead of sedfoobar2005-11-291-2/+2
|
* Added missing support for 'B' format identifier to date() function.Ilia Alshanetsky2005-11-291-1/+9
|
* MFB51: Fixed bug #35425 (idate() function ignores timezone settings).Ilia Alshanetsky2005-11-296-166/+154
|
* MF51: change "-o" to "||" to support weird systems with broken `test`Antony Dovgal2005-11-292-2/+2
|
* MFB51: fixed date testsIlia Alshanetsky2005-11-292-7/+7
|
* MFB51: Fixed bug #35427 (str_word_count() handles '-' incorrectly).Ilia Alshanetsky2005-11-292-15/+46
|
* - Regenerated with working re2c and with proper optionsfoobar2005-11-291-25534/+17079
|
* ChangeLog update2005-11-292-0/+92
|
* - Fix some memleaksMarcus Boerger2005-11-291-5/+14
|
* - Allow test to be used w/o run-tests.phpMarcus Boerger2005-11-291-0/+1
|
* MFB51:Ilia Alshanetsky2005-11-295-2599/+4433
| | | | | | Fixed bug #35422 (strtotime() does not parse times with UTC as timezone). Fixed bug #35414 (strtotime() no longer works with ordinal suffix).
* MFB51: Fixed bug #35456 (+ 1 [time unit] format did not work).Ilia Alshanetsky2005-11-283-16568/+24612
|