Commit Graph

43489 Commits

Author SHA1 Message Date
Pierre Joye
a4e137f844 - MFB: strtoi64 forward compatible replacement for VC6 2008-11-07 13:11:35 +00:00
Scott MacVicar
17c0c53c8c MFB fix VC6 build 2008-11-07 12:58:08 +00:00
Alexey Zakhlestin
951a5fccd7 MFB: new parameter-parsing API 2008-11-07 12:50:59 +00:00
Kalle Sommer Nielsen
f1f97ac6a9 New parameter parsing API 2008-11-07 11:05:09 +00:00
75bd982e72 ChangeLog update 2008-11-07 01:32:13 +00:00
Philip Olson
398e7350bd MFB: Added the "update INSTALL and win32/install.txt" tasks 2008-11-06 21:38:12 +00:00
David Soria Parra
09cab52a27 Detect Sun C compiler and set default flags if it is used 2008-11-06 20:38:02 +00:00
Andrey Hristov
9532d30738 More type fixes for Windows 2008-11-06 18:37:32 +00:00
Pierre Joye
36b3f02c19 - fix build 2008-11-06 14:24:24 +00:00
Andrey Hristov
de610e1dd7 Rely on win32/php_stdint.h on Windows for stdint types 2008-11-06 14:20:19 +00:00
Pierre Joye
41e3343a26 - MFH, has this feature before Vista/2k8 (use the same test in 5.3) 2008-11-06 14:16:14 +00:00
Pierre Joye
9c10d9aefe - prevent warning when some types or macros are already defines (ICU defines many of them already) 2008-11-06 14:15:20 +00:00
Pierre Joye
510d80e388 - MFH
- add 64bit typedef support
 - fix vc6 build (1/2)
 - still broken/does not build cleanly, more to come
2008-11-06 13:56:49 +00:00
Pierre Joye
2bb865af0c - revert previous commit (borked editor) 2008-11-06 13:31:59 +00:00
Pierre Joye
fe82c3eced - MFB: bump year 2008-11-06 13:12:27 +00:00
Andrey Hristov
1ed87531cb More cleanup of config-win.h and missed merge, which actually occured in 5_3 2008-11-06 11:26:07 +00:00
Johannes Schlüter
1f71be7e1e Don't enable mysqlnd when pdo_mysql is being built with libmysql 2008-11-06 11:11:57 +00:00
Andrey Hristov
0b46d6b5a5 Get rid of many defines (which simplifies the code a lot),
as well as uint->unsigned int
2008-11-06 10:36:30 +00:00
Pierre Joye
a5368aeb73 - MFH:
- Fix linux build (static)
 - add gd[Format]Version[Int|String] first methods to work around the png
   header issues
2008-11-06 10:23:52 +00:00
Derick Rethans
35a632c14b - Export DateTime and DateTimeZone class entries so that external extensions
can make use of it as well.
2008-11-06 09:44:03 +00:00
Scott MacVicar
43149a8c1c Support versions of valgrind from SVN. The version is shown as 3.4.0.SVN 2008-11-06 03:08:58 +00:00
Scott MacVicar
ca77d8ae31 Fix buffer overread in libmagic and sync a skipped change from 4.26 2008-11-06 02:58:14 +00:00
174ffefaf4 ChangeLog update 2008-11-06 01:32:19 +00:00
Etienne Kneuss
933e2eb4dd Fix #46421 (Take care about /) 2008-11-06 01:07:05 +00:00
Etienne Kneuss
6e2845f377 Fix #45976 (Move SXE from SPL to SimpleXML) 2008-11-06 00:36:29 +00:00
Felipe Pena
27357e9ce5 - Fixed wrong check
- Improved test
2008-11-05 23:39:09 +00:00
Arnaud Le Blanc
fbe5ef781e sync zend_ini_scanner.c 2008-11-05 21:35:38 +00:00
Arnaud Le Blanc
c0039b30be Added parse_ini_string() function (grange at lemonde dot fr, Arnaud)
[DOC] new function parse_ini_string()
      proto array parse_ini_string(string ini_string
          [, bool process_sections [, int scanner_mode]])
      Same as parse_ini_file() except that it takes a string instead of a
      filename.
2008-11-05 21:33:19 +00:00
Hannes Magnusson
f57599ee70 Fixed bug#46445 (run-tests2.php is missing or README.TESTING2 is unneeded) 2008-11-05 17:15:37 +00:00
Derick Rethans
e15cb4df3f - Fixed an issue with the * format specifier for parsing from a user-defined
format.
2008-11-05 10:41:48 +00:00
Kalle Sommer Nielsen
bc64ccf1d0 New tests for syslog 2008-11-05 09:58:15 +00:00
Lukas Smith
73c9f1f305 typo fix (thx chris jones for spotting) 2008-11-05 07:25:12 +00:00
adc045c4cf ChangeLog update 2008-11-05 01:32:06 +00:00
Lukas Smith
f948c2c594 added note about running scripts/dev/credits 2008-11-04 23:00:18 +00:00
Lukas Smith
f06cbb6ba5 ext/msql has been moved from php-src to PECL adhead of PHP 5.3 2008-11-04 22:22:37 +00:00
Arnaud Le Blanc
0036a09ebe Open STDIN and php://stdin streams with the relevant
wrapper when the file descriptor is a socket (inetd, etc)
Fixes bug #43731
2008-11-04 21:04:28 +00:00
Arnaud Le Blanc
e84add8470 initialize memory 2008-11-04 20:40:04 +00:00
Pierre Joye
d2b7db73b4 - add png and jpeg version info 2008-11-04 20:24:46 +00:00
David Coallier
4af80c7f90 - Bug #44154: [DOC] Return 3 elements at all times. If the dbh stmt doesn't have
an error code we used to return an array with one element. For the sake
  of consistency and verification of returned values at userland we are now
  returning an array with 3 elements. Note the two last elements are null but
  present

- Bug #44153: [DOC] If the error code returned by the DBH is null, we return
  a null value. This is used in order to help with empty error codes.
2008-11-04 18:25:26 +00:00
Arnaud Le Blanc
2e32876eaa Fixed stream_get_line() to behave as documented on non-blocking streams 2008-11-04 17:05:17 +00:00
Arnaud Le Blanc
0bb5310a63 Avoids fclose() from complaining that stream_socket_pair() streams
have not been closed
2008-11-04 16:45:42 +00:00
Marcus Boerger
9cb71e98b7 - Fix test 2008-11-04 11:12:04 +00:00
64414b2168 ChangeLog update 2008-11-04 01:32:22 +00:00
Marcus Boerger
8784c0bbf9 - MFB dos2unix 2008-11-04 00:52:24 +00:00
Arnaud Le Blanc
8e6f8fc4dc Fixed bug #46024 (stream_select() doesn't return the correct number) 2008-11-04 00:42:19 +00:00
Marcus Boerger
57a1a7c48d - Cleanup 2008-11-04 00:34:24 +00:00
Felipe Pena
0d97fcdaed - Improved fix 2008-11-03 23:43:51 +00:00
Arnaud Le Blanc
611d72ad2a cleanup 2008-11-03 23:34:17 +00:00
Arnaud Le Blanc
fc62c1ff0a Fixed bug #44607 (stream_get_line unable to correctly identify the
"ending" in the stream content)
2008-11-03 23:28:45 +00:00
Felipe Pena
49291d9c81 - Fix test (string -> unicode) 2008-11-03 22:22:25 +00:00