1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00
Commit Graph

38961 Commits

Author SHA1 Message Date
Pierre Joye 2f3beadffd - add version info for 2007a and b
- update config.w32
2008-07-02 17:56:19 +00:00
Olivier Hill a9175febd6 Fix parse error 2008-07-02 15:00:21 +00:00
Pierre Joye 7a98fdc429 - MFH: fix make test TESTS=... and dynamic extension usage on windows 2008-07-02 12:47:06 +00:00
Antony Dovgal f77382f412 MFH 2008-07-02 12:25:15 +00:00
Antony Dovgal 9d4ede194f MFH: check return value of hash_find() 2008-07-02 10:47:11 +00:00
Felipe Pena 01a35a058f - Added arginfo 2008-07-02 00:10:54 +00:00
Felipe Pena 7294562366 - Added arginfo 2008-07-01 19:43:42 +00:00
Felipe Pena 0a61cda2c7 - Added arginfo 2008-07-01 19:13:44 +00:00
Felipe Pena 9c3c7e8803 - Added arginfo (functions) 2008-07-01 18:28:54 +00:00
Felipe Pena b206bac4e9 - Added arginfo
- Fixed compile warning
2008-07-01 17:24:10 +00:00
Felipe Pena 899e8d6dea - Fix check for PHP_SYBASE 2008-07-01 17:03:46 +00:00
Felipe Pena 44689fbb36 - Added arginfo 2008-07-01 15:45:54 +00:00
Felipe Pena f6c971b5f4 - Added arginfo 2008-07-01 15:33:11 +00:00
Dmitry Stogov 578cfc6088 Removed redundant code 2008-07-01 13:20:48 +00:00
Felipe Pena 2a35fb373f - Removed unused variables 2008-07-01 11:27:05 +00:00
Felipe Pena 55f7368408 - Fixed types
- Fixed protos
2008-07-01 11:26:10 +00:00
Dmitry Stogov f7938051d4 Use new parameter parsing API 2008-07-01 10:01:09 +00:00
Antony Dovgal c79df56ac6 fix test 2008-07-01 09:19:58 +00:00
Antony Dovgal d76ecaae08 long -> int + minor sources reorganization 2008-07-01 07:58:42 +00:00
Antony Dovgal 2f2953760b fix typo 2008-07-01 07:56:24 +00:00
Antony Dovgal e035184017 string length -> int 2008-07-01 07:54:30 +00:00
Antony Dovgal dd8202f652 int->long, add missing "s" 2008-07-01 07:43:36 +00:00
Antony Dovgal 7838408b4b more int -> long fixes 2008-07-01 07:41:38 +00:00
Antony Dovgal 6eeb67af78 more long -> int fixes 2008-07-01 07:39:33 +00:00
Antony Dovgal 0729dab2ae on the contrary, string length is int 2008-07-01 07:36:59 +00:00
Antony Dovgal 22b86e5d80 MFH 2008-07-01 07:23:00 +00:00
Felipe Pena 235aab6c0f - New parameter parsing API (to preg_replace*)
- Fixed related tests
2008-06-30 17:14:48 +00:00
Felipe Pena e7fc9029e6 - Added arginfo 2008-06-30 14:53:17 +00:00
Felipe Pena 44e0c9e4f6 - Added arginfo
- Removed #include "zend_arg_defs.c"
2008-06-30 13:15:03 +00:00
Felipe Pena 7ddf985e05 - zend_arg_defs.c is unnecessary now 2008-06-30 12:15:53 +00:00
Antony Dovgal c125461de1 "l" is long, that's why it is "l", not "i" 2008-06-30 10:39:34 +00:00
Antony Dovgal b763c47e4e int -> long 2008-06-30 10:10:44 +00:00
Felipe Pena 4fe93ca55d - Fixed test 2008-06-30 01:23:30 +00:00
Felipe Pena 69e3fc8782 - New parameter parsing API 2008-06-29 22:38:55 +00:00
Felipe Pena aeed97c0e1 - Added arginfo 2008-06-29 15:11:48 +00:00
Felipe Pena a44269ca0a - New parameter parsing API
- Added arginfo
2008-06-29 14:29:09 +00:00
Felipe Pena 02c36c4c4a - New parameter parsing API 2008-06-29 13:21:02 +00:00
Felipe Pena 1f69fbd2c3 - New parameter parsing API
- Added arginfo
2008-06-29 12:40:22 +00:00
Rui Hirokawa 867d7241cc touched zend_language_scanner.c 2008-06-29 11:37:35 +00:00
Rui Hirokawa e59fb93765 update zend_language_scanner.l to maintain the dependencies. 2008-06-29 11:20:18 +00:00
Rui Hirokawa c3286f32ef implemented again zend-multibyte for PHP 5.3 2008-06-29 08:21:35 +00:00
Felipe Pena a6410b3056 - Added arginfo 2008-06-28 22:05:59 +00:00
Felipe Pena 15d057df10 - New parameter parsing API 2008-06-28 21:36:39 +00:00
Alexey Zakhlestin 1c77f59429 updated to the new parameter-parsing api 2008-06-28 21:23:08 +00:00
Alexey Zakhlestin 95e419611d added arginfo (fixes #45388) 2008-06-28 18:04:19 +00:00
Scott MacVicar e710fab855 MFH: Sort Windows changes for mhash BC layer 2008-06-28 15:31:50 +00:00
Alexey Zakhlestin d33c8680ab fixed types (no more compiler warnings) 2008-06-28 10:01:17 +00:00
Alexey Zakhlestin 0045cb305b updated to the new parameter-parsing api 2008-06-28 09:52:03 +00:00
Henrique do Nascimento Angelo 4776dfb296 Fix a memory leak on openssl_decrypt() 2008-06-28 09:17:39 +00:00
Stanislav Malyshev e59bfcffa0 deprecate zend_get_parameters_ex 2008-06-27 21:16:41 +00:00