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

43809 Commits

Author SHA1 Message Date
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
Marcus Boerger ebd735786c - Catch exceptions in cli -a 2009-01-02 13:14:17 +00:00
Kalle Sommer Nielsen be8d3a6ebe Check if configure script was copied, and output an error if it wasn't 2009-01-02 12:16:42 +00:00
Kalle Sommer Nielsen 0383c01867 Redirect the "1 file(s) copied" message to nul 2009-01-02 05:50:51 +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 b301ee4c5e - MFB: fix build (declaration first please) 2009-01-02 01:52:21 +00:00
125ad6fca2 ChangeLog update 2009-01-02 01:32:31 +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
Ilia Alshanetsky f652fe1016 MFB: Fixed bug #46844 (php scripts or included files with first line
starting with # have the 1st line missed from the output).
2009-01-01 20:19:39 +00:00
Marcus Boerger 25cec568db - Add var_dump support for closures 2009-01-01 16:21:07 +00:00
Marcus Boerger ef26541980 - Fix SEGV if get_method() returns a non bound function 2009-01-01 15:27:33 +00:00
Pierre Joye 0a636b41fe - expose glob and globfree on wi ndows, can be used by shared ext (core or extern) 2009-01-01 12:32:31 +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
320c3d54a3 ChangeLog update 2009-01-01 01:32:51 +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
Pierre Joye 15064a93fb - MFB: enable gehostname on windows [DOC] 2008-12-31 19:49:06 +00:00
Marcus Boerger 02eddb9be9 - Add needed include as reported by Pierre 2008-12-31 17:33:29 +00:00
Zoe Slattery 665ee392ef Fixed bug #46845 Test expected to fail, but pass, don't cause error 2008-12-31 17:32:54 +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
Hannes Magnusson bbe70f3090 MFB: Nuke unused variables 2008-12-31 14:46:38 +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 c2d1b06567 - Remove entry merged to 5.3 2008-12-31 14:27:30 +00:00
Marcus Boerger 509f9455a0 - WS 2008-12-31 14:15:41 +00:00
Marcus Boerger 7ce0476dc7 - Fix info output 2008-12-31 13:48:59 +00:00
Marcus Boerger d5244ef11e - Register engine classes when and where they should be
- Show core module version as PHP version
2008-12-31 13:25:05 +00:00
Marcus Boerger b83340a8c7 - Do not show core ini entries twice 2008-12-31 12:52:28 +00:00
Marcus Boerger 415f9d73ed - Fix test 2008-12-31 12:32:59 +00:00
Marcus Boerger 4f30873ef1 - Move stdClass registering where it should be 2008-12-31 12:24:56 +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
Sebastian Bergmann 10fb7dbfd4 Bump copyright year, 1 of 3. 2008-12-31 11:09:46 +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
b5f9bc4b32 ChangeLog update 2008-12-31 01:32:32 +00:00
Etienne Kneuss 040585ddfc Fix #45820 (Empty ArrayObject keys not allowed) 2008-12-30 23:32:50 +00:00
Marcus Boerger 16e60294d8 - Provide a core module that contains all Zend and php/main stuff but stdClass 2008-12-30 20:14:58 +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