Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move streams files around a bit, to ease maintenance. | Wez Furlong | 2003-02-16 | 8 | -1379/+1512 | |
| | | | | | I will update the win32 .dsp in a moment. | |||||
* | fixed output | Georg Richter | 2003-02-16 | 2 | -5/+5 | |
| | ||||||
* | Fix complex cases of self-assignments (bugs #21600, #22231) | Zeev Suraski | 2003-02-16 | 1 | -4/+12 | |
| | ||||||
* | Make EG(This) and EG(scope) available to internal methods | Zeev Suraski | 2003-02-16 | 1 | -11/+11 | |
| | ||||||
* | Revert patches - they weren't ready yet! | Zeev Suraski | 2003-02-16 | 1 | -21/+13 | |
| | ||||||
* | Fix initialization | Zeev Suraski | 2003-02-16 | 1 | -1/+1 | |
| | ||||||
* | fixed compiler warning | Georg Richter | 2003-02-16 | 1 | -1/+1 | |
| | ||||||
* | Reverted lld -> lld patch and added explanation as to why it should not be | Ilia Alshanetsky | 2003-02-16 | 1 | -1/+5 | |
| | | | | | done. | |||||
* | tested patch from Zeev (fixes oo-bug in ext/mysqli) | Georg Richter | 2003-02-16 | 1 | -13/+21 | |
| | ||||||
* | Moved longlong conversion to a macro. | Ilia Alshanetsky | 2003-02-16 | 2 | -24/+18 | |
| | ||||||
* | better skip condition. | Ilia Alshanetsky | 2003-02-16 | 1 | -2/+2 | |
| | ||||||
* | Remove bogus test. | Wez Furlong | 2003-02-16 | 1 | -23/+0 | |
| | | | | | | Append mode always causes written data to go to the end of the file, regardless of the current seek position. | |||||
* | Integrate Shanes patch that allows specifying the cwd and environment | Wez Furlong | 2003-02-16 | 2 | -12/+168 | |
| | | | | | for the child process created by proc_open(). | |||||
* | test for mysqli_prepare_result | Georg Richter | 2003-02-16 | 1 | -0/+73 | |
| | ||||||
* | add support for ::foo syntax meaning "global one" | Stanislav Malyshev | 2003-02-16 | 2 | -2/+8 | |
| | ||||||
* | Fix bcmath build under win32. | Wez Furlong | 2003-02-16 | 1 | -0/+1 | |
| | | | | | | # These problems occur because winsock2.h MUST be included before # windows.h. | |||||
* | remove debug prints | Stanislav Malyshev | 2003-02-16 | 1 | -4/+0 | |
| | ||||||
* | test for mysqli_stmt_affected_rows (delete command) | Georg Richter | 2003-02-16 | 1 | -0/+31 | |
| | ||||||
* | added new function mysqli_stmt_affected_rows | Georg Richter | 2003-02-16 | 4 | -20/+55 | |
| | | | | | | | added bigint support for mysqli_affected_rows fixed memleak in mysqli_prepare (stmt->is_null) fixed return type for mysqli_connect | |||||
* | ZTS fixes | Sebastian Bergmann | 2003-02-16 | 6 | -21/+21 | |
| | ||||||
* | namespace patch - static variable access | Stanislav Malyshev | 2003-02-16 | 1 | -0/+6 | |
| | ||||||
* | Namespace patch. Big changes: | Stanislav Malyshev | 2003-02-16 | 12 | -69/+399 | |
| | | | | | | | | | | | | | | | | 1. Nested classes are gone. 2. New syntax for namespaces: namespace foo { class X { ... } function bar { ... } var x = 1; const ZZ = 2; } 3. Namespaced symbol access: $x = new foo::X; - etc. For now, namespaces are case insensitive, just like classes. Also, there can be no global class and namespace with the same name (to avoid ambiguities in :: resolution). | |||||
* | A add much more useful select(2) implementation than is provided by | Wez Furlong | 2003-02-16 | 30 | -43/+225 | |
| | | | | | | | | | | | | | windows sockets. The winsock implementation will only work with sockets; our implementation works with sockets and file descriptors. By association, stream_select() will now operate correctly with files, pipes and sockets. This change required linking against the winsock2 library. In terms of compatibility, only older versions of windows 95 do not have winsock2 installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user. Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x. | |||||
* | ChangeLog update | 2003-02-16 | 2 | -0/+209 | ||
| | ||||||
* | fix error msg typo | Anil Madhavapeddy | 2003-02-16 | 1 | -2/+2 | |
| | ||||||
* | - Allow long option names | Marcus Boerger | 2003-02-16 | 7 | -424/+540 | |
| | | | | | | | | | | - Update CLI's manpage @Added support for long options in CLI & CGI (e.g. --version). (Marcus) # In contrast to the preliminary patch this should work now completely. # If all long option names are accepted we may even think about MFHing. | |||||
* | New feature news. | Ilia Alshanetsky | 2003-02-15 | 1 | -0/+1 | |
| | ||||||
* | Added feature #19645 (ini parser can now handle quoted multi-line values). | Ilia Alshanetsky | 2003-02-15 | 1 | -1/+1 | |
| | ||||||
* | - Fix unsetting of open_basedir, safe_mode_exec_dir and user_dir with | foobar | 2003-02-15 | 1 | -3/+3 | |
| | | | | | | "php_admin_value <ini option> none" - Fixes bug #22220 | |||||
* | Proper lib detection. | Ilia Alshanetsky | 2003-02-15 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #22234 | Moriyoshi Koizumi | 2003-02-15 | 1 | -0/+11 | |
| | ||||||
* | If a test does not have any data after 60 seconds of waiting, assume that | Wez Furlong | 2003-02-15 | 1 | -1/+36 | |
| | | | | | | | it died a horrible death and kill it. This is useful on windows when a message box is popped-up during an automated test-run. | |||||
* | Add optional signal parameter to proc_terminate. | Wez Furlong | 2003-02-15 | 1 | -3/+4 | |
| | ||||||
* | Add proc_terminate() function to forcibly kill off a process created | Wez Furlong | 2003-02-15 | 3 | -0/+28 | |
| | | | | | with proc_open(). | |||||
* | Fixed skip condition. | Ilia Alshanetsky | 2003-02-15 | 1 | -1/+1 | |
| | ||||||
* | added skipif section (innodb-support) | Georg Richter | 2003-02-15 | 2 | -3/+26 | |
| | ||||||
* | Fixed bug #22227 | Moriyoshi Koizumi | 2003-02-15 | 2 | -12/+20 | |
| | | | | | Added test case for bug #22227 | |||||
* | fix parameter string (-R & -H) | Marcus Boerger | 2003-02-15 | 1 | -1/+1 | |
| | ||||||
* | Added test case for bug #22231 | Moriyoshi Koizumi | 2003-02-15 | 1 | -0/+39 | |
| | ||||||
* | Add .cvsignore for tests. | Sebastian Bergmann | 2003-02-15 | 0 | -0/+0 | |
| | ||||||
* | ChangeLog update | 2003-02-15 | 2 | -0/+137 | ||
| | ||||||
* | Allow mysqli to be built when imap (c-client) is used. | Ilia Alshanetsky | 2003-02-14 | 1 | -0/+7 | |
| | ||||||
* | CS fixes. | Ilia Alshanetsky | 2003-02-14 | 2 | -36/+42 | |
| | ||||||
* | Fixed compile warnings. | Ilia Alshanetsky | 2003-02-14 | 2 | -6/+10 | |
| | ||||||
* | test for bind_result with show | Georg Richter | 2003-02-14 | 1 | -0/+28 | |
| | ||||||
* | a little bit slower but somewhat tricky and more flexible and it does not | Marcus Boerger | 2003-02-14 | 1 | -9/+11 | |
| | | | | | allocate static buffers anymore | |||||
* | Fixed a str_replace() bug similar to bug #22224 | Moriyoshi Koizumi | 2003-02-14 | 1 | -1/+2 | |
| | ||||||
* | Fixed bug #22224 (implode changes object references in array) | Moriyoshi Koizumi | 2003-02-14 | 2 | -1/+28 | |
| | | | | | Added test case for the bug | |||||
* | CS fixes. | Ilia Alshanetsky | 2003-02-14 | 1 | -12/+17 | |
| | ||||||
* | Fixed a typo. | Ilia Alshanetsky | 2003-02-14 | 1 | -1/+2 | |
| |