1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 17:08:14 +02:00
Commit Graph

769 Commits

Author SHA1 Message Date
Pierre Joye aba1aa7665 - prevent unexpectable behaviors (for the user) with invalid path 2010-02-07 20:15:58 +00:00
Sebastian Bergmann 22f4ef45fe sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
Pierre Joye 943ae46829 - #50334, add define on win as well 2009-12-10 14:08:19 +00:00
Pierre Joye 177985b97b - #50334, add missing file 2009-12-09 10:39:03 +00:00
Pierre Joye 2b90d66b20 - add missing argument 2009-12-08 20:21:17 +00:00
Pierre Joye 5c18a8b6c5 - restore /W3 2009-11-30 09:52:48 +00:00
Kalle Sommer Nielsen a9d0ccc459 Set WINVER to Windows 2000 like in config.w32.h.in 2009-10-30 14:20:15 +00:00
Pierre Joye 3e60eeca5c - ws 2009-10-19 22:47:44 +00:00
Pierre Joye 6450f43efb - we don't distribute the crt9 dll, don't try to add it 2009-10-19 19:58:45 +00:00
Pierre Joye e7ea92aaa5 - add custom DLL to the package and fix the path to the deps bin (needs absolute path in some cases) 2009-10-19 19:02:12 +00:00
Stanislav Malyshev 9a35a0fcd3 add safeguard for UpdateIniFromRegistry on NULL arg 2009-10-13 20:10:07 +00:00
Pierre Joye 923b47a407 - restore W3 flag to get usefull errors (unused vars, etc.) 2009-09-30 11:53:29 +00:00
Kalle Sommer Nielsen 70e4995479 This shouldn't have been in the commit 2009-09-08 01:53:46 +00:00
Kalle Sommer Nielsen e834d1a1f4 Experimental build support for VC10
- Contains newly introduced compiler warning fixes
 - configure now picks up VC10
