[PHP-CVS] svn: /php/php-src/trunk/sapi/cgi/ cgi_main.c fastcgi.c fastcgi.h

2010-07-05 Thread Dmitry Stogov
dmitry Mon, 05 Jul 2010 15:40:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301003 Log: reduced request processing overhead Changed paths: U php/php-src/trunk/sapi/cgi/cgi_main.c U php/php-src/trunk/sapi/cgi/fastcgi.c U

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/pcre/pcrelib/ChangeLog ext/pcre/pcrelib/NEWS ext/pcre/pcrelib/NON-UNIX-USE ext/pcre/pcrelib/config.h ext/pcre/pcrelib/doc/pcre.txt ext/pcre/pcrelib/pcre.h e

2010-07-02 Thread Ilia Alshanetsky
iliaaFri, 02 Jul 2010 17:17:16 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300946 Log: Upgraded bundled PCRE to version 8.10 Changed paths: U php/php-src/trunk/NEWS U php/php-src/trunk/ext/pcre/pcrelib/ChangeLog U

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_compile.h

2010-07-01 Thread Dmitry Stogov
dmitry Thu, 01 Jul 2010 08:58:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300896 Log: Used more sutable type. Reduced memory usage. Changed paths: U php/php-src/trunk/Zend/zend_compile.h Modified:

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/iconv/iconv.c ext/iconv/tests/bug52211.phpt

2010-06-30 Thread Felipe Pena
felipe Thu, 01 Jul 2010 01:11:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300894 Log: - Fixed bug #52211 (iconv() returns part of string on error) Bug: http://bugs.php.net/52211 (Open) iconv() returns part of string on error

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_dblib/ tests/bug_38955.phpt tests/bug_45876.phpt tests/bug_47588.phpt tests/bug_50755.phpt tests/common.phpt tests/config.inc tests/pdo_dblib.phpt

2010-06-29 Thread Stanley Sufficool
ssufficool Tue, 29 Jun 2010 06:04:17 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300844 Log: Add tests for recent fixes Changed paths: A php/php-src/trunk/ext/pdo_dblib/tests/ A php/php-src/trunk/ext/pdo_dblib/tests/bug_38955.phpt

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_dblib/tests/ common.phpt pdo_dblib.phpt

2010-06-29 Thread Stanley Sufficool
ssufficool Tue, 29 Jun 2010 06:08:51 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300845 Log: Oops Changed paths: U php/php-src/trunk/ext/pdo_dblib/tests/common.phpt D php/php-src/trunk/ext/pdo_dblib/tests/pdo_dblib.phpt Modified:

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_dblib/tests/ common.phpt

2010-06-29 Thread Stanley Sufficool
ssufficool Tue, 29 Jun 2010 06:20:15 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300846 Log: Remove PDO DBLIB prefix from PostgreSQL PDO tests Changed paths: D php/php-src/trunk/ext/pdo_dblib/tests/common.phpt Deleted:

[PHP-CVS] svn: /php/php-src/trunk/ext/sybase_ct/ config.m4

2010-06-29 Thread Antony Dovgal
tony2001 Tue, 29 Jun 2010 10:50:58 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300853 Log: fix build Changed paths: U php/php-src/trunk/ext/sybase_ct/config.m4 Modified: php/php-src/trunk/ext/sybase_ct/config.m4

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_dblib/tests/ bug_38955.phpt bug_45876.phpt bug_47588.phpt bug_50755.phpt

2010-06-29 Thread Stanley Sufficool
ssufficool Tue, 29 Jun 2010 14:08:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300858 Log: PDO DBLIB test fixups Changed paths: U php/php-src/trunk/ext/pdo_dblib/tests/bug_38955.phpt U

[PHP-CVS] svn: /php/php-src/trunk/ Zend/zend_globals.h Zend/zend_language_scanner.c Zend/zend_language_scanner.l sapi/cgi/cgi_main.c sapi/cli/php_cli.c

2010-06-29 Thread Felipe Pena
felipe Wed, 30 Jun 2010 02:30:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300869 Log: - MF5.3: Reverted fix for bug #48930 (due binary compatibility breakage) # To commit a new common fix Bug: http://bugs.php.net/48930 (Closed)

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_dblib/tests/ bug_38955.phpt bug_45876.phpt bug_47588.phpt bug_50755.phpt config.inc

2010-06-29 Thread Stanley Sufficool
ssufficool Wed, 30 Jun 2010 03:16:04 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300872 Log: pdo_dblib - improve test skip messages Changed paths: U php/php-src/trunk/ext/pdo_dblib/tests/bug_38955.phpt U

[PHP-CVS] svn: /php/php-src/trunk/ext/sybase_ct/ config.m4

