Commit Graph

24425 Commits

Author SHA1 Message Date
Pierre Joye
91d37ce8f0 - MFB: fix build 2009-01-06 22:00:23 +00:00
Pierre Joye
7844cc3873 - [DOC] add support for all DNS function on Windows
- dns_check_record  (and its alias  checkdnsrr)
  - dns_get_record
   - IPV6 specific info not available yet:
     . AAAA info is available only on vista/2k8 for now
     . A6 info is not available
  - dns_get_mx (and its alias getmxrr)
2009-01-06 20:44:56 +00:00
Felipe Pena
2632316e80 - Removed UEXPECT(F)
- Unicodified some tests
2009-01-06 00:56:04 +00:00
Felipe Pena
5a3b59995f - New test 2009-01-05 22:19:23 +00:00
Felipe Pena
aa6580c0ac - Fixed tests 2009-01-05 19:04:27 +00:00
Felipe Pena
5a7607d925 - Fixed tests (removed UEXPECT(F) section) 2009-01-05 18:22:01 +00:00
Felipe Pena
d23d2f358c - Fixed tests 2009-01-05 17:53:53 +00:00
Antony Dovgal
d6ab32a5fc fix build 2009-01-05 09:32:48 +00:00
Antony Dovgal
a26c94c7d9 MFB: fix memleaks correctly and make valgrind happy 2009-01-05 09:16:38 +00:00
Ilia Alshanetsky
02b2b42a01 MFB: Added missing initialization 2009-01-04 16:32:05 +00:00
Antony Dovgal
9a76d75803 fix test 2009-01-04 15:21:39 +00:00
Antony Dovgal
3a5b44944f capitalize 2009-01-04 15:19:49 +00:00
Felipe Pena
418fe48582 - Removed unnecessary repeated arginfos
- Changed sqlite3stmt and sqlite3result to ZEND_ACC_PRIVATE to avoid reflection instantiation
2009-01-03 22:07:22 +00:00
Marcus Boerger
e8842dd235 - MFB Missing namespace changes
# Now all tests PASS again
2009-01-03 21:06:38 +00:00
Marcus Boerger
21b49d9ebb - Minor corrections and a new test 2009-01-03 20:40:22 +00:00
Marcus Boerger
30647d329b - MFB sync 2009-01-03 20:39:26 +00:00
Marcus Boerger
e83481cfb6 - Show closure's bound as static parameter 2009-01-03 20:03:45 +00:00
Marcus Boerger
9535ca53b1 - Return this pointer and not closure itself 2009-01-03 19:08:27 +00:00
Marcus Boerger
0544a489f5 - Add ReflectionFunctionAbstract::getClosureThis() 2009-01-03 19:02:06 +00:00
Marcus Boerger
87b355cb96 - Improved closure support 2009-01-03 14:20:07 +00:00
Marcus Boerger
4fb20017f6 - Small reordering 2009-01-03 12:27:43 +00:00
Marcus Boerger
0d02658eef - Add minimalistic closure support 2009-01-03 12:20:27 +00:00
Ilia Alshanetsky
e62d29d851 MFB: Fixed a possible crash when phar_create_signature() fails 2009-01-02 20:43:58 +00:00
Andi Gutmans
b90fabd863 - MF PHP_5_2 2009-01-02 05:00:04 +00:00
Scott MacVicar
784b59d016 Fix bug #46944 - UTF-8 characters outside the BMP aren't encoded correctly. 2009-01-02 03:01:53 +00:00
Pierre Joye
a4c3ef6320 - year++ 2009-01-02 00:40:28 +00:00
Pierre Joye
09edebd2b7 - MFB: fix filename property read 2009-01-02 00:22:55 +00:00
Pierre Joye
c465c9b843 - MFB: restore overwrite feature (regression introduced in 5.2.8) 2009-01-02 00:22:21 +00:00
Pierre Joye
f77df832c4 - MFB: restore fix for binary mode on win (regression introduced in 5.2.8) 2009-01-02 00:21:53 +00:00
Kalle Sommer Nielsen
1055a03d62 Renable socket_create_pair() on Windows
# ext/sockets have its own implementation of socketpair(), perhaps we should move it
# to the core. This will make stream_socket_pair() available on Windows aswell
2009-01-01 05:22:54 +00:00
Zoe Slattery
3385d8bda0 removing xfail sections as test passes 2008-12-31 20:43:52 +00:00
Zoe Slattery
edaf385ae7 new test from Nat Mcugh 2008-12-31 20:04:55 +00:00
Antony Dovgal
4c0a9448a9 don't use WRONG_PARAM_COUNT with new param parsing API 2008-12-31 15:48:06 +00:00
Felipe Pena
6328804530 - Fixed bug #46973 (IPv6 address filter rejects valid address) 2008-12-31 15:00:55 +00:00
Marcus Boerger
1e5bb9d165 - MFB Use Revision instead of Id tag for version 2008-12-31 14:37:17 +00:00
Ilia Alshanetsky
15aada4fa2 MFB: Added gethostname() to return the current system host name. 2008-12-31 14:33:41 +00:00
Marcus Boerger
7ce0476dc7 - Fix info output 2008-12-31 13:48:59 +00:00
Marcus Boerger
b83340a8c7 - Do not show core ini entries twice 2008-12-31 12:52:28 +00:00
Sebastian Bergmann
7f4dc8702a Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
Sebastian Bergmann
befd80d1c4 Bump copyright year, 2 of 3. 2008-12-31 11:10:02 +00:00
Ant Phillips
c5417157fa Revert to the previous version for these tests as they were overwritten by mistake (checked on Windows but not on Linux... so the six skipped tests may not work correctly... but they should be ok and I'll watch the test results). 2008-12-31 10:36:13 +00:00
Etienne Kneuss
040585ddfc Fix #45820 (Empty ArrayObject keys not allowed) 2008-12-30 23:32:50 +00:00
Andrei Zmievski
65ec64a825 Add mod_files.bat (equivalent to mod_files.sh). 2008-12-30 19:37:08 +00:00
Marcus Boerger
27b684b234 MFB 2008-12-30 19:13:25 +00:00
Ilia Alshanetsky
916c8187cc MFB: Fixed bug #46964 (Fixed pdo_mysql build with older version of MySQL). 2008-12-30 19:11:21 +00:00
Marcus Boerger
a4cd3369a4 - Show version and ini entries as default module info. 2008-12-30 19:10:22 +00:00
Ant Phillips
4d3f948495 Revert to the previous version for these tests as they were overwritten by mistake (checked on Windows but not on Linux... so the six skipped tests may not work correctly... but they should be ok and I'll watch the test results). 2008-12-30 16:38:17 +00:00
Zoe Slattery
f9f5039988 refixing missing skipif 2008-12-30 15:56:44 +00:00
Felipe Pena
b774947920 - Added missing check for void param. (patch by Kalle) 2008-12-30 12:48:00 +00:00
Felipe Pena
8409ccc0ea - Bug #46763 (mb_stristr() wrong output when needle does not exist) (patch by Henrique M. Decaria) 2008-12-30 02:12:44 +00:00