1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00
Commit Graph

43852 Commits

Author SHA1 Message Date
Ilia Alshanetsky 6973cd82d1 MFB: Arg parsing cleanup 2009-01-06 23:46:22 +00:00
Pierre Joye 91d37ce8f0 - MFB: fix build 2009-01-06 22:00:23 +00:00
Pierre Joye 7b0246fa38 - MFB: add multi threaded build support (automatic detection of the number of cpus, add a custom number if you prefer to use only a few of your available cores) 2009-01-06 20:51:37 +00:00
Pierre Joye e7eafa589d - add DNSApi for the DNS functions 2009-01-06 20:47:06 +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
Uwe Schindler 72dad2c9a3 the #ifdef was never working. If Sun extends its NSAPI to support subrequests, much of this code must be rewritten. Because of that it is better to have a clean start. This commit does not change behaviour. 2009-01-06 13:45:30 +00:00
363a9adae4 ChangeLog update 2009-01-06 01:32:32 +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 4ed88343cc - Fixed bug #46701 (Creating associative array with long values in the key fails on 32bit linux)
Patch by Shire
2009-01-05 19:47:13 +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
Ilia Alshanetsky 9220a5eda2 Improved parameter handling 2009-01-05 16:24:14 +00:00
Felipe Pena cc42ff9fa2 - Fixed tests 2009-01-05 15:21:10 +00:00
Antony Dovgal 9c51e8e977 fix ws 2009-01-05 11:14:37 +00:00
Antony Dovgal d6ab32a5fc fix build 2009-01-05 09:32:48 +00:00
Antony Dovgal 9a06642ab0 only add "# original source" if a redirect is active 2009-01-05 09:18:57 +00:00
Antony Dovgal a26c94c7d9 MFB: fix memleaks correctly and make valgrind happy 2009-01-05 09:16:38 +00:00
19b2e980b8 ChangeLog update 2009-01-05 01:32:20 +00:00
Ilia Alshanetsky 02b2b42a01 MFB: Added missing initialization 2009-01-04 16:32:05 +00:00
Antony Dovgal dac8ee1cb6 fix PDO and other 'redirected' tests - add that "# original source" line only if the test fails 2009-01-04 15:56:38 +00:00
Antony Dovgal 9a76d75803 fix test 2009-01-04 15:21:39 +00:00
Marcus Boerger f33a14ab11 - Add compiler globals as 2009-01-04 15:20:02 +00:00
Antony Dovgal 3a5b44944f capitalize 2009-01-04 15:19:49 +00:00
Marcus Boerger f408bcef15 - Set scope when copying a closure with a new this pointer. 2009-01-04 14:22:51 +00:00
a85d2889bc ChangeLog update 2009-01-04 01:32:28 +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 c20bde9779 - Prevent instantiation from Reflection 2009-01-03 19:29:04 +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 ffb2f1ff28 - Overlooked one instance number 2009-01-03 18:50:44 +00:00
Marcus Boerger 12f279c43a - Fix refcounting 2009-01-03 18:21:51 +00:00
Marcus Boerger 9cc9a1107b - Rebind closure when binding to property 2009-01-03 17:46:25 +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 58c8ce970b - Fix vim blocks and add missing comment 2009-01-03 12:24:30 +00:00
Marcus Boerger 0d02658eef - Add minimalistic closure support 2009-01-03 12:20:27 +00:00
Marcus Boerger de5a4f7dfa - Add reflection helpers 2009-01-03 12:19:30 +00:00
Marcus Boerger 50ce72fdf4 - There is no -v in keys 2009-01-03 12:18:53 +00:00
95f90238cd ChangeLog update 2009-01-03 01:39:20 +00:00
Felipe Pena aff9765952 - Windows part 2009-01-03 00:05:53 +00:00
Felipe Pena 7debfa2421 - Errr, rule nº 1: be portable :) 2009-01-02 21:42:25 +00:00
Felipe Pena 05e0fb8179 - Working with unintialized errno (#46917, noticed by Jost Boekemeier) 2009-01-02 21:26:42 +00:00
Ilia Alshanetsky e62d29d851 MFB: Fixed a possible crash when phar_create_signature() fails 2009-01-02 20:43:58 +00:00
Felipe Pena 1f44875c1b - Year++ 2009-01-02 20:36:30 +00:00