2010-06-28 Thread Timm Friebe
thekid Mon, 28 Jun 2010 13:35:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300806 Log: - Added test for tds_sysdep_public.h and link against -lct only then - Added test for libsybct64 and libsybct # The former is a fix for newer versions of

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_dblib/ dblib_driver.c

2010-06-23 Thread Stanley Sufficool
ssufficool Thu, 24 Jun 2010 03:40:45 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300717 Log: Actually fix quoted identifiers this time Changed paths: U php/php-src/trunk/ext/pdo_dblib/dblib_driver.c Modified:

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_execute.c zend_vm_def.h zend_vm_execute.h

2010-06-22 Thread Dmitry Stogov
dmitry Tue, 22 Jun 2010 14:15:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300657 Log: Removed redundant code Changed paths: U php/php-src/trunk/Zend/zend_execute.c U php/php-src/trunk/Zend/zend_vm_def.h U

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_dblib/ dblib_driver.c

2010-06-22 Thread Stanley Sufficool
ssufficool Wed, 23 Jun 2010 01:29:01 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300685 Log: Fix Bug #47588 - Allow Quoted Identifiers Bug: http://bugs.php.net/47588 (Assigned) PDO_DBLIB: barfs on quoted field names Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_dblib/ dblib_stmt.c

2010-06-21 Thread Stanley Sufficool
ssufficool Mon, 21 Jun 2010 06:54:10 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300627 Log: Fix bug #45876 adding get column meta Bug: http://bugs.php.net/45876 (Assigned) PDO: DBLIB does not support getColumnMeta Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_dblib/ dblib_driver.c

2010-06-21 Thread Stanley Sufficool
ssufficool Mon, 21 Jun 2010 07:30:48 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300628 Log: Fix bug #38955 - add transaction support Bug: http://bugs.php.net/38955 (Open) PDO DBLIB driver does not support transactions Changed paths:

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/openssl/openssl.c

2010-06-21 Thread Pierre Joye
pajoye Mon, 21 Jun 2010 08:47:25 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300629 Log: - #48632, ssl AES support Bug: http://bugs.php.net/48632 (Assigned) OpenSSL extension should support AES Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/ NEWS

2010-06-21 Thread Pierre Joye
pajoye Mon, 21 Jun 2010 09:11:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300630 Log: - +FR Changed paths: U php/php-src/trunk/NEWS Modified: php/php-src/trunk/NEWS

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_dblib/ dblib_stmt.c

2010-06-21 Thread Stanley Sufficool
ssufficool Tue, 22 Jun 2010 02:09:57 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300646 Log: Fix bug #52134 Bug: http://bugs.php.net/52134 (Open) pdo_dblib returns 40 char strings for int Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_dblib/ dblib_driver.c

2010-06-21 Thread Stanley Sufficool
ssufficool Tue, 22 Jun 2010 02:59:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300647 Log: Fix bug #52137 - implement lastInsertId Bug: http://bugs.php.net/52137 (Open) pdo_dblib does not implement lastInsertId Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/sqlite3/sqlite3.c

2010-06-20 Thread Pierre Joye
pajoye Sun, 20 Jun 2010 15:30:49 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300614 Log: - #51295, SQLite3::busyTimeout not existing Bug: http://bugs.php.net/51295 (Feedback) SQLite3::busyTimeout not existing Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/ext/sybase_ct/ php_sybase_ct.c

2010-06-16 Thread Timm Friebe
thekid Wed, 16 Jun 2010 09:34:11 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300490 Log: - Fixed segmentation fault when reading rows # Problem surfaces when using FreeTDS, ASE 12.5 and reading text fields # with NULL values. This is

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ php_crypt_r.c var_unserializer.c

2010-06-15 Thread Pierre Joye
pajoye Tue, 15 Jun 2010 09:26:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300460 Log: - Fix #51424, crypt() function hangs after 3rd call Bug: http://bugs.php.net/51424 (Assigned) crypt() function hangs after 3rd call Changed

[PHP-CVS] svn: /php/php-src/trunk/ext/spl/tests/ SplTempFileObject_constructor_basic.phpt SplTempFileObject_constructor_error.phpt SplTempFileObject_constructor_maxmemory_basic.phpt SplTempFileObject_

2010-06-15 Thread Ben Longden
ben Tue, 15 Jun 2010 10:50:53 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300463 Log: Tests for SplTempFileObject Basic usage (no params) Basic usage (with max memory specified) Variation (passing a neg value to the constructor) Error

[PHP-CVS] svn: /php/php-src/trunk/ext/spl/tests/ SplFileObject_fgetcsv_basic.phpt SplFileObject_fgetcsv_delimiter_basic.phpt SplFileObject_fgetcsv_delimiter_error.phpt SplFileObject_fgetcsv_enclosure_

