Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Forgotten patch for trunk | Dmitry Stogov | 2009-12-08 | 1 | -0/+1 |
| | | | | | - Fixed stdin filename in error messages | ||||
* | FIFO | Jani Taskinen | 2009-12-08 | 1 | -1/+1 |
| | |||||
* | - Added MAKE_COPY_ZVAL(ppzv, pzv) macro | Felipe Pena | 2009-12-08 | 15 | -111/+42 |
| | |||||
* | ouch, that ZTS | Stanislav Malyshev | 2009-12-08 | 1 | -2/+2 |
| | |||||
* | win32 should have different test | Stanislav Malyshev | 2009-12-08 | 2 | -0/+44 |
| | |||||
* | - Fixed ZTS build | Felipe Pena | 2009-12-08 | 2 | -6/+6 |
| | |||||
* | add "no params" check | Stanislav Malyshev | 2009-12-08 | 1 | -0/+7 |
| | |||||
* | add realpath cache inspect functions | Stanislav Malyshev | 2009-12-08 | 7 | -0/+92 |
| | |||||
* | - Take account of surrogate pairs. | Moriyoshi Koizumi | 2009-12-07 | 2 | -1/+11 |
| | |||||
* | Added FILTER_FLAG_STRIP_BACKTICK option to the filter extension. | Ilia Alshanetsky | 2009-12-07 | 4 | -0/+4 |
| | |||||
* | Fixed bug #49866 (Making reference on string offsets crashes PHP) | Dmitry Stogov | 2009-12-07 | 4 | -11/+22 |
| | |||||
* | Fixed bug #50351 (performance regression handling objects, ten times slower ↵ | Dmitry Stogov | 2009-12-07 | 3 | -7/+5 |
| | | | | in 5.3 than in 5.2. foreach statement should not initiate GC) | ||||
* | - Fix NEWS | Jani Taskinen | 2009-12-07 | 1 | -2/+2 |
| | |||||
* | Fixed bug #50323 (Allow use of ; in values via ;; in PDO DSN even in the ↵ | Pierrick Charron | 2009-12-06 | 3 | -5/+99 |
| | | | | middle of a string). | ||||
* | Fixed bug #50323 (Allow use of ; in values via ;; in PDO DSN). | Ilia Alshanetsky | 2009-12-06 | 2 | -1/+2 |
| | |||||
* | - Fixed bug #50162 (Memory leak when fetching timestamp column from Oracle ↵ | Felipe Pena | 2009-12-06 | 2 | -15/+10 |
| | | | | | | | database) - Fixed bug #34852 (Failure in odbc_exec() using oracle-supplied odbc driver) (patch by tim dot tassonis at trivadis dot com) | ||||
* | BFN | Sriram Natarajan | 2009-12-06 | 1 | -0/+2 |
| | |||||
* | - Fixed tests | Felipe Pena | 2009-12-04 | 3 | -3/+3 |
| | |||||
* | Fixed compilation | Dmitry Stogov | 2009-12-04 | 1 | -1/+1 |
| | |||||
* | protect http_session_vars from interrupt corruption | Stanislav Malyshev | 2009-12-04 | 1 | -4/+10 |
| | | | | | improve save_path check | ||||
* | bfn | Jani Taskinen | 2009-12-03 | 1 | -0/+1 |
| | |||||
* | fix bug #47848 (importNode doesn't preserve attribute namespaces) | Rob Richards | 2009-12-03 | 2 | -1/+37 |
| | | | | add tests | ||||
* | Fixed bug #45120 (PDOStatement->execute() returns true then false for same ↵ | Pierrick Charron | 2009-12-03 | 3 | -2/+3 |
| | | | | statement). | ||||
* | - Fixed bug #49472 (Constants defined in Interfaces can be overridden) | Felipe Pena | 2009-12-03 | 5 | -6/+48 |
| | |||||
* | MFT: VC10 build support | Kalle Sommer Nielsen | 2009-12-03 | 6 | -10/+33 |
| | |||||
* | I svn-commit.2.tmp (Modified) ↵ | Andrey Hristov | 2009-12-03 | 1 | -3/+1 |
| | | | | | | | | Row 2 Col 28 11:45 Ctrl-K H for help fix compilation on windows and with other compilers who don't like void* arithmetic | ||||
* | - disable this debug code until it is actually fixed | Pierre Joye | 2009-12-03 | 1 | -0/+2 |
| | |||||
* | fix segfault introduced by Pierre in a recent commit | Andrey Hristov | 2009-12-03 | 1 | -1/+1 |
| | | | | | | | | old code was doing something like conn + sizeof(MYSQLND) * MYSQLND + plugin * sizeof(void) * sizeof(MYSQLND) because `conn` is not casted to void*. `conn` has to be casted to void * and then the whole experession will be void * and the calculations will work. | ||||
* | the order | Jani Taskinen | 2009-12-03 | 1 | -2/+2 |
| | |||||
* | BFN | Ilia Alshanetsky | 2009-12-03 | 1 | -0/+2 |
| | |||||
* | One change in trying to update Autoconf was missed. This makes phpize work ↵ | Gwynne Raskind | 2009-12-02 | 1 | -1/+1 |
| | | | | again. | ||||
* | - Fix order | Jani Taskinen | 2009-12-02 | 1 | -4/+3 |
| | |||||
* | and the news | Andrey Hristov | 2009-12-02 | 1 | -0/+1 |
| | |||||
* | fix macro so that 5-byte BIT values are decoded correctly | Andrey Hristov | 2009-12-02 | 1 | -4/+4 |
| | |||||
* | - Fixed bug #50345 (nanosleep not detected properly on some solaris versions) | Jani Taskinen | 2009-12-02 | 2 | -3/+5 |
| | |||||
* | - Sync files | Jani Taskinen | 2009-12-02 | 1 | -4/+7 |
| | |||||
* | Fix broken build. | Rasmus Lerdorf | 2009-12-01 | 1 | -0/+2 |
| | | | | | This constant is not in older versions of MySQL. | ||||
* | - Fixed bug #49660 (libxml 2.7.3+ limits text nodes to 10MB). (Felipe) | Felipe Pena | 2009-12-01 | 3 | -0/+10 |
| | | | | | | | | - Added LIBXML_PARSEHUGE constant to overrides the maximum text size of a single text node when using libxml2.7.3+. (Kalle) [DOC] | ||||
* | - Touché filés | Jani Taskinen | 2009-11-30 | 2 | -1891/+2001 |
| | |||||
* | - Fixed bug #50340 (php.ini parser does not allow spaces in ini keys) | Jani Taskinen | 2009-11-30 | 2 | -1/+28 |
| | |||||
* | The old Darwin hack is BROKEN and INCORRECT. It works only for Darwin 9, not ↵ | Gwynne Raskind | 2009-11-30 | 1 | -24/+8 |
| | | | | 10, and uses an ugly CFLAGS hack that messes with the entire build. This version sets one cached value to the correct result for Darwin 9 and 10. It's cleaner, has no side effects, has nothing to do with Autoconf versions, and works for everyone. | ||||
* | - Fix tests assuming wrong ini options and extensions that might not be there | Jani Taskinen | 2009-11-30 | 3 | -2/+12 |
| | |||||
* | news | Arnaud Le Blanc | 2009-11-30 | 1 | -0/+1 |
| | |||||
* | bfn | Jani Taskinen | 2009-11-30 | 1 | -0/+2 |
| | |||||
* | - Fixed bug #50231 (Socket path passed using --with-mysql-sock is ignored ↵ | Jani Taskinen | 2009-11-30 | 3 | -52/+48 |
| | | | | when mysqlnd is enabled) | ||||
* | Fixed bug #50168 (FastCGI fails with wrong error on HEAD request to ↵ | Dmitry Stogov | 2009-11-30 | 1 | -10/+15 |
| | | | | non-existant file) | ||||
* | Fixed bug #50159 (wrong working directory in symlinked files) | Dmitry Stogov | 2009-11-30 | 2 | -28/+36 |
| | |||||
* | - Restore configure.in before the madness started | Jani Taskinen | 2009-11-30 | 1 | -8/+24 |
| | |||||
* | merge from trunk: openssl sni support (rev 289831) | Arnaud Le Blanc | 2009-11-30 | 3 | -0/+242 |
| | |||||
* | Reverted accidental change | Dmitry Stogov | 2009-11-30 | 1 | -1/+1 |
| |