[PHP-CVS] svn: /php/php-src/trunk/ext/mysqli/ config.m4 config.w32 mysqli.c mysqli_libmysql.h mysqli_result_iterator.c php_mysqli_structs.h tests/mysqli_query_iterators.phpt

2010-05-18 Thread Andrey Hristov
andrey Tue, 18 May 2010 10:39:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299444 Log: Add iterator to mysqli_result. Works both for : - USE_RESULT, can be iterated only once, kind of forward iterator - STORE_RESULT, can be iterated

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqli/tests/ mysqli_class_mysqli_result_reflection.phpt

2010-05-18 Thread Andrey Hristov
andrey Tue, 18 May 2010 11:36:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299447 Log: Update test file Changed paths: U php/php-src/trunk/ext/mysqli/tests/mysqli_class_mysqli_result_reflection.phpt Modified:

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

2010-05-18 Thread Andrey Hristov
andrey Tue, 18 May 2010 12:01:15 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299449 Log: NEWS entry Changed paths: U php/php-src/trunk/NEWS Modified: php/php-src/trunk/NEWS

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

2010-05-18 Thread Pierre Joye
pajoye Tue, 18 May 2010 12:38:57 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299451 Log: - #51793, Add alpha argument to imagecolorset Bug: http://bugs.php.net/51793 (Assigned) Add alpha argument to imagecolorset Changed paths: U

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

2010-05-18 Thread Andrey Hristov
andrey Tue, 18 May 2010 15:02:50 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299455 Log: Fix comment Changed paths: U php/php-src/trunk/ext/mysqli/mysqli_result_iterator.c Modified:

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

2010-05-18 Thread Andrey Hristov
andrey Tue, 18 May 2010 16:35:17 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299457 Log: And I thought I fixed that... Part of the previous changeset - remove duplicated code/ The ifdefs were for debug purposes. Changed paths: U

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

2010-05-15 Thread Rasmus Lerdorf
rasmus Sat, 15 May 2010 15:37:57 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299402 Log: typo Changed paths: U php/php-src/trunk/ext/standard/array.c Modified: php/php-src/trunk/ext/standard/array.c

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

2010-05-14 Thread Pierrick Charron
pierrick Fri, 14 May 2010 06:29:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299365 Log: Added support for CURLOPT_MAX_RECV_SPEED_LARGE and CURLOPT_MAX_SEND_SPEED_LARGE. Changed paths: U php/php-src/trunk/NEWS U

[PHP-CVS] svn: /php/php-src/trunk/sapi/fpm/ Makefile.frag

2010-05-14 Thread Antony Dovgal
tony2001 Fri, 14 May 2010 15:22:38 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299383 Log: fix external build Changed paths: U php/php-src/trunk/sapi/fpm/Makefile.frag Modified: php/php-src/trunk/sapi/fpm/Makefile.frag

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqli/ php_mysqli_structs.h

2010-05-13 Thread Andrey Hristov
andrey Thu, 13 May 2010 11:06:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299336 Log: Somehow missed to commit this, for better fix for #51605 Bug: http://bugs.php.net/51605 (Closed) Mysqli - zombie links Changed paths: U

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

2010-05-12 Thread Sara Golemon
pollita Wed, 12 May 2010 16:42:48 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299298 Log: Rename JSON_Serializable to JsonSerializable per ML discussion Changed paths: U php/php-src/trunk/NEWS U php/php-src/trunk/ext/json/json.c

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/session/ php_session.h session.c

2010-05-11 Thread Hannes Magnusson
On Mon, May 10, 2010 at 18:09, Arnaud Le Blanc lbarn...@php.net wrote: lbarnaud                                 Mon, 10 May 2010 16:09:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299218 Log: Added upload progress feedback in session data as describied in RFC :

[PHP-CVS] svn: /php/php-src/trunk/ext/session/ php_session.h session.c tests/rfc1867.phpt tests/rfc1867_cleanup.phpt tests/rfc1867_disabled.phpt tests/rfc1867_disabled_2.phpt tests/rfc1867_inter.phpt

