summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Move streams files around a bit, to ease maintenance.Wez Furlong2003-02-168-1379/+1512
| | | | | I will update the win32 .dsp in a moment.
* fixed outputGeorg Richter2003-02-162-5/+5
|
* Fix complex cases of self-assignments (bugs #21600, #22231)Zeev Suraski2003-02-161-4/+12
|
* Make EG(This) and EG(scope) available to internal methodsZeev Suraski2003-02-161-11/+11
|
* Revert patches - they weren't ready yet!Zeev Suraski2003-02-161-21/+13
|
* Fix initializationZeev Suraski2003-02-161-1/+1
|
* fixed compiler warningGeorg Richter2003-02-161-1/+1
|
* Reverted lld -> lld patch and added explanation as to why it should not beIlia Alshanetsky2003-02-161-1/+5
| | | | | done.
* tested patch from Zeev (fixes oo-bug in ext/mysqli)Georg Richter2003-02-161-13/+21
|
* Moved longlong conversion to a macro.Ilia Alshanetsky2003-02-162-24/+18
|
* better skip condition.Ilia Alshanetsky2003-02-161-2/+2
|
* Remove bogus test.Wez Furlong2003-02-161-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 environmentWez Furlong2003-02-162-12/+168
| | | | | for the child process created by proc_open().
* test for mysqli_prepare_resultGeorg Richter2003-02-161-0/+73
|
* add support for ::foo syntax meaning "global one"Stanislav Malyshev2003-02-162-2/+8
|
* Fix bcmath build under win32.Wez Furlong2003-02-161-0/+1
| | | | | | # These problems occur because winsock2.h MUST be included before # windows.h.
* remove debug printsStanislav Malyshev2003-02-161-4/+0
|
* test for mysqli_stmt_affected_rows (delete command)Georg Richter2003-02-161-0/+31
|
* added new function mysqli_stmt_affected_rowsGeorg Richter2003-02-164-20/+55
| | | | | | | added bigint support for mysqli_affected_rows fixed memleak in mysqli_prepare (stmt->is_null) fixed return type for mysqli_connect
* ZTS fixesSebastian Bergmann2003-02-166-21/+21
|
* namespace patch - static variable accessStanislav Malyshev2003-02-161-0/+6
|
* Namespace patch. Big changes:Stanislav Malyshev2003-02-1612-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 byWez Furlong2003-02-1630-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 update2003-02-162-0/+209
|
* fix error msg typoAnil Madhavapeddy2003-02-161-2/+2
|
* - Allow long option namesMarcus Boerger2003-02-167-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 Alshanetsky2003-02-151-0/+1
|
* Added feature #19645 (ini parser can now handle quoted multi-line values).Ilia Alshanetsky2003-02-151-1/+1
|
* - Fix unsetting of open_basedir, safe_mode_exec_dir and user_dir withfoobar2003-02-151-3/+3
| | | | | | "php_admin_value <ini option> none" - Fixes bug #22220
* Proper lib detection.Ilia Alshanetsky2003-02-151-1/+1
|
* Fixed bug #22234Moriyoshi Koizumi2003-02-151-0/+11
|
* If a test does not have any data after 60 seconds of waiting, assume thatWez Furlong2003-02-151-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 Furlong2003-02-151-3/+4
|
* Add proc_terminate() function to forcibly kill off a process createdWez Furlong2003-02-153-0/+28
| | | | | with proc_open().
* Fixed skip condition.Ilia Alshanetsky2003-02-151-1/+1
|
* added skipif section (innodb-support)Georg Richter2003-02-152-3/+26
|
* Fixed bug #22227Moriyoshi Koizumi2003-02-152-12/+20
| | | | | Added test case for bug #22227
* fix parameter string (-R & -H)Marcus Boerger2003-02-151-1/+1
|
* Added test case for bug #22231Moriyoshi Koizumi2003-02-151-0/+39
|
* Add .cvsignore for tests.Sebastian Bergmann2003-02-150-0/+0
|
* ChangeLog update2003-02-152-0/+137
|
* Allow mysqli to be built when imap (c-client) is used.Ilia Alshanetsky2003-02-141-0/+7
|
* CS fixes.Ilia Alshanetsky2003-02-142-36/+42
|
* Fixed compile warnings.Ilia Alshanetsky2003-02-142-6/+10
|
* test for bind_result with showGeorg Richter2003-02-141-0/+28
|
* a little bit slower but somewhat tricky and more flexible and it does notMarcus Boerger2003-02-141-9/+11
| | | | | allocate static buffers anymore
* Fixed a str_replace() bug similar to bug #22224Moriyoshi Koizumi2003-02-141-1/+2
|
* Fixed bug #22224 (implode changes object references in array)Moriyoshi Koizumi2003-02-142-1/+28
| | | | | Added test case for the bug
* CS fixes.Ilia Alshanetsky2003-02-141-12/+17
|
* Fixed a typo.Ilia Alshanetsky2003-02-141-1/+2
|