summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_4_3_6RC1'.php-4.3.6RC1SVN Migration2004-04-011-27/+0
|
* Prepare for 4.3.6RC1.Ilia Alshanetsky2004-04-013-4/+4
|
* - Fixed bug #27780 (strtotime(+1 xxx) returns a wrong date/time)Derick Rethans2004-04-013-4/+164
|
* Revert patch for bug #27782.Ilia Alshanetsky2004-04-013-41/+0
|
* Bug fixing news & test for bug #27819.Ilia Alshanetsky2004-04-012-2/+23
|
* - MFH: Fixed bug #27822 (is_resource() returns TRUE for closed resources)Derick Rethans2004-04-012-0/+8
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2004-04-011-0/+10
|
* Bug fixing news.Ilia Alshanetsky2004-03-311-0/+2
|
* MFH: Fixed bug #27809 (ftp_systype returns null on some ftp servers).Ilia Alshanetsky2004-03-312-0/+4
|
* MFHHartmut Holzgraefe2004-03-311-0/+2
|
* MFH: Fixed bug #27802 (default number of children to 8 whenIlia Alshanetsky2004-03-312-1/+3
| | | | | PHP_FCGI_CHILDREN is not defined).
* MFHArd Biesheuvel2004-03-313-20/+20
|
* MFH: Fixed bug #27782 (Wrong behaviour of next(), prev() and each()).Ilia Alshanetsky2004-03-302-0/+11
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2004-03-301-0/+32
|
* MFH: Fix for #27764. Get return value from a stored procedure not returning ↵Frank M. Kromann2004-03-301-3/+1
| | | | any result sets
* Disabled calling dtors on tsrm_shutdown - calling dtors in tsrm_shutdown makesStanislav Malyshev2004-03-301-0/+6
| | | | | | | modules registering TSRM ids to crash, if they have dtors, since the module is unloaded before tsrm_shutdown is called. Can be re-enabled after tsrm_free_id is implemented.
* Bug fixing news.Ilia Alshanetsky2004-03-301-1/+3
|
* Fix for Bug #27762: SCO Openserver doesn't have S_ISSOCKWez Furlong2004-03-301-0/+2
| | | | | | Possible side effect from this is that CLI scripts run from inetd won't realize that stdin/stdout are sockets. But thats not our problem.
* MFH: NAN==NAN doest work (Ard)Marcus Boerger2004-03-291-4/+0
|
* MFH: Removed extra spaces that cause the test to fail.Ilia Alshanetsky2004-03-291-4/+4
|
* Fix for Bug #26757: session.save_path default is bogus for win32Wez Furlong2004-03-296-4/+14
| | | | | | Based on a patch found in the bug report. Concept approved by Ilia.
* Bug fixing news.Ilia Alshanetsky2004-03-291-0/+2
|
* MFH: Found a NAN/INF solution that should be portable everywhere(?)Marcus Boerger2004-03-293-4/+52
|
* MFH: Fix for #27743. Make sure Money types are converted and returned correctFrank M. Kromann2004-03-291-2/+8
|
* MFH: Synchronized bundled GD library with GD 2.0.22.Ilia Alshanetsky2004-03-2921-45/+219
|
* MFH: Fixed bug #27731 (error_reporting() inside @ block fails to setIlia Alshanetsky2004-03-292-0/+12
| | | | | error_reporting level).
* Fixed build.Ilia Alshanetsky2004-03-291-1/+1
|
* Fixed bug #27732 (Fixed compilation bug inside php_sab_info.h).Ilia Alshanetsky2004-03-292-1/+2
|
* MFH: Improve portability (idea by Ard)Marcus Boerger2004-03-281-4/+6
|
* - Merge whitespace and trivial changes from HEAD back to the branch so theRasmus Lerdorf2004-03-285-49/+108
| | | | | | diff between HEAD and PHP_4_3 only shows feature changes - Fix test case for bug #27719 (TZ=EST means no DST so the test was wrong)
* MFH: Add new #undef'sMarcus Boerger2004-03-271-0/+3
|
* BFNMarcus Boerger2004-03-271-0/+2
|
* Fixed bug #27687 (Bug Adding Default Charset to 'text/*' Content-Type HeaderMarcus Boerger2004-03-271-1/+2
|
* MFH: Move defines to proper locationMarcus Boerger2004-03-271-6/+6
|
* Touch after .cMarcus Boerger2004-03-271-101/+220
|
* BFNMarcus Boerger2004-03-271-0/+2
|
* MFH: bugfix #27646Marcus Boerger2004-03-274-0/+117
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2004-03-271-0/+47
|
* - MFH: Fix for bug #27717.Derick Rethans2004-03-261-0/+1
|
* Alignment fixArd Biesheuvel2004-03-261-60/+60
|
* MFHArd Biesheuvel2004-03-261-8/+15
|
* MFH: Calculate pow(long,long) in a way that works on 64-bit platformsArd Biesheuvel2004-03-261-51/+66
|
* - COmmit the test, not the diffDerick Rethans2004-03-262-2/+14
|
* MFH: Fixed bug #27664 (--disable-cli doesn't force --without-pear).Ilia Alshanetsky2004-03-262-0/+3
|
* - Add test for #27719Derick Rethans2004-03-261-0/+2
|
* The 2am offset was a bad choice as this hour doesn't necessarily existRasmus Lerdorf2004-03-261-3/+3
| | | | | on a DST switch. So use 4am instead. Fixes bug #27719
* Bug fixing news.Ilia Alshanetsky2004-03-261-1/+4
|
* MFH: Fixes to allow curl extension to compile against libcurl 7.11.1Ilia Alshanetsky2004-03-261-1/+14
|
* Back to dev.Ilia Alshanetsky2004-03-252-5/+5
|
* Go with 4.3.5Ilia Alshanetsky2004-03-252-3/+3
|