2010-05-11 Thread Arnaud Le Blanc
lbarnaud Tue, 11 May 2010 16:39:07 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299255 Log: - code cleanups - cleanup progress data from session vars as soon as all post data has been readden (upload_progress.cleanup ini setting allows to

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

2010-05-11 Thread Arnaud Le Blanc
lbarnaud Tue, 11 May 2010 16:40:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299256 Log: NEWS Changed paths: U php/php-src/trunk/NEWS U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/NEWS

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

2010-05-10 Thread Johannes Schlüter
Hi, On Mon, 2010-05-10 at 01:39 +, Felipe Pena wrote: Log: - Fix crash when instantiating MultipleIterator Can there a test case be provided? Does this affect trunk only? johannes -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2010-05-10 Thread Etienne Kneuss
colder Mon, 10 May 2010 12:38:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299213 Log: Fix crash Changed paths: U php/php-src/trunk/ext/spl/spl_observer.c Modified: php/php-src/trunk/ext/spl/spl_observer.c

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

2010-05-10 Thread Etienne Kneuss
colder Mon, 10 May 2010 13:03:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299214 Log: fix the fix for the fix Changed paths: U php/php-src/trunk/ext/spl/spl_observer.c Modified: php/php-src/trunk/ext/spl/spl_observer.c

[PHP-CVS] svn: /php/php-src/trunk/ext/session/tests/ 007.phpt 015.phpt 018.phpt 020.phpt 021.phpt bug36459.phpt bug41600.phpt session_id_variation2.phpt

2010-05-10 Thread Arnaud Le Blanc
lbarnaud Mon, 10 May 2010 15:53:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299216 Log: Fix tests Changed paths: U php/php-src/trunk/ext/session/tests/007.phpt U php/php-src/trunk/ext/session/tests/015.phpt U

[PHP-CVS] svn: /php/php-src/trunk/ext/session/ php_session.h session.c

2010-05-10 Thread Arnaud Le Blanc
lbarnaud Mon, 10 May 2010 16:09:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299218 Log: Added upload progress feedback in session data as describied in RFC : http://wiki.php.net/rfc/session_upload_progress Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/ext/session/tests/ rfc1867.phpt rfc1867_disabled.phpt rfc1867_disabled_2.phpt rfc1867_invalid_settings.phpt rfc1867_invalid_settings_2.phpt rfc1867_no_name.phpt rfc18

2010-05-10 Thread Arnaud Le Blanc
lbarnaud Mon, 10 May 2010 16:10:09 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299219 Log: Added session upload progress tests Changed paths: A php/php-src/trunk/ext/session/tests/rfc1867.phpt A

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

2010-05-09 Thread Felipe Pena
felipe Mon, 10 May 2010 01:39:58 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299192 Log: - Fix crash when instantiating MultipleIterator Changed paths: U php/php-src/trunk/ext/spl/spl_observer.c Modified:

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

2010-05-08 Thread Jérôme Loyet
fat Sat, 08 May 2010 08:52:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299141 Log: Fix #51736, wrong checks on dynamic parameters Bug: http://bugs.php.net/51736 (Assigned) configuration parsing problem Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/Zend/ tests/traits/error_016.phpt zend_compile.c zend_vm_def.h zend_vm_execute.h

2010-05-07 Thread Felipe Pena
felipe Fri, 07 May 2010 11:09:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299099 Log: - Added check for constant creation on Traits - Simplified trait flag check - Test++ :) Changed paths: A

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

2010-05-07 Thread Felipe Pena
felipe Fri, 07 May 2010 13:55:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299102 Log: - Fixed magic method and constructor copy for traits Changed paths: A php/php-src/trunk/Zend/tests/traits/methods_001.phpt A

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

2010-05-07 Thread David Soria Parra
dsp Fri, 07 May 2010 14:46:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299103 Log: Abort with an error message if we cannot create the DTrace header file. Changed paths: U php/php-src/trunk/acinclude.m4 Modified:

[PHP-CVS] svn: /php/php-src/trunk/ configure.in

2010-05-07 Thread David Soria Parra
dsp Fri, 07 May 2010 15:05:39 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299108 Log: Abort if DTrace is not installed on the system Changed paths: U php/php-src/trunk/configure.in Modified: php/php-src/trunk/configure.in

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