2010-06-15 Thread Ben Longden
ben Tue, 15 Jun 2010 21:25:47 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300481 Log: Added tests for SplFileObject::fgetcsv Changed paths: A php/php-src/trunk/ext/spl/tests/SplFileObject_fgetcsv_basic.phpt A

[PHP-CVS] svn: /php/php-src/trunk/tests/output/ ob_start_error_001.phpt ob_start_error_002.phpt ob_start_error_003.phpt ob_start_error_004.phpt

2010-06-15 Thread Felipe Pena
felipe Wed, 16 Jun 2010 02:14:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300488 Log: - Fix tests Changed paths: U php/php-src/trunk/tests/output/ob_start_error_001.phpt U php/php-src/trunk/tests/output/ob_start_error_002.phpt

[PHP-CVS] svn: /php/php-src/trunk/Zend/ tests/dereference_007.phpt tests/dereference_012.phpt tests/dereference_013.phpt tests/dereference_014.phpt zend_language_parser.y

2010-06-12 Thread Felipe Pena
felipe Sat, 12 Jun 2010 16:11:10 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300409 Log: - Allow write context on array dereferencing from method return - New tests Changed paths: U php/php-src/trunk/Zend/tests/dereference_007.phpt

[PHP-CVS] svn: /php/php-src/trunk/main/ output.c

2010-06-09 Thread Antony Dovgal
tony2001 Wed, 09 Jun 2010 11:04:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300306 Log: fix minor memleak Changed paths: U php/php-src/trunk/main/output.c Modified: php/php-src/trunk/main/output.c

[PHP-CVS] svn: /php/php-src/trunk/Zend/ tests/traits/language012.phpt tests/traits/language013.phpt zend_closures.c zend_compile.c zend_variables.c zend_variables.h

2010-06-08 Thread Stefan Marr
gron Tue, 08 Jun 2010 15:56:36 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300283 Log: Fixed issue with statics in traits. #Please review this change, I moved the routine which copies statics from the closure code to zend_variables.c

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_compile.c

2010-06-08 Thread Felipe Pena
felipe Tue, 08 Jun 2010 18:02:10 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300286 Log: - Fix ZTS build Changed paths: U php/php-src/trunk/Zend/zend_compile.c Modified: php/php-src/trunk/Zend/zend_compile.c

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_vm_execute.h

2010-06-07 Thread Felipe Pena
felipe Mon, 07 Jun 2010 14:51:12 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300260 Log: - Update Changed paths: U php/php-src/trunk/Zend/zend_vm_execute.h Modified: php/php-src/trunk/Zend/zend_vm_execute.h

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING Zend/tests/dereference_001.phpt Zend/tests/dereference_002.phpt Zend/tests/dereference_003.phpt Zend/tests/dereference_004.phpt Zend/tests/dereference

2010-06-07 Thread Felipe Pena
felipe Tue, 08 Jun 2010 00:05:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300266 Log: - Added array dereferencing support [DOC] # http://wiki.php.net/rfc/functionarraydereferencing Changed paths: U php/php-src/trunk/NEWS U

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING

2010-06-03 Thread Felipe Pena
felipe Thu, 03 Jun 2010 12:31:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300161 Log: - Added the three new ReflectionClass methods related to traits Changed paths: U php/php-src/trunk/UPGRADING Modified:

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING

2010-06-03 Thread Johannes Schlüter
johannes Thu, 03 Jun 2010 12:46:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300162 Log: - One more reflection entry Changed paths: U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/UPGRADING

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c

2010-06-03 Thread Felipe Pena
felipe Thu, 03 Jun 2010 15:08:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300166 Log: - Added BG(serialize) and BG(unserialize) initialization Changed paths: U php/php-src/trunk/ext/standard/basic_functions.c Modified:

[PHP-CVS] svn: /php/php-src/trunk/ NEWS

2010-06-03 Thread Felipe Pena
felipe Thu, 03 Jun 2010 19:08:25 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300170 Log: - New ReflectionClass method Changed paths: U php/php-src/trunk/NEWS Modified: php/php-src/trunk/NEWS

[PHP-CVS] svn: /php/php-src/trunk/ext/mcrypt/ mcrypt.c

2010-06-02 Thread Pierre Joye
pajoye Wed, 02 Jun 2010 10:07:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300088 Log: - WS Changed paths: U php/php-src/trunk/ext/mcrypt/mcrypt.c Modified: php/php-src/trunk/ext/mcrypt/mcrypt.c

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_dblib/ dblib_stmt.c

2010-06-02 Thread Felipe Pena
felipe Wed, 02 Jun 2010 12:20:38 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300089 Log: - Fixed build and next_rowset prototype Changed paths: U php/php-src/trunk/ext/pdo_dblib/dblib_stmt.c Modified:

