Commit Graph

61151 Commits

Author SHA1 Message Date
Felipe Pena
c6b73c85ba - Fix broken code in 64bit 2011-06-20 22:59:55 +00:00
Moriyoshi Koizumi
891acc30c0 - Forgot to commit these. 2011-06-20 20:30:36 +00:00
Moriyoshi Koizumi
7dfef17c54 - Add built-in web server to CLI SAPI. See the RFC for detail. 2011-06-20 20:27:39 +00:00
Patrick Allaert
101c6a3831 Fixed typo 2011-06-20 17:49:19 +00:00
Patrick Allaert
97ec4f2702 Changed register_shutdown_function() to reflect that it is using a cb (thx arpad) 2011-06-20 07:11:21 +00:00
Felipe Pena
58d41e5753 - Optimize property finding by zend_hash_quick_find 2011-06-20 02:04:13 +00:00
Felipe Pena
d188a36547 - Simplify function code 2011-06-20 01:36:23 +00:00
Felipe Pena
b26f6cb0f6 - Avoid re-hash here too 2011-06-20 01:21:47 +00:00
Jérôme Loyet
b5e5abb38a Removed pid in debug logs written by chrildren processes 2011-06-20 00:03:39 +00:00
Felipe Pena
142ce5c949 - Minor optimization (avoid to re-hash already computed var name hash) 2011-06-19 21:56:09 +00:00
Felipe Pena
c34b86c454 - Removed unnecessary TSRMLS_FETCH 2011-06-19 20:16:08 +00:00
Stanislav Malyshev
30c5e0e87d fix error reporting on missing data - don't produce double errors 2011-06-19 18:55:48 +00:00
Stanislav Malyshev
e09ad36f00 fix test with floats - make it not produce different result
on 32 and 64 bit
2011-06-19 18:52:58 +00:00
Daniel Convissor
cfd54f2e0f Provide test for DateTime::add() issue (for discussion on internals, bugs.php.net is down). 2011-06-19 16:59:58 +00:00
Daniel Convissor
aed261683b Split DateTime diff/add/sub tests into separate files to make things easier to see, test and (one hopes) fix. 2011-06-19 16:55:11 +00:00
Felipe Pena
8f68b48514 - Fix tests 2011-06-19 15:43:16 +00:00
Felipe Pena
3276cc4f7a - Opss, restore old behavior 2011-06-19 14:50:44 +00:00
Felipe Pena
54d5662919 - Added missing void param check in sys_get_temp_dir
- Fixed param check of umask()
2011-06-19 14:27:33 +00:00
Felipe Pena
e98eafeedf - Missing usage of 'p' parameter specifier 2011-06-19 13:20:12 +00:00
Felipe Pena
744ce6af65 - Fix test 2011-06-19 12:58:56 +00:00
Felipe Pena
5a70cde724 - New tests (code coverage++) 2011-06-19 12:33:49 +00:00
Felipe Pena
b0bbfee7e8 - Fix test 2011-06-19 00:18:17 +00:00
Felipe Pena
5992c06441 - Added missing void param checks, and fix arginfo 2011-06-18 22:48:31 +00:00
Felipe Pena
6ef38daf0e - Fixed compiler warning (redefinition of offsetof) 2011-06-18 18:11:27 +00:00
Felipe Pena
8f76adb750 - Missing change 2011-06-18 17:46:16 +00:00
Felipe Pena
17bf772378 - Fixed ZTS build 2011-06-18 17:41:56 +00:00
Jérôme Loyet
8f0fdbb9e8 Added master rlimit_files and rlimit_core in the global configuration settings 2011-06-18 16:27:48 +00:00
Jérôme Loyet
7236ea5a46 Fixed exit at FPM startup on fpm_resources_prepare 2011-06-18 16:15:15 +00:00
Felipe Pena
bf1779e973 - Added missing arginfos for void params and void param checks 2011-06-18 15:56:14 +00:00
Jérôme Loyet
b813d1ff23 Remove timestamp in logs written by children process 2011-06-18 15:33:07 +00:00
Boris Lytochkin
e341a10d64 take over mantainership on snmp extension 2011-06-18 07:09:11 +00:00
Pierre Joye
948d42d979 - fix build 2011-06-18 02:24:01 +00:00
Jérôme Loyet
35458820ad missing doc in the conf file 2011-06-17 23:35:47 +00:00
Jérôme Loyet
ade2d21f72 - added xml format to the status page
- clean fpm_status.c code
2011-06-17 23:19:54 +00:00
Christopher Jones
dba594a4e2 Fix skipif to resolve the common reason this test fails 2011-06-17 18:28:34 +00:00
Boris Lytochkin
b3182fda70 expand SNMP section 2011-06-17 18:18:21 +00:00
Derick Rethans
57d2f39c54 - Fixed bug where the DateTime object got changed while using date_diff(). 2011-06-17 16:38:23 +00:00
Felipe Pena
a8cc93d54f - Fixed two "jump or move depends on uninitialised value" 2011-06-17 02:00:20 +00:00
Pierre Joye
3c8bd9ebb6 - did I not kill that already? (do not use rand_screen, pointless on server and not TS) 2011-06-16 13:06:41 +00:00
Pierre Joye
c43276abd6 - fix nts build 2011-06-16 10:20:25 +00:00
Felipe Pena
6940a320af - Removed win debug stuff 2011-06-16 01:41:34 +00:00
Pierre Joye
1d357d964c - init win32 rng context once per process 2011-06-16 01:31:10 +00:00
Pierre Joye
175f84436c - install extra headers 2011-06-16 01:21:01 +00:00
Stanislav Malyshev
0b3ca10212 update the branches list 2011-06-15 23:19:30 +00:00
Christopher Jones
fedc6b2926 Improve cross version compat 2011-06-14 20:04:18 +00:00
Scott MacVicar
e39ed9781e Upgrade SQLite to 3.7.6.3 2011-06-14 17:00:49 +00:00
Felipe Pena
60ae440721 - New tests for new feature 2011-06-14 02:05:37 +00:00
Felipe Pena
50ade27198 - Fix build on Windows 2011-06-13 17:52:23 +00:00
Timm Friebe
7229afbd41 - Fix compiler warning about long vs. int in printf()
# See bug #55009
# Compare to _server_message_handler() a little below, where this
# is done the same way
2011-06-13 08:43:21 +00:00
Felipe Pena
a43b067172 - Fixed bug #54624 (class_alias and type hint) 2011-06-12 21:10:31 +00:00