Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_5_0_0b1'.php-5.0.0b1 | SVN Migration | 2003-06-29 | 87 | -14587/+1011 |
| | |||||
* | fix building mysql as a loadable extension | Shane Caraveo | 2003-06-28 | 1 | -4/+4 |
| | |||||
* | fix mem leak in sxe_property_read | Rob Richards | 2003-06-28 | 1 | -6/+6 |
| | | | | | fix compiler warning | ||||
* | changed tests (ysqli_bind_param and mysql_bind_result changes) | Georg Richter | 2003-06-28 | 28 | -52/+51 |
| | |||||
* | added BYREF_FORCE for bind parameters in msqli_bind_param and mysqli_bind_result | Georg Richter | 2003-06-28 | 2 | -65/+57 |
| | | | | | | | changed function parameters in mysqli_bind_param from (object statement, mixed var1, long type1, ...) to (object statement, array tyoes, mixed var1, mixed var2, ...) | ||||
* | Added array handling to file_put_contents() | Ilia Alshanetsky | 2003-06-28 | 2 | -13/+126 |
| | | | | | | More verbose error reporting mechanism. Test case for file_put_contents(). | ||||
* | * Silence warning | Martin Jansen | 2003-06-28 | 1 | -1/+1 |
| | |||||
* | Fixed test failure on systems with short_tags (<?) off. | Ilia Alshanetsky | 2003-06-28 | 1 | -1/+1 |
| | |||||
* | MFB snprintf test | Sascha Schumann | 2003-06-28 | 1 | -1/+3 |
| | |||||
* | Merge selectable descriptor casting from PHP_4_3 branch. | Wez Furlong | 2003-06-28 | 5 | -9/+18 |
| | |||||
* | Merge getaddrinfo() tidy-up from PHP_4_3 branch. | Wez Furlong | 2003-06-28 | 1 | -39/+40 |
| | |||||
* | Fix for mips compiler | Wez Furlong | 2003-06-28 | 1 | -1/+3 |
| | |||||
* | - Removed duplicate constants | Derick Rethans | 2003-06-28 | 1 | -2/+0 |
| | |||||
* | - Return number of bytes written instead of just TRUE. (Path by Paul Hudson, | Derick Rethans | 2003-06-28 | 1 | -3/+3 |
| | | | | | hudzilla@php.net) | ||||
* | for now we let xml support build with versions older than 2.5.7, as we want | Sterling Hughes | 2003-06-28 | 1 | -0/+6 |
| | | | | | users to actually test this... | ||||
* | Added missing handling of dateTime | Ilia Alshanetsky | 2003-06-28 | 3 | -3/+150 |
| | | | | | | Fixed compiler warning involving streams Added a test case for wddx_deserialize() | ||||
* | ilia points out this is ok | Sterling Hughes | 2003-06-28 | 1 | -2/+2 |
| | |||||
* | Remove aggregation tests as well. | Sebastian Bergmann | 2003-06-28 | 10 | -315/+0 |
| | |||||
* | Buckle your seatbelt, Dorothy, 'cause Aggregation is going bye-bye. | Sebastian Bergmann | 2003-06-28 | 8 | -749/+1 |
| | |||||
* | there is no domxml :) | Sterling Hughes | 2003-06-28 | 1 | -6/+0 |
| | |||||
* | bump up to 2.5.7 | Sterling Hughes | 2003-06-28 | 1 | -2/+2 |
| | |||||
* | define this here too | Sterling Hughes | 2003-06-28 | 2 | -2/+2 |
| | |||||
* | Move along, nothing to see. | Edin Kadribasic | 2003-06-27 | 2 | -3/+3 |
| | |||||
* | beta 1 | Sterling Hughes | 2003-06-27 | 2 | -3/+3 |
| | |||||
* | fix the libxml linking warnings | Rob Richards | 2003-06-27 | 1 | -4/+4 |
| | |||||
* | Serialize headers for systems with low IOV_MAX (e.g. Solaris) | Sascha Schumann | 2003-06-27 | 1 | -14/+31 |
| | |||||
* | MFB: libpcre 4.X needs POSIX_MALLOC_THRESHOLD to be defined. | Sebastian Bergmann | 2003-06-27 | 1 | -0/+1 |
| | |||||
* | - HAVE_OPENSSL_EXT is not defined always. | foobar | 2003-06-27 | 7 | -22/+22 |
| | |||||
* | Upgrading PCRE library to version 4.3. | Andrei Zmievski | 2003-06-27 | 34 | -8379/+5340 |
| | |||||
* | MFB | Sara Golemon | 2003-06-27 | 3 | -2/+17 |
| | | | | | Plug leak in context notifiers, implement notifier->dtor | ||||
* | Missing part of SQLite enabling on windows. | Edin Kadribasic | 2003-06-27 | 1 | -17/+29 |
| | |||||
* | Enabled sqlite by default on Windows. | Edin Kadribasic | 2003-06-27 | 3 | -9/+37 |
| | | | | | | # Also added iconv.lib to the build since it is a dependency of # the precompiled libxml. This will be removed later. | ||||
* | Fix windows build | Edin Kadribasic | 2003-06-27 | 1 | -0/+2 |
| | |||||
* | Prepare for enabling by default on Windows. | Edin Kadribasic | 2003-06-27 | 2 | -0/+346 |
| | |||||
* | - Sync, HEAD is now uptodate | Pierre Joye | 2003-06-27 | 3 | -22/+20 |
| | |||||
* | - Sync | Pierre Joye | 2003-06-27 | 4 | -6/+6 |
| | |||||
* | test commit | Sascha Schumann | 2003-06-27 | 1 | -1/+1 |
| | |||||
* | undefine macros before defining them | Sascha Schumann | 2003-06-27 | 1 | -0/+2 |
| | |||||
* | Try to link the getaddrinfo test, so that one can disable it using | Sascha Schumann | 2003-06-27 | 1 | -1/+1 |
| | | | | | -Dgetaddrinfo=NO_getaddrinfo. | ||||
* | MFB PHP_4_3 main/streams.c r-1.125.2.70 | Sara Golemon | 2003-06-27 | 1 | -0/+5 |
| | |||||
* | Don't add -L/usr/lib | Sascha Schumann | 2003-06-27 | 1 | -1/+6 |
| | |||||
* | Eliminate need for automake/aclocal | Sascha Schumann | 2003-06-27 | 2 | -36/+21 |
| | |||||
* | MFB: Function was renamed (don't test an alias) | Marcus Boerger | 2003-06-26 | 2 | -4/+4 |
| | |||||
* | errmsg must be ref | Marcus Boerger | 2003-06-26 | 1 | -1/+1 |
| | |||||
* | Rename sqlite_fetch_string() to sqlite_fetch_single() + alias | Marcus Boerger | 2003-06-26 | 3 | -11/+12 |
| | |||||
* | Committing engine select project | Sascha Schumann | 2003-06-26 | 3 | -0/+117 |
| | | | | | | | | This is a noop in an already setup tree. When necessary, it renames ZendEngine2 to Zend permanently. This occurs only after a fresh checkout (not after an update!). | ||||
* | Fix memleak | Marcus Boerger | 2003-06-26 | 1 | -0/+9 |
| | |||||
* | ext/xsl requires ext/dom | Marcus Boerger | 2003-06-26 | 1 | -0/+4 |
| | |||||
* | MFB | foobar | 2003-06-26 | 1 | -2/+2 |
| | |||||
* | New logo (not final yet...) | Zeev Suraski | 2003-06-26 | 1 | -445/+215 |
| |