[PHP-CVS] svn: /php/php-src/trunk/main/ output.c php_output.h

2010-06-02 Thread Michael Wallner
mike Wed, 02 Jun 2010 12:49:12 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300090 Log: fix cxx build Changed paths: U php/php-src/trunk/main/output.c U php/php-src/trunk/main/php_output.h Modified:

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/reflection/php_reflection.c ext/reflection/tests/ReflectionClass_isCloneable_001.phpt ext/reflection/tests/ReflectionClass_isCloneable_002.phpt

2010-06-02 Thread Felipe Pena
felipe Wed, 02 Jun 2010 15:29:42 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300096 Log: - Added ReflectionClass::isCloneable() [DOC] Changed paths: U php/php-src/trunk/UPGRADING U

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo/ pdo_stmt.c

2010-06-02 Thread Felipe Pena
felipe Wed, 02 Jun 2010 16:54:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300097 Log: - Removed clone_obj from PDORow object handlers, as zend_objects_store_clone_obj requires a clone handler (ce-clone == NULL - error) and it is not

[PHP-CVS] svn: /php/php-src/trunk/ext/reflection/ php_reflection.c

2010-06-02 Thread Felipe Pena
felipe Wed, 02 Jun 2010 17:07:01 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300098 Log: - Save an object_init_ex() and zval_dtor() calls on ReflectionClass::isCloneable() Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/ext/reflection/tests/ ReflectionClass_toString_001.phpt

2010-06-02 Thread Felipe Pena
felipe Thu, 03 Jun 2010 00:13:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300122 Log: - Fix test Changed paths: U php/php-src/trunk/ext/reflection/tests/ReflectionClass_toString_001.phpt Modified:

[PHP-CVS] svn: /php/php-src/trunk/ext/reflection/ php_reflection.c

2010-06-02 Thread Felipe Pena
felipe Thu, 03 Jun 2010 00:14:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300123 Log: - Fix memleak when passing a non string/object parameter Changed paths: U php/php-src/trunk/ext/reflection/php_reflection.c Modified:

[PHP-CVS] svn: /php/php-src/trunk/sapi/fpm/fpm/ fpm_main.c

2010-06-01 Thread Michael Wallner
mike Tue, 01 Jun 2010 13:51:05 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300050 Log: fix fpm build Changed paths: U php/php-src/trunk/sapi/fpm/fpm/fpm_main.c Modified: php/php-src/trunk/sapi/fpm/fpm/fpm_main.c

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ exec.c info.c

2010-06-01 Thread Pierrick Charron
pierrick Tue, 01 Jun 2010 17:13:50 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300060 Log: Remove unused variables Changed paths: U php/php-src/trunk/ext/standard/exec.c U php/php-src/trunk/ext/standard/info.c Modified:

[PHP-CVS] svn: /php/php-src/trunk/ README.NEW-OUTPUT-API ext/iconv/iconv.c ext/session/session.c ext/soap/soap.c ext/standard/basic_functions.c ext/standard/exec.c ext/standard/head.c ext/standard/inf

2010-05-31 Thread Michael Wallner
mike Mon, 31 May 2010 10:29:43 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299980 Log: * implement new output API, fixing some bugs and implementing some feature requests--let's see what I can dig out of the bugtracker for NEWS-- and

[PHP-CVS] svn: /php/php-src/trunk/ README.NEW-OUTPUT-API

2010-05-31 Thread Michael Wallner
mike Mon, 31 May 2010 13:54:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299988 Log: fix protos, and unintential double-patched content Changed paths: U php/php-src/trunk/README.NEW-OUTPUT-API Modified:

[PHP-CVS] svn: /php/php-src/trunk/ NEWS

2010-05-31 Thread Michael Wallner
mike Mon, 31 May 2010 14:33:11 + Revision: http://svn.php.net/viewvc?view=revisionrevision=22 Log: new output api NEWS Changed paths: U php/php-src/trunk/NEWS Modified: php/php-src/trunk/NEWS

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_dblib/ dblib_stmt.c php_pdo_dblib_int.h

2010-05-31 Thread Stanley Sufficool
ssufficool Mon, 31 May 2010 18:38:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=32 Log: Fix bug #50755 Enable multiple rowsets [DOC] Bug: http://bugs.php.net/50755 (Open) PDO DBLIB Fails with OOM Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/ext/zlib/ zlib.c

2010-05-31 Thread Antony Dovgal
tony2001 Mon, 31 May 2010 12:02:55 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299982 Log: fix ZTS build Changed paths: U php/php-src/trunk/ext/zlib/zlib.c Modified: php/php-src/trunk/ext/zlib/zlib.c