2010-05-07 Thread Antony Dovgal
tony2001 Fri, 07 May 2010 15:17:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299110 Log: make the code more readable Changed paths: U php/php-src/trunk/acinclude.m4 U php/php-src/trunk/configure.in Modified:

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

2010-05-07 Thread Felipe Pena
felipe Fri, 07 May 2010 16:29:15 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299111 Log: - Fixed ZEND_VERIFY_ABSTRACT_CLASS order when using traits # It's the last one now, thus the traits can be used to implement interfaces Changed paths:

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

2010-05-07 Thread Felipe Pena
felipe Fri, 07 May 2010 17:18:49 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299112 Log: - Fix error message wording (Kalle) Changed paths: U php/php-src/trunk/Zend/tests/traits/error_015.phpt U

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

2010-05-07 Thread Felipe Pena
felipe Fri, 07 May 2010 17:57:09 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299115 Log: - Fix typo (take 3! thanks Chris and Tony) Changed paths: U php/php-src/trunk/Zend/tests/traits/error_015.phpt U

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

2010-05-07 Thread Hannes Magnusson
bjoriFri, 07 May 2010 19:04:45 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299118 Log: NEWS is not docs and limit lines to 80chars Changed paths: U php/php-src/trunk/NEWS Modified: php/php-src/trunk/NEWS

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

2010-05-07 Thread Hannes Magnusson
On Wed, May 5, 2010 at 15:37, Pierre Joye paj...@php.net wrote: pajoye                                   Wed, 05 May 2010 13:37:40 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299021 Log: - #51063, implement getimagesizefromstring Bug: http://bugs.php.net/51063

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

2010-05-06 Thread Dmitry Stogov
dmitry Thu, 06 May 2010 08:37:41 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299060 Log: Fixed PDO objects binary incompatibility Changed paths: U php/php-src/trunk/NEWS U php/php-src/trunk/ext/pdo/pdo_dbh.c U

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

2010-05-06 Thread Hannes Magnusson
On Thu, May 6, 2010 at 00:48, Sara Golemon poll...@php.net wrote: pollita                                  Wed, 05 May 2010 22:48:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299037 Log: Add JSON_Serializable interface Slight bikeshedding.. but we don't use underscore

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

2010-05-06 Thread Pierre Joye
On Thu, May 6, 2010 at 12:59 PM, Hannes Magnusson hannes.magnus...@gmail.com wrote: On Thu, May 6, 2010 at 00:48, Sara Golemon poll...@php.net wrote: pollita                                  Wed, 05 May 2010 22:48:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299037 Log:

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

2010-05-06 Thread Dmitry Stogov
dmitry Thu, 06 May 2010 12:52:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299065 Log: Added compiler hints Changed paths: U php/php-src/trunk/Zend/zend_object_handlers.c U php/php-src/trunk/Zend/zend_vm_def.h U

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

2010-05-06 Thread Kalle Sommer Nielsen
kalleThu, 06 May 2010 13:44:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299070 Log: Well we do need zend_throw_exception_ex ;-) Changed paths: U php/php-src/trunk/ext/json/json.c Modified: php/php-src/trunk/ext/json/json.c

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

2010-05-06 Thread Felipe Pena
felipe Thu, 06 May 2010 15:18:20 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299078 Log: - Added get_declared_traits() Changed paths: U php/php-src/trunk/UPGRADING U php/php-src/trunk/Zend/zend_builtin_functions.c Modified:

Re: [PHP-CVS] svn: /php/php-src/trunk/ UPGRADING Zend/zend_builtin_functions.c

2010-05-06 Thread Johannes Schlüter
On Thu, 2010-05-06 at 15:18 +, Felipe Pena wrote: felipe Thu, 06 May 2010 15:18:20 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299078 Log: - Added get_declared_traits() do we need a traits-specific reflection class or will

[PHP-CVS] svn: /php/php-src/trunk/Zend/tests/traits/ get_declared_traits_001.phpt get_declared_traits_002.phpt get_declared_traits_003.phpt

2010-05-06 Thread Felipe Pena
felipe Thu, 06 May 2010 15:49:58 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299084 Log: - New tests Changed paths: A php/php-src/trunk/Zend/tests/traits/get_declared_traits_001.phpt A

Re: [PHP-CVS] svn: /php/php-src/trunk/ UPGRADING Zend/zend_builtin_functions.c