2009-09-08 01:50:40 +00:00
Kalle Sommer Nielsen 8cdfa07dc0 Fix build 2009-09-01 20:12:02 +00:00
Pierre Joye d23c3869e0 - #48746, fix regression in readdir/scandir and mounted points or junctions on windows 2009-09-01 17:46:17 +00:00
Pierre Joye 5862937e5c - silent warning (fix for #28038) 2009-08-26 21:59:54 +00:00
Pierre Joye 3d62d24f19 - fix object dir usage (ie: relative path called from a symlinked dir), also fix nmake test for similar cases 2009-08-24 14:18:19 +00:00
Garrett Serack b66c34d3cc - Fixed bug #28038 (Sent incorrect RCPT TO commands to SMTP server) 2009-08-18 18:58:33 +00:00
Jani Taskinen c6b7baaa49 - Removed unused code (replaced long time ago by url_scanner_ex.* 2009-07-26 22:59:46 +00:00
Derick Rethans a1bd80df28 - MF53: Added - to the list of "unsafe" characters so that the pecl dir can
have the - character in the name.
2009-07-25 15:51:16 +00:00
Pierre Joye fc299cb1ab - cvs > svn 2009-07-15 17:08:26 +00:00
Pierre Joye ce62c2db45 - cvs > svn 2009-07-15 16:52:50 +00:00
Pierre Joye 656bd5bc4f - rename to svn 2009-07-13 16:11:45 +00:00
Pierre Joye 5c02afaee5 - cvs to svn changes 2009-07-13 16:04:04 +00:00
David Soria Parra 9b15584293 MFB: remove ZendEngine* detection, we always have Zend now (svn) 2009-07-13 06:41:57 +00:00
Rasmus Lerdorf 3efa93cc3e MFB 2009-07-11 04:36:26 +00:00
Kalle Sommer Nielsen c1b4b045b1 Fixed bug #38091 (Mail() does not use FQDN when sending SMTP helo) 2009-06-30 11:36:58 +00:00
Pierre Joye d4d256e074 - add readme.redist.bins as .txt 2009-06-24 11:52:07 +00:00
Kalle Sommer Nielsen 535e251612 Move these defines to config.w32.h 2009-06-23 06:55:45 +00:00
Kalle Sommer Nielsen defb0a7047 Use %* instead of a range + WS 2009-06-23 02:13:04 +00:00
Kalle Sommer Nielsen fb88e8e8c3 * Fix deprecation warning when building deplister
* Fix some mkdir warnings if "nmake build-dist" is executed twice
2009-06-23 01:37:05 +00:00
Greg Beaver 2f3a4b46b3 MFB: add phar.phar generation to windows 2009-06-11 14:43:03 +00:00
Matt Wilmas 8aa9727037 Restored double->long conversion behavior to that of PHP 5.2 (on most platforms) and prior:
* Out-of-range numbers overflow/preserve least significant bits (no LONG_MAX/MIN limit)
 * See bug #42868 (presumably-rare platform with different results in 5.2)
 * On 32-bit platforms with 64-bit long type, a zend_long64 cast has been added,
    otherwise it's the same as 5.2
 * Use this conversion method everywhere instead of some plain (long) casts

Added 'L' parameter parsing specifier to ensure a LONG_MAX/MIN limit:
 * Essentially what 5.3's new conversion was doing in most cases
 * Functions with "limit" or "length" type params could be updated to use this,
    and prevent confusing overflow behavior with huge numbers (*also* in 5.2)
  - See bug #47854, for example; or even #42868 again

# Test updates coming
2009-06-04 18:18:47 +00:00
Kalle Sommer Nielsen 9921bac6b2 * We dont need to wrap to two lines here, its small enough to show with a standard sized cmd window
* Bump copyright year in the .rc
2009-06-03 01:13:37 +00:00
Pierre Joye 2e41430516 - MFB: #42143, the constant NAN is reported as 0 on Windows 2009-05-29 08:18:42 +00:00
Kalle Sommer Nielsen 2ec0e93ae8 If we don't have a comment (for the 3rd argument in ARG_[ENABLE|WITH], then don't print a comment say "undefined" 2009-05-29 07:41:46 +00:00
Kalle Sommer Nielsen e4e7b6c3ef Lets pass the built php binary to run-tests.php's -p parameter 2009-05-27 01:46:27 +00:00
Kalle Sommer Nielsen cbc025725e Silent dl() if it fails 2009-05-27 01:37:51 +00:00
Kalle Sommer Nielsen b1d948c97a Nuke warnings 2009-05-27 01:36:46 +00:00
Pierre Joye 76b5c17036 - revert last commit and fix inline 2009-05-04 21:03:00 +00:00
Pierre Joye 40aa81ffb2 - a macro will just do it too 2009-05-04 20:32:33 +00:00
Pierre Joye 50daa8c6d4 - add llabs 2009-05-04 17:10:26 +00:00
Pierre Joye e1086084cb - make MP survive --disable-all (=disable to disable it) 2009-04-24 15:19:10 +00:00
Pierre Joye e06b62d259 - fix logic 2009-04-24 11:34:27 +00:00
Pierre Joye 02d471d689 - MFB: allow to set or disable the multithreaded build (n, auto or disable) 2009-04-23 20:19:31 +00:00
Kalle Sommer Nielsen e83138ccd3 Fix redef warnings 2009-04-06 09:12:16 +00:00
Kalle Sommer Nielsen 3a21bcabfa Fixed a few warnings from copy():
* If $item is empty then skip to next entry, this fixes the "The first argument cannot be a directory" warnings
* If file does not exist then dont try to copy it
2009-04-01 09:20:35 +00:00
Kalle Sommer Nielsen 41c359f593 * Bypass the date/timezone warning by forcing UTC when running mkdist.php
* Don't run the copy list for PECL if theres no PECL extensions to copy (fixes a few copy() warnings)
2009-03-30 14:32:20 +00:00
Pierre Joye 73bff11e1b - MFB: new php.ini names 2009-03-24 22:16:57 +00:00