[PHP-CVS] svn: /php/php-src/trunk/ext/tokenizer/ tokenizer.c

2010-05-30 Thread Johannes Schlüter
johannes Sun, 30 May 2010 09:34:02 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299963 Log: - token_get_all now returns false on error, not , returns array on success Changed paths: U php/php-src/trunk/ext/tokenizer/tokenizer.c Modified:

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/tokenizer/ tokenizer.c

2010-05-30 Thread Pierre Joye
hi Johannes, Please update the upgrade guide as well. 2010/5/30 Johannes Schlüter johan...@php.net: johannes                                 Sun, 30 May 2010 09:34:02 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299963 Log: - token_get_all now returns false on error, not

[PHP-CVS] svn: /php/php-src/trunk/Zend/ tests/traits/noctor001.phpt zend_compile.c

2010-05-29 Thread Johannes Schlüter
johannes Sat, 29 May 2010 20:01:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299936 Log: - A method called like a trait is no constructor Changed paths: A php/php-src/trunk/Zend/tests/traits/noctor001.phpt U

[PHP-CVS] svn: /php/php-src/trunk/ext/reflection/tests/ ReflectionClass_newInstanceArgs_002.phpt ReflectionMethod_invokeArgs_error2.phpt

2010-05-29 Thread Johannes Schlüter
johannes Sat, 29 May 2010 20:34:25 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299937 Log: - Fix tests Changed paths: U php/php-src/trunk/ext/reflection/tests/ReflectionClass_newInstanceArgs_002.phpt U

[PHP-CVS] svn: /php/php-src/trunk/ext/reflection/ php_reflection.c tests/ReflectionClass_toString_001.phpt tests/traits001.phpt

2010-05-29 Thread Johannes Schlüter
johannes Sat, 29 May 2010 20:40:58 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299938 Log: - Make reflection aware of traits Changed paths: U php/php-src/trunk/ext/reflection/php_reflection.c U

[PHP-CVS] svn: /php/php-src/trunk/ext/reflection/ php_reflection.c

2010-05-29 Thread Johannes Schlüter
johannes Sat, 29 May 2010 21:28:24 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299939 Log: - Add some folding marks Changed paths: U php/php-src/trunk/ext/reflection/php_reflection.c Modified:

[PHP-CVS] svn: /php/php-src/trunk/ext/reflection/ php_reflection.c tests/traits002.phpt

2010-05-29 Thread Felipe Pena
felipe Sat, 29 May 2010 21:48:56 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299940 Log: - Fixed wrong abstract class identification (it was identified as a Trait) Changed paths: U php/php-src/trunk/ext/reflection/php_reflection.c

[PHP-CVS] svn: /php/php-src/trunk/ext/reflection/ php_reflection.c tests/traits002.phpt

2010-05-29 Thread Felipe Pena
felipe Sat, 29 May 2010 21:55:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299941 Log: - Missing Trait check fix Changed paths: U php/php-src/trunk/ext/reflection/php_reflection.c U

[PHP-CVS] svn: /php/php-src/trunk/ext/reflection/ php_reflection.c tests/traits003.phpt

2010-05-29 Thread Felipe Pena
felipe Sat, 29 May 2010 22:08:51 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299943 Log: - Fixed ReflectionClass::isTrait() checking (to not identify abstract class as Trait) Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/ext/reflection/ php_reflection.c tests/ReflectionClass_toString_001.phpt tests/traits004.phpt tests/traits005.phpt

2010-05-29 Thread Johannes Schlüter
johannes Sun, 30 May 2010 01:00:45 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299946 Log: - More trait reflection work #- I'm not happy about ReflectionClass::getTraitAliases, yet Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/sapi/fpm/ php-fpm.conf.in

2010-05-27 Thread Jérôme Loyet
fat Thu, 27 May 2010 20:59:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299877 Log: typo Changed paths: U php/php-src/trunk/sapi/fpm/php-fpm.conf.in Modified: php/php-src/trunk/sapi/fpm/php-fpm.conf.in

Re: [PHP-CVS] svn: /php/php-src/trunk/sapi/fpm/ php-fpm.conf.in

2010-05-27 Thread Johannes Schlüter
On Thu, 2010-05-27 at 20:59 +, Jérôme Loyet wrote: fat Thu, 27 May 2010 20:59:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299877 Log: typo Changed paths: U php/php-src/trunk/sapi/fpm/php-fpm.conf.in Please mind that

[PHP-CVS] svn: /php/php-src/trunk/ext/reflection/ php_reflection.c

2010-05-27 Thread Kalle Sommer Nielsen
kalleThu, 27 May 2010 23:24:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299887 Log: Fixed compiler warning (pointer mismatch) Changed paths: U php/php-src/trunk/ext/reflection/php_reflection.c Modified:

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/spl/spl_array.c ext/spl/spl_observer.c ext/spl/tests/bug49263.phpt ext/standard/basic_functions.h ext/standard/php_var.h ext/standard/tests/serialize/bug364