2010-05-06 Thread Felipe Pena
2010/5/6 Johannes Schlüter johan...@schlueters.de On Thu, 2010-05-06 at 15:18 +, Felipe Pena wrote: felipe Thu, 06 May 2010 15:18:20 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299078 Log: - Added get_declared_traits() do we

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

2010-05-06 Thread Felipe Pena
felipe Thu, 06 May 2010 18:20:38 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299088 Log: - Fix error messages WS 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_compile.c

2010-05-06 Thread Felipe Pena
felipe Thu, 06 May 2010 18:28:45 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299089 Log: - Fix typos 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_compile.c

2010-05-06 Thread Felipe Pena
felipe Thu, 06 May 2010 19:20:12 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299090 Log: - Added check for 'static' on trait visibility modifier Changed paths: U php/php-src/trunk/Zend/zend_compile.c Modified:

[PHP-CVS] svn: /php/php-src/trunk/Zend/tests/traits/ error_010.phpt error_011.phpt error_012.phpt error_013.phpt error_014.phpt error_015.phpt

2010-05-06 Thread Felipe Pena
felipe Thu, 06 May 2010 19:21:11 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299091 Log: - New tests Changed paths: A php/php-src/trunk/Zend/tests/traits/error_010.phpt A php/php-src/trunk/Zend/tests/traits/error_011.phpt A

Re: [PHP-CVS] svn: /php/php-src/trunk/Zend/tests/traits/ error_010.phpt error_011.phpt error_012.phpt error_013.phpt error_014.phpt error_015.phpt

2010-05-06 Thread Kalle Sommer Nielsen
2010/5/6 Felipe Pena fel...@php.net: felipe                                   Thu, 06 May 2010 19:21:11 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299091 +Fatal error: Failed to add aliased trait method (zzz) to trait table. Probably there is already a trait method with

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

2010-05-05 Thread Pierre Joye
pajoye Wed, 05 May 2010 13:51:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299023 Log: - nuke unused vars Changed paths: U php/php-src/trunk/ext/standard/image.c Modified: php/php-src/trunk/ext/standard/image.c

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

2010-05-05 Thread Sara Golemon
pollita Wed, 05 May 2010 22:48:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299037 Log: Add JSON_Serializable interface Objects implementing JSON_Serializable will have their -jsonSerialize() method called Similar to serialize() and

[PHP-CVS] svn: /php/php-src/trunk/sapi/apache2handler/ sapi_apache2.c

2010-05-04 Thread Rob Richards
rrichardsTue, 04 May 2010 12:12:28 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298966 Log: fix non-windows builds Changed paths: U php/php-src/trunk/sapi/apache2handler/sapi_apache2.c Modified:

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

2010-05-04 Thread Felipe Pena
felipe Tue, 04 May 2010 18:21:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298986 Log: - Added check for abstract class abstract class foo { } class T { use foo; } // T cannot use foo - it is not a trait - Added check for trait on NEW

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

2010-05-04 Thread Felipe Pena
felipe Tue, 04 May 2010 18:31:40 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298987 Log: - Fix trait flag identification Changed paths: U php/php-src/trunk/Zend/zend_vm_def.h U php/php-src/trunk/Zend/zend_vm_execute.h Modified:

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

2010-05-04 Thread Felipe Pena
felipe Tue, 04 May 2010 18:45:01 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298988 Log: - Added check for trait when trying to extend it Changed paths: U php/php-src/trunk/Zend/zend_compile.c Modified:

[PHP-CVS] svn: /php/php-src/trunk/Zend/tests/traits/ error_001.phpt error_002.phpt error_003.phpt error_004.phpt error_005.phpt error_006.phpt error_007.phpt error_008.phpt error_009.phpt

2010-05-04 Thread Felipe Pena
felipe Tue, 04 May 2010 19:06:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298989 Log: - New tests Changed paths: A php/php-src/trunk/Zend/tests/traits/error_001.phpt A php/php-src/trunk/Zend/tests/traits/error_002.phpt A

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

2010-05-03 Thread Pierre Joye
pajoye Mon, 03 May 2010 09:05:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298894 Log: - update bison version (mike) Changed paths: U php/php-src/trunk/Zend/acinclude.m4 Modified: php/php-src/trunk/Zend/acinclude.m4

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

