Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_4_2_0RC4'.php-4.2.0RC4 | SVN Migration | 2002-04-14 | 2 | -54/+3 |
| | |||||
* | - MFH: Fix NULL-termination issue | Derick Rethans | 2002-04-14 | 1 | -0/+1 |
| | |||||
* | fixed error output handler when 'pass' is choosed as output encoding. | Rui Hirokawa | 2002-04-14 | 1 | -0/+4 |
| | |||||
* | MFH (use of correct javac/jar binaries) | foobar | 2002-04-14 | 5 | -13/+39 |
| | |||||
* | MFH: ocibind: avoid warning in debug mode | Thies C. Arntzen | 2002-04-13 | 1 | -0/+1 |
| | |||||
* | MFH: Mixing OCIPlogon and OCINLogon no longer leak Oracle-Sessions. (thies) | Thies C. Arntzen | 2002-04-13 | 1 | -1/+7 |
| | | | | | to RM: this is a real fix that _should_ be in 4.2! | ||||
* | MFH: For example the compile in AIX does not like these at all.. | foobar | 2002-04-13 | 1 | -12/+18 |
| | |||||
* | MFH (forgot to commit this..sorry Derick..) | foobar | 2002-04-13 | 1 | -1/+5 |
| | |||||
* | - fix testcase | Jan Lehnardt | 2002-04-12 | 1 | -1/+1 |
| | | | | | - patch by: Roman Neuhauser <neuhauser@mail.cz> | ||||
* | MFH | Sander Roobol | 2002-04-12 | 1 | -1/+6 |
| | |||||
* | fixed a bug which causes crash when charset is not set. | Rui Hirokawa | 2002-04-12 | 1 | -8/+10 |
| | |||||
* | fixed type | Harald Radi | 2002-04-11 | 1 | -1/+1 |
| | |||||
* | - Mark Apache2, overload and aggregation as experimental | Derick Rethans | 2002-04-11 | 6 | -1/+26 |
| | |||||
* | - Reverse patch | Derick Rethans | 2002-04-10 | 1 | -22/+11 |
| | |||||
* | MFH | Derick Rethans | 2002-04-10 | 1 | -2/+2 |
| | |||||
* | MFH | jim winstead | 2002-04-09 | 1 | -1/+1 |
| | |||||
* | MFH | foobar | 2002-04-08 | 1 | -1/+1 |
| | |||||
* | MFH (MS VS.Net Fix). | Sebastian Bergmann | 2002-04-08 | 3 | -3/+3 |
| | |||||
* | - MFH | Derick Rethans | 2002-04-08 | 1 | -1/+1 |
| | |||||
* | -found userland solution to fix UNICODE comments (see tests/003.phpt) | Marcus Boerger | 2002-04-07 | 2 | -14/+28 |
| | | | | | | #solution from HEAD would mean new functionality #so this fix makes it work without adding new functionality | ||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_4_2_0'. | SVN Migration | 2002-04-07 | 2 | -0/+29 |
| | |||||
* | - MFH zip_entry_read_bug | Derick Rethans | 2002-04-06 | 1 | -1/+1 |
| | |||||
* | MFH added unlink_node alias | Joseph Tate | 2002-04-05 | 1 | -2/+3 |
| | |||||
* | MFH. | Yasuo Ohgaki | 2002-04-05 | 1 | -1/+1 |
| | | | | | Fixed pg_last_notice() double free. | ||||
* | removed calls to wctomb, wcstombs | Marcus Boerger | 2002-04-04 | 1 | -23/+3 |
| | | | | | #leave UNICODE to user | ||||
* | Fixed sigfault in ibase_close (bug #15419-#15992) | Daniela Mariaschi | 2002-04-04 | 1 | -2/+11 |
| | |||||
* | MFH. mailparse moved to pear/PECL. | jim winstead | 2002-04-04 | 23 | -4264/+0 |
| | |||||
* | MFH | Yasuo Ohgaki | 2002-04-04 | 1 | -14/+10 |
| | | | | | | # Fixed crash with pg_escape_*() # Added test for pg_escape_*() | ||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_4_2_0'. | SVN Migration | 2002-04-04 | 2 | -0/+39 |
| | |||||
* | MFH | foobar | 2002-04-04 | 1 | -5/+5 |
| | |||||
* | MFH | Sterling Hughes | 2002-04-04 | 1 | -4/+4 |
| | |||||
* | Fix the test..somehow got corrupted? | foobar | 2002-04-03 | 1 | -0/+7 |
| | |||||
* | Partial MFH | foobar | 2002-04-03 | 1 | -1/+1 |
| | |||||
* | - Fix build (Patch by Marcus Boerger) | Derick Rethans | 2002-04-03 | 1 | -0/+5 |
| | |||||
* | #Fix for the quot_print - remove unneeded char. | Kirill Maximov | 2002-04-02 | 1 | -1/+1 |
| | |||||
* | (PHP quoted_printable_decode) Fixed CR/LF processing for Windows/OS2 | Kirill Maximov | 2002-04-01 | 2 | -5/+9 |
| | | | | | @ Fixed CR/LF processing for Windows/OS2 in quoted_printable_decode (kir) | ||||
* | MFH finding test files | Marcus Boerger | 2002-04-01 | 2 | -4/+4 |
| | |||||
* | MFH. | Yasuo Ohgaki | 2002-04-01 | 1 | -0/+1 |
| | | | | | Forgot to commit this when I commit fix build with PostgreSQL 6.5.x | ||||
* | - MFH for fix for bug #14966 | Derick Rethans | 2002-04-01 | 1 | -1/+1 |
| | |||||
* | moved static constant definitions for separeted files to fix compilation ↵ | Rui Hirokawa | 2002-03-31 | 3 | -6427/+9 |
| | | | | problem in Tru64. | ||||
* | revert Sascha's patch to fix compile error in Tru64. | Rui Hirokawa | 2002-03-31 | 2 | -41/+41 |
| | |||||
* | fixed crash bug in Tru64. | Rui Hirokawa | 2002-03-31 | 1 | -1/+1 |
| | |||||
* | MFH. 6.5.3 libpq build fix. | Yasuo Ohgaki | 2002-03-30 | 1 | -16/+29 |
| | |||||
* | - corrected test-image | Marcus Boerger | 2002-03-30 | 1 | -1/+1 |
| | |||||
* | MFH - corrected test-image | Marcus Boerger | 2002-03-30 | 1 | -0/+0 |
| | |||||
* | -memory leaks | Marcus Boerger | 2002-03-30 | 1 | -5/+7 |
| | |||||
* | MFH | foobar | 2002-03-30 | 1 | -1/+1 |
| | |||||
* | - MFH fix for #16348. | Markus Fischer | 2002-03-30 | 1 | -1/+1 |
| | |||||
* | - MFH fixes for these tests. | foobar | 2002-03-29 | 10 | -74/+9 |
| | |||||
* | - MFH for bug 16314 | Derick Rethans | 2002-03-28 | 1 | -4/+20 |
| |