2010-05-26 Thread Michael Wallner
mike Wed, 26 May 2010 07:24:37 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299770 Log: Added support for object references in recursive serialize() calls. FR #36424 Bug: http://bugs.php.net/36424 (Assigned) Keeping reference info through

[PHP-CVS] svn: /php/php-src/trunk/tests/classes/ type_hinting_003.phpt

2010-05-26 Thread Ilia Alshanetsky
iliaaWed, 26 May 2010 11:00:05 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299779 Log: Fixed test Changed paths: U php/php-src/trunk/tests/classes/type_hinting_003.phpt Modified: php/php-src/trunk/tests/classes/type_hinting_003.phpt

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqli/ mysqli_fe.c mysqli_nonapi.c php_mysqli_structs.h tests/mysqli_class_mysqli_interface.phpt tests/mysqli_get_cache_stats_off.phpt

2010-05-26 Thread Andrey Hristov
andrey Wed, 26 May 2010 13:30:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299782 Log: Remove a function that has no usage. The zval cache was disabled/removed in 5.3.0-RC3. Changed paths: U php/php-src/trunk/ext/mysqli/mysqli_fe.c

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_API.c

2010-05-26 Thread Dmitry Stogov
dmitry Wed, 26 May 2010 15:42:59 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299796 Log: Conditional compilation is replaced by macro Changed paths: U php/php-src/trunk/Zend/zend_API.c Modified: php/php-src/trunk/Zend/zend_API.c

[PHP-CVS] svn: /php/php-src/trunk/ext/reflection/ php_reflection.c

2010-05-26 Thread Pierrick Charron
pierrick Wed, 26 May 2010 16:17:15 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299797 Log: Remove unused variable Changed paths: U php/php-src/trunk/ext/reflection/php_reflection.c Modified:

[PHP-CVS] svn: /php/php-src/trunk/ Zend/zend_API.c Zend/zend_compile.c Zend/zend_constants.c Zend/zend_extensions.h Zend/zend_globals.h Zend/zend_modules.h Zend/zend_string.c Zend/zend_string.h main/m

2010-05-25 Thread Dmitry Stogov
dmitry Tue, 25 May 2010 09:00:20 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299733 Log: - Interned string related callbacks moved turned from compiler_globals into real globals - Updated API version number Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/ext/tidy/ tidy.c

2010-05-25 Thread Dmitry Stogov
dmitry Tue, 25 May 2010 11:38:48 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299737 Log: Fixed compatibility with Run Time Cache patch Changed paths: U php/php-src/trunk/ext/tidy/tidy.c Modified: php/php-src/trunk/ext/tidy/tidy.c

[PHP-CVS] svn: /php/php-src/trunk/main/ fopen_wrappers.h

2010-05-25 Thread Antony Dovgal
tony2001 Tue, 25 May 2010 19:19:45 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299753 Log: use correct condition in the if Changed paths: U php/php-src/trunk/main/fopen_wrappers.h Modified: php/php-src/trunk/main/fopen_wrappers.h

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_API.c

2010-05-25 Thread Antony Dovgal
tony2001 Tue, 25 May 2010 20:16:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299754 Log: fix zend_std_get_static_property() in ZTS mode Changed paths: U php/php-src/trunk/Zend/zend_API.c Modified: php/php-src/trunk/Zend/zend_API.c

[PHP-CVS] svn: /php/php-src/trunk/ext/ereg/ config.w32 ereg.c php_ereg.h

2010-05-24 Thread Kalle Sommer Nielsen
kalleMon, 24 May 2010 07:44:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299681 Log: Allow ereg to be built as shared on Windows ## I know that we may remove ereg in trunk, but since the core doesn't depend on ## ereg, then I don't see

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_vm_def.h zend_vm_execute.h

2010-05-24 Thread Dmitry Stogov
dmitry Mon, 24 May 2010 14:46:31 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299693 Log: Fixed exception handling in GOTO VM Changed paths: U php/php-src/trunk/Zend/zend_vm_def.h U php/php-src/trunk/Zend/zend_vm_execute.h

[PHP-CVS] svn: /php/php-src/trunk/ Zend/zend.c Zend/zend_API.c Zend/zend_API.h Zend/zend_compile.c Zend/zend_globals.h Zend/zend_opcode.c ext/reflection/php_reflection.c

2010-05-24 Thread Dmitry Stogov
dmitry Mon, 24 May 2010 17:07:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299702 Log: Fixed ZTS build Changed paths: U php/php-src/trunk/Zend/zend.c U php/php-src/trunk/Zend/zend_API.c U php/php-src/trunk/Zend/zend_API.h