2010-05-03 Thread Kalle Sommer Nielsen
kalleMon, 03 May 2010 09:21:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298895 Log: Fix build, declarings first Changed paths: U php/php-src/trunk/ext/spl/spl_observer.c Modified: php/php-src/trunk/ext/spl/spl_observer.c

[PHP-CVS] svn: /php/php-src/trunk/sapi/apache2handler/ sapi_apache2.c

2010-05-03 Thread Pierre Joye
pajoye Mon, 03 May 2010 14:30:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298906 Log: - WS Changed paths: U php/php-src/trunk/sapi/apache2handler/sapi_apache2.c Modified: php/php-src/trunk/sapi/apache2handler/sapi_apache2.c

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

2010-05-03 Thread Pierre Joye
pajoye Mon, 03 May 2010 19:31:50 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298928 Log: - fix build (declaration must be first) Changed paths: U php/php-src/trunk/ext/oci8/oci8.c Modified: php/php-src/trunk/ext/oci8/oci8.c

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

2010-05-03 Thread Stefan Marr
gron Mon, 03 May 2010 22:08:09 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298935 Log: Changed naming of traits-related helper functions (suggested by Derick), added missing static qualifiers. Changed paths: U

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

2010-05-02 Thread Stefan Marr
gron Sun, 02 May 2010 16:32:25 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298877 Log: Refactored part of the Traits implementation. # - renamed php_runkit_function_copy_ctor to _duplicate_function # REM: runkit does not compile with

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

2010-05-02 Thread Derick Rethans
On Sun, 2 May 2010, Stefan Marr wrote: gron Sun, 02 May 2010 16:32:25 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298877 Log: Refactored part of the Traits implementation. # - renamed php_runkit_function_copy_ctor to

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

2010-05-02 Thread Stefan Marr
Hi Derick: On 02 May 2010, at 19:12, Derick Rethans wrote: Is there a reason why you named this to something with a _ at the start? AFAIK we've never done this, and instead prefer php_ (or in this case, zend_ ) I have named all internal helper functions this way in the traits related code.

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

2010-05-02 Thread Derick Rethans
On Sun, 2 May 2010, Stefan Marr wrote: On 02 May 2010, at 19:12, Derick Rethans wrote: Is there a reason why you named this to something with a _ at the start? AFAIK we've never done this, and instead prefer php_ (or in this case, zend_ ) I have named all internal helper functions this

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

2010-05-02 Thread Felipe Pena
felipe Sun, 02 May 2010 17:39:24 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298878 Log: - Changed zend_hash func calls to use the quick ones Changed paths: U php/php-src/trunk/Zend/zend_compile.c Modified:

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

2010-05-02 Thread Felipe Pena
felipe Sun, 02 May 2010 18:47:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298880 Log: - WS 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/sapi/fpm/fpm/ fpm_main.c

2010-04-30 Thread Antony Dovgal
tony2001 Fri, 30 Apr 2010 08:20:57 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298795 Log: merge the fix for #51688 Bug: http://bugs.php.net/51688 (Closed) php_cgi_ini_activate_user_config() crashes when given apache-rewritten URL

[PHP-CVS] svn: /php/php-src/trunk/win32/build/ config.w32

2010-04-29 Thread Pierre Joye
pajoye Thu, 29 Apr 2010 08:13:15 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298759 Log: - Adieu VC6/7/8, merci pour les bons et loyaux services Changed paths: U php/php-src/trunk/win32/build/config.w32 Modified:

Re: [PHP-CVS] svn: /php/php-src/trunk/ ext/bz2/bz2.dsp ext/ctype/ctype.dsp ext/curl/curl.dsp ext/dba/dba.dsp ext/dom/dom.dsp ext/exif/exif.dsp ext/ext_skel_win32.php ext/gd/gd.dsp ext/gettext/gettext.

2010-04-29 Thread Dmitry Stogov
Hi Rob, May be I missed the discussion... I'm not sure if it's a good idea to have all this scarp in SVN. Personally, I won't support these DSP files just because I don't use Visual Studio 6.0 to build php. This method was deprecated for ages. I'm also not sure if next php version is going to