[PHP-CVS] svn: /php/php-src/trunk/Zend/tests/hint/ param_type_hint_020.phpt

2010-05-24 Thread Ilia Alshanetsky
iliaaMon, 24 May 2010 20:04:12 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299714 Log: Improved test Changed paths: U php/php-src/trunk/Zend/tests/hint/param_type_hint_020.phpt Modified:

[PHP-CVS] svn: /php/php-src/trunk/ acinclude.m4

2010-05-24 Thread Stanislav Malyshev
stas Tue, 25 May 2010 01:25:51 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299727 Log: fix C++ builds on Mac Changed paths: U php/php-src/trunk/acinclude.m4 Modified: php/php-src/trunk/acinclude.m4

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/network/ getmxrr.phpt

2010-05-24 Thread Martin Jansen
mj Tue, 25 May 2010 05:01:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299730 Log: Changed test case to use our new dummy MX records. Changed paths: U php/php-src/trunk/ext/standard/tests/network/getmxrr.phpt Modified:

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/network/ getmxrr.phpt

2010-05-24 Thread Adam Harvey
Awesome! Thanks so much for organising that, Martin. Adam On 25 May 2010 13:01, Martin Jansen m...@php.net wrote: mj                                       Tue, 25 May 2010 05:01:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299730 Log: Changed test case to use our new

[PHP-CVS] svn: /php/php-src/trunk/Zend/ tests/hint/param_type_hint_018.phpt zend_language_scanner.c zend_language_scanner.l zend_language_scanner_defs.h

2010-05-23 Thread Ilia Alshanetsky
iliaaSun, 23 May 2010 18:09:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299667 Log: Allow arbitrary number of space characters between type-hint and method/function parameter Changed paths: A

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/tests/array_type_hint_001.phpt Zend/tests/hint/param_type_hint_001.phpt Zend/tests/hint/param_type_hint_002.phpt Zend/tests/hint/param_type_hint_003.

2010-05-22 Thread Ilia Alshanetsky
Felipe, Wouldn't the simpler change be to allow use of no spaces between scalar hint and a variable? Basically change + to a *? On Fri, May 21, 2010 at 9:07 PM, Felipe Pena felipe...@gmail.com wrote: Hi, 2010/5/20 Derick Rethans der...@php.net derick Thu,

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/tests/array_type_hint_001.phpt Zend/tests/hint/param_type_hint_001.phpt Zend/tests/hint/param_type_hint_002.phpt Zend/tests/hint/param_type_hint_003.

2010-05-22 Thread Felipe Pena
2010/5/22 Ilia Alshanetsky i...@prohost.org Felipe, Wouldn't the simpler change be to allow use of no spaces between scalar hint and a variable? Basically change + to a *? But it is not just about 0 or more tab/spaces, there is also \r, \n... which are inclued in the {WHITESPACE}. And I

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/tests/array_type_hint_001.phpt Zend/tests/hint/param_type_hint_001.phpt Zend/tests/hint/param_type_hint_002.phpt Zend/tests/hint/param_type_hint_003.

2010-05-22 Thread Ilia Alshanetsky
Felipe, The idea behind the more complex logic was to allow people to have Int/String/etc... class names, which if we make the types reserved keywords will no longer be possible and break existing code. On Sat, May 22, 2010 at 11:03 AM, Felipe Pena felipe...@gmail.com wrote: 2010/5/22 Ilia

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/tests/array_type_hint_001.phpt Zend/tests/hint/param_type_hint_001.phpt Zend/tests/hint/param_type_hint_002.phpt Zend/tests/hint/param_type_hint_003.

2010-05-22 Thread Pierre Joye
could you discuss that on internals please? On Sat, May 22, 2010 at 5:15 PM, Ilia Alshanetsky i...@prohost.org wrote: Felipe, The idea behind the more complex logic was to allow people to have Int/String/etc... class names, which if we make the types reserved keywords will no longer be

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/tests/array_type_hint_001.phpt Zend/tests/hint/param_type_hint_001.phpt Zend/tests/hint/param_type_hint_002.phpt Zend/tests/hint/param_type_hint_003.

2010-05-22 Thread Felipe Pena
Ilia, 2010/5/22 Ilia Alshanetsky i...@prohost.org Felipe, The idea behind the more complex logic was to allow people to have Int/String/etc... class names, which if we make the types reserved keywords will no longer be possible and break existing code. I didn't knew that plan. Anyway, it

[PHP-CVS] svn: /php/php-src/trunk/ext/interbase/ interbase.rc

2010-05-21 Thread Kalle Sommer Nielsen
kalleFri, 21 May 2010 09:01:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299569 Log: Remove this RC file, it should be named template.rc anyway and the default template.rc already covers what this .rc file did Changed paths: D

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/json/JSON_parser.c ext/json/JSON_parser.h ext/json/json.c ext/json/php_json.h ext/json/tests/008.phpt ext/json/tests/json_decode_error.phpt

2010-05-21 Thread Sara Golemon
pollita Fri, 21 May 2010 22:59:58 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299605 Log: Add JSON_BIGINT_AS_STRING for json_decode() to parse large numbers as strings rather than casting to double and loosing precision. Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/ext/json/ JSON_parser.h php_json.h

2010-05-21 Thread Sara Golemon
pollita Fri, 21 May 2010 23:29:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299606 Log: Ooops, return values... Changed paths: U php/php-src/trunk/ext/json/JSON_parser.h U php/php-src/trunk/ext/json/php_json.h Modified:

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/tests/array_type_hint_001.phpt Zend/tests/hint/param_type_hint_001.phpt Zend/tests/hint/param_type_hint_002.phpt Zend/tests/hint/param_type_hint_003.

2010-05-21 Thread Felipe Pena
Hi, 2010/5/20 Derick Rethans der...@php.net derick Thu, 20 May 2010 19:18:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299534 Log: - Added scalar typehinting. Changed paths: changed paths exceeded maximum size Any reason to not

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_variables.c

2010-05-20 Thread Ilia Alshanetsky
iliaaThu, 20 May 2010 20:17:49 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299536 Log: Fixed a memory leak Changed paths: U php/php-src/trunk/Zend/zend_variables.c Modified: php/php-src/trunk/Zend/zend_variables.c

[PHP-CVS] svn: /php/php-src/trunk/ NEWS sapi/cli/php_cli.c sapi/cli/php_cli_readline.c sapi/cli/php_cli_readline.h

2010-05-20 Thread Johannes Schlüter
johannes Thu, 20 May 2010 20:55:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299537 Log: - Improved CLI Interactive readline shell (Johannes) . Added cli.pager ini setting to set a pager for output. . Added cli.prompt ini settingto

[PHP-CVS] svn: /php/php-src/trunk/sapi/fpm/ config.m4

2010-05-19 Thread Jérôme Loyet
fat Wed, 19 May 2010 11:29:31 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299485 Log: - #51821, fix --with-libevent-dir (patch by tony2001) Bug: http://bugs.php.net/51821 (Assigned) configure fails to pick up a custom prefix for libevent

[PHP-CVS] svn: /php/php-src/trunk/sapi/fpm/fpm/ fpm_unix.c

2010-05-19 Thread Jérôme Loyet
fat Wed, 19 May 2010 18:37:25 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299504 Log: - set hard and soft limit (instead of only the soft limit) when setting rlimit_core or rlimit_files - remove the debug log about getrlimit on the main

[PHP-CVS] svn: /php/php-src/trunk/ext/openssl/ openssl.c tests/011.phpt tests/openssl_decrypt_error.phpt

2010-05-19 Thread Sara Golemon
pollita Wed, 19 May 2010 20:05:09 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299508 Log: Add parameter to openssl_(en|de)crypt Changed paths: U php/php-src/trunk/ext/openssl/openssl.c U

[PHP-CVS] svn: /php/php-src/trunk/sapi/fpm/fpm/ zlog.c

2010-05-19 Thread Jérôme Loyet
fat Wed, 19 May 2010 20:11:56 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299509 Log: fix undefined value for log_level when not set in the conf file Changed paths: U php/php-src/trunk/sapi/fpm/fpm/zlog.c Modified:

[PHP-CVS] svn: /php/php-src/trunk/sapi/fpm/fpm/ fpm_events.c

2010-05-19 Thread Jérôme Loyet
fat Wed, 19 May 2010 20:12:56 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299510 Log: change the startup libevent info log from notice to debug Changed paths: U php/php-src/trunk/sapi/fpm/fpm/fpm_events.c Modified:

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo/ pdo_dbh.c

2010-05-19 Thread Derick Rethans
derick Wed, 19 May 2010 20:20:10 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299511 Log: - Fixed name. Changed paths: U php/php-src/trunk/ext/pdo/pdo_dbh.c Modified: php/php-src/trunk/ext/pdo/pdo_dbh.c

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/openssl/ openssl.c tests/011.phpt tests/openssl_decrypt_error.phpt

2010-05-19 Thread Pierre Joye
hi, Little notice for the doc team, please see the respective on internals for the details about this new parameter. Cheers, On Wed, May 19, 2010 at 10:05 PM, Sara Golemon poll...@php.net wrote: pollita                                  Wed, 19 May 2010 20:05:09 + Revision:

<    4   5   6   7   8   9   10   11   12   13   >