Re: [PHP-CVS] svn: /php/php-src/trunk/ ext/bz2/bz2.dsp ext/ctype/ctype.dsp ext/curl/curl.dsp ext/dba/dba.dsp ext/dom/dom.dsp ext/exif/exif.dsp ext/ext_skel_win32.php ext/gd/gd.dsp ext/gettext/gettex

2010-04-29 Thread Pierre Joye
On Thu, Apr 29, 2010 at 10:23 AM, Dmitry Stogov dmi...@zend.com wrote: Hi Rob, May be I missed the discussion... I'm not sure if it's a good idea to have all this scarp in SVN. Personally, I won't support these DSP files just because I don't use Visual Studio 6.0 to build php. This method

Re: [PHP-CVS] svn: /php/php-src/trunk/ ext/bz2/bz2.dsp ext/ctype/ctype.dsp ext/curl/curl.dsp ext/dba/dba.dsp ext/dom/dom.dsp ext/exif/exif.dsp ext/ext_skel_win32.php ext/gd/gd.dsp ext/gettext/gettext.

2010-04-29 Thread Rob Richards
Hi Dmitry, The discussion was a while ago (Steph was working on a way to autogenerate them at the time). Unfortunately it failed miserably (buildconf error'd out) when I tried to use it (tried it after the dsps had been removed). Until that is working (or some other mechanism is in place to

Re: [PHP-CVS] svn: /php/php-src/trunk/win32/build/ config.w32

2010-04-29 Thread Hannes Magnusson
On Thu, Apr 29, 2010 at 10:13, Pierre Joye paj...@php.net wrote: pajoye                                   Thu, 29 Apr 2010 08:13:15 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298759 Log: - Adieu VC6/7/8, merci pour les bons et loyaux services In the offchance that some

Re: [PHP-CVS] svn: /php/php-src/trunk/win32/build/ config.w32

2010-04-29 Thread Pierre Joye
On Thu, Apr 29, 2010 at 10:45 AM, Hannes Magnusson hannes.magnus...@gmail.com wrote: On Thu, Apr 29, 2010 at 10:13, Pierre Joye paj...@php.net wrote: pajoye                                   Thu, 29 Apr 2010 08:13:15 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298759 Log:

Re: [PHP-CVS] svn: /php/php-src/trunk/ ext/bz2/bz2.dsp ext/ctype/ctype.dsp ext/curl/curl.dsp ext/dba/dba.dsp ext/dom/dom.dsp ext/exif/exif.dsp ext/ext_skel_win32.php ext/gd/gd.dsp ext/gettext/gettext.

2010-04-29 Thread Dmitry Stogov
Hi Rob, The problem is not to have them. The problem is to keep them in consistency in case someone adds/removes a file. I like the idea of automatic generation much more. Thanks. Dmitry. Rob Richards wrote: Hi Dmitry, The discussion was a while ago (Steph was working on a way to

Re: [PHP-CVS] svn: /php/php-src/trunk/ ext/bz2/bz2.dsp ext/ctype/ctype.dsp ext/curl/curl.dsp ext/dba/dba.dsp ext/dom/dom.dsp ext/exif/exif.dsp ext/ext_skel_win32.php ext/gd/gd.dsp ext/gettext/gettex

2010-04-29 Thread Pierre Joye
On Thu, Apr 29, 2010 at 11:28 AM, Dmitry Stogov dmi...@zend.com wrote: Hi Rob, The problem is not to have them. The problem is to keep them in consistency in case someone adds/removes a file. I like the idea of automatic generation much more. That's what cmake aims to. But having JS code to

Re: [PHP-CVS] svn: /php/php-src/trunk/ ext/bz2/bz2.dsp ext/ctype/ctype.dsp ext/curl/curl.dsp ext/dba/dba.dsp ext/dom/dom.dsp ext/exif/exif.dsp ext/ext_skel_win32.php ext/gd/gd.dsp ext/gettext/gettext.

2010-04-29 Thread Rob Richards
Right. My point is only that we keep them around until we can get the automatic generation squared away. Rob Dmitry Stogov wrote: Hi Rob, The problem is not to have them. The problem is to keep them in consistency in case someone adds/removes a file. I like the idea of automatic

Re: [PHP-CVS] svn: /php/php-src/trunk/ ext/bz2/bz2.dsp ext/ctype/ctype.dsp ext/curl/curl.dsp ext/dba/dba.dsp ext/dom/dom.dsp ext/exif/exif.dsp ext/ext_skel_win32.php ext/gd/gd.dsp ext/gettext/gettext.

2010-04-29 Thread Derick Rethans
On Thu, 29 Apr 2010, Rob Richards wrote: The discussion was a while ago (Steph was working on a way to autogenerate them at the time). Unfortunately it failed miserably (buildconf error'd out) when I tried to use it (tried it after the dsps had been removed). Until that is working (or some

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

2010-04-29 Thread Antony Dovgal
tony2001 Thu, 29 Apr 2010 12:43:18 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298769 Log: fix skipif section Changed paths: U php/php-src/trunk/Zend/tests/unset_cv07.phpt Modified: php/php-src/trunk/Zend/tests/unset_cv07.phpt

[PHP-CVS] svn: /php/php-src/trunk/ Zend/tests/unset_cv07.phpt ext/standard/tests/general_functions/import_request.phpt ext/standard/tests/general_functions/import_request1.phpt ext/standard/tests/gene

2010-04-29 Thread Antony Dovgal
tony2001 Thu, 29 Apr 2010 12:48:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298770 Log: fix tests Changed paths: U php/php-src/trunk/Zend/tests/unset_cv07.phpt U

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/spl/spl_observer.c ext/spl/tests/SplObjectStorage_getHash.phpt

2010-04-29 Thread Etienne Kneuss
colder Thu, 29 Apr 2010 15:47:41 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298780 Log: Implement SplObjectStorage::getHash() Changed paths: U php/php-src/trunk/NEWS U php/php-src/trunk/ext/spl/spl_observer.c A

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

2010-04-29 Thread Etienne Kneuss
colder Thu, 29 Apr 2010 17:14:37 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298782 Log: Fix misplaced code Changed paths: U php/php-src/trunk/ext/spl/spl_observer.c Modified: php/php-src/trunk/ext/spl/spl_observer.c

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

2010-04-29 Thread David Soria Parra
dsp Fri, 30 Apr 2010 00:07:39 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298789 Log: Make sure we search the source dir for the dtrace files Changed paths: U php/php-src/trunk/acinclude.m4 Modified: php/php-src/trunk/acinclude.m4

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

2010-04-28 Thread Johannes Schlüter
johannes Wed, 28 Apr 2010 10:11:50 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298695 Log: spread some more const Changed paths: U php/php-src/trunk/Zend/zend_API.c U php/php-src/trunk/Zend/zend_API.h Modified:

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

2010-04-28 Thread Antony Dovgal
tony2001 Wed, 28 Apr 2010 10:36:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298696 Log: add the constant back. quite a lot of code uses it. Changed paths: U php/php-src/trunk/main/php_streams.h Modified:

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

2010-04-28 Thread Pierre Joye
hi Tony, I would rather do something like: #if PHP_API_VERSION 20100412 # define PHP_OPENBASEDIR_CHECKPATH(filename) \ (PG(safe_mode) (!php_checkuid(filename, NULL, CHECKUID_CHECK_FILE_AND_DIR))) || php_check_open_basedir(filename TSRMLS_CC) #else #define

[PHP-CVS] svn: /php/php-src/trunk/ext/oci8/tests/ oci8safemode.phpt

2010-04-28 Thread Felipe Pena
felipe Wed, 28 Apr 2010 16:33:36 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298709 Log: - Fix test Changed paths: U php/php-src/trunk/ext/oci8/tests/oci8safemode.phpt Modified: php/php-src/trunk/ext/oci8/tests/oci8safemode.phpt

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

2010-04-28 Thread Pierre Joye
pajoye Wed, 28 Apr 2010 20:47:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298727 Log: - fix build (void is evil) 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/TSRM/ config.w32

2010-04-28 Thread Pierre Joye
pajoye Wed, 28 Apr 2010 22:26:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298738 Log: - we don't need that anymore Changed paths: U php/php-src/trunk/TSRM/config.w32 Modified: php/php-src/trunk/TSRM/config.w32

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

2010-04-28 Thread Kalle Sommer Nielsen
kalleThu, 29 Apr 2010 01:03:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298744 Log: Update UPGRADING with recent feature removals Changed paths: U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/UPGRADING

[PHP-CVS] svn: /php/php-src/trunk/ext/oci8/tests/ oci8safemode.phpt

2010-04-28 Thread Christopher Jones
sixd Thu, 29 Apr 2010 05:07:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298754 Log: Remove obsolete test Changed paths: D php/php-src/trunk/ext/oci8/tests/oci8safemode.phpt Deleted:

Re: [PHP-CVS] svn: /php/php-src/trunk/ INSTALL Makefile.gcov Makefile.global NEWS configure.in ext/bz2/bz2.c ext/com_dotnet/com_persist.c ext/curl/interface.c ext/curl/streams.c ext/curl/tests/curl_

2010-04-27 Thread Hannes Magnusson
On Tue, Apr 27, 2010 at 01:53, Kalle Sommer Nielsen ka...@php.net wrote: kalle                                    Mon, 26 Apr 2010 23:53:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298625 Log: Removed safe_mode  * Removed ini options, safe_mode*  * Removed

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

2010-04-27 Thread Dmitry Stogov
dmitry Tue, 27 Apr 2010 12:09:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298651 Log: - Reimplemented ZEND_INIT_FCALL_BY_NAME and ZEND_INIT_NS_FCALL_BY_NAME to use literals instead of additional operands - Optimized access to global

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

2010-04-27 Thread Dmitry Stogov
dmitry Tue, 27 Apr 2010 12:17:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298653 Log: - ws - removed unused variables 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_def.h zend_vm_execute.h

2010-04-27 Thread Dmitry Stogov
dmitry Tue, 27 Apr 2010 12:23:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298655 Log: ws Changed paths: U php/php-src/trunk/Zend/zend_vm_def.h U php/php-src/trunk/Zend/zend_vm_execute.h Modified:

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

2010-04-27 Thread Dmitry Stogov
dmitry Tue, 27 Apr 2010 13:31:55 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298660 Log: Fixed memory leak in ext/spl/tests/spl_autoload_bug48541.phpt Bug: http://bugs.php.net/48541 (Closed) spl_autoload_register only registers first

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

2010-04-26 Thread Pierre Joye
pajoye Mon, 26 Apr 2010 10:34:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298587 Log: - Fix #51582, Don't assume UINT64_C it's ever available Bug: http://bugs.php.net/51582 (Assigned) Don't assume UINT64_C it's ever available

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

2010-04-26 Thread Felipe Pena
felipe Mon, 26 Apr 2010 13:41:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298595 Log: - Fix test Changed paths: U php/php-src/trunk/Zend/tests/gc_022.phpt Modified: php/php-src/trunk/Zend/tests/gc_022.phpt

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/general_functions/ import_request.phpt import_request1.phpt import_request2.phpt import_request3.phpt

2010-04-26 Thread Antony Dovgal
tony2001 Mon, 26 Apr 2010 13:41:43 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298596 Log: fix skipif sections Changed paths: U php/php-src/trunk/ext/standard/tests/general_functions/import_request.phpt U

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

2010-04-26 Thread Antony Dovgal
tony2001 Mon, 26 Apr 2010 13:44:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298597 Log: fix test Changed paths: U php/php-src/trunk/ext/standard/tests/general_functions/sys_getloadavg.phpt Modified:

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

2010-04-26 Thread Antony Dovgal
tony2001 Mon, 26 Apr 2010 13:46:40 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298598 Log: fix test Changed paths: U php/php-src/trunk/ext/standard/tests/general_functions/phpinfo.phpt Modified:

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

2010-04-26 Thread Dmitry Stogov
dmitry Mon, 26 Apr 2010 13:51:46 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298599 Log: Fixed crash in Zend/tests/unset_cv09.phpt Changed paths: U php/php-src/trunk/Zend/zend_execute_API.c Modified:

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

2010-04-26 Thread Pierrick Charron
pierrick Tue, 27 Apr 2010 00:09:55 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298630 Log: Remove unused variables Changed paths: U php/php-src/trunk/ext/standard/exec.c U php/php-src/trunk/ext/standard/file.c Modified:

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